/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
Form {
   margin: 0px;
   padding: 0px;
}
.clear {clear: both;}
/* Default Paragraph */
p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   text-align: left;
}

p.bold {
   font-weight: bold;
}
p.center {
   text-align: center;
}

p a {
   color: #0064BE;
   text-decoration:underline;
}

p a:link {
   color: #0064BE;
   text-decoration:underline;
}

p a:active {
   color: #0064BE;
   text-decoration:underline;
}

p a:visited {
   color: #828282;
   text-decoration:underline;
}

p a:hover {
   color: #0064BE;
   text-decoration: none;
}

/* Default Heading */
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   color: #FFFFFF;
   padding: 0px;
   margin-top: 2px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   letter-spacing: 2px;
}

h1 a {
   color: #FFFFFF;
   text-decoration:none;
}

h1 a:link {
   color: #FFFFFF;
   text-decoration:none;
}

h1 a:active {
   color: #FFFFFF;
   text-decoration:none;
}

h1 a:visited {
   color: #FFFFFF;
   text-decoration:none;
}

h1 a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}



h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   color: #828282;
   padding: 0px;
   margin-top: 2px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   letter-spacing: 2px;
}

h2.left {
	text-align:left;
	}

h2 a {
   color: #828282;
   text-decoration:none;
   letter-spacing: 2px;
}

h2 a:link {
   color: #828282;
   text-decoration:none;
   letter-spacing: 2px;
}

h2 a:active {
   color: #828282;
   text-decoration:none;
   letter-spacing: 2px;
}

h2 a:visited {
   color: #828282;
   text-decoration:none;
   letter-spacing: 2px;
}

h2 a:hover {
   color: #828282;
   font-weight: 600;
   text-decoration: none;
   letter-spacing: 2px;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: 600;
   color: #000000;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 1px;
   margin-left: 10px;
   letter-spacing: 1px;
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: 600;
   color: #000000;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   letter-spacing: 1px;
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}


h5 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: 400;
   color: #828282;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   letter-spacing: 1px;
   padding-top: 5px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}

h6 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #C60C30;
   padding: 0px;
   margin-top: 5px;
   margin-right: 3px;
   margin-bottom: 0px;
   margin-left: 10px;
}

/* List Styles */

ul{
   padding: 0px;
   margin-top: 0px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 30px;
   text-align: left;
   list-style: url(../Images/bullet.gif) none outside;
}

ol{
   padding: 0px;
   margin-top: 0px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 30px;
   text-align: left;
}

li{
   color: #333333;
   font: normal 11px/15px Arial, sans-serif;
   padding: 0px;
   margin-top: 5px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
}

li a{
   color: #000000;
   text-decoration: none;
}

li a:link{
   color: #000000;
   text-decoration: none;
}

li a:visited{
   color: #666666;
   text-decoration: none;
}

li a:hover{
   color: #3366CC;
   text-decoration: underline;
}


/***********************************************/
/* Top Header Navigation (Grey)                */
/***********************************************/ 
.headertopNav {
   margin: 0px;
   padding: 2px;
   height: 12px;
   width: 740px;
   background-color: #969696;
}

.headertopNav p{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: 500;
   color: #FFFFFF;
   line-height: 15px;
   padding: 0px;
   margin-top: 0px;
   margin-right: 15px;
   margin-bottom: 3px;
   margin-left: 5px;
}

.headertopNav p a {
   color: #FFFFFF;
   text-decoration:none;
}

.headertopNav p a:link {
   color: #FFFFFF;
   text-decoration:none;
}

.headertopNav p a:active {
   color: #FFFFFF;
   text-decoration:none;
}

.headertopNav p a:visited {
   color: #FFFFFF;
   text-decoration:none;
}

.headertopNav p a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

/***********************************************/
/* Top Header Main                           */
/***********************************************/ 
.headerMain {
   margin: 0px;
   padding: 0px;
   height: 75px;
   width: 740px;
   background-color: #FFFFFF;
}

/***********************************************/
/* Top Header Bottom Nav                     */
/***********************************************/ 
.headerbottomNav {
   margin: 0px;
   padding: 0px;
   height: 39px;
   width: 740px;
   background-color: #FFFFFF;
   background-image: url(../images/header_tile.jpg);
   background-repeat: repeat;
   background-position: left top;
}

/***********************************************/
/* Header Nav - Drop-Down Menus                */
/***********************************************/ 
.chromestyle{
   width: 100%;
   font-weight: bold;
   height: 20px;
   margin-top: 7px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
padding: 0px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
   color: #FFFFFF;
   text-decoration: none;
   padding-top: 5px;
   padding-right: 20px;
   padding-bottom: 5px;
   padding-left: 20px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   font-variant: normal;
   margin-top: 1px;
   margin-right: 0px;
   margin-bottom: 1px;
   margin-left: 0px;
   letter-spacing: 2px;
}

.chromestyle ul li a:link {
   color: #FFFFFF;
   text-decoration:none;
}

.chromestyle ul li a:active {
   color: #FFFFFF;
   text-decoration:none;
}

.chromestyle ul li a:visited {
   color: #FFFFFF;
   text-decoration:none;
}


.chromestyle ul li a:hover{
   color: #969696;
   /* text-decoration:underline;
   /* background: #014D6E
   /* background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
   position:absolute;
   top: 0px;
   border: 1px solid #BBB; /*THEME CHANGE HERE*/
   border-bottom-width: 0px;
   font:normal 11px Verdana;
   line-height:15px;
   z-index:100;
   background-color: white;
   width: 150px;
   visibility: hidden;
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
   margin-top: 3px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


/***********************************************/
/* Slideshow Area 1                            */
/***********************************************/ 
.slideshow1 {
   padding: 0px;
   height: 175px;
   width: 740px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
}

/***********************************************/
/* Horizonta Rule 1                            */
/***********************************************/ 
.hrGrad1 {
   padding: 0px;
   height: 20px;
   width: 740px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   background-image: url(../images/hr_grad_1.jpg);
}

/***********************************************/
/* Cross Components                            */
/***********************************************/ 
.crossTL {
   padding: 0px;
   height: 20px;
   width: 13px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #969696;
}

.crossTR {
   padding: 0px;
   height: 20px;
   width: 345px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #969696;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}

.crossBR {
   padding: 0px;
   height: 175px;
   width: 345px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}


.crossBR3 {
   padding: 0px;
   height: 210px;
   width: 345px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}

.crossBRDrivers {
   padding: 0px;
   height: 170px;
   width: 345px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}

.crossBRNH {
   padding: 0px;
   height: 450px;
   width: 345px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}

.crossTR2 {
   padding: 0px;
   width: 550px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #969696;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}

.crossBR2 {
   padding: 0px;
   width: 550px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #969696;
}

/* crossBR2 Paragraph */
.crossBR2 p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 0px;
   margin-left: 10px;
}

.crossBR2 p a {
   color: #0064BE;
   text-decoration:underline;
}

.crossBR2 p a:link {
   color: #0064BE;
   text-decoration:underline;
}

.crossBR2 p a:active {
   color: #0064BE;
   text-decoration:underline;
}

.crossBR2 p a:visited {
   color: #828282;
   text-decoration:underline;
}

.crossBR2 p a:hover {
   color: #0064BE;
   text-decoration: none;
}

/***********************************************/
/* Side Navigation                             */
/***********************************************/ 
.sidNav {
   padding: 0px;
   width: 160px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 2px;
   margin-left: 0px;
}

/* Default Paragraph */
.sidNav p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 5px;
}



/* List Styles */

.sidNav ul{
   padding: 0px;
   margin-top: 0px;
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 25px;
   list-style: url(../Images/bullet.gif) none outside;
   text-align: left;
}

.sidNav li{
   color: #333333;
   font: normal 11px/15px Arial, sans-serif;
   padding: 0px;
   margin-top: 5px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
}

.sidNav li a{
   color: #000000;
   text-decoration:underline;
}

.sidNav li a:link{
   color: #000000;
   text-decoration:underline;
}

.sidNav li a:visited{
   color: #666666;
   text-decoration:underline;
}

.sidNav li a:hover{
   color: #3366CC;
   text-decoration:none;
}


/***********************************************/
/* Footer                                     */
/***********************************************/ 
.footer {
   padding: 0px;
   height: 30px;
   width: 740px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #969696;
}

/* Footer Paragraph */
.footer p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #828282;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 3px;
}


/***********************************************/
/* LOGIN TABLE FONTS ENTERED BY SHIVAK         */
/***********************************************/ 

.formAdmin {
 	text-align:right;
	background: #FFFFFF; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   padding: 10px;
	}

.text {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   text-align: left;
   text-transform: capitalize;    
}

.text2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   text-align: left;  
}

.required {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: red;
}


.textLowercase {
   text-transform: lowercase;    
}

.textBold {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   fon-style: normal;
   font-weight: bold;
   color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-right: 3px;
   margin-bottom: 3px;
   margin-left: 10px;
   text-align: left;
   text-decoration: underline;
}

.select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	} 
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	max-width: 60px;    
	width: 60px;    
	text-align: center;    
	padding: 0;    
	crop: right; 
	}
	
.inputa { 
	font-size: 11px; 
 	background-color: #FFFFFF; 
 	padding: 2px 0 2px 4px; 
 	height: 15px;
 	border: 1px solid #666666; 
	}	
	
.textareaa { 
	font-size: 11px; 
 	background-color: #FFFFFF; 
 	padding: 2px 0 2px 4px; 
 	border: 1px solid #666666; 
	}		

	textarea:focus, input:focus, select:focus {
	border: 1px solid #900;}
	
	
.formMain {
	border-bottom: 1px solid #b7b7b7; 
	border-left: 1px solid #b7b7b7;
	}

.formBottom {
	border-bottom: 1px solid #b7b7b7; 
	}


.formHeader {	
	border-right: 1px solid #b7b7b7; 
	border-top: 1px solid #b7b7b7; 
	border-left: 1px solid #b7b7b7;
	font-weight: bold;	
	text-align: center;    	
	)
	

/***********************************************/
/* Image Border Rollovers                      */
/***********************************************/ 

/* for Firefox etc */
a.thumbImg img {
   border: 1px solid #E3E3E3;
}
a.thumbImg:hover img  {
   border-color: #0064BE;
}
/* For IE only - put a border on the "a" not the "img"  */
* html a.thumbImg img {
   border:0;
}
* html a.thumbImg {
   border: 1px solid #E3E3E3;
}
* html a.thumbImg:hover , * html a.thumbImg:link:hover , * html a.thumbImg:visited:hover {
   border-color: #0064BE;
} 
/* end IE only code */


/***********************************************/
/* Scrolling Divs		                      */
/***********************************************/ 

div.splitScroll {
	height: 400px;
	width: 375px;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}

/***********************************************/
/* SPRY TABLE 							  */
/***********************************************/

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList {
	font-size: 70%;
	border-collapse:collapse;
	empty-cells:show;
	width:95%;
	margin: 0;
	color:#FFFFFF;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList th {
	padding: 6px 0.25em;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList th.infocus { background-color: #E3E3E3; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList th.selected {	color: #FFFFFF; }

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList td, .tableList th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: center;
}
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;

}
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr.infocus {
	background-color:#E3E3E3;
	cursor: pointer;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr.notinfocus { background-color:#FFFFFF; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tr.selected { color:#FFFFFF; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList tbody { margin-top: 0; }
#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList .even { background-color: #E3E3E3; }

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList .rowHover {
	color: #FFFFFF;
	background-color: #F07D0F;
	cursor: pointer;
}

#container .ContentBoxHolderSplit .ContentBoxMiddle .tableList .rowSelected { color: #FFFFFF; font-weight:bold; background-color:#C6DBE0; }

/* End SPRY Table */

