/* =============================================================
    CSS STYLES FOR i2bPortal 
    v1.0, 01/2003
   =============================================================
*/ 

  
/* PAGE BACKGROUNDS -----------------------------------------------*/

/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: White;
}


/* PANEL BACKGROUNDS ----------------------------------------------*/
/* Sets a background image or background color for the masthead at the top of the page*/
.MastBg {
    background-color: White;
}
.HeadBg {
    background-color: White;
}

A.MastLink:link		{ color: White;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:visited	{ color: White;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:active	{ color: Yellow;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:hover	{ color: Yellow;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
	background-image: url(http://www.futureauto.ca/images/background.gif);
	background-repeat: repeat-x;
}
.contentPaneBg {
	background-color: #FFFFFF;
	background-image: url(http://www.futureauto.ca/images/background2.jpg);
	background-repeat: no-repeat;
    vertical-align: top;
    text-align: left;
   	padding-top: 40px;
   	padding-left: 40px;

}
.rightPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: left;
    background-color: #003399;
}

.leftPaneModuleTitle{
    background-color: #003399;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
}

HR.leftPaneModuleTitle
{
	color:White;
	font-size: 1;	
}


.leftPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	background-image: url(http://www.futureauto.ca/images/background.gif);
    text-align: left;
    width: 100%;
}

.leftPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the leftPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    background-color: #FFCC00;
    text-align: left;
    margin-left: 4px;
    margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	
}

.contentPaneModuleTitleContainer{
    text-align: left;
}

.contentPaneModuleTitle{
    background-color: White;
    color: #003399;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
}

HR.contentPaneModuleTitle
{
	color:#003399;
	font-size: 1;	
}



.contentPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    text-align: left;
    margin-left: 12px;
    margin-right: 12px;
	width: 96%;	
}

.contentPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
    text-align: left;
    margin-left: 4px;
    margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	line-height: 12pt;
	font-weight: normal;
	color: Black;
	width: 100%;
}



.rightPaneModuleTitleContainer{
    text-align: left;
    background-color: #003399;
}

.rightPaneModuleTitle{
    background-color: #003399;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
}

HR.rightPaneModuleTitle
{
	color:White;
	font-size: 1;	
}

.rightPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: White;
    text-align: left;
    width: 100%;
    border-top: 1px solid #003399;  /*#5C565A;*/
	border-right: 1px solid #003399; /*#5C565A;*/
	border-bottom: 1px solid #003399; /*#5C565A;*/
	border-left: 1px solid #003399; /*#5C565A;*/   
}

.rightPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the rightPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    background-color: White;
    text-align: left;
    margin-left: 4px;
    margin-right: 4px; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: x-small;
    font-weight: normal;
	color: Black;
}

.leftPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: xx-small;
    font-weight: normal;
	color: Black;
}

.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:visited	{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:active		{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:hover		{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: x-small;
	line-height: 12pt;
    font-weight: normal;
    color: Black;
}

.contentPaneModuleText-LB  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: small;
    font-weight: Bold;
    color: Black;
}

.contentPaneModuleText-XL  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: medium;
    font-weight: bold;
    color: Black;
}

.contentPaneModuleText-B  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: x-small;
    font-weight: Bold;
    color: Black;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: xx-small;
    font-weight: normal;
    color: black;
}

.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextHeader-L  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextHeader-L2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextHeader-XL  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: #003399;
}

TABLE.contentPane    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    color: Black;
    font-weight: Bold;
	background-color: #DBDBDB;
	border: 1px solid Black;
}

TH.contentPane    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    text-align: center;
    color: White;
    font-weight: Bold;
	background-color: #003399;
}

TD.contentPane    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    text-align: center;
    color: Black;
	background-color: White;
    font-weight: Bold;
}

TD.contentPaneFooter    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    text-align: left;
    color: White;
	background-color: #003399;
    font-weight: Bold;
}

A.contentPaneModuleLink:link	{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:visited	{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:active	{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:hover	{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLinkEmphasized:link	{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:visited	{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:active	{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:hover	{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

A.contentPaneModuleLink-s:link		{ color: #003399;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:visited	{ color: #003399;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:active	{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:hover		{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModulePagingLink:link	{ color: #003399;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModulePagingLink:visited	{ color: #003399;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModulePagingLink:active	{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModulePagingLink:hover	{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.contentPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	font-weight: normal;
	background-color: white;
}

.contentPaneModuleFormBgBorder {
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.contentPaneModuleFormBgForm {
    background-color: #DBDBDB;
}

.contentPaneModuleFormHeading {
	background-color: #003399;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  small;
    font-weight:    bold;
    color:	    White;
    text-align:	center;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: x-small;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: xx-small;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

A.rightPaneModuleLink:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:active	{ color: #003399;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:hover		{ color: #003399;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.rightPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-weight: normal;
	background-color: White;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #393063;
}


/* PAGE BANNER ----------------------------------------------------*/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 900;
    color:#cccc99;
}



/* PORTAL NAVIGATION ----------------------------------------------*/

input.Tabs { border: none;} /*Style for the Tab's input image button */


/* background/border colors for the selected tab white (images) or deepskyblue (text) */
.TabBg {
    background-color: #DBDBDB;
    border-color: Black;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
	background-image: url(http://www.futureauto.ca/images/background.gif);
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    border-color: Black;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: Black;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    font-size: xx-small;
    color: Black;
}

A.OtherTabs:visited {
    text-decoration:   none;
    font-size: xx-small;
    color: Black;
}

A.OtherTabs:active  {
    text-decoration:    none;
     font-size: xx-small;
   color:  Black;
}

A.OtherTabs:hover   {
    text-decoration:  none;
    font-size: xx-small;
    color:  Black;
    font-weight: bold;
}
    

/* style for separator between site links */
.Accent
{
    color: Black;
    font-weight:    bold;
}




/* Styles for Forms Data */

/*
input, textarea
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.FormButton
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #A5D39C;
}


input.disabled
{
	background-color: #CCCCCC;
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.nav
{
	background-color: white;
	border: solid 1;
	border-color: black;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 110;
}

input.uc
{
	border: solid 1;
	font-size: x-small;
	border: solid 1;
	text-transform: uppercase;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: solid 1;
	border-color: black;
}

*/

.FieldHead	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			x-small;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			x-small;
			font-weight:		Normal;
			color:				Normal;
			border:				solid 1;
			border-color:		black;
			font-size:			x-small;
			}

.FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		x-small;
             font-weight:    Bold;
             color:			Red;
           }




/* Border for Listing Pictures */
img.Pic {border-color: Black;
				border-width:1px;
				border-style:Solid;
				}


/* Style for Listing Picture Heading TagLine */
.PicTagLine    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  x-small;
             font-weight:    800;
             color: White;
             text-align:center;
            }
            
/* Style for Listing Attributes & Features */
.PicIconBar    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  x-small;
             font-weight:    800;
             color: White;
            }

.PicTagLine-s    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    800;
             color: White;
             text-align:center;
           }

/* Style for Listing Picture Features Table Listing */

.PicFeatHead-s    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    800;
             color: White;
              text-align:center;
           }

.PicFeatData-s    {background-color: #E7E7EF;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    normal;
             color: Black;
              text-align:left;
           }

/* Styles for Listing Picture Overwrite text */
.PicOverWrite   {background-color:	White;
             font-family:			 Arial, Helvetica, sans-serif;
             font-size:		xx-small;
             font-weight:    Bold;
             color:			#A5B2D6;
            }
            
.PicOverWrite-L    {background-color:	White;
             font-family:			 "Arial Black", Arial;
             font-size:		x-small;
             font-weight:    Bold;
             color:			#A5B2D6;
            }





/* GENERAL------------------------------------------------------- */
/* style for module titles (text)*/
.Head   {
    background-color: #003399;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
}

HR.Head
{
	color:White;
	font-size: 1;	
}



/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: black;
}

.Normal-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: black;
}

.Normal-XL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: black;
}

.Normal-XXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: normal;
    color: black;
}

.Normal-XXXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: Black;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: #003399;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: #003399;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: #003399;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.LeftMenu
{
    BACKGROUND-COLOR: transparent;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: xx-small;
}
.LeftMenu:hover
{
    COLOR: blue;
}
TD.PageTitle
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: x-small;
}
    
  



/* GENERIC ------------------------------------------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 12pt;

}


H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    normal;
    color: Black;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    normal;
    color: Black;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    Bold;
    color: Black;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #666062;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    color: #A5B2D6;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6;
}


A:link		{ color: #2155FF;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: #2155FF;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


SMALL   {
    font-size:  xx-small;
}

BIG {
    font-size:  small;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: disc;
    line-height: 16px;
}

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;
}

HR {
    color: Black;
    height:1pt;
    text-align:left;
}




/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: darkred;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: darkred;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: darkred;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: red;	 font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
  
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
}

/*----------------------*/
/*---ONSITE TABLES---*/
/*--------------------*/

.tablehead{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background:#A93348;
	}

.tablesubhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background:#A93348;
	}

.tablecolumnhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
	background:#A93348;
	}

.tablecolumn{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	color:#A93348;
	}

.tabletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	font-weight:normal;
	color:#A93348;
	}

LI{
		line-height:12px;
	}


/* ================================
    CSS STYLES FOR Checkout Panels 
   ================================
*/   

.SectionHeading
{
    background-color: #C3C1B7;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
}


.SectionHeading-s
{
    background-color: #C3C1B7;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px;
}



/* ================================
    CSS STYLES FOR Shopping Cart 
   ================================
*/   


.HomeHead
{
    color: #9D0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #9CCFCE;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px
}

/* */
.SubContentHead
{
    background-color: #9D0000;
    color: dimgray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: #9D0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: darkred;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: VArial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

.CartListHead
{
    background-color: #C3C1B7;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #DBDBDB;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #C3C1B7;
    line-height: 10pt
}

.cartbutton
{
	border: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.OrderTotals
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
    color: Black;
}




/* Contest Entry Form Styles -----------------------------------------------*/

.contest	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			x-small;
			font-weight:		500;
			color:				Black;
			}


.contest-B	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			x-small;
			font-weight:		bold;
			color:				Black;
			}


.contest-LB	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			small;
			font-weight:		bold;
			color:				Black;
			}


.contest-s	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			xx-small;
			font-weight:		500;
			color:				Black;
			}


.contest-sB	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			xx-small;
			font-weight:		bold;
			color:				Black;
			}


.contest-emphasized	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			x-small;
			font-weight:		600;
			font-style:			italic;
			color:				#003399;
			}


.contest-legalese	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			xx-small;
			font-weight:		600;
			color:				#003399;
			}

.contestInputField	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			xx-small;
			color:				Black;
			}


/*-- style for DNN Auto Dealer PA --*/
	.eDealership_TopStrip
	{
		/* Lime Theme */
		/*
		color:#003366;
		background-color: Lime;
		font-family: Verdana;
		font-weight:bold; */
		
		/* Gray Theme*/
		background-color: #cccccc; 
		font-family: Verdana;
		font-size:14px;
		font-weight:bold;
		
	}
	.eDealership_TableHeader
	{
		
		color:white;
		background-color: Green;
		font-family: Verdana;
		font-weight:bold;
		
	}
	.eDealership_ParentCategory
	{
		/* Lime Theme */
		/*
		color:white;
		background-color: Lime;
		font-family: Verdana;
		font-weight:bold; */
		
		/* Gray Theme*/
		background-color: #cccccc; 
		font-family: Verdana;
		font-size:14px;
		font-weight:bold;
	}
	.eDealership_ChildCategory
	{
		
		
	}
	.eDealership_ListingsPanel
	{
		background-color: #f5f5f5;
		
	}
	.eDealership_AnnouncementPanel
	{
		background-color: white;
		
	}
	.eDealership_Confirmation
	{
		background-color:  #f5f5f5;
		
	}
	.eDealership_ItemTop
	{
		/* Lime Theme */
		/*
		background-color: cccc99;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: bolder;
		line-height: 12px */
		
		/* Gray Theme*/
		background-color: #cccccc; 
		font-family: Verdana;
		font-size:11px;
		font-weight:bold;
		
	}


	.eDealership_ItemBottom
	{
		background-color: F2F2BC;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px    
		
	}

	.eDealership_MoreInfoTitle
	{
		
		color:navy;
		background-color: Lime;
		font-family: Verdana;
		font-size:12px;
		font-weight:bold;
		
		
	}
	.eDealership_FeaturesChecklist
	{
		
		background-color: Gainsboro;
		
		
	}
	
	.eDealership_AddItem
	{
		
		background-color: Beige;
		
		
	}
	
	.eDealership_Price
	{
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px;
		font-weight: bold
	}
	
	
	/* style of item titles on more info page */
	.eDealership_moreinfo_subtitle    {
		font-family: Verdana;
		font-size:  12px;
		font-weight:    bold;
		color: #333333;
		background-color: #cccccc; 
	}
	
	.eDealership_moreinfo_Header
	{	
		background-color:  #cccccc; 
		font-family: Verdana;
		font-size:13px;
		font-weight:bold;
	}
	.eDealership_moreinfo_Label{
		color: #333333; 
		font-family: Verdana; 
		font-size: 10pt; 
		font-weight: bold; 
		font-style: normal; 
		border-left: #333333 0px solid; 
		border-bottom: #333333 1px solid; 
		border-top: #333333 0px solid; 
		border-right: #333333 0px solid;
	}
	.eDealership_moreinfo_Data{
		
		color: #595959; 
		background-color: #ededed; 
		font-family: Verdana;
		font-size: 10pt; 
		font-weight: normal; 
		font-style: normal; 
		border-left: #333333 0px solid; 
		border-bottom: #333333 1px solid; 
		border-top: #333333 0px solid; 
		border-right: #333333 0px solid;
	}

	
	

