@import "../Screen.css";

html
{
	scrollbar-3dlight-color: #5e5e5e;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #565759;
	scrollbar-highlight-color: #b8b8b8;
	scrollbar-shadow-color: #b8b8b8;
	scrollbar-track-color: #888888;
}
 
body
{
	font-size: 9pt;
	font-family: verdana;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #565759;
}

h1
{
	font-size: 12pt;
	text-indent: 0;
	text-transform: uppercase;
}

h1, h2, h3
{
	color: #565759;
}

h1 a, h2 a, h3 a
{
	color: #888;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
	color: #4e4e4e;
}


iframe
{
	width: 718px;
	height: 1000px;
} 
.accent
{
	background-color: #888888;
	color: #f5f5f5;
}

.accent a
{
	color: #f5f5f5;
}

.accent a:hover
{
	color: #d6d6d6;
}

.attention
{
	color: #9d0205;
}

.attention a
{
	color: #9d0205;
}

.attention a:hover
{
	color: #9d0205;
}

.fill fieldset legend
{
	color: #000;
}
.xwmxform {
	WIDTH: 718px; 
	HEIGHT: auto; 
	xwidth: auto; 
	x_width: 760px;
}
.inventorysearch .wmxform FIELDSET DIV {
	padding: 0;
	margin: 0;
	
}
.wmxform FIELDSET DIV {
 	CLEAR: none; 
	BORDER-RIGHT: #000 0px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #000 0px solid; 
	PADDING-LEFT: 3px; 
	FLOAT: left; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 5px; 
	BORDER-LEFT: #000 0px solid; 
	WIDTH: 210px; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #000 0px solid;
}
LEGEND {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 14px; 
	font-weight: bold;
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	WIDTH: auto; 
	COLOR: #2D5980; 
	PADDING-TOP: 0px; 
}
 
.wmxform FIELDSET DIV LABEL {
 	PADDING-RIGHT: 100px; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	MARGIN: 0px; 
	WIDTH: auto; 
	COLOR: #000; 
	PADDING-TOP: 3px; 
	HEIGHT: auto; 
	TEXT-ALIGN: left;
}
    
.wmxform FIELDSET {
 	xBORDER-RIGHT: #000 1px solid; 
	PADDING-RIGHT: 0px; 
	xBORDER-TOP: #717171 12px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 10px; 
	MARGIN: 8px 0px 0px 8px; 
	xBORDER-LEFT: #000 1px solid; 
	PADDING-TOP: 0px; 
	xBORDER-BOTTOM: #000 1px solid; 
	xBACKGROUND-COLOR: #eaeaea;
	HEIGHT: auto;
}  

.wmxform FIELDSET DIV INPUT {
 BACKGROUND-COLOR: #fff;}

.wmxform FIELDSET DIV TEXTAREA {
 BACKGROUND-COLOR: #fff; }

.wmxform FIELDSET DIV SELECT {
 BACKGROUND-COLOR: #fff; } 

.lightshadow, .alternatingitem, .fill,
#CombinationCalculator1 .BottomCalculator div#purchasePriceField .label
{
	background-color: #D1D3D5;
	color: #000;
}

.lightshadow a, .alternatingitem a, .fill a
{
	color: #000;
}

.lightshadow a:hover, .alternatingitem a:hover, .fill a:hover
{
	color: #000;
}

.shadow, .selecteditem
{
	background-color: #565759;
	color: #fff;
}

.shadow a, .selecteditem a
{
	color: #fff;
}

.shadow a:hover, a.shadow:hover, .selecteditem a:hover
{
	color: #fff;
}

.darkshadow, .filter, th
{
	background-color: #565759;
	color: #fff;
}

.darkshadow a, .filter a, th a
{
	color: #fff;	
}

.darkshadow a:hover, .filter a:hover, th a:hover
{
	color: #fff;
}

.filter
{
	padding: 3px;
}

/* menu */

#wmxleft
{
	padding: 0;	
	width: 122px;
}

#left
{
	width: 122px;	
	background-color: #d1d3d5;
}

div.menubar, a.menubutton, a.menubutton:hover, div.menu, a.menuitem
{
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

div.menubar
{
	width: 117px;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 0;
}
a.menubutton, a.menubutton:hover
{
	cursor: pointer;
	display: block;
	z-index: 100;
	padding: 0 3px 0 5px;
	width: 114px;
	text-decoration: none;
	margin: 0;
	line-height: 20px;
}

a.menubutton:hover
{
	color: #666;
}

div.menu
{
	text-align: left;
	left: 0;
	top: 0;
	position: absolute;
	font-weight: bold;
	visibility: hidden;
	z-index: 101;
	filter: alpha(opacity=90); -moz-opacity:.90;
	margin:-24px 0px 0px 0px;
	_margin:-4px 0 0 0px;
	background-color:#A5A5A5;
	border:solid3px#7A7A7A;
}

a.menuitem
{
	cursor: pointer;
	display: block;
	padding: 3px 1em;
	white-space: nowrap;
	font-weight: bold;
	background-color: #D6D6D6;
}

a.menuitem:hover
{
	text-decoration: none;
	background-color: #444;
	color: #fff;
}

/* Custom */
#container
{
	width: 840px;
	height: auto;
	margin: 0px auto;
	background-color: #fff;
}

#content
{
	padding: 0 0 0 0;
	vertical-align: top;
	width: 718px;
	overflow: hidden;
}
#wmxcontent {
	width: 715px;
	padding-left: 3px;
}
.welcome
{
	color: #000;
}

#left_content 
{
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 121px;
}

#blueGrass_logo
{
	margin-bottom: 10px;
	width: 115px;
}

/* Top */
#wmxtop
{
}
#top
{
	position: relative;
	height: 107px;
}
#top_banner
{
	width: 718px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0;
}

#top_bannerinfo
{
	white-space: nowrap;
	font-size: 9px;
	color: #000000;
	position: absolute;
	top: 82px;
	right: 0px;
	width: 718px;
	text-align: right;
	height: 10px;
	z-index: 20;
}

#top_bannerinfo a
{
	color: #000000;
	text-decoration: none;	
}

#top_makes
{
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	top: 9px;
	left: 438px;
	height: 10px;
	width: 280px;
	z-index: 20;
}

#top_makes a
{
	color: #ffffff;
	text-decoration: none;	
}

/* Home */
#home
{
	width: 718px;
	font-size: 9px;
	margin-left: -3px;
}
#home_expand_button
{
	cursor: pointer;
	z-index: 3;
}

#home_mainpic
{
	height: 367px;
	width: 718px;
}

#home_actionitems
{
	height: 57px;
	width: 718px;
}
.actionitemstable {
	height: 57px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}
.actionitemstable td {
	background-color: #565759;
	vertical-align: middle;
	text-align: center;
	border-left: 7px solid #fff;
	padding: 5px;
}
.actionitem{
}

.actionitem a
{
	display: block;
	color: #fff;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ffffff;
}

.actionitem a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}
#home_content h2{
	text-align: center;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #fff;
}
#home_content li {
	margin-left: -30px;
}
#home_left {
	width: 200px;
	border-left: 7px solid #fff;
	background-color: #d1d3d5;
}
#home_right {
	border-left: 7px solid #fff;
	background-color: #d1d3d5;
}
#home_hours {
	background-color: #565759;
	color: #fff;
	border-left: 7px solid #fff;
	line-height: 20px;
	text-align: center;
	margin-top: 7px;
}

/* Bottom */
#bottom
{
	height: 0px;
}

#wmxbottom
{
	height: 0px;
	width: 0px;
}