body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a img {
  border:none;
}
.background {
	background-attachment: fixed;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:10px;
	margin:0px;
}

a:link,a:visited{
	color: #fb7e14;
	font-weight:bold;
	text-decoration:none;
}
a:hover,a:active{
	color: #fb7e14;
	font-weight:bold;
	text-decoration:underline;
}

a.linkval:link, a.linkval:visited{
	color: #000099;	
	font-weight:normal;
}
a.linkval:hover, a.linkval:active{
	color: #3399ff;
	font-weight:normal;
}

a.delete:link, a.delete:visited {
	color: #990000;	
	font-weight:bold;
}

a.delete:hover, a.delete:active {
	color: #ff0000;
	font-weight:bold;
	text-decoration:underline;
}



hr {
	color: #336699;
	border: 1px solid #336699;
}
li {
	margin-top: 0.2em;
	margin-left: -1.7em;
}
.mainbody {
	background-color: white;
}
.pagetitle {
	font-size: 20px;
	font-weight: bold;
	color: #ac3134;
	font-family: Georgia, "Century Schoolbook", Times, serif;
}
.nav1off,a.nav1off:link,a.nav1off:visited{
	color:white;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	background-color:#336699;
	height:19px;
	padding:2px 3px 2px 3px;
	text-decoration:none;
}
.nav1on,a.nav1on:hover,a.nav1on:link,a.nav1on:visited,a.nav1on:active{
	color:white;
	font-weight: bold;
	font-family:Verdana, Tahoma, Arial;
	background-color:#6495ed;
	height:19px;
	padding:2px 3px 2px 3px;
	text-decoration:none;
}
.nav2off,a.nav2off:link,a.nav2off:visited{
	color:white;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#336699;
	height:16px;
	padding:2px 3px 1px 3px;
	text-decoration:none;
}
.nav2on,a.nav2on:hover,a.nav2on:link,a.nav2on:visited,a.nav2on:active{
	color:white;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#6495ed;
	height:16px;
	padding:2px 3px 1px 3px;
	text-decoration:none;
}
.button1 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #336699;
	font-weight: bold;
	border: 0px none Gray;
	padding:1px 6px 3px 5px;
	text-decoration:none;
	line-height:14px;
	height:16px;
	margin-bottom:2px;
}
.button_hover1 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #6495ed;
	font-weight: bold;
	border: 0px none Gray;
	padding:1px 6px 3px 5px;
	text-decoration:none;
	line-height:14px;
	height:16px;
	margin-bottom:2px;
}
.button,.button2 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #336699;
	font-weight: bold;
	border: 0px none Gray;
	padding:0px 7px 1px 7px;
	text-decoration:none;
	line-height:17px;
	margin-bottom:2px;
}
.button_hover2 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #6495ed;
	font-weight: bold;
	padding:0px 7px 1px 7px;
	text-decoration:none;
	line-height:17px;
	margin-bottom:2px;
}
.invisible {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	z-index:-200;
}
.pagehead {
	background-color:#e5e5e5;
	border-bottom:1px solid #336699; 
	line-height:15px;
	height:27px;
}
.pagebody {
	background-color: aliceblue;
	color: #000;
	padding:2px;
}
.hdr {
	color: #000099;
	font: 15px Arial,Helvetica,sans-serif;
	font-weight: bold;
}
/* HTML form styles */
.require, require {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none
}

.require input {
  background-color:#ff9999;
}

 

.fldlbl,label {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
}
.small {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7pt;
}
.button {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #336699;
	font-weight: bold;
	margin-bottom: 2px;
	border-top: #dddddd 2px solid;
	border-left: #AAD2CD 2px solid;
	border-right: #bbbbbb 2px solid;
	border-bottom: #aaaaaa 2px solid;
}
.smallbutton {
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	background-color: #336699;
	font-weight: bold;
}
.input, .input:disabled, .inputcheckbox {
	border: 1px #238e80 solid;
	background: #FFFFFF;
	font: 12px Arial,Helvetica,sans-serif;
	color: #000;
}

.inputcheckbox {
border: none;
}

.input:disabled {
	background:#999999;
	}
	
}
.inputsmall {
	border: 1px #238e80 solid;
	background: #FFFFFF;
	font: 10px Arial,Helvetica,sans-serif;
	color: #000;
}
.inputArea {
	border: 1px #238e80 solid;
	background: #FFFFFF;
	font: 12px Arial,Helvetica,sans-serif;
	color: #000;
	scrollbar-face-color: #4a6b8f;
	scrollbar-shadow-color: #F0F8FF;
	scrollbar-highlight-color: #F0F8FF;
	scrollbar-3dlight-color: #F0F8FF;
	scrollbar-darkshadow-color: #F0F8FF;
	scrollbar-track-color: #F0F8FF;
	scrollbar-arrow-color: #F0F8FF;
}
th,.columhead {
	font: 12px Arial,Helvetica,sans-serif;
	color: #000;
	border-bottom:1px solid black;
	text-align:left;
}
.sectionhead {
	padding:5px 0px 0px 5px;
	font: 13px Arial,Helvetica,sans-serif;
	font-weight:bold;
	color: #000066;
	border-bottom:2px solid #336699;
}
/* CMS */
.dark {
	background-color: #336699;
	color: #000;
}
.mgttable {
	width:97%;
 	padding:2px 8px 2px 8px;
 	background-color:aliceblue;
 	border:1px solid #336699;
 	margin:10px;
}
.mgttable_fieldset {
	width:97%;
 	padding:2px 8px 2px 8px;
 	margin:10px;
}

.mgttable th {
text-align:center;
}

.legend {
 	background-color:aliceblue;
	font: 12px Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
}
.arrow {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
.asc{
	font-size:9px;
	vertical-align:4px;
}
.hoverbg {
	background-color:#95b6f2;
	cursor:pointer;
}
.overline {
	border-top:2px solid navy;
}
.overlinethin {
	border-top:1px solid navy;
}
#maintitle{
	position:absolute;
	top:22px;
	left:235px;
	color: #000099;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
}
#leftbg {
	position:absolute;
	background-color: #e5e5e5;
	border-right:1px solid #336699; 
	border-bottom:2px solid #336699; 
	top:100px;
	left:0px;
	width: 125px;
	height: 300px;
	z-index:0;
}
#bodybg {
	position:absolute;
	background-color: aliceblue;
	border-bottom:2px solid #336699; 
	top:102px;
	left:126px;
	width: 100%;
	height: 300px;
	z-index:0;
}
#adminfooter{
	position:absolute;
	color:#336699;
	font-family: arial; 
	font-size:12px;
	font-weight:bold;
	width:100%;
	z-index:1;
}
.adminfooterlink {
	color:#336699;
	font-family: arial; 
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#tip {
	position:absolute;
	background-color: #ffffcc;
	border:1px solid navy;
	padding:2px;
	width:200px;
	z-index: 200;
}
.inlinetip {
	background-color: #ffffcc;
	border:1px solid navy;
	padding:2px;
}
.orderby{
	padding:0px 2px 0px 2px;
	border:1px solid black;
	position:absolute;
	margin-top:-7px;
	background-color:greenyellow;
	font-size:8px;
}

#introMessage {
	background: #ffffcc;
	border: 1px solid navy;
	position: absolute;
	left: 150px;
	margin: 10px 0 0 0;
	padding: 4px;
	width: 100%;
}
.reporttable {
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}
.reporttable td,.reporttable th {
	border:1px solid #bbbbbb;
	padding:2px;
}



h3 {
 font-size:1em;
 font-weight:bolder;
 font-style:italic;
}

.help, .help h3 {
	size:1em;
	font-style:italic;
	}
.help h3 {
	text-decoration:underline;
	}


.div_header
{
	text-decoration:underline;
}

.div_header a {
  text-decoration:none;
}

div#imis_information p {
  line-height:.5em;
}

input:focus, select:focus {
  background-color: #ffc;
}




.form_section, .form_section_nb {
	width:99%;
	padding-left:5px;
	margin:0px auto;
	border:1px solid #AAA;
	}

/* Forms without tables */

.form_section_nb {
  border:none;
}

.form_row {
  clear:both;
  padding-top:5px;
  margin-bottom:0px;
  
  
}

.form_label {
  float:left;
  width:28%;
  text-align:right;  
}

.form_object {
 float:right;
 width:70%;
 text-align:left;
 
}


.review_section {
  border:1px solid #AAA;
  width:100%;
}

.review_row {
  clear:both;
  padding-top:5px;
  margin-bottom:0px;
}
.verified_row {
	clear: both;
  padding-top: 5px;
  margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}

.review_label {
  float:left;
  width:28%;
  text-align:right;  
}

.review_object {
 float:right;
 width:70%;
 text-align:left;
 
}

.split_left {
  float:left;
  width:49%;
  text-align:left;
}

.split_right {
 float:right;
 width:49%;
 text-align:left;
}


.spacer {
  clear:both;
}

.address_div {
margin-left:5em;
}

.address_div p {
text-indent:-5em;
}

.example {
color:#aaa;
font-size:7pt;
}

table.printinvoice th {
font-weight:bolder;
text-align:center;
border-bottom: black 1px solid;
}

table.printinvoice td {
border-bottom: grey 1px solid;
}


/**
 *
 */
 
.error {
 background-color:
 width:80%;
 text-align:center;
 color: #333;
 border: 1px solid red;
 }
 
 /**
  * File uploads
  */
 
#upload li.marker {
 list-style-type: none;
}
div#upload_required {
	display: none;
	font-weight: bold;
	color: red;
}
.verified{
	background:#99ff99;
}