/*
html {
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
	overflow: hidden;
}
body, div#bodyWrapper, div#content, div#dashParentDiv { 
	height: 99%;
	overflow: hidden;	
}
*/
div#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 10;
	background-color: #FFF;
}
div#logo img {
	left: 8px;
	top: 4px;
}
table.dashTbl {
	padding: 0;
	margin: 0;
	background-color: #FFFACD;
	border-collapse: collapse;
}

.newStyle { background-color: #FFFACD; }

table.searchTbl {
	padding: 0;
	margin: 0;
	background-color: #DFEFFF;
	border-collapse: collapse;
	font-size: 1em;		
}
table.searchTbl .even {
	background-color: #C2D9EF;
}

table.searchResultsTable {
	padding: 0;
	margin: 0;
	background-color: #DFEFFF;
	border-collapse: collapse;
	font-size: 0.9em;		
}

table.searchResultsTable .even {
	background-color: #C2D9EF;
}

table.dashTbl tr th {
	padding: 3px;
	padding-bottom: 0;
	border: 0;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
}

table.dashTbl tr td {
	padding: 3px;
	padding-top: 0;
	border: 0;
}

div#dashParentDiv {
	width: 100%;
}
div#dashboardForm {
	background-color: #EFEFEF;
	float: left;
	width: 290px;
	height: 100%;
	border-bottom: 2px solid #EFEFEF;
	position: fixed;
	top: 40px;
	left: 2px;
	z-index: 10;
}

div#chartParentDiv {
	height: 95%;
	position: relative;
	top: 32px;
	left: 0;
	padding-left: 297px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 8;
}

div#chartBorderTopDiv, div#chartBorderLeftRightDiv {
	position: fixed;
	left: 0;
	width: 100%;
}
div#chartBorderTopDiv {
	top: 40px;
	height: 1px;
	z-index: 9;
}
div#chartBorderLeftRightDiv {
	top: 41px;
	height: 100%;
	z-index: 7;
}
div#borderTopDiv, div#borderLeftRightDiv {
	margin-left: 305px;
	margin-right: 8px;
	z-index: 9;
}
div#borderTopDiv {
	height: 1px;
	border-top: 1px solid #FF870A;
}
div#borderLeftRightDiv {
	height: 100%;
	border-right: 1px solid #FF870A;
	border-left: 1px solid #FF870A;
}
div#chartBorderBottomDiv {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 10px;
	background-color: #FFF;
	width: 100%;
	z-index: 12;
}
div#borderBottomDiv {
	margin-left: 305px;
	margin-right: 8px;
	border-top: 1px solid #FF870A;
	height: 1px;
}
div.imageDiv {
	margin-bottom: 35px;
}
div#chartDiv { 
	padding: 10px;
	z-index: 8;
}

.headerDiv {
	background-color: #C0C0C0;
	font-weight: bold;
}
.footerDiv {
	padding-bottom: 15px;
}
.buttonWhiteBgDiv {
	background-color: #FFF;
}
select#project { max-width: 285px; min-height: 22px; overflow: hidden; }
div#pdfLinkDiv img { margin-right: 5px; }

.tooltipDiv {
	padding: 15px; 
	background-color: #F0F0F0;
	border: 1px solid #DFDFDF;
}
