﻿/*-----------------------------------------------------------------------------------------*/
/* Stylesheet for pages with the 2 columns in the main area and the menu down the left
/*-----------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Elements
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Ids
/*--------------------------------------------------------------*/

/*Container Div for htmlEditableMainDivLeft and mainWebPartZoneLeft*/
#mainTwoColTableLeftDiv{
	overflow:auto;
	height:360px;
	width:100%;
	/*MARGIN:10PX;*/
}

/*HTML editable div on left of 2 column table*/
#htmlEditableMainDivLeft{
	color:black;
	font:Ariel;
	font-size:1em;
	font-weight:normal;
	text-align:justify;
	padding-LEFT:10px;
	padding-RIGHT:10px;
	padding-top:10px;

}

/*Container Div for htmlEditableMainDivLeft and mainWebPartZoneLeft*/
#mainTwoColTableRightDiv{
	overflow:auto;
	height:360px;
	width:100%;
}

/*HTML editable div on right of 2 column table*/
#htmlEditableMainDivRight{
	color:black;
	font:Ariel;
	font-size:1em;
	font-weight:normal;
	text-align:justify;
	padding-LEFT:10px;
	padding-RIGHT:10px;
}


/*Web part zone div on left of 2 column table*/
#mainWebPartZoneLeft{
	color:black;
	text-align:justify;
	padding-LEFT:10px;
	padding-RIGHT:10px;

}

/*Anchor style in mainWebPartZoneLeft*/
#mainWebPartZoneLeft A{
	color:black;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.1em;
}


/*Web part zone div on right of 2 column table*/
#mainWebPartZoneRight{
	color:black;
}

/*--------------------------------------------------------------*/
/* Classes
/*--------------------------------------------------------------*/

/*Heading for left hand column */
.columnLeftHeadingSpan{
	font-weight:bolder;
	font-size:1.7em;
}

/*Sub Heading for left hand column*/
.columnLeftSubHeadingSpan{
	font-weight:bold;
	font-size:0.75em;
}

/*Heading for left hand column */
.columnRightHeadingSpan{
	font-weight:bolder;
	font-size:1.2em;
	text-transform:uppercase;
}

/*Table with 2 columns in placeHolderMainDiv */
.placeHolderMainTwoColTable{
	width:100%;
	height:360px;
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	text-align:justify;
}

/*Table with 2 columns in placeHolderMainDiv table row */
.placeHolderMainTwoColTableRow{
	vertical-align:top;	
	height:330px;
	overflow:hidden;
}

/*Table with 2 columns in placeHolderMainDiv left table cell columns */
.placeHolderMainTwoColTableLeftCol{
	width:50%;
	text-align:left;
	/*padding: 10px;*/
	line-height:1.7em;
	border-right:4px white solid;
	/*height:353px;*/
	overflow:auto;
}

/*Table with 2 columns in placeHolderMainDiv right table cell columns */
.placeHolderMainTwoColTableRightCol{
	width:50%;
	/*padding: 10px;*/
	/*padding-right:15px;*/
	line-height:1.7em;
	/*height:353px;*/

}

#linkitem a{
	color:#2C489E;
	font-size:1em;
	font-weight:600;
	font: Arial;

}


