body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:0px;
background-color:#FFFFFF;
background-image:url(/a/common/images/bg.gif);
}

div#masthead{
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-top: 10px;
	height: 40px;
	width: 690px;
	background-color: blue;
}
#flashContainer{
background-color:#FFFFFF;
margin-bottom:15px;
}

#topDateContainer {
/*border : 1px solid #7899c7;*/
height : 10px;
background-color : #1B5678;
/*padding-top : 8px;*/
padding-right : 10px;
padding-left : 5px;
margin : 0 auto;
margin-bottom : 1px;
margin-top : 0;
}

div#navigation{
	/*position: absolute;*/
	top: 50px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 110px;
	height: 400px;
	background-color: yellow;
}


div#primaryContent{
	/*position: absolute;*/
	top: 50px;
	left: 130px;
	padding-top: 0px;
	padding-left: 0px;

	width: 680px;
margin-left:30px;
}

div#selectStartDay{
	position: absolute;
	top: 25px;
	left: 220px;
	background-color: #FFFFFF;
	display: none;
	border: solid 2px #1B5678;
	width: 550px;
	height: 150px;
	padding-left: 8px;
}


div#selectStartDay table{
	width: 125px;
	float: left;
	margin-right: 8px;
}


div#selectEndDay{
	position: absolute;
	top: 255px;
	left: 220px;
	background-color: #FFFFFF;
	display: none;
	border: solid 2px #1B5678;
	width: 550px;
	height: 150px;
	padding-left: 8px;
}


div#selectEndDay table{
	width: 125px;
	float: left;
	margin-right: 8px;
}



table.statsSet{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-collapse: collapse;
}


table.statsSet thead{
	background-color: #CC0000;
	font-weight: bold;
	color: #FFFFFF;
}


table.statsSet td{
	border: solid 1px #CC0000;
	padding: 3px;
}

table.statsSet thead a{
	color: #FFFFFF;
}


table.statsSet tr.odd{
	background-color: #CCCCCC;
}


table.statsSet tr.even{
	background-color: #FFFFFF;
}



a.placeMarker{
	width: 0px;
	height: 0px;
}


form#getStatisticsForm select#startMonth,
form#getStatisticsForm select#endMonth{
	float: left;
	width: 85px;
	margin-right: 10px;
}


form#getStatisticsForm select#startDay,
form#getStatisticsForm select#endDay{
	float: left;
	width: 45px;
	margin-right: 10px;
}


form#getStatisticsForm select#startYear,
form#getStatisticsForm select#endYear{
	float: left;
	width: 60px;
	margin-right: 10px;
}


span.statisticsDateRangeMessage{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	text-align:center;
}


table#chooseStatisticToViewTable{
	border-collapse: collapse;
}


table#chooseStatisticToViewTable td{
	border: solid 1px #000000;
	padding: 5px;
}

table#chooseStatisticToViewTable thead tr td{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}




span.emphasized {
	font-size: 13px;
	font-weight: bold;
}

div.holdsNoticeContainer{
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #FF0000;
	border-width: 3px;
}


div.confirmationBox{
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #99B4FF;
	border-width: 3px;
	background-color: #D1E5F1;
}


div.errorBox{
	width: 470px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #FF0000;
	border-width: 3px;
	background-color: #FFE4E1;
}


div.noticeBox{
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 3px;
	background-color: #FFFFFF;
}


/**
 * Standard Form
 */


form.standardForm input {
	float: left;
	width: 180px;
}


form.standardForm textarea {
	float: left;
	width: 270px;
}


form.standardForm select {
	float: left;
	width: 275px;
}


form.standardForm label {
	float: left;
	text-align: right;
	width: 70px;
	margin-right: 5px;
	font-weight: bold;
}


form.standardForm div.formClear {
	clear: both;
	height: 10px;
}



form.standardForm input.button,
input.button {
	float: left;
	clear: both;
	margin-left: 75px;
	padding-left:10px;
	padding-right:10px;
	height: 25px;
	margin-top: 10px;
	background-color: #000066;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #264677;
}


form.standardForm input.dangerousButton {
	float: left;
	clear: both;
	margin-left: 120px;
	width: 275px;
	margin-top: 10px;
	background-color: #FF2200;
	border-color: yellow;
	border-width: 3px;
	border-style: solid;
	color: #FFFFFF;
	font-weight: bold;
}


form.standardForm{
	margin-bottom: 80px;
	width: 400px;
}


form.standardForm div.itemUsage {
	margin-left: 120px;
	margin-top: 3px;
	margin-bottom: 8px;
	width: 275px;
	color: gray;
}
/* Control Panel Layout */

#topDateContainer {
/*border : 1px solid #7899c7;*/
height : 10px;
background-color : #1B5678;
/*padding-top : 8px;*/
padding-right : 10px;
padding-left : 5px;
margin : 0 auto;
margin-bottom : 1px;
margin-top : 0;
}

#headerContainer{
background-color:#FFFFFF;
margin-bottom:15px;
background-image:url(../images/loginHeader.jpg);
height:45px;
padding-top:85px;
padding-left:50px;
}
#DEMOheaderContainer{
background-color:#FFFFFF;
margin-bottom:15px;
background-image:url(../images/DEMOloginHeader.jpg);
height:45px;
padding-top:85px;
padding-left:50px;
}

#footer{
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
width:740px;
height:60px;
padding-top:30px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
font-size:10px;
}
#footer a:link{
color:#00FF00;
text-decoration:none;
color:#FFFFFF;
}
#footer a:visited{
color:#00FF00;
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover{
color:#CC0000;
text-decoration:none;
color:#FFFFFF;
}


