﻿/****************************************** General Rules */
body
{
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	background-color: #303030;
}

h1
{
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

a,a span
{
	text-decoration:none;
	font-size:10px;
	cursor:pointer;
}

#wrapper
{
	width: 955px;
	padding: 0px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.midgray
{
	background-color: #c7c7c7;
	color: Black;
}

.lightgray
{
	background-color: #efefef;
	color: Black;
}

.darkgray
{
	background-color: #303030;
	color: #e0e0e0;
}

.cyan,.cyan a
{
	color:#71ccf9 !important;
}

.cyan:hover
{
	color:#91ecff;
}

.gray
{
	background-color: #484848;
	color: #bfbfbf;
}

.clear
{
	clear: both;
}
ul, li, p
{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
#wrapper div#content
{
	background: transparent url(/content/images/content-bg.gif) repeat-y bottom left;
	height: 1%;
	overflow: hidden;
	display: block;
}

.leftCol
{
	width: 215px;
	float: left;
}
.leftCol .container
{
	background: url(/content/images/content-bg-top.gif) no-repeat top left;
}
.leftCol h2, .rightCol h2
{
	color:White;
}

.midCol
{
	width: 430px;
	float: left;
	margin: 0px 10px;
	overflow:hidden;
}
.midCol h1 
{
	color: #FFFFFF;
}
.rightCol
{
	width: 290px;
/*	position: relative;*/
	float: right;
	overflow:hidden;
}
.rightCol .container
{
	background: url(/content/images/content-bg-top.gif) no-repeat right top;
}
/******************** Corners */

.leftCol div.topcorner
{
	background-image:url(/content/images/left-gray-corners.gif);
	background-repeat:no-repeat;
}

.leftCol div.bottomcorner.darkgray
{
	background-image:url(/content/images/left-darkgray-corners.gif);
	background-repeat:no-repeat;
	background-position:-215px bottom ;
}


.midCol div.corner.darkgray
{
	background-image:url(/content/images/middle-dark-gray-corners.gif);
	background-repeat:no-repeat;
	height:1%;
	overflow:hidden;
}
.midCol div.corner .wrapper
{
	background-image:url(/content/images/middle-dark-gray-corners.gif);
	background-image:inherit;
	background-repeat:no-repeat;
	background-position:-430px bottom ;
	height:1%;
	overflow:hidden;
}
.midCol div.corner.black .wrapper
{
	background-image:url(/content/images/middle-black-corners.gif);
}

.midCol div.corner.black
{
	background-image:url(/content/images/middle-black-corners.gif);
	background-repeat:no-repeat;
	background-color:Black;
	height:1%;
	overflow:hidden;
	
}

.rightCol div.topcorner.darkgray
{
	background-image:url(/content/images/right-darkgray-corners.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}
.rightCol div.bottomcorner.midgray
{
	background-image:url(/content/images/right-gray-corners.gif);
	background-repeat:no-repeat;
	background-position:-290px bottom;
}


div.corner
{
	margin: 0px;
}

.pad
{
	padding:10px;
}
/****************************************** Metroland Footer */
#metroland-Footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC url(/Content/images/metroland-bg-Footer.gif) no-repeat scroll center top;
	color:#666666;
	text-align:center;
	clear:both;
	margin:0;
	padding-left:0;
	margin-left: 0px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	width: 100%; /*935px; the width can be played with*/
}

#metroland-Footer a:visited {
text-decoration:none;
}

#metroland-Footer a:hover {
text-decoration:underline;
}

#metroland-Footer .metroland-FooterLinks {
	float:left;
}
#metroland-Footer .metroland-FooterLogos {
	border-left:1px solid #BBBBBB;
	float:right;
	padding:30px 20px 0 25px;
	text-align:left;
	width:120px;
	height:190px;
}
#metroland-Footer .metroland-FooterLogos a {
	margin-top: 30px;
}
.metroland-FooterContent {
	margin:0 auto;
	text-align:left;
	height: 225px;
	padding: 20px 25px 30px 25px;
}
.metroland-FooterContent .header {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.metroland-FooterList {
	float:left;
	margin:0;
	padding:0;
	margin-right:20px;
}
.metroland-FooterList li.header {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:2px;
	text-transform:capitalize;
}
.metroland-FooterList li {
	margin-bottom:3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.metroland-FooterList li a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}
.metroland-FooterBot {
	background-color:#333333;
	border-top:1px solid #303030;
	color:#CCCCCC;
	padding:4px 0 6px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	text-align:center;
}
.metroland-FooterBot a {
	background-color:#333333;
	border-top:1px solid #303030;
	color:#CCCCCC;
	padding:4px 0 6px;
	text-decoration:none;
}

#metroland-Footer .metroland-FooterContent .metroland-FooterLogos a img {
	border:0 none;
}


/****************************************** Footer */
#footer {margin-top:20px;}
#footer ul{ margin:0px; padding:5px 10px;display:block;/*clear:both;*/height:1%;overflow:hidden;}
#footer ul#more{border-top:solid 1px #c0c0c0; border-bottom:solid 1px #c0c0c0;margin-top:10px;}
#footer ul li
{
	/*float:left;*/
	color:#909090;
	list-style-type:none;
	font-size:8px;
	line-height:24px;
	display: inline;
}
#footer ul li strong
{ 
	color:Black;
	font-size:11px;
}
#footer ul li a
{
	color:#707070;
	padding:0px;
	font-size:11px;
}
#footer ul li a:hover
{
	text-decoration:underline;
	color:Black;
}
#footer ul.section li a
{
	padding:5px 0px;
	color:Black;
}
#footer ul.section li
{
	padding:0px;
}
#footer ul.section
{
	background-color:#ececec;
	padding:0px !important;
}
#footer ul.section .title
{
	background-color:#dcdcdc;
	border-bottom:solid 1px #bababa;
	border-top:solid 6px #5c5c5c;
	display:block;
	padding:5px 10px !important;
	float:none !important;
	text-align: left;
}

#footer #copyright 
{
	padding:0px !important;
	display:block;
	clear:both;
	height: 70px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size:11px;
	color:#a0a0a0;
	line-height:14px;
}

.footerLegal {
	float:left;
}


/****************************************** Top Navigation Menu Items */
ul#topnav
{
	height: 43px;
	clear:both;
	display:block;
}
ul#topnav li
{
	list-style-type: none;
	float: left;
}
ul#topnav li img
{
	height: 33px;
	border: none;
	background: transparent url(/content/images/topnav.gif) no-repeat;
}

ul#topnav a#Home img
{
	width: 64px;
	background-position: 0px 0px;
}
ul#topnav a#Home:hover img
{
	background-position: 0px -33px;
}
ul#topnav a#Home.selected img
{
	background-position: 0px -66px;
}
ul#topnav a#Home.selected:hover img
{
	background-position: 0px -99px;
}

ul#topnav a#Mon img
{
	width: 90px;
	background-position: -65px 0px;
}
ul#topnav a#Mon:hover img
{
	background-position: -65px -33px;
}
ul#topnav a#Mon.selected img
{
	background-position: -65px -66px;
}
ul#topnav a#Mon.selected:hover img
{
	background-position: -65px -99px;
}

ul#topnav a#Tue img
{
	width: 148px;
	background-position: -155px 0px;
}
ul#topnav a#Tue:hover img
{
	background-position: -155px -33px;
}
ul#topnav a#Tue.selected img
{
	background-position: -155px -66px;
}
ul#topnav a#Tue.selected:hover img
{
	background-position: -155px -99px;
}

ul#topnav a#Wed img
{
	width: 122px;
	background-position: -303px 0px;
}
ul#topnav a#Wed:hover img
{
	background-position: -303px -33px;
}
ul#topnav a#Wed.selected img
{
	background-position: -303px -66px;
}
ul#topnav a#Wed.selected:hover img
{
	background-position: -303px -99px;
}

ul#topnav a#Thu img
{
	width: 116px;
	background-position: -425px 0px;
}
ul#topnav a#Thu:hover img
{
	background-position: -425px -33px;
}
ul#topnav a#Thu.selected img
{
	background-position: -425px -66px;
}
ul#topnav a#Thu.selected:hover img
{
	background-position: -425px -99px;
}

ul#topnav a#Fri img
{
	width: 94px;
	background-position: -541px 0px;
}
ul#topnav a#Fri:hover img
{
	background-position: -541px -33px;
}
ul#topnav a#Fri.selected img
{
	background-position: -541px -66px;
}
ul#topnav a#Fri.selected:hover img
{
	background-position: -541px -99px;
}

ul#topnav a#Sat img
{
	width: 101px;
	background-position: -635px 0px;
}
ul#topnav a#Sat:hover img
{
	background-position: -635px -33px;
}
ul#topnav a#Sat.selected img
{
	background-position: -635px -66px;
}
ul#topnav a#Sat.selected:hover img
{
	background-position: -635px -99px;
}

ul#topnav a#Sun img
{
	width: 134px;
	background-position: -736px 0px;
}
ul#topnav a#Sun:hover img
{
	background-position: -736px -33px;
}
ul#topnav a#Sun.selected img
{
	background-position: -736px -66px;
}
ul#topnav a#Sun.selected:hover img
{
	background-position: -736px -99px;
}


ul#topnav a#Job img 
{
	width: 86px;
	background-position: -870px 0px;
}
ul#topnav a#Job:hover img
{
	background-position: -870px -33px;
}
ul#topnav a#Job.selected img
{
	background-position: -870px -66px;
}
ul#topnav a#Job.selected:hover img
{
	background-position: -870px -99px;
}


ul#topnav a#Dyn 
{
    height:33px;
	width: 86px;
    line-height:33px;
	background-image:url(/content/images/dynamic-channel.gif);
	background-position: 0px 0px;
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:#144080;
	text-transform:uppercase;
	text-align:center;
	display:block;
	overflow: hidden;
}

ul#topnav a#Dyn:hover
{
	background-position: 0px -33px;
	color:White;
}
ul#topnav a#Dyn.selected
{
	background-position: 0px -66px;
	color:White;
}
ul#topnav a#Dyn.selected:hover
{
	background-position: 0px -99px;
}

/****************************************** Left Nav */
ul#leftnav
{
	padding:0px;
	margin:0px;
	width:195px;
	
	height:1%;
	overflow:hidden;
	margin:0px 0px 0px 10px;
	padding-bottom:10px;
	border-bottom:solid 1px #707070;
	line-height:12px;
	font-size:10px;
}
ul#leftnav li a.selected,ul#leftnav li a.selected strong,ul#leftnav li a:hover.selected,ul#leftnav li a:hover.selected strong
{
	font-weight:bold;
	color:White;
}
ul#leftnav li a,.leftCol a
{
	font-size:10px;
	text-decoration:none;
	color:#71ccf9;
}
ul#leftnav li a:hover,.leftCol a:hover
{
	color:#91ecff;
}

ul#leftnav li a strong,ul#leftnav li a:hover strong
{
	color:#c0c0c0;
	width:50px;
	float:left;
	cursor:pointer;
}

ul#leftnav li a span
{
	float:left;
	width:140px;
}

ul#leftnav li
{
	list-style-type:none;
	clear:both;
	display:block;	
	margin-bottom:2px;
	height:1%;
	overflow:hidden;
}

/****************************************** Region BreadCrumb */
#regions
{
	margin-left:2px;
	padding:0px 7px 1px;
	height:20px;
	overflow:hidden;

}
#regions a
{
	color: #000000;
	font-weight: bold;
}
#division
{
	background-color: White;
	background:#ffffff url(/content/images/regions-slider.gif) no-repeat scroll left bottom;
	margin-left:4px;
	margin-right:5px;
	padding-right:2px;
	padding-bottom:5px;
	line-height: 20px;
	display: block;
	clear: both;line-height:20px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 11px;
	margin-top:-2px;
	cursor:pointer;
	color:#606060;
}
#division strong
{
	color:Black;
}
/****************************************** Quick Search Box Form */
.searchbox
{
	padding: 5px 10px;
	float: none;
	clear: both;
	display: block;
	height: 20px;
	overflow: hidden;
}
.searchbox input
{
	float: left;
	font-size: 11px;
	border:solid 1px #606060;
	line-height: 14px;
	padding:2px 5px 1px;
}
.searchbox .submit
{
	background: transparent url(/content/images/icons.gif) no-repeat 0px -31px;
	width: 18px;
	height: 18px;
	border:none;
	overflow:hidden;
	padding:0px !important;  
	margin-left: 10px;
}
/****************************************** Article/ Video / Special Offers Tabs */
ul.tabs
{
	padding: 0px 8px 0px 9px;
	background: transparent url(/content/images/tabs.gif) repeat-x left -66px; 
	height:22px;
	overflow:hidden;
}
ul.tabs li
{
	list-style-type: none;
	float: left;
}
ul.tabs li img
{
	height: 22px;
	border: none;
	background: transparent url(/content/images/tabs.gif) no-repeat;
}

ul.tabs a.VideoTab img
{
	width: 64px;
	background-position: 0px 0px;
}
ul.tabs a.VideoTab:hover img
{
	background-position: 0px -22px;
}
ul.tabs a.VideoTab.selected img, ul.tabs a.VideoTabselected img, ul.tabs a.VideoTabselected:hover img
{
	background-position: 0px -44px;
	width: 64px;
}


ul.tabs a.ArticleTab img
{
	width: 67px;
	background-position: -64px 0px;
}
ul.tabs a.ArticleTab:hover img
{
	background-position: -64px -22px;
}
ul.tabs a.ArticleTab.selected img, ul.tabs a.ArticleTabselected img, ul.tabs a.ArticleTabselected:hover img
{
	width: 67px;
	background-position: -64px -44px;

}

ul.tabs a.SpecialOfferTab img
{
	width: 93px;
	background-position: -131px 0px;
}
ul.tabs a.SpecialOfferTab:hover img
{
	background-position: -131px -22px;
}
ul.tabs a.SpecialOfferTab.selected img, ul.tabs a.SpecialOfferTabselected img, ul.tabs a.SpecialOfferTabselected:hover img
{
	background-position: -131px -44px;
	width: 93px;
}

ul.tabs a.JobsTab img
{
	width: 48px;
	background-position: -224px 0px;
}
ul.tabs a.JobsTab:hover img
{
	background-position: -224px -22px;
}
ul.tabs a.JobsTab.selected img, ul.tabs a.JobsTabselected img, ul.tabs a.JobsTabselected:hover img
{
	background-position: -224px -44px;
	width: 48px;
}

.txtSpecialOffers
{
	background:transparent url(/content/images/texts.gif) no-repeat;
	width:106px;
	height:13px;
}

/********************************** WeekDays Tabs */

/****************************************** Article/ Video / Special Offers Tabs */
ul.weekdays
{
	margin: 0px 0px 0px 0px;
	background:url(/content/images/tabs.gif) repeat-x left -106px; 
	height:18px;
	width:410px;
	display:block;
	overflow:hidden;
}
ul.weekdays li
{
	list-style-type: none;
	float: left;
}
ul.weekdays li img
{
	height: 18px;
	border: none;
	background: transparent url(/content/images/tabs.gif) no-repeat;
}
ul.weekdays a#Mon-tab img
{
	width: 57px;
	background-position: 0px -106px;
}
ul.weekdays a#Mon-tab.selected img
{
	background-position: 0px -88px;
}

ul.weekdays a#Tue-tab img
{
	width: 56px;
	background-position: -57px -106px;
}
ul.weekdays a#Tue-tab.selected img
{
	background-position: -57px -88px;
}

ul.weekdays a#Wed-tab img
{
	width: 76px;
	background-position: -113px -106px;
}
ul.weekdays a#Wed-tab.selected img
{
	background-position: -113px -88px;
}

ul.weekdays a#Thu-tab img
{
	width: 61px;
	background-position: -189px -106px;
}
ul.weekdays a#Thu-tab.selected img
{
	background-position: -189px -88px;
}

ul.weekdays a#Fri-tab img
{
	width: 45px;
	background-position: -250px -106px;
}
ul.weekdays a#Fri-tab.selected img
{
	background-position: -250px -88px;
}

ul.weekdays a#Sat-tab img
{
	width: 60px;
	background-position: -295px -106px;
}
ul.weekdays a#Sat-tab.selected img
{
	background-position: -295px -88px;
}

ul.weekdays a#Sun-tab img
{
	width: 55px;
	background-position: -355px -106px;
}
ul.weekdays a#Sun-tab.selected img
{
	background-position: -355px -88px;
}
#DayContainer
{
	position:relative;
}

/***************************** Special Offers */

ul#offers
{
	clear:both;
	overflow:hidden;
	height:1%;
}
ul#jobs
{
	clear:both;
	overflow:hidden;
	height:1%;
	
}
ul#jobs li
{
	list-style-type:none;
	clear:both;
	height:85px;
	overflow:hidden;
	border:solid 5px #484848;
	cursor:pointer;
	background-color:#333;
}

#offers li
{
	background-color:White;
	margin-top:5px;
}

ul#offers li
{
	list-style-type:none;
	clear:both;
	height:85px;
	overflow:hidden;
	border:solid 5px white;
	cursor:pointer;
}
ul#jobs li.hover
{
	border-color:#868686;
	background-color:Black;
}

ul#offers li.hover
{
	border:solid 5px #606060;
	background-color:#f0f0f0;
	
}

ul#offers li a,ul#jobs li a
{
	color:#41acd9;
}

ul#offers li img,ul#jobs li img
{
	border:none;
	width:85px;
	height:85px;
	background-color:#d0d0d0;
}
ul#offers li p,ul#jobs li p
{
	font-size:10px;
}
ul#offers li h2
{
	color:Black;
	margin-bottom:3px;
}
ul#jobs li h2
{
	color:White;
	margin-bottom:3px;
	margin-top:5px;
	font-weight:normal;
	font-size:10px;
}

ul#jobs li h3
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin: 3px 0px 5px 0px;
}

/*****************  Lists */

#FeaturedArticles li a
{
	color:#71ccf9;	
}
#FeaturedArticles li a:hover
{
	text-decoration:underline;
}
#FeaturedArticles li strong a,
#FeaturedArticles li strong
{
	color:White !important;
	text-decoration:none;
}
#FeaturedArticles li 
{
	padding-top:10px;
	font-size:10px;
}

/*************** */

#FeaturedVideos
{
	clear:both;
	width:390px;
	height:124px;
	background-color:#6d6d6d;
	padding:0px;
}
#FeaturedVideos .scrollable
{
	overflow:hidden;
	width:360px;
	float:left;
	color:white;
	height:125px;
}
#FeaturedVideos ul,#Photos ul {
	width:435px;
	
}
#FeaturedVideos li:hover
{
	background-color:#303030;
	color:#ffffff;
}
#FeaturedVideos img{ border:none;}
#FeaturedVideos li{
	cursor:pointer;
	float:left;
	margin:0pt 0px;
	width:85px;
	padding:10px 10px 0px 10px;
	height:114px;
	font-size:9px;
	color:#e0e0e0;
	overflow:hidden;
}
#FeaturedVideos .scrollable a {
	color:#e0e0e0;
}
#FeaturedVideos .scrollable a:hover {
	color:#FFFFFF;
}
#FeaturedVideos li img.reflected
{
	margin-bottom:1px;
}
#FeaturedVideos li:hover img
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}

#FeaturedVideos li img
{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;

}

a.prev
{
	width:14px;
	height:124px;
	display:block;
	float:left;
	background-image:url(/content/images/scroller-buttons.gif);
	background-repeat:no-repeat;
	background-position: -30px 5px;
	background-color:Black;
}
a.prev:hover
{
	background-position:0px 5px;
	background-color:#303030;
}

a.next
{
	width:14px;
	height:124px;
	display:block;
	float:right;
	background-image:url(/content/images/scroller-buttons.gif);
	background-position:-46px 5px;
	background-repeat:no-repeat;
	background-color:Black;
}
a.next:hover
{
	background-position:-16px 5px;
	background-color:#303030;
}

/************************** */
#Videos
{
	background-image:url(/content/images/scroller-tabs.gif);
	background-position:0px -23px;
	background-repeat:no-repeat;
	padding-left:16px;
	height:64px;
	width:70px;
}
#Photos
{
	clear:both;
	width:395px;
	height:64px;
	
	padding:0px;
	background-image:url(/content/images/scroller-tabs.gif);
	background-position:0px -133px;
	background-repeat:no-repeat;
	padding-left:16px;
}
#Photos .scrollable
{
	overflow:hidden;
	width:360px;
	float:left;
	color:white;
	margin-left:2px;
	/*background-color:#6d6d6d;*/
}
#Photos ul,#Photos ul {
	width:1935px;
	
}
#Photos li:hover,#Videos li:hover
{
	/*background-color:#303030;*/
	color:#ffffff;
	
}
#Photos img{ border:none;}
#Photos li,#Videos li{
	cursor:pointer;
	float:left;
	margin:0pt 2px;
	width:65px;
	padding:0px;
	height:65px;
	font-size:9px;
	color:#e0e0e0;
	
}
#Photos li img.reflected
{
	margin-bottom:1px;
}
#Photos li:hover img,#Videos li:hover img
{
	border:solid 2px #a0a0a0;
}

#Photos li img,#Videos li img
{
	border:solid 2px #303030;
}
#Photos a.prev
{
	background-position: -29px -25px;
}
#Photos a.next
{
	background-position: -46px -25px;
}

#Photos a.next,#Photos a.prev
{
	height:64px;
}

/*********************** Story class *****/
#StorySlider
{
	margin:0px 10px 6px 10px;
	padding:5px 5px 10px 5px;
	background:url(/content/images/story-corners.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#efefef;
}
#StorySlider .showhide:hover
{
	color:Black;
	}
#StorySlider .showhide
{
	color:#505050;
	font-family:Verdana;
	text-transform:uppercase;
	/*font-weight:bold;*/
	letter-spacing:0px;
	font-size:10px;
	line-height:16px;
}

#Story h3
{
	/*font-size:14px;
	color:Black;
	margin:5px 0px 5px;
	font-family:Arial;*/
	font-size: 11px;
	line-height:14px;
	color: #505050;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

#Story 
{
	font-size:11px;
	color:#505050;
	line-height:14px;
	padding:10px 10px 10px 10px;
	width:380px;
}

#Story  p
{
	margin:10px 0px;
}
#Story ul, #Story ol
{
	margin-left:10px;	
}

#Story ul li
{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:5px;
	
}
#Story ol li
{
	list-style-type:decimal;
	list-style-position:inside;
	margin-bottom:10px;
}

#Story #ToolBox li,#Story #ToolBox ul
{
	list-style-type:none;
	margin:4px 0px !important;
	
}

/******************** Toolbox class *****/

#ToolBox
{
	width:195px;
	float:right;
	font-size:10px;
	margin-left:10px;
	margin-bottom:10px;
	line-height:12px;
	background-color:#e2e2e2;
	
}


#ToolBox.corner
{
	background-image:url(/content/images/toolbar-corners.gif);	
	background-repeat:no-repeat;
}
#ToolBox.corner .wrapper
{
	background-image:url(/content/images/toolbar-corners.gif);	
	background-repeat:no-repeat;
	background-position:-195px bottom;
}


#ToolBox .sponsor
{
	border-bottom:dotted 1px #606060;
	margin-bottom:5px;
	padding:0px 0px 10px 0px;
}
#ToolBox ul
{
	margin:0px;
	padding:0px;
}
#ToolBox li
{
	list-style-position:outside !important;
	display:block;
	clear:both;
	margin-bottom:3px;
	height:18px;
	line-height:16px;
	
}
#ToolBox .icon
{
	background-image:url(/content/images/icons.gif);
	width:16px;
	height:16px;
	border:none;
	margin-right:10px;
}

#ToolBox .sicon
{
	background-image:url(/content/images/icons.gif);
	width:15px;
	height:15px;
	border:none;
}
#ToolBox .fontSize
{
	background-position:0px 0px;
}
#ToolBox .smallSize
{
	background-position:0px -16px ;
}
#ToolBox .mediumSize
{
	background-position:-15px -16px;
}
#ToolBox .largeSize
{
	background-position:-30px -16px;
}
#ToolBox .email
{
	background-position:-16px 0px;
}
#ToolBox .print
{
	background-position:-32px 0px;
}
#ToolBox .digg
{
	background-position:-48px 0px;
}
#ToolBox .tag
{
	background-position:-64px 0px;
}
.showme
{
	background-image:url(/content/images/icons.gif);
	width:16px;
	height:16px;
	border:none;
	margin-left:5px;
	background-position:-80px 0px;
}
.hideme
{
	background-image:url(/content/images/icons.gif);
	width:16px;
	height:16px;
	border:none;
	margin-left:5px;
	background-position:-96px 0px;
}
/*********************************** Form classes */
form .centered
{
	margin: 0px auto;
	width:400px;
}
form li
{
	float:left;
	margin-bottom:3px;
	height:30px;
	width:200px;
}
form li.caption
{
	clear:left;
	width:120px;
}
.contestHolder 
{
	height:240px;
}
.contestHolder .nav
{
	padding:0px 10px;
	clear:both;
	text-align:right;
}
.contestHolder img
{
	border:none;
}

.contestBox
{
	width:195px;
	height:175px;
    padding: 0;  
    margin:  0;
    position:relative;
}
.contestBox img {  
    width:  195px; 
    height: 175px; 
    margin:0px 10px;
    top:  0px; 
    left: 0px;
} 

.expertHolder
{
	clear:both;
	height:120px;
	background-image:url(/content/images/expert-container.gif);
	background-repeat:no-repeat;
	padding:10px;
	margin-left:10px;
}
.expertHolder .nav
{
	padding:0px 10px;
	clear:both;
	text-align:right;
}
.expertHolder img
{
	border:none;
}
.expert-box strong a
{
	color:White;
	text-decoration:none;
	font-size:12px;
}
.expert-box
{
	width:250px;
	height:85px;
    margin:  0px;
    position:relative;
    font-size:11px;
    background-color:#092d47;
    
}
.expert-box img {  
    width:  85px; 
    height: 85px; 
    margin:0px;
    top:  0px; 
    left: 0px;
    padding-right:10px;
    float:left;
} 



/*************************** Archive  */
.leftCol #Archive
{
	padding:10px;
	font-size:10px;
}
.leftCol #Archive li span
{
	color:#bcbcbc;
}
.leftCol #Archive li
{
	margin-bottom:10px;
	list-style-type:disc;
	list-style-position:inside;
	color:white;
}
.nav img
{
	width:18px;
	height:19px;
	background-image:none;
}
.nav a#next
{
	background-image:url(/content/images/icons.gif);
	background-position:-18px -30px;
	float:right;
	height:19px;
	margin-left:5px;
}
.nav a#prev
{
	background-image:url(/content/images/icons.gif);
	background-position:-36px -30px;
	float:right;
	height:19px;
	margin-left:5px;
}

/******* Contests *******/
.contest
{
	padding-bottom:20px;
}
.contest p
{
	font-size:11px;
	color:#404040;
	line-height:14px;
	padding-top:5px;
}
.contest h2
{
	font-family:arial,verdana;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	
}
.contest .enter
{
	background-image:url(/content/images/enter-contest.gif);
	width:120px;
	height:36px;
}
.contestitem
{
	border-top:solid 1px #ababab;
	padding:5px 0px;
}
.contestitem h3 a 
{
	font-family:Arial;
	font-size:14px;
	color:#214298;
	padding-bottom:5px;
}
.contestitem img
{
	border:none;
}
/**** Search Results */
ul#SearchResults
{
	clear:both;
	margin:10px 0px;
	border-top:solid 1px #c0c0c0;
}
#SearchResults li
{
	border-bottom:dashed 1px #c0c0c0;
	padding:10px;
	clear:both;
	background-color:#ffffff;
	height:1%;
	overflow:hidden;
	cursor:pointer;
	margin-bottom:0px;
}
#SearchResults h2 a	
{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	color: #4455aa;
}
#SearchResults h2 a:hover
{
	color:#6688cc;
}

#SearchResults li a img
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 4px #aaa;
}
#SearchResults li a:hover img
{
	border:solid 4px #666;
}

#SearchResults li .abstract
{
	color:#606060;
	font-size:10px;
	line-height:12px;
}

div.searchnav
{
	margin-bottom:10px;
	clear:both;
	height:1%;
	overflow:hidden;
}
div.searchnav a.active,div.searchnav a.active:hover
{
	font-weight:bold;
	border:solid 1px white;
	font-size:11px;
	background-color:#a0a0a0;
	color:White;
}

div.searchnav a
{
	font-size:11px;
	margin-right:3px;
	color:#404040;
	padding:2px 0px;
	border:dotted 1px #e8e8e8;
	width:24px;
	float:left;
	text-align:center;
}
div.searchnav a:hover
{
	border:solid 1px #d0d0d0;
	background-color:#E0E0E0;
}

#addthis_services {
  background-color: #FFFFFF;
}

#addthis_services a {
  padding: 0px 0px 0px 4px; 
  color:#333333; 
  display: block;
  font-weight: normal;
}

#addthis_services td{
  padding: 1px 0px 1px 0px;
}

#addthis_dropdown15 a:hover {
  background-color: #F5F5F5;
  border-bottom: 0px;
}

#addthis_dropdown15 a {
  text-decoration: none; 
  font-size: 11px;
}

#addthis_dropdown15 img {
  border:none; 
  vertical-align:middle;
  width: 16px;
  height: 16px;  
}

#addthis_dropdown15 {
  z-index: 1000000;
  text-align: left;
  width: 230px; 
  position: absolute; 
  display: none; 
  border: #CCCCCC solid 1px; 
  padding: 1px 1px 0px 1px; 
  overflow: hidden;
  background-color: #FFFFFF;
}
/********** Archive Pages ****************/
.cats
{
	background-color:#cadff0;
	color:Black;
	padding-top:10px;
	border-top:solid 1px #B5C9D7;
}
.cats li
{
	position:relative;
	height:30px;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:dotted 1px #A1B2BF;
}
.cats li img
{
}
.cats li a
{
	line-height:30px;
	padding-left:10px;
	overflow:hidden;
	color:Black;
	font-size:11px;
	margin-left:0px;
	display:block;
	line-height:24px;
}
.cats li.selected a
{
	padding-left:10px;
	line-height:30px;
}
.cats li a:hover
{
	color:Black;
}
.cats .selected
{
	display:block;
	background-color:White;
	font-weight:bold;
	border-left:solid 1px #B5C9D7;
	border-bottom:solid 1px #B5C9D7;
	border-top:solid 1px #B5C9D7;
	margin-right:-1px;
	margin-left:10px;
}
.pagerActions input#term
{
	background-image:url(/content/images/magnifier.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
	padding:3px 0px 3px 17px;
	border:solid 1px #808080;
	width:100px;font-size:12px;font-family:Verdana;color:#909090;
	float:left;
}

.pagerActions input.go
{
	float:left;
	border:none;
	color:White;
	background-color:#1A4768;
	padding:3px 2px;
	line-height:14px;
	font-size:10px;
	margin-left:3px;
	margin-right:0px;
}

#Heading a
{
	color:Black;
	text-decoration:underline;
	font-size:11px;
}

#Heading a.selected
{
	color:#57B7DF;
}


#results,#results ul
{
	padding-left:0px !important;
	margin-left:0px;
	clear:both;
}
#results li
{
	display:block;
	background-color:White;
	padding:10px 0px 10px 10px !important;
	margin-left:10px !important;
	border-bottom:dotted 1px black;
	font-size:11px;
	cursor:pointer;
	height:1%;
	overflow:hidden;
	clear:both;
}

#results li img
{
	border:solid 1px #909090;
}

#results li small
{
	color:#909090;
	font-size:11px;
	line-height:12px !important;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
#results li.hover
{
	background-color:#f8f8f8;
}

#results .date
{
 width:170px;
 float:right;
 font-style:italic;
 font-size:10px;
 color:Gray;
 text-align:right;
}

#WideContent 
{
	padding:0px 0px 0px 10px;
	float:left;
	width:730px;
}
#WideContent .title span
{
	font-size:12px;
	color:#505050;
}
#WideContent .title span a
{
	font-size:12px;
	color:#57B7EA;
	margin:0px 5px;
	text-transform:uppercase;
}

.graytoolbar
{
	background: #484848 url(/content/images/gray-toolbar-corners.gif) no-repeat left top;
	width:194px;
	margin-left:5px;
	color:#e0e0e0;
	margin-bottom:10px;
}
.graytoolbar h2
{
	color:White;
	border-bottom:dotted 1px #909090;
	padding-bottom:5px;
	margin-bottom:10px;
}
.graytoolbar .wrap
{
	background-image:url(/content/images/gray-toolbar-corners.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;
	height:1%;
	overflow:hidden;
	
}
.graytoolbar ul
{
	padding:0px !important;
	margin:0px !important;
}
.graytoolbar li
{
	list-style-type:none !important;
	font-size:10px;
	list-style-position:outside !important;
	padding-bottom:5px;
}
.middle-panel
{
	background-image:url(/content/images/story-container-corners.gif);
	background-repeat:no-repeat;
	background-color:#efefef;
	width:430px;
	color:#303030;
	font-size:11px;
}
.middle-panel .wrapper
{
	background-image:url(/content/images/story-container-corners.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;
}

/****************************************** New Home Page */
.homepageHolder {
	background: #FFFFFF !important;
}
#header {
	margin-top: 20px;
	margin-bottom: 20px;
}
#header img {
	border: none;
}
#regionboxes {
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
}
.videobox {
	width: 223px;
	float: left;
	margin: 0px 0px 10px 20px;
}
.firstvideobox {
	margin-left: 0px !important;
}
.videobox h2, .videobox h2 a {
	font-size: 16px;
	line-height: 34px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #231F20;
}
.regiontitle {
	background-image: url(/Content/images/regionheader.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 34px;
}
.regiondisabled {
	background-image: url(/Content/images/regionheaderdisabled.jpg);
	background-repeat: no-repeat;
}
.regiondisabled h2{
	color: #A7B5BC;
}
.playcontrols {
	background-image: url(/Content/images/playcontrolbg.jpg);
	background-repeat: no-repeat;
	height: 142px;
	padding: 5px 5px 0px 5px;
	margin-top: 1px;
}
.playcontrolsdisabled {
	background-image: url(/Content/images/playcontrolbgdisabled.jpg);
	background-repeat: no-repeat;
	height: 142px;
	padding: 5px 5px 0px 5px;
	margin-top: 1px;
}
.videoimage 
{
	width:213px;
	height: 124px;
	background-repeat: no-repeat;
}
.videoimage img, .homeleft img {
	border: none;
}
#homeleft {
	width: 635px;
	float: left;
}
#homeleft a {
	color: #71ccf9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#homeleft a:hover {
	text-decoration: underline;
}
#homeleft h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
#homeleft h3 {
	font-size: 12px;
}
#homeleft h3 a {
	color: #000000;
}
#homeleft h3 a img {
	margin-top: -10px;
}
.categoryhead {
	width: 635px;
	height: 135px;
	background-image: url(/Content/images/opencategory.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.collapsed {
	background-image: url(/Content/images/opencategorycollapsed.jpg);
}
.categoryhead .categorytext {
	float: left;
	width: 225px;
	height: 120px;
	padding: 15px 0px 0px 43px;
	cursor: pointer;
}
.categoryhead img {
	border: none;
}
.In-Motion 
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}
.Lifestyle-Leisure
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px -135px;
}
.Home-Garden
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px -270px;
}
.In-The-Kitchen
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px -405px;
}
.New-Homes
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px -540px;
}
.Real-Estate
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px -675px;
}
.Health-Beauty
{
	background-image: url(/Content/images/accordionTitles.png);
	background-repeat: no-repeat;
	background-position: 40px -810px;
}
.sublistbox {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #C0C0C0;
}
.subcategorylist {
	margin: 0px;
	font-size: 12px;
}
.subcategorylist li {
	border-bottom: solid 1px #C0C0C0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.subvideo {
	float: left;
	margin-left: 10px;
}
.subvideo img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.subvideotext {
	margin-left: 120px;
	line-height:16px;
}
.collapsearea {
	margin-bottom: 10px;
	display:none;
}
/*********************************/
.HomeFeaturedVideos
{
	width:340px;
	height:115px;
	padding:0px;
	margin-left: 278px;
	padding-top: 10px;
	display: block;
}
.HomeFeaturedVideos .scrollable
{
	overflow:hidden;
	width: 310px;
	float: left;
	color: #000000;
	font-size: 10px;
	height: 115px;
}
.HomeFeaturedVideos ul{
	width: 525px;
}
.HomeFeaturedVideos li:hover
{
	/*background-color:#303030;
	color:#ffffff;*/
}
.HomeFeaturedVideos img{ border:none;}
.HomeFeaturedVideos li{
	cursor: pointer;
	float: left;
	margin: 0px 0px;
	width: 85px;
	padding: 0px 10px 0px 10px;
	height: 115px;
	font-size:9px;
	color:#000000;
	overflow:hidden;
	
}
.HomeFeaturedVideos li img.reflected {
	margin-bottom:1px;
}
.HomeFeaturedVideos a.scrollerlink {
	line-height: 14px;
	text-decoration: none !important;
	font-weight: normal !important;
	color: #000000 !important;
	font-size: 10px !important;
	clear:both;
}
.HomeFeaturedVideos .scrollerimageholder 
{
	width: 85px;
	height: 85px;
	overflow: hidden;
	background-image: url(/Content/images/nothumbnail.jpg);
	display:block;
	margin-bottom:3px;
}
.HomeFeaturedVideos li:hover img
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

.HomeFeaturedVideos li img
{
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}
a.homeprev
{
	width:14px;
	height:115px;
	display:block;
	float:left;
	background-image:url(/Content/images/largearrows.gif);
	background-repeat:no-repeat;
	background-position: -30px 0px;
	/*background-color:Black;*/
}
a.homeprev:hover
{
	background-position:0px 0px;
	/*background-color:#303030;*/
}

a.homenext
{
	width:14px;
	height:115px;
	display:block;
	float:right;
	background-image:url(/Content/images/largearrows.gif);
	background-position:-46px 0px;
	background-repeat:no-repeat;
	/*background-color:Black;*/
}
a.homenext:hover
{
	background-position:-16px 0px;
	/*background-color:#303030;*/
}

#homeright {
	margin-left: 655px;
}
.bluegradient {
	width: 280px;
	height: 245px;
	background-image: url(/Content/images/homerightbg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
.bluegradient h3 {
	color: #484848;
	font-size: 10px;
}
.rightheaders {
	border-bottom: 1px dotted #484848;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.homeContestHolder 
{
	height:190px;
	background-color: #484848;
	padding: 10px;
	width: 195px;
	margin-left: 32px;
}
.homeContestHolder .homeNav
{
	/*clear:both;*/
	text-align:right;
}
.homeContestHolder img
{
	border:none;
}
.homeContestBox
{
	width:195px;
	height:175px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;	/*position:relative;*/
}
.homeContestBox img {
	width:  195px;
	height: 175px;
	margin:0px;
	top:  0px;
	left: 0px;
}
.homeNav {
	margin-top:1px;
} 

.homeNav a#contestNext
{
	background-image:url(/Content/images/contestbuttons.jpg);
	background-position:-18px 0px;
	float:right;
	height:18px;
	margin-left:5px;
	background-repeat: no-repeat;
}
.homeNav a#contestNext:hover {
	background-position:-18px -18px;
}
.homeNav a#contestPrev
{
	background-image:url(/Content/images/contestbuttons.jpg);
	background-position:0px 0px;
	float:right;
	height:18px;
	margin-left:5px;
	background-repeat: no-repeat;
}
.homeNav a#contestPrev:hover {
	background-position:0px -18px;
}


#blogs {
	margin-top: 20px;
}
#copyright a {
	color: #A0A0A0;
	font-weight: normal;
}
#copyright a:hover {
	text-decoration: underline;
}
#metrolandlogo {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 76px;
}
#dailyweblogo {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	width: 162px;
}
#copyrighttext {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
}
.footerlinks {
	width: 370px;
	margin: 0px auto !important;
}
#copyright {
	padding-bottom: 10px;
}

/* RSS Feeds */
.rssicon a img {
	border: none;
	margin-top: -1px;
	float: right;
}

.perma
{
}

.perma label
{
    color:#444;
    font-size:10px;
    float:left;
    line-height:18px;
    margin:0px 5px;
}
.perma input
{
    float:left;
    border:solid 1px #aaa;
    padding:1px 2px;
    font-size:10px;
    width:200px;
}

#Title h1 a
{
    font-size:11px;
    color:#FFF;
}