﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	background-color:#fff;
}

.error
{
	color:#772727;
}

a
{
	color:#0A4B01;
	text-decoration:underline;
}

a:hover
{
	color:#0A4B01;
	text-decoration:none;
}

h1
{
	font-size:12px;
	font-weight:bold;
	color:#0A4B01;
}

h2
{
	font-size:11px;
	font-weight:bold;
	color:#0A4B01;
}

h3
{
	display:inline;
	font-size:10px;
	font-weight:bold;
	color:#0A4B01;
}

hr
{
    margin:0px 26px 0px 4px;
	border:none 0px #fff;
	color:#0A4B01;
	background-color:#0A4B01;
	height:1px;
}

img
{
    border:none;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.FloatRight
{
    float:right;
    margin:0px 0px 10px 10px;
}

.TextBoxShort
{
    border:solid 1px #0A4B01;
    background-color:#FDFAE1;
    width:65px;
	height:16px;
	color:#0A4B01;
	font-size:12px;
}

.TextBox
{
    border:solid 1px #0A4B01;
    background-color:#FDFAE1;
    width:130px;
	height:16px;
	color:#0A4B01;
	font-size:12px;
}

.TextBoxLong
{
    border:solid 1px #0A4B01;
    background-color:#FDFAE1;
    width:260px;
	height:16px;
	color:#0A4B01;
	font-size:12px;
}

.TextField
{
	border:solid 1px #0A4B01;
	background-color:#FDFAE1;
	width:260px;
	height:100px;
	color:#0A4B01;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDown
{
    border:solid 1px #0A4B01;
	background-color:#FDFAE1;
	width:134px;
	height:20px;
	color:#0A4B01;
	font-size:12px;
}

.Button
{
	border:solid 1px #0A4B01;
	background-image:url(../gfx/ButtonBG.gif);
    background-repeat:repeat-x;
    text-align:center;
    width:60px;
    height:25px;
	color:#0A4B01;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.ButtonLong
{
    border:solid 1px #0A4B01;
	background-image:url(../gfx/ButtonBG.gif);
    background-repeat:repeat-x;
    text-align:center;
    width:140px;
    height:25px;
	color:#0A4B01;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.LinkButton
{
	border:solid 1px #0A4B01;
	background-image:url(../gfx/ButtonBG.gif);
    background-repeat:repeat-x;
    text-align:center;
    width:60px;
    height:25px;
	color:#0A4B01;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	padding: 5px;
	text-decoration:none;
}

.Req
{
	font-weight:bold;
	color:#772727;
}

.Invisible
{
    display:none;
}

/* Message */
.PanelError
{
    width:547px;
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #772727;
    background-color:#C8D2D6;
}

.LabelError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#772727;
}

.LableDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#772727;
}

.PanelInfo
{

    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #0A4B01;
    background-color:#E8E4B5;
}

.LableInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#0A4B01;
}

.LableDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#0A4B01;
}

.ValSum
{
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #0a4b01;
    background-color:#fdfae1;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

/* Controls */
.GridView
{
    border:solid 1px #0A4B01;
    width:567px;
    color:#373737;
    font-weight:bold;
}

.GridView td
{
    padding:6px 6px 6px 6px;
    border-bottom:solid 1px #0A4B01;
    border-right:solid 1px #0A4B01;
}

.Header
{
    background-color:#0A4B01;
    color:#fff;
    font-size:11px;
}

.Header th
{
    padding:6px 6px 6px 6px;
    border-bottom:solid 1px #0A4B01;
    border-right:solid 1px #0A4B01;
}

.Header a
{
    background-color:#0A4B01;
    color:#fff;
    font-size:11px;
}

.Sorted a
{
    background-color:#0A4B01;
    color:#BAD591;
    font-size:11px;
}

.Row
{
    background-color:#DCEAC8;
    vertical-align:top;
}

.AltRow
{
    background-color:#EAF2DE;
    vertical-align:top;
}

.RowOver
{
    background-color:#F5F9EF;
    vertical-align:top;
    cursor:pointer;
}

.Pager
{
    background-color:#D3DCE1;
    text-align:center;
}

/* Car Grid*/
.CarRow
{
    text-align:right;
    width:150px;
    padding:5px;
}

.CarImg
{
    display:block;
}

/* Template */
.SiteBG
{
    background-image:url(../gfx/SiteBG.gif);
    background-repeat:repeat-x;
}

.Nav
{
    text-align:left;
}

a.NavBtn
{
    display:block;
    padding:6px 0px 0px 6px;
    height:20px;
    width:165px;
    color:#0A4B01;
    font-size:12;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavBtnBG.gif);
    background-repeat:no-repeat;
}
a.NavBtn:hover
{
    background-position:0px -26px;
}

.NavBox
{
    border-bottom:solid 1px #0A4B01;
}

.Content
{
    width:817px;
    padding:10px 10px 10px 10px;
    vertical-align:top;
    text-align:left;
}

.ButtonRow
{
    width:567px;
}

.WelcomeBox
{
    width:228px;
}

.SampleBox
{
    width:349px;
    vertical-align:top;
}

.BottomCars
{
    width:567px;
}

.CarContent
{
    height:239px;
    width:187px;
    padding:0px 10px 0px 10px;
    background-image:url(../gfx/CarBoxMid.gif);
    background-repeat:repeat-y;
}

.Footer
{
    width:760px;
}
/* Page Specific */
.FloatRB
{
    float:right;
    border:solid 1px #2E771F;
}
.FeaturedCar
{
    margin-top:3px;
}

.FeaturedText
{
    padding-left:7px;
    text-align:left;
}

.PromoImg
{
    vertical-align:top;
    border:dashed 1px #000;
}

.imgCar
{
    border:solid 1px #373737;
}