@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #647562;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : visible;
	height : 170px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #788976;
	color: #FFFFFF;
	padding: 0px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.lHeader {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#788976;
	font-size: 10px;
	font-weight: bold;
	background-color: #647562;
}
.headertext
{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left:10px;
	vertical-align:top;
	padding-top:3px;
	border:0;
	background-color: #647562;
}
.divtext
{
	color: #FFFFFF;	
	
	font-weight: bold;
	
	vertical-align:top;
	border:0;
	cursor:hand;
	background-color: #647562;
}

.lHeaderContent {
	color: #333333;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #2d472e;
	border-bottom-color: #2d472e;
	/*border-left-color: #2d472e;*/
	border-left-color: #eeeeee;
	height:200px;
	left:0;
	overflow: auto;
	overflow-x: hidden;
	
	
}
.divborder
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #2d472e;
	border-bottom-color: #2d472e;
	border-left-color: #2d472e;
}

.smallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.smalldarkgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #45392B;
}

.datedarkgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45392B;
	font-weight:bold;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align:middle;
	background:url(../images/backheader.jpg);
	background-repeat:no-repeat;
}
.datalistItemstyle {
	border-bottom-color:Gray;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-top:10px;
	padding-bottom:10px;

	
}

.footerstd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align:middle;
}


.textdefault {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.textdefaultmouse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor:pointer;
}

.accordionHeader
{
    border: 1px solid  #000000;
    color: white;
	background-image:url(../images/MenuHeader.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-align:left;
	height: 25px;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:#788976;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
	background-color: #647562;
	border: 1px thin #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
	
}

.menuOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#788976;
	font-size: 11px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #788976;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menuOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #647562;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #647562;
	border-right-color: #647562;
	border-bottom-color: #000000;
	border-left-color: #647562;
}

.menuOutStd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #45392B;
	font-size: 11px;
	background-color: #FFFFFF;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}

.menuOverFirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#788976;
	font-size: 11px;
	cursor:pointer;
	border: 1px dotted #000000;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.formtext_watermark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#D4D4D4;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.copyrightBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bolder;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: none;
	background-color: #647562;
	border: thin groove #B3BEB1;
}

.menuButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: none;
	background-color: #899A87;
	border: 1px ridge #2D472E;
}

.Header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



.msgnotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.Header1Big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.borderproduct {
	border: thin dotted #666666;
}


	
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 2px;
}
.linkbutton 
{
	
	cursor: pointer;
    background: #647562 repeat-x 0 0;
    border: 1px solid #B3BEB1;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 20px;
    padding: 1px 8px 5px 11px;
    text-decoration: none;

}
.accordionHeaderLinks
{
    border: 1px solid  #000000;
    color: white;
	background-image:url(../images/MenuHeaderLink.gif);
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-align:left;
	height: 25px;
	text-decoration:none;
	width:138px;
	
}
.linkbutton1
{
	
    color: #FFFFFF;
    text-decoration: none;
    width: 150px;
    padding: 1px 0px 1px 1px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	

}

.accordiondealerHeader
{
    border: 1px solid  #000000;
    color: white;
    background-color:#788976;
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	text-align:left;
	height: 25px;
}

.accordiondealercontent
{
	background-color: #FFFFFF;
	border: 1px thin #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height:1000px;
	
	
}