	/*****************************************************************
		stylesheet for the column display function
	*****************************************************************/

	.leftColumnModule {
		font-size:12px;
		width:140px;
        background-color:#ffffff;
	}


	.leftColumnHeader {
        background: transparent url(../images/menu_header_gradient.jpg) repeat-x;
        border:.1em solid #5b5a4c;
        text-align:center;
		height:18px;
	}


	.leftColumnContent {
		padding:.1em;
		font-weight:bold;
		color:#334B81;
		font-size:14px;
	    border:.1em solid #5b5a4c;		
	}

	.rightColumnModule {
		font-size:12px;
		width:180px;
		border:1px solid lightgrey;
        padding:.2em;
	}

	.rightColumnHeader {
        background: transparent url(../images/menu_header_gradient.jpg) repeat-x;
        padding:.3em
        font: 12px Verdana,Arial,sans-serif;
		color:#000000;
        text-align:center;
	}

	.rightColumnContent {
		border:.1em solid lightgrey;
	}

	.rightColumnTop {
        /*
		background-image:url("../../../themes/default/images/rightcoltop.png");
		background-repeat:no-repeat;
		height:9px;
        */
		font-size:2px;
	}

	.rightColumnBottom {
        /*
		background-image:url("../../../themes/default/images/rightcolbtm.png");
		background-repeat:no-repeat;
		height:9px;
        */
		font-size:2px;
	}


	/*****************************************************************
		stylesheet for the section display function
	*****************************************************************/

	.sectionTab {
	
		padding-left:15px;
		padding-top:15px;

	}

	.sectionTable {
		font-size:12;
		width:100%;
		padding:10px 10px 10px 10px;
	}

	.sectionArea {
		font-size:12;
		width:100%;
		padding:7px;
	}

	.sectionHeaderLeft {
        background: transparent url(../images/menu_header_gradient.jpg) repeat-x;
		padding-left:5px;
        padding-top:.2em;
        padding-bottom:.2em;
		color:black;
		font-size:16px;
		height:22;
		float:left;
		max-width:70%;
	}

	.sectionHeaderRight {
        background: transparent url(../images/menu_header_gradient.jpg) repeat-x;
		font-size:16px;
		text-align:right;
		height:22px;
		float:right;
        /*
		width:25%;
        */
	}

	.sectionHeader {
        background: transparent url(../images/menu_header_gradient.jpg) repeat-x;
		height:22px;
		width:100%;
		border:.1em solid lightgrey;
	}

	.sectionContent {
		padding-top:10px;
		padding-left:10px;
	}

