body{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #EFECDE;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #Ffffff;
    BORDER-RIGHT: #51565F 1px solid; 
    BORDER-TOP: #51565F 1px solid; 
    BORDER-LEFT: #51565F 1px solid; 
    BORDER-BOTTOM: #51565F 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #51565F;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#51565F;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#51565F;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#51565F;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#9C9186;
}
/* style for module titles */

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #ffffff;
 }
 
 
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #9C9186;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #cccccc;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */

.Normal
{
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal
}


.NormalBold
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.boldred, A.boldred:link, A.boldred:visited, A.boldred:active	{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    color: #ff0000
}

A.boldred:hover	{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

.blackhead
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #000000
}

.blackhead_bold
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #000000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #9C9186;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #9C9186;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #9C9186;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #52575F;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #52575F;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #52575F;
}

H2  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0E5E2B;
}

H3  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  18px;
    font-weight:    bold;
    color: #0E5E2B;
}

H4  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #52575F;
}

H6  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #52575F;
}

TFOOT, THEAD    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  12px;
    color: #52575F;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #52575F;
}

A:link  {
    text-decoration:    underline;
    color:  #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    none;
    color:  #008F38;
}

A:hover {
    text-decoration:    none;
    color: #008F38;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

.redrule 
{
    color: #8e3d3d;
    height:1pt;
    text-align:center
}

HR {
    color: ##336633;
    height:1pt;
    text-align:center
}

.Dealerbanner{
	background-image: url(banner2.gif);
	background-repeat: no-repeat;
	width: 497px;
	height: 120px;
}
.dealermenubg{
	text-align:center;
	height: 33px;
}
.dealercontentbg{
	background-image: url(Dealercontentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A8A8A8;
}
.dealerbottombg{
	background-image: url(Dealerbottombg.gif);
	background-repeat: repeat-x;
	height: 58px;
}
.dealersearch01{
	background-image: url(Dealersearch01.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 30px;
}
.dealersearch02{
	background-image: url(Dealersearch02.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 21px;
}
.dealersearch03{
	background-image: url(Dealersearch03.gif);
	background-repeat: no-repeat;
	width: 212px;
	height: 21px;
}
.dealersearch04{
	background-image: url(Dealersearch04.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 14px;
}
.pos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.padd{
	padding-bottom:4px;
	padding-right:4px;
}

/*pane*/
.bannerpane{
	padding: 0px;
}
.toppane{
	padding: 2px;
}
.leftpane{
   padding: 0px 2px 2px 0px;
}
.contentpane{
   padding: 0px 2px 2px 2px;
}
.rightpane{
	padding: 2px;
}
/* Main Menu */
.MainMenu_MenuContainer { background:transparent;text-align:center; }
.MainMenu_MenuBar { cursor:pointer; cursor:hand; background:transparent; }
.MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index:1000;  cursor:pointer;  cursor:hand; margin:0 0 0 1px; background:#eeeeee; padding:0px; border:1px solid #404040; font-weight:normal; filter:none; }
.MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family:tahoma;  color:#6a6a6a; font-size:12px; background:#eeeeee; font-weight:bold; font-style:normal; padding:0px 30px 0px 16px; height:20px; border:0; }
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family:tahoma; font-size:12px; font-weight:bold; cursor:pointer; cursor:hand; color:#ffffff; background:#333333; padding:0px 30px 0px 16px; height:20px; border:0;}
.XDSC_MMIActive { color:#000000; background:url(XDSC_MMIActive.gif) repeat-x top center transparent; padding:0; font-weight:bold; height:29px; }
.XDSC_MMHover { color:#C2102D; padding:0; font-weight:bold; height:29px; }
.XDSC_MMActive, .XDSC_MMBActive { color:#C2102D; background:url(XDSC_MMActive.gif) repeat-x top center transparent; padding:0; font-weight:bold; height:29px; }
.XDSC_MMLIActive { background:url(XDSC_MMLIActive.gif) no-repeat top right transparent; width:12px; height:29px; }
.XDSC_MMLActive { background:url(XDSC_MMLActive.gif) no-repeat top right transparent; width:12px; height:29px; }
.XDSC_MMRIActive { background:url(XDSC_MMRIActive.gif) no-repeat top right transparent; width:12px; height:29px; }
.XDSC_MMRActive { background:url(XDSC_MMRActive.gif) no-repeat top right transparent; width:12px; height:29px; }
.XDSC_MMSep { background:url(XDSC_MMSep.gif) no-repeat top right transparent; width:1px; height:29px; }
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display:none; }
.ModuleTitle_MenuContainer { color:#2c2c2c; }
.ModuleTitle_MenuBar { cursor:pointer; cursor:hand;}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding:0 5px 0 0; }
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display:none; }
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; }

.Main {
	border-right:  #B7BFC9 0px solid; 
	border-left: 0px solid #ff0000; 
}
/**/

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Tahoma, Helvetica;
	font-size: 11px; 
	font-weight: none; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #b3b3b3; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}

.ModuleTitle_MenuIcon {
 cursor: pointer;
 cursor: hand; 
 background-color: #111111; 
 border-left: #EEEEEE 0px solid; 
 border-bottom: #EEEEEE 0px solid; 
 border-top: #EEEEEE 0px solid; 
 border-bottom:  #EEEEEE 0px solid; 
 text-align: center; 
 width: 15px; 
 height: 20px; 
 color: #FFFfff;
 }
.ModuleTitle_MenuArrow{	
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
cursor: pointer; 
cursor: hand; 
border-right: #FFFFFF 0px solid; 
border-bottom: #00FF00 0px solid; 
border-top: #FFFFFF 0px solid;
border-left:  #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
cursor: pointer; 
cursor: hand;
}
.ModuleTitle_MenuBreak{
border-bottom: #EEEEEE 0px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid;  
border-right: #EEEEEE 0px solid; 
background-color: #b3b3b3; 
height: 0px; 
color: #FFFfff;
}
.ModuleTitle_MenuItemSel { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: none; 
cursor: pointer; 
cursor: hand; 
color: #FFFfff; 
background: #212121; 
padding: 0px 0px 0px 0px; 
border: 0;
}
/**/
.login{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.login:link{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.login:visited{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.login:hover{
	color: #3C7540;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A.login:active{
	color: #3C7540;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.currentdate{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
.copyright{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
.terms{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}
A.terms:link{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.terms:visited{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.terms:hover{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A.terms:active{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.privacy{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.privacy:link{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.privacy:visited{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.privacy:hover{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A.privacy:active{
	color: #464747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	color: #ffffff;
}
A.breadcrumb:link{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.breadcrumb:visited{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
A.breadcrumb:hover{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A.breadcrumb:active{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.lang{
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.SearchButton {
   background: transparent;
   padding: 2px 0px 14px 30px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:17px; background: transparent; width: 158px; color: #440A00; padding: 2px 2px 2px 2px; border: 0px solid #FFFFFF; cursor:text;}



.boldtype{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	border-style: none;
	color: #ffffff;
}
A.boldtype:link{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
A.boldtype:visited{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
A.boldtype:hover{
	color: #009327;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
A.boldtype:active{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.boldtype_green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #009327;
}
.boldtype_black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #000000;
}
.boldtype_dkgreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #0E5E2B;
}





