/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-attachment: scroll;
	background-image: url(../images/website_bground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: normal;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../webadmin/images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../webadmin/images/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #e8fad5;
	text-decoration: none;
}
.LogoCell {
	color: #0066CC;
	font-weight: bold;
}
.LoggedInAs {
	color: #0099CC;
	font-size: 90%;
}
.frmTextbox {
	/*font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	display: block;
  margin: 0;
  width: 70%;
  height:24px;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
   border: solid 1px #59EEE7; 
  

}


.btn1 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 4px 20px 4px 20px;
  text-decoration: none;
}

.btn1:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.btn2 {
  background: #e80000;
  background-image: -webkit-linear-gradient(top, #e80000, #b82b2b);
  background-image: -moz-linear-gradient(top, #e80000, #b82b2b);
  background-image: -ms-linear-gradient(top, #e80000, #b82b2b);
  background-image: -o-linear-gradient(top, #e80000, #b82b2b);
  background-image: linear-gradient(to bottom, #e80000, #b82b2b);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 4px 20px 4px 20px;
  text-decoration: none;
}

.btn2:hover {
  background: #979a9c;
  background-image: -webkit-linear-gradient(top, #979a9c, #93c4b0);
  background-image: -moz-linear-gradient(top, #979a9c, #93c4b0);
  background-image: -ms-linear-gradient(top, #979a9c, #93c4b0);
  background-image: -o-linear-gradient(top, #979a9c, #93c4b0);
  background-image: linear-gradient(to bottom, #979a9c, #93c4b0);
  text-decoration: none;
}
.mainContentCell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D9BE3;
}


td {
	text-align: left;
	vertical-align: top;
}
.frmButton {
	font-size: 8pt;
}
.copyrightCell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D9BE3;
	color: #999999;
	font-size: 7pt;
}
.ContentCell {
	text-align: left;
	vertical-align: top;
	height: 200px;
}
.HeadingOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #0066CC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.ContentCell02 {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0px;
}
.ItemListingBackground {
	background-color: #6699CC;
}
.ItemListingHeader {
	background-color: #EBEBEB;
	font-weight: bold;
	color: #000000;
}
.ItemListing {
	background-color: #FFFFFF;
	color: #000000;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {

	color: #FF0000;
	text-decoration: underline;
}
a:active {


	color: #FF0000;
	text-decoration: none;
}.ContentCellNormal {
	text-align: left;
	vertical-align: top;
}
.UserAccountSummary {
	background-color: #EBEBEB;
	border: 1px solid #6699CC;
	padding: 5px;
	color: #006699;
}
.PageContentCell {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}

/************** CSS FOR POP UP HINT BOXES ***************/

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 200px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
color: navy;
margin: 3px 8px;
}

/************** CSS FOR POP UP HINT BOXES ***************/
.BodyText01 {
	padding: 5px;
}
.VehicleMakeName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0066CC;
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
}
.HeadingTwo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #0066CC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.VehicleSalesYear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0066CC;
	font-weight: bold;
	padding: 5px;
}
.SalesTypeHeader {
	background-color: #C5D8EB;
	font-weight: bold;
	color: #333333;
}
.ItemListingHeader02 {
	background-color: #006699;
	font-weight: bold;
	color: #FFFFFF;
}
.Hints_Tips {
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
}
.UpdateImages {
	padding: 3px;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.DeleteNote {
	color: #FF0000;
	padding: 5px;
	border: 1px solid #FF0000;
}
.ItemListingHeader03 {
	background-color: #006699;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
