/*
By Joe Pettersson @ http://www.joepettersson.com
A dark jQuery powered navigation menu

Distributed under the Creative Commons Attribution 3.0 License
*/

/***** Demo styles - you can safely ignore all of these styles, they merely style the demo *****/
html, body { border:0; margin:0; padding:0; }
body { font:12px Arial, Helvetica, sans-serif; color: #444}

.wrapper { width:100%;}

h1 {width: 100%; margin: 60px auto 5px; font-size: 16px; font-family: Georgia, Times New Roman, serif; font-weight: normal; font-style: italic; color: #777; }

.barLinkClass {
	border: none;
	border-right: 1px dotted #777777;
	color: #DDDDDD;
}

.barLinkSelectedClass {
	color: #FFFFFF;
	font-weight: bold;
	background: none;
	background-color: #000000;
	background-image: url(../images/menu_back_hover.png);
	border: none;
	border-right: 1px dotted #777777;
	cursor: none;
}

.barClass {
	padding: 0px;
	background: none;
	background-color: #68665C;
	background-image: url(../images/menu_back.png);
	border: none;
	margin: 0px 5px;
	width: 100%;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.menuLink{
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}

.menulink-selected{
	color: #ff9c00;
	padding: 5px;
	text-decoration: none;
}
.resultsContainer {
	float: left;
	padding: 0px;
	margin: 0px 5px;
/* 	width: 1048px; */
	min-height: 20px;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
.sectionHeaderContainer {
	width: 1013px;
	color: #FFFFFF;
	float: left;
	padding: 0px 10px;
	margin: 5px 5px 0;
	background-image: url("../images/sectionbg.png");
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
.subSectionHeaderContainer h2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
}
.odd-row{
	background-color: #E2E4FF;
}
.even-row{
	background-color: #FFFFFF;
}
.dr-table-subheader{
	background-color: #ffdddd;
}
.display-report-list{
	width: 99%;
    text-align: center;
    height: 20px;
    padding-top: 5px;
    border: 1px solid #526066;
    margin: 5px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #41647f;
}
.calendarInputTextbox[type=text]{
width: 180px;
}

.calendarInputTextboxfminsp[type=text]{
	width: 160px;
}