/* layout table styles */

.layoutTable
{
	border-collapse: collapse;
	padding: 0px;
}

.layoutTable td
{
	padding: 0px;
}

/* main layout table styles */
#tblMiddle
{
	width: 100%;
}

#tblMiddle_left, #tblMiddle_center, #tblMiddle_right, .tblMiddle_left, .tblMiddle_center
{
	vertical-align: top;
}

#tblMiddle_left, .tblMiddle_left
{
	width: 155px;
}

#tblMiddle_center, .tblMiddle_center
{
	width: auto;
}

#tblMiddle_right
{
	width: 145px;
}


/*Side Menu Color Selection Styles */

	#sidemenu a			{}
	#sidemenu a:hover	{}
	#sidemenu div.L0sel				{color:#000000; background:#8f8f8f;}
	#sidemenu div.L1sel				{color:#000000; background:#8f8f8f;}
	#sidemenu div.L2sel				{color:#000000; background:#8f8f8f;}

	
/* whole page */

body
{
	background-color: #b9b9b9;
}

div
{
	margin: 0;
	padding: 0;
	border: 0;
}

#page
{
	margin: 1%;
}

/* banner */

#banner, #barTop, #middle, #barBottom
{
	width: 100%;
	clear: both;
}

#banner
{
	width: 100%;
	text-align: center;
	background-color: white;
	vertical-align: bottom;
	height: 110px;
	/*background-image: url(../../../../graphics/default/cpdstamp.gif);
	background-position: center center;*/
	background-image: url(../../../../graphics/default/cpdlozenge1.gif);
	background-position: 175px center;
	background-repeat: no-repeat;
}

#topLeftCorner
{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 155px;
}

#topRightCorner
{
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 110px;
	width: 215px;
}

#iTopLeftCorner
{
	border: 0;
	float: left;
	height: 110px;
	width: 145px;
}

/* menubars, utilitybars */

#barTop
{
	text-align: center;
	background-color: #8F8F8F;
}

#sidebarLeft
{ 
	width: 155px;
}

#sidebarRight
{
	background-color: #8f8f8f;
	width: 145px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../../../../graphics/default/utilsBottom.jpg);
}

#contextMenu, #utils
{
	padding: 5px;
}

#mainMenu, #footlinks
{
	padding: 2px;
}

#searchBox
{
	text-align: center;
}

#searchBox	IMG {margin:0 0 -7px 2px;} /*vertical-align:middle;*/
		/*.immSearchLabel	{color:#fff; font-size:80%; font-weight:bold; display:block;}
		.immSearchButton	{margin:0 0 0 3px;}
		.inputTextbox {margin:0 0 0 3px;}*/
		
#utilLinks
{
	padding: 10px;
}

#barTop, #sidebarLeft, #barBottom, #sidebarRight
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 90%;
}

#rightContent
{/*border: solid 1px blue;*/}

#barTop a, #sidebarLeft a, #barBottom a, #sidebarRight a
{
	color: white;
	text-decoration: none;
}

#barTop a.sectionHeaderTrue
{
	color: #333333;
	background-color: #ffffff;
}

#barTop a:hover, #sidebarLeft a:hover, #barBottom a:hover, #sidebarRight a:hover
{
	color: #333333;
	background-color: white;
	text-decoration: none;
}

#mainContent, #heading, #preMain, #postMain
{
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
	margin: 0px 0px 1em 0px;
	background-color: #ffffff;
	border: 1px solid white;
}
/*
#loginPanel
{
	padding-top: 15px;
	padding-right: 30px;
	height: 80px;
}
*/

#barBottom
{
	clear: none;
	text-align: center;
	height: 24px;
	margin-bottom: 1em;
}

#bottomLeftCorner
{
	float: left;
	width: 10px;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#bottomRightCorner
{
	float: right;
	width: 10px;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#barLegal
{
	color: #666666;
	font-size: xx-small;
	text-align: right;
	padding-bottom: 1em;
}

/* homepage boxTable styles */

.boxTable
{
}

.boxTableCell
{
	vertical-align: top;
	padding: 5px;
	width: 50%;
}

.boxTableHeader
{
	padding: 0;
	font-size: 90%;
	color: white;
	margin-bottom: 0.5em;
}

.boxTableHeader a
{
	color: white;
}
.boxTableHeaderCornerLeft
{
	width: 10px;
	height: 10px;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}

.boxTableHeaderCornerRight
{
	width: 10px;
	height: 10px;
	float: right;
	background-repeat: no-repeat;
	background-position: top left;
}

.boxTableHeader, .boxTableHeader p, .boxTableHeader div
{
	text-align: center;
	color: white;
}

#boxTable_row1_col1_heading, #boxTable_row1_col2_heading, #boxTable_row2_col1_heading, #boxTable_row2_col2_heading, #boxTable_row3_col1_heading, #boxTable_row3_col2_heading
{
}

/* Unordered list styles */
UL.Square 
{
	list-style-type: square;
}
UL.None
{
	margin-left: 25px;
	list-style-type: none;
}

UL.Circle
{
	
	list-style-type: circle;
}

/* Display Table*/
table.displayTable
{
	border: 1px solid #E4ECF8;
	width: 100%;
}

table.displayTable .preview
{
	text-align: center;
	padding: 10px;
	vertical-align: top;
	width:50%;
}

table.displayTable .info
{
	width:50%;
	padding-left: 10px;
	vertical-align: top;
	border-left: 2px solid #E4ECF8;
}

table.displayTable .info .infoDetails
{
	padding-left: 10px;
}

table.displayTable .bottomRow
{
	height: 100px;
	background-color: #E4ECF8;
}


#banner, #middle ,#barTop, #barBottom, #barLegal 
{
    min-width: 1024px!important;
}