/****************************************
			Document Defaults
****************************************/			


BODY
{
	background-color: White;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
}


TABLE.FixedLayout
{
	table-layout : fixed;
}

TD
{
	font-size : 11px;
	font-family: Verdana,Arial,Helvetica;
}


A
{
	color: black;
	text-decoration: none;
}


A:HOVER
{
	color: black;
	text-decoration: underline;
}

.CellBackground
{
	background-color:#9900CC;
}


/****************************************
			Homepage
****************************************/			

.FeatureCell
{
	padding-top:5px;
	padding-bottom:5px;
}
.FeatureCellTop
{
	padding-bottom:5px;
}



/****************************************
			Menu
****************************************/			


.MainMenu
{
	font-size : 10px;
	color: White;
	text-align:left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:12px;
	background-color:#9900CC;
	cursor: auto;
}

.MainMenuHover
{
	font-size : 10px;
	color: White;
	text-align:left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:12px;
	background-color: #C578DB;
	cursor: pointer;
}


A.MainMenuLink:link
{
	color: white;
	text-decoration: none;
}

A.MainMenuLink:visited
{
	color: white;
	text-decoration: none;
}

A.MainMenuLink:hover
{
	color: white;
	text-decoration: none;
}




/****************************************
			Forms
****************************************/			
.Label
{
	font-size : 10px;
	font-family: Verdana,Arial,Helvetica;
}







/****************************************
			Outputting Results
****************************************/			


.AdvertiseTitleBlack
{
	font-size : 16px;
	color: black;
	text-align:left;
	font-weight: bold;
}
.AdvertiseTitle
{
	font-size : 16px;
	color: red;
	text-align:left;
	font-weight: bold;
}

.ResultsHeader
{
	font-size : 10px;
	color: white;
	text-align:left;
	font-weight: bold;
	background-color: #808080;
	padding:3px;
}

.ResultsLine
{
	font-size : 10px;
	color: black;
	background-color: white;
	padding:3px;
	height: 50px;
}

.ResultsLineGray
{
	font-size : 10px;
	color: black;
	background-color: #EEEEEE;
	padding:3px;
	height: 50px;
}


.ResultsLinkOn
{
	color: #9900CC;
	text-decoration: underline;
}

A.ColoredLink:link
{
	color: #9900CC;
	text-decoration: none;
}

A.ColoredLink:visited
{
	color: #9900CC;
	text-decoration: none;
}

A.ColoredLink:hover
{
	color: #9900CC;
	text-decoration: underline;
}

A.ResultsLink:link
{
	color: black;
	text-decoration: none;
}

A.ResultsLink:visited
{
	color: black;
	text-decoration: none;
}

A.ResultsLink:hover
{
	color: #9900CC;
	text-decoration: underline;
}


.OverflowLinkPages
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

A.OverflowLinkCurrent:link
{
	color: black;
	text-decoration: none;
	font-size: 12px;
}

A.OverflowLinkCurrent:visited
{
	color: black;
	text-decoration: none;
	font-size: 12px;
}

A.OverflowLinkCurrent:hover
{
	color: #9900CC;
	text-decoration: underline;
	font-size: 12px;
}


A.OverflowLink:link
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

A.OverflowLink:visited
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

A.OverflowLink:hover
{
	color: #9900CC;
	text-decoration: underline;
	font-size: 12px;
}



.DealerList
{
	font-size : 11px;
	color: black;
	background-color: white;
	padding:3px;
	height: 15px;
}

.DealerListGray
{
	font-size : 11px;
	color: black;
	background-color: #EEEEEE;
	padding:3px;
	height: 15px;
}

/****************************************
			Gray Search Bars
****************************************/			

.SitePositionBar
{
	padding-left:15px;
	font-size : 10px;
	color: white;
	text-align:left;
	font-weight: bold;
	background-color: #808080;
}
.QuickSearchBar
{
	padding-left:15px;
	font-size : 11px;
	color: black;
	text-align:left;
	font-weight: bold;
	background-color: #E0E0E0;
}
.DealerMsgBar
{
	font-size : 10px;
	color: white;
	text-align:right;
	font-weight: bold;
	background-color: #808080;
}
A.DealerMsgBarLink:link
{
	color: white;
	text-decoration: none;
}

A.DealerMsgBarLink:visited
{
	color: white;
	text-decoration: none;
}

A.DealerMsgBarLink:hover
{
	color: white;
	text-decoration: underline;
}
A.DealerMsgBarLink:active
{
	color: white;
	text-decoration: none;
}


.AdvertiserBlockLeft
{
	font-size : 10px;
	color: black;
	text-align:center;
	height:86px;
/*	padding-left:22px; */
}

.AdvertiserBlockRight
{
	font-size : 10px;
	color: black;
	text-align:center;
	height:86px;
}

.SearchButton
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color:white;
	background-color: #9900CC;
	height: 20px;
}



/****************************************
			Administration Styles
****************************************/			

A.AdminListLink:link
{
	color: black;
	text-decoration: none;
}

A.AdminListLink:visited
{
	color: black;
	text-decoration: none;
}

A.AdminListLink:hover
{
	color: gray;
	text-decoration: underline;
}

