/* Widget Styles
------------------------------------------------------------------*/
.widgetBody { float:left;padding:0px 1px;background: #CCC; overflow:hidden; }
.widgetHeader { float:left; width: 100%; height:55px;background: #CCC url('/images/falcon/widgets/classicHeader.jpg') right 0px no-repeat; }
.widgetFooterLg { float:left; width: 665px; height:23px;background: url('/images/falcon/widgets/classicFooter.jpg') no-repeat; }
.widgetFooterSm { float:left; width: 320px; height:23px;background: url('/images/falcon/widgets/classicFooter-small.jpg') no-repeat;}

.widgetMore { 
	float:left;
	width: 100%;
	background:#efeeee;
	font-size: 11px;
	line-height: 26px;
	color: #435397;
}

#fullColumn .widgetBody th { 
	font-size:10px;
	color: #FFF;
	line-height:31px;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	background:#435397;
	border:none;
	height:auto;
	padding:0;
}

.widgetBody th { 
	font-size:10px;
	color: #FFF;
	line-height:31px;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	background:#435397;
	border:none;
	height:auto;
	padding:0;
}

.widgetBody th a, .widgetBody th a:visited, .featuredTitle a, .featuredTitle a:visited { color: #FFF; }
.widgetBody .wRowA a, .widgetBody .wRowA a:visited, .widgetBody .wRowB a, .widgetBody .wRowB a:visited { font-size: 11px; line-height: 26px; color: #435397; }

.widgetBody .wRowA, .widgetBody .wRowB { 
	font-size: 11px;
	line-height: 26px;
	color: #435397;
}

.widgetBody .wRowA { background: #fff; }
.widgetBody .wRowB { background: #edf0fd; }

.widgetBody th, .wRowA td , .wRowB td { border-bottom: 1px solid #CCC; }


.featuredBox { 
	float:left;
	width: 324px;
	height:130px;
	margin:5px 0px 0px 5px;
	background:#FFF;
	color: #435397;
}
.categoryImage {background:url(/images/falcon/category/afternic_bg.jpg) no-repeat; float:left; width:110px;height:18px;padding-top:72px;color:#fff !important;font-weight:bold;font-size:11px; text-align:center;display:block;}

.featuredBox h4 { 
	color:#435397; 	
	margin:0 !important;
	padding:0 !important;
}

.featuredTitle { 
	float:left;
	width:100%;
	font-size: 14px;
	line-height: 30px;
	background:#435397;
	color: #FFF;
	font-weight:bold;	
}

*html .widgetBody, *html .widgetHeader, *html .widgetFooterLg, *html .widgetFooterSm, *html .featuredBox, *html .left, *html .featuredTitle { display:inline; }
