body{
	margin: 0px;
	padding: 0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
	 color: White;
    background-color: #000000;
    BORDER-RIGHT: #A1A1A9 1px solid; 
    BORDER-TOP: #A1A1A9 1px solid; 
    BORDER-LEFT: #A1A1A9 1px solid; 
    BORDER-BOTTOM: #A1A1A9 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #A1A1A9;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#C26A20;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#C26A20;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#00C200;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#C26A20;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A1A1A9;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A1A1A9;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A1A1A9;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #A1A1A9;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #A1A1A9;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #A1A1A9;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: #A1A1A9;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #A1A1A9;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #A1A1A9;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: #A1A1A9;
    color: #FFF;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* 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: #A1A1A9;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #A1A1A9;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #C26A20;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #A1A1A9;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #A1A1A9;
	background-repeat: repeat;
	color: #FFF;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #868a26;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A1A1A9;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #535353;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #868a26;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A1A1A9;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A1A1A9;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #A1A1A9;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #A1A1A9;
}

A:link  {
    text-decoration:    none;
    color:  #878533;
}

A:visited   {
    text-decoration:    none;
    color:  #878533;
}

A:hover {
    text-decoration:    underline;
    color:  #00c200;
}

A:active    {
    text-decoration:    none;
    color:  #878533;
}

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;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #E0E9F2;
    height:1pt;
    text-align:left
}
.StandardWidth {
	width: 990px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}	

.AutoDealer_menubg05{
	background-image: url(AutoDealer_menubg05.jpg);
	height: 40px;
	background-repeat: repeat-x;
}
.AutoDealer_loginbg{
	background-image: url(AutoDealer_loginbg.jpg);
	height: 23px;
	background-repeat: repeat-x;
}

/**/
.BannerPane{
	padding: 0px 0px 0px 0px;
}
.HeaderPane{
	padding: 0px;
}
.TopPane{
	padding: 2px 16px 2px 16px;
}
.TopPane02{
	padding: 2px 2px 2px 2px;
}
.LeftPane{
	padding: 2px 2px 2px 16px;
	width: 100px;
}
.LeftPane02{
	padding: 2px 2px 2px 2px;
}
.ContentPane{
	padding: 2px 2px 2px 2px;
	width: 100%;
}
.ContentPane1{
	padding: 0px;
}
.RightPane{
	padding: 2px 16px 2px 2px;
	width: 100px;
}
.RightPane02{
	padding: 2px 2px 2px 2px;
}
.BottomPane{
	padding: 2px 2px 2px 2px;
}
.BasePane{
	padding: 2px 2px 2px 2px;
}
/* Menu-Styles */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: pointer;
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: #C9C7D2; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #494949; 
	text-align: center; 
	width: 15px; 
	height: 23px;
	color: #C9C7D2;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_SubMenu {
	 border-bottom: #9C9C9C  1px solid; 
	border-left: #9C9C9C  1px solid; 
	border-top: #9C9C9C  1px solid;  
	border-right: #9C9C9C  1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	color: #C9C7D2;
	background-color: #494949; 
}

.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color:#494949;
	height: 1px;
	color:#C9C7D2;
}

.ModuleTitle_MenuItemSel {
	background-color: #000000;
	cursor: pointer; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:23px;
	color: #FFFFFF;
}

.ModuleTitle_MenuArrow {
	font-family: Tahoma;
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: Tahoma;
	font-size: 10pt; 
	cursor: pointer; 
}

/* Main Menu */

.MainMenu_MenuContainer {	
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	height:23px;
}
/**/
.MainMenu_TabRootMenuItem TD
{
	background-image: url(AutoDealer_menubg05.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #00c200;
	font-weight: bold; 
	font-size: 12px;
	height: 40px;
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url(AutoDealer_menubg02.jpg);
	background-repeat: repeat-x;	
	font-family: Tahoma;
	color: #fdf700;	
	font-weight: bold;  
	font-size: 12px;
	height: 40px;
}

.MainMenu_TabMenuItemHover TD
{
	background-image: url(AutoDealer_menubg05.jpg);
	background-repeat: repeat-x;
	color: #fdf700;
	font-family: Tahoma;
	font-weight: bold; 
	font-size: 12px;
	height: 40px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(AutoDealer_menubg02.jpg);
	background-repeat: repeat-x;	
	color: #e71725;	
	font-family: Tahoma;
	font-weight: bold; 
	font-size: 12px;
	height: 40px;
}
/**/
.MainMenu_MenuItem {
	cursor: pointer; 
	color: #C9C7D2; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #494949; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
	border-bottom: #9C9C9C 1px solid; 
	border-left: #9C9C9C 1px solid; 
	border-top: #9C9C9C 1px solid;  
	border-right: #9C9C9C 1px solid; 
	z-index: 1000; 
	cursor: pointer;
	background-color: #494949; 
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #000000;
	cursor: pointer; 
	color: White;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
	font-family: Tahoma;
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: Tahoma;
	font-size: 10pt; 
	cursor: pointer; 
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
}
/**/
.login{
	font-family: Tahoma;
	font-size:9px;
	color: #BA2020;
	font-weight: normal;
}

A.login:link{
	font-family: Tahoma;
	font-size:9px;
	color: #BA2020;
	text-decoration: none;
}
A.login:visited{
	font-family: Tahoma;
	font-size:9px;
	color: #BA2020;
	text-decoration: none;
}
A.login:hover{
	font-family: Tahoma;
	font-size:9px;
	color: #BA2020;
   text-decoration: underline;
}
A.login:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #BA2020;
	text-decoration: none;
}
.user{
	font-family: Tahoma;
	font-size: 9px;
	color: #BA2020;
	font-weight: normal;
	text-decoration: none;
}
A.user:link{
	font-family: Tahoma;
	font-size: 9px;
	color: #BA2020;
	font-weight: normal;
	text-decoration: none;
}
A.user:visited{
	font-family: Tahoma;
	font-size: 9px;
	color: #BA2020;
	font-weight: normal;
	text-decoration: none;
}
A.user:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #BA2020;
	font-weight: normal;
	text-decoration: underline;
}
A.user:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #BA2020;
	font-weight: normal;
	text-decoration: none;
}
.copyright{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.copyright:link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.copyright:visited{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.copyright:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
	text-decoration: underline;
}
a.copyright:active{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
.Terms{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.Terms:link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.Terms:visited{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.Terms:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
	text-decoration: underline;
}
a.Terms:active{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
.Privacy{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.Privacy:link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.Privacy:visited{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
a.Privacy:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
	text-decoration: underline;
}
a.Privacy:active{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: normal;
}
.BREADCRUMB{
	font-family: Tahoma;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
}
a.BREADCRUMB:link{
	font-family: Tahoma;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
}
a.BREADCRUMB:visited{
	font-family: Tahoma;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
}
a.BREADCRUMB:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
	text-decoration: underline;
}
a.BREADCRUMB:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
}
.currentdate{
	font-family: Tahoma;
	font-size: 9px;
	color: #777777;
	font-weight: normal;
}
 /**/
 .SearchButton {
   background: transparent;
   padding: 2px 0px 20px 52px; 
	vertical-align: top;
   cursor: pointer; 
   font-size:1px;
   margin: 0px;
}
#dnn_dnnSEARCH_txtSearch { 
   text-align: left; 
   vertical-align: middle;
   height:20px; 
   background: transparent; 
   width: 124px; 
   color: #C8C8C8; 
   padding: 2px 2px 0px 2px; 
   border: 0px solid #FFFFFF; 
   cursor:text; 
   font-size: 11px; 
   margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
 }
 /**/
.AutoDealer_text01{
	font-family: Tahoma;
	font-size: 11px;
	color: #922222;
	font-weight: bold;
}
.AutoDealer_text02{
	font-family: Tahoma;
	font-size: 11px;
	color: #C9C7D2;
	font-weight: normal;
}
.AutoDealer_text03{
	font-family: Tahoma;
	font-size: 11px;
	color: #C9C7D2;
	font-weight: bold;
}
.AutoDealer_text04{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FBA862;
}
.AutoDealer_text05{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B1682A;
}
.AutoDealer_text06{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
}
.AutoDealer_text07{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
}
.blackbackground{background-image:none;}
