body{
	font-family: helvetica, sans;
	font-size: 12px;
	color: #000000;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #F5EFE8;
	background-image: url('/common/images/background.gif');
}


div.heading{
	font-size: 20px;
	margin-top: 0px;
	padding-bottom: 0px;
}


h3{
	font-size: 20px;
	margin-top: 0px;
	padding-bottom: 0px;
}


table{
	width: 100%;
}


table tr td{
	vertical-align: top;
}

td.label{
	font-weight: bold;
}

tr.toggleOn,
tr.odd{
	background-color: #F5EFE8;
}


table thead{
	font-weight: bold;
}

div#wholePage{
	width: 100%;
	background-color: #FFFFFF;
	border-top: solid 5px #BB9664;
	padding: 0px;
}


div.ad{
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

div.ad img{
	border: 0px;
}

div#navigationEtCetera{
	font-size: 14px;
	height: 67px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	background-color: #392816;
}


div#navigationEtCetera div#navigation{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('/common/images/organizationLogoForNavigationBar.png');
}

div#navigation div.navigationItem{
	float: left;
	margin-right: 10px;
	width: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}


div#navigation div.navigationItem img{
	border: 0px;
}

div.controlOptions{
	font-size: 14px;
	height: 67px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	background-color: #392816;
	border-top: solid 2px #BB9664;
}


div.controlOptions div.controlOptionLabel{
	float: left;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	height: 67px;
	line-height: 67px;
	color: #FFFFFF;
	padding-right: 5px;
	border-right: solid 2px #FFFFFF;
}


div.controlOptions div.controlOption{
	float: left;
	margin-right: 10px;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

div.controlOptions div.controlOption img{
	border: 0px;
}


div#content{
	float: leaft;
	padding-left: 2%;
	padding-right: 2%;	
	width: 96%;
	color: #000000;
}


div#footer{
	float: right;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-top: 150px;		
	width: 92%;
	padding: 2%;
	background-color: #392816;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
}


div#footer img#organizationLogo{
	float: left;
	margin-right: 10px;
}


div.clear{
	width: 0px;
	height: 0px;
	clear: both;
}



div.confirmationBox{
	border: solid 3px #000000;
	font-weight: bold;
	padding: 10px;
	margin-top: 35px;
	margin-bottom: 35px;	
}


div.errorBox{
	border: dashed 3px #990000;
	font-weight: bold;
	padding: 10px;
	margin-top: 35px;
	margin-bottom: 35px;	
}



a{
	color: #39788C;
	font-weight: bold;
}






/**
  * Standard form styles
  */

form.standardForm {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding: 2%;
	background-color: #BB9664;
	border: solid 2px #392816;
}


form.standardForm label{
	display: block;
	width: 30%;
	float: left;
	text-align: right;
}


form.standardForm input,
form.standardForm select,
form.standardForm textarea,
form.standardForm div.calendar{
	display: block;
	width: 65%;
	float: right;
	background-color: #FFFFFF;
	border: none;
}


form.standardForm input[type="checkbox"],
form.standardForm input.checkbox {
	display: block;
	float: left;
	background-color: #FFFFFF;
	width: 12px;
	height: 12px;
	margin-left: 5%;
}


form.standardForm div.hiddenInputs,
form.standardForm input[type="hidden"] {
	display: none;
}



div.formSpacer{
	clear: both;
	width: 10px;
	height: 500px;
}


form.standardForm input.button{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: white;
	border: none;
	background-color: #006699;
	background-image: url('/common/images/buttonBackground.gif');
}


form.standardForm div.formClear{
	clear: both;
	height: 20px;
	width: 0px;
}

form.standardForm div.itemUsage {
	width: 65%;
	float: right;
	clear: both;
	margin-top: 3px;
	margin-bottom: 5px;
	font-style: italic;
}


