@charset utf-8;

HTML {
	background-color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;
}

BODY {
	margin:0px;
	width:100%;	
}

.white {
	color: #fff;	
}

.whiteDrop {
	color: #fff;
	text-shadow: 1px 1px #333;	
}

fieldset {
	border:1px solid #939393;	
}

div.ui-datepicker{	
	font-family:Tahoma, Geneva, sans-serif;
 	font-size:10pt;
}

/*#ui-datepicker input[type='range']{	
 	font-size:20pt;
}*/

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


a {
	color:#071cbc;
	text-decoration:none;
}

a:Active
{
	color:#071cbc;
	text-decoration:none;
}

a:Visited {
	color:#071cbc;
	text-decoration:none;
}

a:Hover {
	text-decoration:underline;
}

.adminFont {
	font-size:10pt;	
}

.bck_News {
	width:100%;
	height:100%;
	background-image:url(http://www.wdtv.com/images/14_background_news_morning_1072015.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
}

.bck_NewsMidMorning {
	width:100%;
	height:100%;
	/* background-image:url(http://www.wdtv.com/images/14_background_news_mid_morning.jpg); */
	background-image:url(http://www.wdtv.com/images/14_background_news_mid_morning_temp.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
}

.bck_NewsAfternoon {
	width:100%;
	height:100%;
	background-image:url(http://www.wdtv.com/images/14_background_news_afternoon_new.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
}

.bck_Fox10 {
	width:100%;
	height:100%;
	/* background-image:url(http://www.wdtv.com/images/14_background_Fox10.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll; */
}


.bck_Weather {
	width:100%;
	height:100%;
	/* background-image:url(http://www.wdtv.com/images/14_background_weather_am.jpg); */
	background-image:url(http://www.wdtv.com/images/14_background_weather_am_temp.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
}


.bck_WeatherAfternoon {
	width:100%;
	height:100%;
	background-image:url(http://www.wdtv.com/images/14_background_weather_afternoon2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
}

.bck_Sports {
	width:100%;
	height:100%;
	background-image:url(http://www.wdtv.com/images/14_background_Sports.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.bck_Elections {
	width:100%;
	height:100%;
	background-image:url(http://www.wdtv.com/images/14_background_Elections.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.bck_Plain {
	width:100%;
	height:100%;
	background-color:#fff;
}

.divMenuTop {
	width:920px;
	height:40px;
	margin-left: auto;
	margin-right: auto;	
	background-color:#a0a7eb;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	font-size:11pt;	
	color:#fff;
	line-height:40px;
	padding-left:25px;		
}

.divMenuTopFox10 {
	width:920px;
	height:40px;
	margin-left: auto;
	margin-right: auto;	
	background-color:#000;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	font-size:11pt;	
	color:#fff;
	line-height:40px;
	padding-left:25px;		
}

.divMenuMid {
	margin-left: auto;
	margin-right: auto;	
	height:66px;
	padding-left:25px;
	background: rgb(7,30,202); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(7,30,202,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(7,30,202,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(7,30,202,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(7,30,202,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(7,30,202,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(7,30,202,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071eca', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.divMenuMidFox10 {
	margin-left: auto;
	margin-right: auto;	
	height:66px;
	padding-left:25px;
	background-color:#b92025;
}


.divSiteContainer {
	width:1320px;
	margin:0px auto;	
	/*background-image:url(http://www.wdtv.com/images/14_background.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	 -webkit-background-size: 1320px 1949px;	*/
}

.divMainContainer {
	width:1320px;
	/*min-height:1250px; */
	margin:0px auto;	
	/*background-image:url(http://www.wdtv.com/images/14_background_2.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	-webkit-background-size: 1320px 1594px;*/
}

.divMainContainerFox10 {
	width:1320px;
	min-height:1250px;
	margin:0px auto;	
	/*background-image:url(http://www.wdtv.com/images/14_background_2.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	-webkit-background-size: 1320px 1594px;*/
}

.divMainSportsContainer {
	width:1320px;
	min-height:1250px;
	margin:0px auto;	
	/*background-image:url(http://www.wdtv.com/images/14_background_Sports.jpg);
	background-repeat:no-repeat;
	background-position:center top;	*/
	color:white;
}

.divMainSportsContainer a {
	text-decoration:underline;
	color:white;
}

.divTopMenuContainer {
	width:100%;
	height:40px;
	background-color:#a0a7eb;
	text-align:center
}

.divTopMenu {
	/*height:40px;*/
	background-color:#a0a7eb;
	text-align:left;
	line-height:40px;
	color:#fff;
	/*background-image:url(http://www.wdtv.com/images/14_top_nav_bck.png);*/
	/*background-repeat:no-repeat;*/
	padding-left:212px;
	padding-right:154px;
	font-family: 'PT Sans', sans-serif;
	font-size:11pt;
}

.divTopMenuFox10 {
	/*height:40px;*/
	background-color:#000;
	text-align:left;
	line-height:40px;
	color:#fff;
	/*background-image:url(http://www.wdtv.com/images/14_top_nav_bck.png);*/
	/*background-repeat:no-repeat;*/
	padding-left:212px;
	padding-right:154px;
	font-family: 'PT Sans', sans-serif;
	font-size:11pt;
}

.divTopMenuNew {
	height:40px;
	/*background-color:#071cbc;*/
	background-color:#a0a7eb;
	text-align:left;
	line-height:40px;
	color:#fff;
	/*background-image:url(http://www.wdtv.com/images/14_top_nav_bck.png);*/
	/*background-repeat:no-repeat;*/
	font-family: 'PT Sans', sans-serif;
	font-size:11pt;
	padding-left:35px;
}

.divTopMenuItem {
	color:#fff;
	font-size:11pt;
	font-weight:bold;
}

a.divTopMenuItem {
	color:#fff;
	font-size:11pt;
	text-decoration:none;
}

a.divTopMenuItem:Active {
	color:#fff;
	font-size:11pt;
	text-decoration:none;
}

a.divTopMenuItem:Visited {
	color:#fff;
	font-size:11pt;
	text-decoration:none;
}

a.divTopMenuItem:Hover {
	color:#fff;
	font-size:11pt;
	text-decoration:none;
}

.divMidMenu {
	height:66px;
	background-color:#071eca;
	text-align:left;
	color:#bfc3ef;
	background-image:url(http://www.wdtv.com/images/14_mid_nav_bck.png);
	background-repeat:no-repeat;
	padding-left:215px;
	padding-right:154px;
	font-family: 'PT Sans', sans-serif;
	font-size:14pt;
}

.divMidMenuFox10 {
	height:66px;
	background-color:#b92025;
	text-align:left;
	color:#fff;
	background-image:url(http://www.wdtv.com/images/14_mid_nav_bck_fox10.png);
	background-repeat:no-repeat;
	padding-left:215px;
	padding-right:154px;
	font-family: 'PT Sans', sans-serif;
	font-size:14pt;
}


.divMidMenuNew {
	height:66px;
	text-align:left;
	color:#bfc3ef;
	font-family: 'PT Sans', sans-serif;
	font-size:14pt;
	padding-left:195px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(http://www.wdtv.com/images/14_mid_nav_bck_trans_NEW.png);
	background-repeat:repeat-x;		
	
}

.divMidMenuNewFox10 {
	height:66px;
	text-align:left;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-size:14pt;
	padding-left:195px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(http://www.wdtv.com/images/14_mid_nav_bck_fox10_2.png);
	background-repeat:repeat-x;		
	
}



.divSportsMenu {
	height:38px;
	text-align:left;
	color:#c9171a;
	line-height:38px;
	vertical-align:middle;
	font-family: 'PT Sans', sans-serif;
	font-size:14pt;
	background-color:#ccc;
	background-image:url(http://www.wdtv.com/images/14_sports_nav_red_bck.png);
	background-repeat:repeat-x;	
}

a.sportsMenuItem {
	height:38px;
	padding-left:12px;
	padding-right:12px;
	font-family: 'PT Sans', sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	float:left;
}

a.sportsMenuItemActive {
	height:38px;
	padding-left:12px;
	padding-right:12px;
	font-family: 'PT Sans', sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image:url(http://www.wdtv.com/images/14_sports_nav_black_bck.png);
	background-repeat:repeat-x;		
}

.divSportsMenuSpacer {
	height:37px;
	background-color:#fff;
	width:1px;
	background-image:url(http://www.wdtv.com/images/14_sports_nav_spacer_bck.png);
	float:left;
}

a.divHeaderLogoLink {
	display:inline-block;
	width:165px;
	height:55px;
	position:relative;
	left:10px;
	top:4px;
	float:left;
	/* border:1px solid white;*/
}

.divStampBlock {
	display:inline-block;
	width:134px;
	height:16px;
	position:relative;
	left:-1px;
	float:left;
	/* border:1px solid white;*/
}

.divMidMenuItem {
	font-family: 'PT Sans', sans-serif;	
	color:#bfc3ef;
	font-size:14pt;
	text-decoration:none;
	font-style:italic;	
	font-weight:lighter !important;
	line-height:66px;
}

a.divMidMenuItem {
	color:#bfc3ef;
	font-size:14pt;
}

a.divMidMenuItem:Active {
	color:#bfc3ef;
	font-size:14pt;
	text-decoration:none;
}

a.divMidMenuItem:Visited {
	color:#bfc3ef;
	font-size:14pt;
	text-decoration:none;
}

a.divMidMenuItem:Hover {
	color:#bfc3ef;
	font-size:14pt;
	text-decoration:none;
}

.divMidMenuItemFox10 {
	font-family: 'PT Sans', sans-serif;	
	color:#fff;
	font-size:14pt;
	text-decoration:none;
	font-style:italic;	
	font-weight:lighter !important;
	line-height:66px;
}

a.divMidMenuItemFox10 {
	color:#fff;
	font-size:14pt;
}

a.divMidMenuItemFox10:Active {
	color:#fff;
	font-size:14pt;
	text-decoration:none;
}

a.divMidMenuItemFox10:Visited {
	color:#fff;
	font-size:14pt;
	text-decoration:none;
}

a.divMidMenuItemFox10:Hover {
	color:#fff;
	font-size:14pt;
	text-decoration:none;
}

.divFooterContainer {
	width:980px;
	height:452px;
	background-color:#242a30;
	background-image:url(http://www.wdtv.com/images/14_footer_bck.png);
	background-repeat:no-repeat;	
}

.divFooterContainerFox10 {
	width:980px;
	height:452px;
	background-color:#242a30;
	background-image:url(http://www.wdtv.com/images/14_footer_bck_Fox10.png);
	background-repeat:no-repeat;	
}

.divFooterContainerSports {
	width:960px;
	height:452px;
	background-color:#242a30;
	background-image:url(http://www.wdtv.com/images/14_footer_bck.png);
	background-repeat:no-repeat;	
}

.divFooterContentContainer {
	margin-left: 395px;	
	width:585px;
	height:452px;
}

.divFooterSearchContainer {
	width:565px;
	height:73px;
	line-height:73px;
	vertical-align:middle;
	float:right;
	text-align:right;
	clear:both;
}

.divFooterTextColumnsA {
	width:140px;
	float:left;	
	padding-top:10px;
	padding-left:10px;
	text-align:left;
}

.divFooterTextColumnsB {
	width:190px;
	float:left;	
	padding-top:10px;
	text-align:left;
	
}

.divFooterTextColumnsLarger {
	width:220px;
	float:left;	
	padding-top:10px;
	padding-left:10px;	
	text-align:left;
}

.divFooterTextColumnsA a {
	font-size:13pt;
	color:#6c6d6f;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	line-height:25px;
}

.divFooterTextColumnsB a {
	font-size:13pt;
	color:#6c6d6f;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	line-height:25px;
}

.divFooterContactUsText {
	font-size:15pt;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	line-height:25px;
	padding-top:1px;	
}


a.divFooterContactUsText {
	font-size:15pt;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	line-height:25px;		
}

.divFooterTextColumnsLarger a {
	font-size:13pt;
	color:#6c6d6f;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	line-height:25px;
}

.divFooterSiteCredit {
	width:200px;
	padding-top:90px;		
}

.divFooterSiteCreditText {
	width:200px;
	color:#d6d5d5;
	font-size:10pt;	
	font-weight:bold;
	text-align:center;
}

.divBannerLeaderContainer {
	height:105px;
	line-height:105px;
	vertical-align:middle;
	border:1px solid black;
}



.divBannerLeader {
	height:105px;
	line-height:105px;
	vertical-align:middle;
	border:1px solid black;
}

.divBreakingNews {
	width:980px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-image:url(http://www.wdtv.com/images/14_breaking_news_bck2.png);
	background-repeat:no-repeat;
	text-align:left;	
}

.breakingNewsText {
	margin-left:135px;
}

.divAlerts {
	width:980px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-image:url(http://www.wdtv.com/images/14_alerts_bck2.png);
	background-repeat:no-repeat;
	text-align:left;	
}

.alertsText {
	margin-left:120px;
	color:white;
	font-size:11pt;
}

.divMainBody {
	padding:10px;
	background-color:#fff;
	text-align:left;	
}

.divMainBodyWeather {
	background-image:url(http://www.wdtv.com/images/14_background_weather_2.jpg);
	background-repeat:no-repeat;
	padding:10px;	
	text-align:left;
}

.divMainBodySkyCams {
	background-image:url(http://www.wdtv.com/images/skycams-page-background.jpg);
	background-repeat:no-repeat;
	padding:10px;	
	text-align:left;
	background-color:#fff;
	background-size: 980px auto;
}

.divMainBodySkyCamsView {
	text-align:left;
	background-color:#fff;
}

.divMainBodySports {
	padding:10px;
	background-color:#262626;	
	color:white;
	text-align:left;
}

.divMainBodySports a {
	color:white;
}

.divLeftColumn {
	width:624px;
	float:left;	
	/*min-height:1250px;*/
}

.divLeftColumnSubLine {
	width:645px;
	float:left;	
	/*min-height:1250px;*/
	padding-right:6px;
	border-right:1px solid #ccc;
}

.divLeftColumnSubNoLine {
	width:645px;
	float:left;	
	/*min-height:1250px;*/
	padding-right:6px;
}


.divLeftColumnSports {
	width:624px;
	float:left;	
	/*min-height:1250px;*/
	background-color:#262626;
}

/*.divLeftColumnSpacer {
	width:27px;
	float:left;	
	min-height:1250px;
}
*/
.divLeftColumnSpacer {
	width:21px;
	float:left;	
	/*min-height:1250px;*/
}

.divLeftColumnSpacerSmaller {
	width:13px;
	float:left;	
	/*min-height:1250px;*/
}

.divLeftColumnSpacerSmallerLeft {
	width:18px;
	float:left;	
	min-height:1250px;
}

.divLeftColumnSpacerSmallerRight {
	width:8px;
	float:left;	
	min-height:1250px;
}

.divLeftColumnSpacerLine {
	width:1px;
	float:left;	
	min-height:2000px;
	background-color:#ccc;
}

.divLeftColumnSpacerLineSub {
	width:1px;
	float:left;	
	min-height:1000px;
	background-color:#ccc;
}

.divRightColumn {
	width:300px;
	float:right;
}

.divLeftColumnSub {
	width:951px;
}

.divLoginRegisterLinks {
	font-family: 'PT Sans', sans-serif;	
	font-size:9pt;
	color:#ccc;
	text-decoration:none;
}

a.divLoginRegisterLinks {
	font-size:9pt;
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
}

a.divLoginRegisterLinks:Hover {
	font-size:9pt;
	color:#ccc;
	text-decoration:none;
}

.divHomeTopStoryPhoto {
	width:627px;
	height:297px;
	overflow:hidden;
	background-color:#000;
}

.divHomeTopStoryHeadline {
	width:627px;
	/*min-height:72px;*/
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24pt;
	font-weight:bold;
	color:#3e3c3c;
	letter-spacing:0px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:32px;
}

.divHomeTopStoryHeadlineSports {
	width:627px;
	min-height:72px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24pt;
	font-weight:bold;
	color:#fff;
	letter-spacing:0px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:32px;

}

a.divHomeTopStoryHeadlineSports {
	color:#fff;
	text-decoration:none;	
}

a.divHomeTopStoryHeadlineSports:Active {
	color:#fff;
	text-decoration:none;	
}

a.divHomeTopStoryHeadlineSports:Visited {
	color:#fff;
	text-decoration:none;	
}



a.divHomeTopStoryHeadline {
	color:#3e3c3c;
	text-decoration:none;	
}

a.divHomeTopStoryHeadline:Active {
	color:#3e3c3c;
	text-decoration:none;	
}

a.divHomeTopStoryHeadline:Visited {
	color:#3e3c3c;
	text-decoration:none;	
}

.divSpacerLine {
	border-top:2px solid #ccc;height:1px;width:100%;
}

.divSpacer {
	width:100%;
}

.divSpacerLineRightColumn {
	border-top:2px solid #cccccc;height:1px;width:300px;
}

.divSpacerRightColumn {
	height:20px;width:300px;
}

.divHomeMoreHeadlinesHeader {
	width:627px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#3e3c3c;
	letter-spacing:0px;
	padding-top:5px;
	padding-bottom:5px;
}

.divHomeMoreHeadlinesHeaderSports {
	width:627px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#b31215;
	letter-spacing:0px;
	/*padding-top:5px; */
	padding-bottom:10px;
	padding-left:5px;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#333333);
	background-image:-moz-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-webkit-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-ms-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-o-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#000000), color-stop(100%,#333333));
}

.divHomeMoreHeadlinesHeaderSportsNoBG {
	width:627px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#b31215;
	letter-spacing:0px;
	/*padding-top:5px; */
	padding-bottom:10px;
}

.divHomeMoreHeadlinesHeaderSportsTopStories {
	width:627px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#b31215;
	letter-spacing:0px;
	padding-top:5px;
	padding-bottom:10px;
}

.blueText {
	color:#071cbd;
}

.redText {
	color:#b31215;
}

.blackText {
	color:#000;
}


.goldText {
	color:#e89b18;
}

.whiteText {
	color:#fff;
}

.divHomeMoreTopStoriesContainer {
	float:left;
	width:200px;
	min-height:267px;
	overflow:hidden;
}

.divHomeMoreTopStoriesContainerSpacer {
	float:left;
	width:12px;
}

.divHomeMoreTopStoriesPhoto {
	width:200px;
	height:130px;
	overflow:hidden;
}


.divHomeMoreHeadlines {
	width:200px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	padding-bottom:2px;
	padding-top:3px;
	float:left;
	line-height:22px;
}

.divHomeMoreHeadlinesBrief {
	width:200px;
	overflow:hidden;
	font-family:'PT Sans', sans-serif; /*"Times New Roman", Times, serif;*/
	/*font-size:13pt;*/
	font-size:12pt;
	color:#000;
	padding-bottom:15px;
	float:left;
}

a.divHomeMoreHeadlines {
	color:#000;
	text-decoration:none;	
}

a.divHomeMoreHeadlines:Active {
	color:#000;
	text-decoration:none;	
}

a.divHomeMoreHeadlines:Visited {
	color:#000;
	text-decoration:none;	
}

.divHomeMoreHeadlinesSports {
	width:200px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#fff;
	letter-spacing:0px;
	padding-bottom:2px;
	padding-top:3px;
	float:left;
	line-height:22px;
}

.divHomeMoreHeadlinesBriefSports {
	width:200px;
	overflow:hidden;
	font-family:'PT Sans', sans-serif;/*"Times New Roman", Times, serif;*/
	/*font-size:13pt;*/
	font-size:12pt;
	color:#000;
	padding-bottom:15px;
	float:left;
	color:#fff;
}

a.divHomeMoreHeadlinesSports {
	color:#fff;
	text-decoration:none;	
}

a.divHomeMoreHeadlinesSports:Active {
	color:#fff;
	text-decoration:none;	
}

a.divHomeMoreHeadlineSportss:Visited {
	color:#fff;
	text-decoration:none;	
}

.divHomeMoreLocalHeadlinesHeader {
	width:627px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#071cbd;
	letter-spacing:0px;
	padding-top:5px;
	padding-bottom:5px;
}

.divHomeNationalNewsHeader {
	width:627px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#071cbd;
	letter-spacing:0px;
	padding-bottom:15px;
}

.divHomeMoreLocalHeadlinesContainer {
	float:left;
	width:295px;
	min-height:365px;
	overflow:hidden;
	background-color:#333;
}

.divLatestHeadlinesContainer {
	float:left;
	width:295px;
	min-height:325px;
	overflow:hidden;
	background-color:#333;
}

.divHomeMoreLocalHeadlinesContainerHome {
	float:left;
	width:295px;
	min-height:365px;
	overflow:hidden;
}

.divHomeMoreLocalHeadlinesImgContainer {
	float:left;
	width:295px;
	height:195px;
	background-image:url(http://www.wdtv.com/images/14_img_drop_shadow2.png);
	background-repeat:no-repeat;
	background-position:center bottom;	
}

.divHomeMoreLocalHeadlinesContainerSpacer {
	float:left;
	width:33px;
}

.divHomeMoreLocalHeadlinesPhoto {
	width:295px;
	height:180px;
	overflow:hidden;
}

.divHomeMoreLocalHeadlinesBrief {
	width:295px;
	overflow:hidden;
	font-family:'PT Sans', sans-serif;/*"Times New Roman", Times, serif;*/
	/*font-size:14pt;*/
	font-size:13pt;
	color:#000;
	padding-bottom:30px;
	float:left;
}

.divHomeMoreLocalHeadlines {
	width:295px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18pt;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	padding-bottom:2px;
	float:left;	
	line-height:24px;
}

a.divHomeMoreLocalHeadlines {
	color:#000;
	text-decoration:none;	
}

a.divHomeMoreLocalHeadlines:Active {
	color:#000;
	text-decoration:none;	
}

a.divHomeMoreLocalHeadlines:Visited {
	color:#000;
	text-decoration:none;	
}


.divHomeFirstAlertWeatherContainer {
	width:300px;
	height:65px;
}

.divHomeFirstAlertWeatherHeader {
	width:195px;
	height:65px;
	float:left;
	/*background-image:url(http://www.wdtv.com/images/14_home_first_alert_weather.png);	*/
}

.divHomeFirstAlertWeatherTemp {
	width:105px;
	height:65px;
	float:left;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-size:38pt;	
	font-weight:bold;
	font-style:italic;
	color:#071cbc;
	letter-spacing:-3px;
	line-height:30px;
	margin-top:10px;
}

.divHomeFirstAlertWeatherTempLocation {
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-size:10pt;	
	font-style:italic;
	color:#000;	
	letter-spacing:0px;	
}

.divHomeFirstAlertWeatherRadarContainer {
	width:300px;
	height:241px;
	/*height:221px;	*/
}

.divHomeFirstAlertWeatherBannerSpacer {
	width:300px;
	height:30px;
}

.divHome304AndPopular {
	width:300px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#071cbd;
	letter-spacing:0px;
	padding-top:5px;
	padding-bottom:10px;
}

.divHome304AndPopularSports {
	width:300px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#b31215;
	letter-spacing:0px;
	/*padding-top:5px; */
	padding-bottom:10px;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#333333);
	background-image:-moz-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-webkit-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-ms-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-o-linear-gradient(top, #000000 0%, #333333 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#000000), color-stop(100%,#333333));
}

.divHome304AndPopularHeaderText {padding-left:5px;}

a.divHome304AndPopularText {
	color:#000;
	text-decoration:none;
	font-size:11pt;	
}

a.divHome304AndPopularText:Active {
	color:#000;
	text-decoration:none;	
}

a.divHome304AndPopularText:Visited {
	color:#000;
	text-decoration:none;	
}


.divHome304AndPopularTextSports {
	color:#fff;
	text-decoration:none;
	font-size:11pt;	
}
a.divHome304AndPopularTextSports {
	color:#fff;
	text-decoration:none;
	font-size:11pt;	
}

a.divHome304AndPopularTextSports:Active {
	color:#fff;
	text-decoration:none;	
}

a.divHome304AndPopularTextSports:Visited {
	color:#fff;
	text-decoration:none;	
}

a.linkHomeMoreNews {
	color:#4c4b4b;	
	font-size:14pt;	
	font-weight:bold;	
	text-decoration:none;
	border:1px solid #4c4b4b;
	padding:5px;	
}

a.linkHomeMoreNews:Active {
	color:#4c4b4b;
}

a.linkHomeMoreNews:Visited {
	color:#4c4b4b;
}

a.linkHomeMoreNews:Hover {
	color:#4c4b4b;	
}

a.linkSportsMoreNews {
	color:#ccc;	
	font-size:14pt;	
	font-weight:bold;	
	text-decoration:none;
	border:1px solid #ccc;
	padding:5px;	
}

a.linkSportsMoreNews:Active {
	color:#ccc;
}

a.linkSportsMoreNews:Visited {
	color:#ccc;
}

a.linkSportsMoreNews:Hover {
	color:#fff;	
}

.divSocialContainer {
	width:47px;
	height:316px;
	background-image:url(http://www.wdtv.com/images/14_social_rail_bck.png);
	background-repeat:no-repeat;	
}

.socialSpacerFB {
	height:13px;	
}

.socialSpacerLarger {
	height:17px;	
}

.divSocialContainer img {
	border:0px;	
}


.divHomeStaffContainer {
	/* width:955px; */
	width:800px;
	height:186px;
	/* border:1px solid black;*/
}

.divHomeStatffLogo {
	width:197px;
	height:185px;
	float:left;	
}

.divHomeStatffNate {
	width:133px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_nate.png);
	background-repeat:no-repeat;	
}

.divHomeStatffKristin {
	width:115px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_kristin.png);
	background-repeat:no-repeat;	
}

.divHomeStatffLindsey {
	width:110px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_lindsey.png);
	background-repeat:no-repeat;	
}

.divHomeStaffShannon {
	width:120px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_shannon.png);
	background-repeat:no-repeat;	
}

.divHomeStaffNicole {
	width:111px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_nicole.png);
	background-repeat:no-repeat;	
}

.divHomeStaffAndrew {
	width:111px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_andrew4.png);
	background-repeat:no-repeat;	
}

.divHomeStaffErin {
	width:169px;
	height:185px;
	float:left;	
	background-image:url(http://www.wdtv.com/images/14_home_staff_erin.png);
	background-repeat:no-repeat;	
}

.divHomeStaffContent {
	margin-top:118px;
	margin-left:35px;
	text-align:left;
	font-size:11pt;
	font-weight:bold;
	color:#575656;
}

.divHomeStaffSocialIcons {
	width:28px;
	height:35px;
	float:left;	
	padding-top:5px;
}

.divHomeStaffContent a, a.Visisted, a.Active, a.Hover {
	color:#fa9505;
	text-decoration:none;
}

.divLiveStreams {
	/*width:980px; */
	height:40px;
	/*background-image:url(../images/background_Alerts.png);
	background-repeat:no-repeat; */
	background-color:#000;
	text-align:center;
	line-height:35px;
	/*padding-left:170px; */
	color:#fff;
	overflow:hidden;
	background: -webkit-linear-gradient(#666, #000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#666, #000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#666,# 000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#666, #000); /* Standard syntax (must be last) */
}

.divHomePintpointContainer {
	width:627px;
	height:465px;
	background-image:url(http://www.wdtv.com/images/14_pinpoint_bck2.png);
	background-repeat:no-repeat; 	
	float:left;
}


.divHomePintpointWeatherContainer {
	width:627px;
	height:465px;
	background-image:url(http://www.wdtv.com/images/14_pinpoint_weather_bck2.png);
	background-repeat:no-repeat; 	
	float:left;
}

.divHomePintpointMap {
	margin-top:64px;
	margin-left:6px;
}

.divHomeTwitterSpcer {
	width:46px;
	height:465px;
	float:left;
}

.divHomeTwitterContainer {
	width:288px;
	height:465px;
	float:right;
}

.divHomeFeedsContainer {
	width:627px;
	float:left;
	text-align:left;
}

.divHomeFeeds {
	width:627px;
	padding-bottom:25px;
}

.divHomeFeedsImage {
	/*width:110px;*/
	width:70px;
	float:left;
}

.divHomeFeedsTitle {
	font-size:14pt;	
	color:#000;
}

a.divHomeFeedsTitle {
	color:#000;
	text-decoration:none;
}

a.divHomeFeedsTitle:Active {
	color:#000;
	text-decoration:none;
}

a.divHomeFeedsTitle:Visited {
	color:#000;
	text-decoration:none;
}

a.divHomeFeedsTitle:Hover {
	color:#000;
	text-decoration:none;
}

.divHomeFeedsDescription {
	font-family:'PT Sans', sans-serif; /*"Times New Roman", Times, serif;*/
	/*font-size:13pt;*/
	font-size:12pt;
	color:#000;
}

.divHomeSmallBannersContainer {
	width:288px;
	float:right;
	/*border:1px solid black;*/
}

.liveStreamsBigText {
	font-size:13pt;
	font-weight:bold;
}

.liveStreamsSmallText {
	font-size:11pt;
	font-weight:bold;
}

.liveStreamsButton {
	font-weight:bold;
	border:1px solid #fff;
	padding:4px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: -webkit-linear-gradient(#ffffff, #999); /* For Safari */
	background: -o-linear-gradient(#ffffff, #999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffffff, #999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #999); /* Standard syntax (must be last) */
}

.liveStreamsButton:Hover {
	background: -webkit-linear-gradient(#999, #ffffff); /* For Safari */
	background: -o-linear-gradient(#999, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#999, #ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#999, #ffffff); /* Standard syntax (must be last) */
}

/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a {
    text-decoration: none;

    display:inline-block;
}

ul#menu li ul.sub-menu li a {
	    color: #fff;
    background: #666;
    padding: 5px;
}

/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}

#ui-datepicker-div {
	display: none;
}

.formBoxWhiteBorder {
	font-family: 'PT Sans', sans-serif;	
	border:1px solid #fff;
	color:#666;
	font-size:9pt;
}

.formBoxWhiteBorderLarger {
	font-family: 'PT Sans', sans-serif;	
	border:1px solid #fff;
	color:#666;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #ccc;
	border-bottom-width: 1px;
	line-height: 18px;
	background-color: #a0a7eb;
	z-index: 100;
	width: 200px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0px;
	text-decoration: none;
	text-indent: 5px;
	color:#fff;
	font-weight:bold;
}

.anylinkcssBlack{
	position:absolute;
	visibility: hidden;
	border:1px solid #ccc;
	border-bottom-width: 1px;
	line-height: 18px;
	background-color: #000;
	z-index: 100;
	width: 200px;
}

.anylinkcssBlack a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0px;
	text-decoration: none;
	text-indent: 5px;
	color:#fff;
	font-weight:bold;
}

.anylinkcss a:hover{ /*hover background color*/}

.sectionHeader {
	text-align:left;
	font-size:18pt;
	font-weight:Bold;
	padding-bottom:10px;
}

.sectionHeaderWhite {
	text-align:left;
	font-size:18pt;
	font-weight:Bold;
	padding-bottom:10px;
	color:#fff;
}

.sectionSubHeader {
	text-align:left;
	font-size:14pt;
	font-weight:Bold;
	padding-bottom:10px;
}

.sectionSubHeaderNoPad {
	text-align:left;
	font-size:14pt;
	font-weight:Bold;
	padding-bottom:5px;
	padding-top:5px;
	width:100%;
}

share-buttons {
	margin-top:10px;
	height:65px;
}

.share-buttons .share-button {
	float:left;
	margin-left:10px;
	width:55px;
}

.share-buttons .fb-share {
	width:50px;
}

.share-buttons .tw-share {
	font-size:9px;
}

.share-buttons .li-share {
	width:auto;
}

.required {
	color:red
}

.twtr-tweet-text {
	font:11px Arial, Helvetica, sans-serif!important;
}

.divVideoHeadlineContainerSports {
	background-color:#262626;
	min-height:60px;	
	padding: 5px;
}

.divVideoHeadlineContainer {
	min-height:60px;	
	padding: 5px;
}

.divVideoHeadlineTextSports {
	font-size:14pt;
	color:white;	
	font-weight:bold;
}

.divVideoHeadlineText {
	font-size:14pt;	
	font-weight:bold;
}

.divVideoDateText {
	font-size:10pt;
	color:#999;		
}

.divVideoBrief {
	font-size:11pt;
	color:#fff;		
}

.divVideosContainerSports {
	width:627px;
	height:413px;
	background-color:#262626;	
	overflow:hidden !important;
}

.divVideosContainer {
	width:627px;
	height:513px;
	overflow:hidden !important;
}

.divVideoThumbsContainer {
	width:150px;
	min-height:141px;
	float:left;
}

.divVideoThumbSports {
	width:150px;
	height:76px;
	border:3px solid #350102;
	overflow:hidden;
}

.divVideoThumbSportsWhite {
	width:150px;
	height:76px;
	border:3px solid #ccc;
	overflow:hidden;
}

.divVideoThumb {
	width:150px;
	height:76px;
	border:3px solid #262626;
	overflow:hidden;
}

.divVideoSpacer {
	width:88px;
	height:121px;
	float:left;
}

.divVideoThumbTitleSports {
	color:white;
	font-size:9pt;
	padding-top:1px;	
}

.divVideoThumbTitle {
	font-size:9pt;
	padding-top:1px;	
}

.linksPagingWhite {
	color:white;
	text-decoration:none;	
	font-size:8pt;
	border:1px solid #fff;
	padding:5px;
}

a.linksPagingWhite {
	color:white;
	text-decoration:none;	
	font-size:8pt;
}

a.linksPagingWhite:Active {
	color:white;
	text-decoration:none;	
}

a.linksPagingWhite:Visited {
	color:white;
	text-decoration:none;	
}

a.linksPagingWhite:Hover {
	color:white;
	text-decoration:none;	
}

.linksPagingNormal {
	text-decoration:none;	
	font-weight:bold;
	font-size:8pt;
	border:1px solid #071cbc;
	padding:5px;
}

a.linksPagingNormal {
	text-decoration:none;	
	font-size:8pt;
}

a.linksPagingNormal:Active {
	text-decoration:none;	
}

a.linksPagingNormal:Visited {
	text-decoration:none;	
}

a.linksPagingNormal:Hover {
	text-decoration:none;	
}

.divVideoPlayerSports {
	display:block;
	width:620px;
	height:353px;
	border:3px solid #350102;	
}

.divVideoPlayerWhite {
	display:block;
	width:620px;
	height:353px;
	border:3px solid #ccc;	
}

.divVideoPlayer {
	display:block;
	width:620px;
	height:353px;
	border:3px solid #262626;
}

.calendarHeader {
	font-size:10pt;	
}

.divStoryListContainer {
	float:left;
	width:627px;
	padding-botom:10px;
	border-bottom:1px solid #ccc;height:1px;
	clear:both;
	height:100%;
}

.divGalleryListThumb {	
	width:145px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;	
	text-align:center;
}

.divStoryListThumb {	
	width:110px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.divStoryListContent {
	width:510px;		
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.divGalleryListContent {
	width:475px;		
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

.adminHeader {
	text-align:left;
	font-size:14pt;
	font-weight:Bold;
}

.divWeatherContainer {
	width:620px;
}

.divWeatherFirstAlertLogo {
	width:291px;
	height:76px;
	background-image:url(http://www.wdtv.com/images/14_weather_firstalert_logo.png);
	background-repeat:no-repeat;
	float:left;	
}

.divWeatherHeaderCurrentTemps {
	width:291px;
	float:left;
	padding-top:5px;
}

.divWeatherHeaderSevenDay {
	width:291px;
	float:left;
	padding-top:5px;
}

.divWeatherHeadeNatMap {
	width:291px;
	float:left;
	padding-top:5px;
}

.divWeatherSpacer {
	width:32px;
	float:left;
}

.divWeatherPageTemp {
	width:291px;
	height:76px;
	float:left;	
	line-height:76px;
	vertical-align:bottom;
	
}

.divWeatherPageTempNew {
	width:300px;
	height:76px;
	line-height:76px;

	
}

.divWeatherPageTempValue {
	width:110px;
	height:76px;
	float:left;	
	color:white;
	text-align:right;
	font-family: 'PT Sans', sans-serif;
	font-size:38pt;	
	font-weight:bold;
	font-style:italic;
	line-height:90px;
	letter-spacing:-3px;
	vertical-align:bottom;
	/*line-height:30px;*/
	margin-top:5px;
	/*border:1px solid white;*/

}

.divWeatherPageTempCity {
	width:155px;
	height:76px;
	float:left;	
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-size:16pt;	
	font-style:italic;
	color:#fff;	
	margin-top:10px;
}

.divWeatherPageTempCityWeather {
	width:175px;
	height:76px;
	float:right;	
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	font-size:16pt;	
	font-style:italic;
	color:#fff;	
	margin-top:25px;
}


.divWeatherMapContainer {
	width:291px;
	height:164px;
	float:left;	
	padding-top:5px;	
}

.weatherBorder {
	border:3px solid #fff;
}

.weatherSevenDayTextHeader {
	width:620px;
	height:19px;
}

.weatherSevenDayHolder {
	width:620px;
	min-height:124px;
	background-image:url(http://www.wdtv.com/images/14_weather_7_day_bck.png);
	background-repeat:repeat-x;
	font-size:8pt;
}

.weatherSevenDayTextDays {
	font-size:9pt;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}

.weatherEditableArea {
	width:620px;
	/*border:3px solid #d81818; */
	padding:1px;
}

/*.divWeatherMapContainer {
	width:297px;
	height:64px;		
}*/

.th200_130Container {
	width:200px;
	height:113px;
	overflow:hidden;
	line-height:113px;
	vertical-align:top;

/*	width:200px;
	height:130px;
	overflow:hidden;
	line-height:130px;
	vertical-align:top;
	background-color:#000;
	}*/
}

.th295_180Container {
	width:290px;
	height:180px;
	overflow:hidden;
	line-height:180px;
	vertical-align:top;
	background-color:#000;
}

.thTop_StoryContainer {
	width:627px;
	height:297px;
	overflow:hidden;
	line-height:297px;
	vertical-align:top;
	background-color:#000;
}

.th100_65Container {
	width:100px;
	height:65px;
	overflow:hidden;
	line-height:56px;
	vertical-align:top;

/*	width:100px;
	height:65px;
	overflow:hidden;
	line-height:65px;
	vertical-align:top;
	background-color:#000;
*/
}

.obitNameHeader {
	font-size:13pt;
	font-weight:700;
}

.tickerContainer { 
	width:100%;	
	background-color:#000;
	height:30px;
	background-image:url(http://www.wdtv.com/images/14_sports_nav_red_bck.png);
	background-repeat:repeat-x;	
}

.tickerTitle {
	color:#fff;	
	font-size:11pt;
	font-weight:bold;
	padding-right:25px;
}

.ticker {
	width:100%;
	height:30px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	/*border:1px solid #fff;*/
}

.ticker li {
	height:30px;
	font-size:10pt;
	line-height:30px;
	vertical-align:middle;
}

.divHomeFirstAlertWeatherTempNew {
	width:105px;
	height:65px;
	float:left;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-size:38pt;	
	font-weight:bold;
	font-style:italic;
	color:#071cbc;
	letter-spacing:-3px;
	line-height:38px;
	padding-top:9px;
}

.tickerWeather {
	width:100px;
	height:65px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	/*border:1px solid #fff;*/
}


.tickerWeather li {
	vertical-align:middle;
	height:85px;
	/*border:10px solid black;*/
	padding-top:5px;
}

.tickerWeatherPage {
	width:290px;
	height:85px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	color:white;
	font-family: 'PT Sans', sans-serif;
	font-size:41pt;	
	font-weight:bold;
	font-style:italic;
}


.tickerWeatherPage li {
	vertical-align:middle;
	margin-top:10px;
	float:left;
	height:85px;
	/*border:10px solid black;*/
	padding-top:5px;
}

.jobPostButton {
	width:180px;
	height:50px;
	background-image:url(http://www.wdtv.com/images/post-rolloverNew2.png);
	background-repeat:no-repeat;
}

.jobPostButton:hover {
	background-image:url(http://www.wdtv.com/images/post-buttonNew2.png);
	background-repeat:no-repeat;
}

.gallerycontainer {
	position:relative;
}

.thumbnail img {
	border:1px solid #FFF;
	margin:0 5px 5px 0;
}

.thumbnail:hover {
	background-color:transparent;
}

.thumbnail span {
	position:absolute;
	left:-1000px;
	visibility:hidden;
	color:#000;
	text-decoration:none;
	padding:5px;
}

.thumbnail span img {
	border-width:0;
	padding:2px;
}

.thumbnail:hover span {
	visibility:visible;
	top:0;
	left:80px;
	z-index:50;
}

a.blackRollover:Hover {
	color:#000;
	text-decoration:none;	
}

.divFooterText {
	color:#fff;	
	padding-left:10px;
	padding-bottom:5px;
	font-size:9pt;
	background-color:#242a30;
}

.divFooterTextSports {
	color:#fff;	
	padding-left:10px;
	padding-bottom:5px;
	font-size:9pt;
	background-color:#242a30;
}

.realtorContainer {
	padding-left:128px;
	width:100%;	
	padding-bottom:30px;
}

.realtorCountyHeader {
	padding:12px;
	background-color: #0732eb;
	color: #fff;
	font-weight: bold;
	display:table-cell;
	font-size:20px;
}

.realtorCountyHeaderArrow {
	background-image:url(../images/wvar-under-title.gif);
	background-repeat:no-repeat;
	height: 15px;	
}
