/* generated by csscreator.com */ 
html, body{ 
 margin:0px auto; 
 padding:0; 
 } 
 
#pagewidth{
width:100%;
 }

#header{
 position:relative; 
 height:97px;
 font-size: small;
 margin-top:10px;
 margin-left: 10px;
 margin-right: 10px;
 background-color:#c0c0c0; 
 -moz-border-radius: .75em;
} 

#headercell{ 
 float:left; 
 position:relative;
 height:40px;
 margin: 0px auto;
 padding: 5px; 
 vertical-align: middle;
 text-align: center;
 background-color:#e5e7f7; 
 }
  
#leftcol{
 position:absolute;
 top: 135px;
 left: 10px;
 bottom: 10px;
 width:150px; 
 min-height:250px;
 padding: 5px;
 background-color:#e5e7f7; 
 -moz-border-radius: .75em;
 overflow: auto;
 }
 
#favcell{
 width:100%; 
 height:15px;
 float:top; 
 left-margin: 10px;
 position:relative;
 background-color:#e5e7f7; 
 font-family: arial;
 font-size: 10px;
 text-align: left;
 }
 
 #favhead{
 width:100%; 
 height:15px;
 float:top; 
 left-margin: 10px;
 position:relative;
 font-family: helvetica, arial;
 font-size: 12px;
 text-align: center;
 background-color:#688ed7;
 -moz-border-radius: 7px;
 }
 
#maincol{
 position:absolute;
 top: 128px;
 left:180px;
 right:10px;
 left-margin: 180px;
 bottom: 10px;
 width=80%;
 min-width:620px;
 background-color: #FFFFFF; 
 text-align: center;
 }
 
 /*** IE6 Fix ***/
* html #maincol {
  left: 180px;           /* RC width */
}
 
#footer{
 height:150px; 
 background-color:#FFFFFF; 
 clear:both;
 } 
 #searchResults {
 opacity: 0.9;
 position:absolute;
 left:250px; 
 top:93px;
 width: 350px;
 background-color: #FFFFFF;
 z-index:1;
 }
 
 #searchResults.content {
 font-family: helvetica, arial;
 font-size: 10px;
 text-align: left;
 -moz-border-radius: .75em;     
   }
 #searchResults1 {
 opacity: 0.9;
 position:absolute;
 left:250px; 
 top:93px;
 width: 350px;
 background-color: #FFFFFF;
 z-index:1;
 }
 
 #searchResults1.content {
 font-family: helvetica, arial;
 font-size: 10px;
 text-align: left;
 -moz-border-radius: .75em;     
   }
 
 #searchResults3 {
 opacity: 0.9;
 position:absolute;
 left:300px; 
 top:180px;
 width: 350px;
 background-color: #FFFFFF;
 z-index:1;
 }  
 #searchResults3.content {
 font-family: helvetica, arial;
 font-size: 10px;
 text-align: left;
 -moz-border-radius: .75em;     
  }
 #bookmark {
      font-family: helvetica, arial;
	  font-size: 10px;
	  text-align: left;
      width: 175px;
	  -moz-border-radius: .75em;
   }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.caption {
	font-family: "arial bold", serif;
	letter-spacing: 5px;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/

#itsthetable table {
	font: normal 75%/150% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #A9A9A9;
	border-bottom: 5px double #A9A9A9;
}
#itsthetable th {
	font: bold 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
#itsthetable thead th {
	border: 1px solid #A9A9A9;
	white-space: nowrap;
	background: #C0C0C0;
}
#itsthetable tbody td ,tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
#itsthetable tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}

#itsthetable tbody tr.odd {
	border: 1px solid #A9A9A9;
}

/* Added for invoice page striping by CAZ 12/11/17 */
#itsthetable tbody tr:nth-child(odd) td, .itsthetable tbody tr.odd {
  background-color: #DCDCDC;
}



#itsthetable tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
#itsthetable tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
#itsthetable caption {
	font-family: "arial bold", serif;
	letter-spacing: 5px;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
#itsthetable table a:link {
	color: #DC143C;
}
#itsthetable table th a:link {
	color: #047;
	text-decoration: none;
}
#itsthetable table a:visited{
	color: #036;
}
#itsthetable table a:hover{
	color: #000;
	text-decoration:none;
}
#itsthetable table a:active{
	color: #000;
}
