﻿

.main #contentHolder {
	width:996px;
	padding:22px 0 22px 0;
	margin:0;
}

/* *********************  LINE 01  */
.main #line01 {
	width:996px;
	margin:0;
	padding:0 0 28px 0;
	float:left
}
.main #rotatorMain {
	width:666px;
	float:left;
	margin:0;
	padding:0
}
.panelLnkArea {
	position:absolute;
	top: 0;
	left:0px;
	width:480px;
	z-index:99;
	text-align:left;
	margin:0;
	padding:0
}

	.lnkBgChangeXL {
		text-transform:uppercase;
		padding:3px;
		margin:0;
		text-align:left;
		font-size:22px;
		cursor:pointer;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.3em
	}
.rotatorMaintxtXL {
		background-image:url(images/bg_hpRotatorListTitles.png);
		font-size:22px;
		text-decoration:none;
		color:#fe7013;
		font-weight:normal;
		padding:0;
		margin:-1px
}
.rotatorMaintxtXS {
		background-image:url(images/bg_hpRotatorListTitles.png);
		font-size:14px;
		text-decoration:none;
		color:white;
		font-weight:normal;
		padding:2px;	
}			
.main #pubArea {
	width:300px;
	float:right;
	margin:0;
	padding:0
}
.main #pub_mrec {
	width:300px;
	height:250px;
	padding:0 0 8px 0

}
#breadCrumbs {
	padding-left:22px;
	width:954px;
	height:23px;
	margin:0
}
	#breadCrumbs div.breadCrumbsItem01 {
		position:relative;
		float:left
	}
	#breadCrumbs div.breadCrumbsItem02 {
		position:relative;
		float:left;
		left:-24px
	}

#mainBottom {
	width:996px;
	background-color:#313131;
	float:left
}
#detailHeader div.detailThumbBG {
	position:relative;
	float:left;
	width:210px;
	margin:0;
	padding:0;
	background-color:cyan
}
#detailHeader div.detailThumbImg {
	position:absolute;
	left:32px;
	top:0;
	width:120px;
	height:192px;
	background-image:url(images/thumbdefault_lists.png);
	background-position:left;
	background-repeat:no-repeat
}


/* ********************** Css Transito Begins **********************/
.trafficLocal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:grey;
	text-transform:uppercase;
	font-weight:bold
}
.trafficGreen {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:green
}
.trafficRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red
}
.trafficYellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e0d91d
}
.trafficTime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:grey
}
/* ********************** Css Transito Ends **********************/




/*Specials */
.fltrgt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
