/* CSS Document */
/* CSS styles that are for template files only */
@import url("navigation.css");

/* replace the total width of 764 with 806 */
#fullPage {
	margin-right: auto;
	margin-left: auto;
	width: 808px;
}
#border {
	background:url(../_images/templateBG.png) top left repeat-y;
	width: 808px;
}
/* styles for header */
#header {
	background: url(../_images/header.png) top left no-repeat;
	overflow: hidden;
	width: 808px;
	height: 77px;
}
/* styles for body, uses repeating background image for graphics on the page */
#body {
	background: url(../_images/bodyBG.png) top left no-repeat;
	/* total width: 806px; */
	width: 762px;
	padding: 0px 25px 0px 21px;
}
#bodyContainer {
	/* total width: 718px; */
	width: 758px;
	border: 1px solid #6a6a6a;
	padding: 0px;
	background: url(../_images/template.jpg) top right no-repeat;
}

#menu {
	background: url(../_images/menuShadowBG.png) right top no-repeat;	
	float: left;
	width: 183px;
	margin-bottom: 10px;
	padding: 0px;
}
#menuContainer {
	background: url(../_images/menuShadowBG2.png) right bottom no-repeat;	
}
#menuContai ner table {
	border-bottom: 1px solid #a1a1a1;
}
#menu #navList {
	background-color: #fff;
	border: 1px solid #6a6a6a;
	border-left: none;	
	border-collapse: collapse;
	padding: 0px;
}
#menuBottom {
	background: #f9ae45;
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	height: 10px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 174px;
}

#content {
	float: left;
	/* total width: 533px; */
	width: 537px;
	padding: 5px 20px 20px 16px;
	margin-left: 1px;
	margin-right: 1px;
}
/* styles for footer */
#footer {
	float: left;
	clear: both;
	background: url(../_images/footer.png) top left no-repeat;
	padding: 15px 44px 0px 38px;
	/* total width: 764px, height: 39px; */
	width: 728px;
	height: 23px;
	overflow: hidden;
	color: #FFF;
}
#footTbl {
	border: none;
	width: 100%;
}
#footTbl td {
	padding: 0px;
	color: #FFF;
	font-size: 0.8em;
}
#footTbl a {
	color: #FFF;
}
#footTbl a:link {
	color: #FFF;
}
#footTbl a:visited {
	color: #FFF;
}
#footTbl a:hover {
	color: #FFF;
	text-decoration: none;
}


/* general button look, apply the class to the anchor tag and create a inline or internal style that specifies the width */
#fullPage .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BFBFBF;
	color: #FFF;
	background-color: #027897;
	text-decoration: none;
	text-align: center;
	padding: 3px 4px;
	font-size: 0.9em;
	margin: 0px;
	width:auto;
	overflow:visible;
}
#fullPage .button:link {
	color: #FFF;
}
#fullPage .button:visited {
	color: #FFF;
}
#fullPage .button:hover {
	background-color: #0295bc;
}

/* general style for tables */
/* used for text above table */
.genTableTop {
	padding: 0px 0px 7px 0px;
	margin-top: -14px;
}
.genTable {
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	border: 1px solid #000;
}
#content .genTable th, #content .genHeader td {
	padding: 4px;
	margin: 0px;
	color: #FFF;
	background-color: #027897;
	/*text-align: left;*/
	white-space: nowrap;
	border: 1px solid #000;
	border-collapse: collapse; 
	border-spacing: 0;
}
#content .genAltRows td {
	background-color: #eeeeee;
}
.genTable td {
	padding: 4px;
	margin: 0px;
	border-left: 1px solid #a1a1a1;
	background-color: #FFF;
}
#content .genTable .genC1 {
	border-left: none;
}
#content .genFooter td {
	text-align: center;
	background-color: #027897;
	color: #f9ae45;
	border: 1px solid #000;
}
#content .genFooter td a {
	color: #FFF;
	text-decoration: underline;
}
#content .genFooter td a:link {
	color: #FFF;
}
#content .genFooter td a:visited {
	color: #FFF;
}
#content .genFooter td a:hover {
	color: #f9ae45;
}
#content .blankTable {
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	border: none;
}
#content .blankTable td, #content .blankTable th {
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: left;
}

#fullPage .menuDDList {
	font-size: 0.8em;
	width: 153px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#fullPage .dReportPnl {
	border-bottom: 1px solid #6a6a6a;
	border-right: 1px solid #6a6a6a;
	padding: 10px 7px 10px 10px;
	border-top: 1px solid #a1a1a1;
	margin-right: 10px;
	width: 157px;
}
#fullPage .dSummary th {
	padding: 7px 0px 2px 0px;
	text-align: left;
	font-weight: bold;
}
#fullPage .dSummary td {
	padding: 2px 0px 2px 0px;
}
#fullPage .dSummary .dFakeHR {
	padding: 0px;
	height: 2px;
	background-color: #027897;
}
