/*Step One: Insert the code below before the closing head tag.
			link rel="stylesheet" type="text/css" href="/css/charterhub.css"
  Step Two: Apply styles to headings, form lables, instructional text, subheads and table headers
  Step Three: Clear out any unneeded font tags or unneccesary code*/

/*CharterHub*/

img, a img {
  border: 0;
}

/* burgandy top header */
.heading {
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#83230E;}                  

/* gray blue subhead */
.subhead {  
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#8B8B89;} 
                  
/* article titles*/
.articletitle {
		font-weight:bold; 
		font-size:28pt; 
		line-height:32pt;}

body.BodyDealer h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/* small table copy*/
.small { 
		font-size:8pt; 
		line-height:10pt;} 

/*Small Table headers*/
.TableHead {
		font-weight:bold;
		font-size:10pt;
		font-family:"Arial","Helvetica";
		color:White;}
	
/*Footers*/
.Footer 
{
	font-family:"Arial","Helvetica";
	font-size:7pt;
	color:White;
	text-decoration:'underline';}

/*Burgandy Section headers*/
.BurgSectionHead {
		font-weight:bold;
		font-size:10pt;
		font-family:"Arial","Helvetica";
		color:#000000;}
		
.required
{
	color: Red;
}
	
.ListPriceStyle 
{
	font-weight:bold;
	font-size:10pt;
	font-family:"Arial","Helvetica";
	color:#000000;
}


a:link {text-decoration:underline; color:#000000;}
a:visited {text-decoration:underline; color:#000000;}
a:active {text-decoration:underline; color:#000000;}

a.bannerlink:link {text-decoration:none; color:#ffffff;}
a.bannerlink:visited {text-decoration:none; color:#ffffff;}
a.bannerlink:active {text-decoration:none; color:#ffffff;}
a.bannerlink:hover {text-decoration:underline; color:#cccccc;}

a.login:link {text-decoration:none; color:#83230E;}
a.login:visited {text-decoration:none; color:#83230E;}
a.login:active {text-decoration:none; color:#83230E;}
a.login:hover {text-decoration:underline; color:#83230E;}

a.homebannerlink:link {text-decoration:none; color:#000000;}
a.homebannerlink:visited {text-decoration:none; color:#000000;}
a.homebannerlink:active {text-decoration:none; color:#000000;}
a.homebannerlink:hover {text-decoration:underline; color:#000000;}	

a.resultsheader {text-decoration:underline; color: #ffffff;}
a.resultsheader:hover {text-decoration:underline; color: #ffffff;}
a.resultsheader:visited {text-decoration:underline; color: #ffffff;}
a.resultsheader:active {text-decoration:underline; color: #ffffff;}
/* -------------------------------------------------- */
/* ---DO NOT USE - THESE ARE APPLIED AUTOMATICALLY--- */		 

/* main body copy inside table data*/
TD {
		font-family:"Arial","Helvetica"; 
		font-size:10pt;}
		
/* main body copy inside body*/
BODY{
		font-family:"Arial","Helvetica"; 
		font-size:10pt;}
  
font.pointerhand {
	cursor: pointer;
	cursor: hand;
}		

H2 { display: inline; font-weight:normal; margin-top: 0px; margin-bottom: 0px; margin-left: 0;
  padding-left: 0;}
  
a.reglink:link, a.reglink:visited, a.reglink:active {color:white; font-size:10pt; font-weight:bold; text-decoration:none;}
a.reglink:hover {color:silver; font-size:10pt; font-weight:bold; text-decoration:none;}

.whitefont{
	color: #fff;
	font-weight:bold;
}

a.feature:link {text-decoration:underline; color:#000000;}
a.feature:visited {text-decoration:underline; color:#000000;}
a.feature:active {text-decoration:underline; color:#000000;}
a.feature:hover {text-decoration:underline; color:#000000;}

/* Zoom Feature Styles */
.drag
{
	position: absolute;
	cursor:	pointer;
}

.ThumbnailImage
{
	height: 90px;
	width: 120px;
	overflow: hidden;	
}

@media screen
{
	.dragSmall
	{
		position:absolute;
		cursor: hand;
		z-index:100;
		background-color: rgb(25, 8, 248); 
		opacity: .35;
		-moz-opacity:.35;
		filter: alpha(opacity=35);
	}
	
	.underHover
	{
		position:absolute;
		cursor: hand;
		z-index:50;
		background-color: rgb(255, 255, 255); 
		opacity: .01;
		-moz-opacity:.01;
		filter: alpha(opacity=1);		
	}
	
	.Info
	{
		position: relative;
	}
}

@media print
{
	.dragSmall
	{
		display: none; 	
	}
	
	.underHover
	{
		display: none;
	}
	
	.Info
	{
		display: none;
	}	
}

#tdFooter a {
Color: black;
}

.ListingsSorterColumnStyle {
    color:#000000;
}
a.ListingsSorterColumnStyle:hover {color: #000000;}