@media all {
	
/* --- reset and base styles --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: top;
}

input, textarea, select{
	font-family:inherit;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #000;
	font: 62.5% Arial, Helvetica, sans-serif; /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
	background:#f6f6f6 url(/_images/mediaweek_bg.gif) center center repeat-y;
	}

body.wideArticleUber{
	background:#fff;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{overflow: hidden;} /*consider these to get around IE itallics bug, also solves strings and urls too long for their containers and resolves padding issues on IE submit buttons*/
/* input.button{overflow:visible} resolves padding issues on IE submit buttons -- usage: add class 'button' to any text-type submit elements - BEWARE: in some cases (identified when using input type="submit") this may trigger peekaboo in IE7*/

/* --- end of reset ---*/


/*	----- General -----*/
.be-nice-to-Mac-IE5 {
    	font-family: "\"}\"";
    	font-family: inherit;
  	}

p, p span {
	text-align: left;
	font-size: 1.2em;
	}

a {
	text-decoration: none;
	color:#ed1c24;
	}

p a {
	text-decoration: underline;
	}

p a:hover, h3 a:hover {
	background-color: transparent !important;
	}

a:hover img {
	background: none;
	}

a:link {
	text-decoration:none;
	color:#ed1c24;
	}
	
/*a:visited {
	text-decoration: underline;
	color:#404040;
	}*/ /*I would recommend we didn't use visited.*/
		
a:hover {
	text-decoration: underline;
	color:#404040;
	}
	
a:active {
	background: #dbdbdb;
	}
p.commentsBubbleHomeStory a {
	background: url("/_images/iconCommentsBubble.gif") no-repeat scroll 0 3px transparent;
	display:block;
	padding:0 0 0 24px;
	font-size:0.9em;
	text-decoration:underline
}	
.italic {
	font-style: italic;
	}
	
strong {
	font-weight: 700;
	}

ul {
	list-style: none;
	}

.cms ul {
	list-style: disc;
	padding: 5px;
	margin: 5px;
	}	

a.skipNav {
	position: absolute;
	left: -999px;
	color: #000;
	padding: 2px 4px;
	font-size: 0.85em;
	}	

a.skipNav:focus, a.skipNav:hover {
	left: 17px;
	margin-top: 25px;
	}

#uberContainer {
	margin: 0px auto;
	position: relative;
	width: 965px;
	}
	
.wideArticleUber #uberContainer {
	margin: 0!important;
	}
	
#content {
	background: #fff;
	clear: both;
	}

#header {
	float:left;
	width:965px;
	background-color: #fff;
	font-family: tahoma, arial, helvetica, sans-serif;
	height: 1%;
	padding-bottom:10px;
	}
	
#maincol {
	margin:0; 
	height:1%;
	display:inline;
	}
	
#maincolInner {
	margin:0 0 0 20px;/*removed margins for login page - didnt seem to affect anything else - was 18px though to the left */
	height:1%;
	}
	
h1 {
	font: 1.60em/1.35em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#000;
	display:inline;
	float:left;
	}

h1 span{
	font: 1.45em/1.30em Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#00558E;
	}

h1 span, #siteLogo span {
	visibility:hidden;
	}

#siteLogo h1{
	margin:0;
	padding:0;
	line-height:0em;
	font-size:0em;
}

#siteLogo a{
	font-size:0em;
	line-height:0em;
}

#siteLogo a img{
	display:block;
}
#news h2, #channel h2, #login h2, #confirmRegister h2, #article h2 {
	padding-top: 14px;
	}
	
#maincol h2{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#ed1c24;
	font-weight: 700;
	line-height:1.3em;
	font-size: 1.8em;
	background:transparent url(/_images/bkgH2VerticalDash.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin:10px 0;
	text-transform:capitalize;
}

#maincol h2 span{
	background:transparent url(/_images/bkgH2Star.gif) no-repeat 0 4px;
	padding-left:27px;
}

#maincol h2 a:hover,#maincol h2 a:hover span{
	color:#515151;/* was important - if needs to be put back, will need to fix h2 on community home */
	text-decoration:none;
	}
h2.noBorder{	
	border:none!important;
}

h3 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#00558E;
	}

h4 {
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	color: #999;
	}	

hr {
	display: block;
	clear: both;
	height: 1px;
	background: #999;
	width: 85%;
	margin: 0 auto;
	}

div.clearFloat {
	clear: both;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	}	

.left {float: left;}
.right {float: right;}
.centered {	margin: 0 auto;	}
.none {	float: none;}
.clear {clear: both;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

.inline {display: inline;}

.marginLeft {margin-left: 10px;}
.marginLeft5 {margin-left: 5px;}
.marginLeft20 {margin-left: 20px;}

.marginRight {margin-right: 10px;}
.marginRight5 {	margin-right: 5px;}
	
.marginTop {margin-top: 10px;}
.marginTop5 {margin-top: 5px;}
.marginTop10 {margin-top: 10px;}
.marginTop20 {margin-top: 20px;}
.marginTop40 {margin-top: 40px;}
	
.marginBottom {margin-bottom: 10px;}
.marginBottom5{margin-bottom: 5px;}
.marginBottom10 {margin-bottom: 10px;}
.marginBottom20 {margin-bottom: 20px;}
.marginBottom30 {margin-bottom: 30px;}
	
.noMargin {	margin: 0!important;}
.noMargin .shadowButtonType2, 
.noMargin .shadowButtonType3 {margin-bottom: 0!important;}

.paddingTop {padding-top: 10px;}
.paddingTop5 {padding-top: 5px;}
.paddingTop20 {	padding-top: 20px!important;}
.paddingTop30 {	padding-top: 30px!important;}

.paddingBottom5 {padding-bottom: 5px;}
.paddingBottom {padding-bottom: 10px;}

.paddingLeft {padding-left: 10px;}

.paddingRight, .paddingRight10 {padding-right: 10px;}
.paddingRight15 {padding-right: 15px;}

.padding10H {padding-left: 10px;padding-right: 10px;}
.padding10V {padding-top: 10px;padding-bottom: 10px;}
.padding20V {padding-top: 20px;padding-bottom: 20px;}
.margin10V {margin-top: 10px;margin-bottom: 10px;}
.margin20V {margin-top: 20px;margin-bottom: 20px;}
	
.smallText {font-size: 0.9em;}

.underline{text-decoration:underline!important;}

.bkgGrey {
	background: #eff2f3;
	width: 100%;
	border: 1px solid #b6b4b5;
	border-top: none;
	}
	
.borderTop{	border-top: 1px solid #000;	}
.borderBottom{border-bottom: 1px solid #000;}

.bold{	font-weight:700;}

.hide {display: none!important;}

.fullWidth {width: 100%;}	

.horizList ul li, ul.horizList li {
	float: left;
	display: inline;
	}


/* CMS content */

#cmsContent h1 {
	float:none;
	margin:0;
	padding:0 0 10px 0;
	display:block;
}
#cmsContent h2 {
	background:none;
	margin:0;
	padding:0 0 10px 0;
}
#cmsContent h3 {
	font-size:1.4em;
	font-weight:700;
	margin:0;
	padding:0 0 10px 0;
}
#cmsContent ul {
	font-size:1.2em;
	padding-left:15px;
}
#cmsContent ul li {
	margin-bottom:5px;
}

/* ----- network bar ----- */

/* important: keep z-index as 10000 or above, as this needs to display over ads that are generally set with z-index: 9999 */

#networkBarNav {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
		-moz-box-shadow: 0 4px 2px -2px #666;
		-webkit-box-shadow: 0 4px 2px -2px #666;
		box-shadow: 0 4px 2px -2px #666;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
#networkBarNav #networkContainer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#networkBarNav #navContent {
	float: left;	
}
#networkBarNav .brGroup {
	color: #000;
	float: right;
	font-size: 1.1em;
	font-weight: 700;
	height: 15px;
	margin: 0;
	padding: 5px 0;
}
#networkBarNav .brGroup a {
	color: #000;
}
#networkBarNav .brGroup a:hover {
	background: #eee;
	color: #000;
	text-decoration: none;
}
#networkBarNav .brGroup .brLogo {
	color: #ed1b26;
}
#networkBarNav h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding: 5px 0;
}
#networkBarNav h3 a {
	background: url(/_images/bkgNetworkArrow.png) no-repeat right 5px;
	color: #000;
	padding-right: 15px;
	text-decoration: none;
}
#networkBarNav h3 a:hover {
	text-decoration: none;
}
#networkBarNav ul {
	background-color: #eee;
	margin: 0;
	padding: 5px 10px 0;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 10000;
}
#networkBarNav ul li {
	list-style-type: none;
	margin: 0;
}
#networkBarNav ul li a {
	color: #000;
	display: block;
	font-size: 1.2em;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	width: 110px;
}
#networkBarNav ul li a:hover {
	background: #eee;
	color: #000;
	text-decoration: underline;
}

.errorPage #networkBarNav ul li {
	float: left;
	height: 16px;
	list-style-type: none;
	margin: 0;
	padding: 5px 30px 0 0;
}
.errorPage #networkBarNav #brandrepublic {
	padding-top: 7px
}
.errorPage #networkBarNav #campaign {
	padding-top: 7px
}
.errorPage #networkBarNav #mediaweek {
	padding-top: 6px
}
.errorPage #networkBarNav #marketing {
	padding-top: 7px
}
.errorPage #networkBarNav #prweek {
}


#headerPromo{
	position: absolute;
	top: 31px;
	left: 733px;
	color:#000;
	background: #000;
	height: 90px;
	width:232px;
	}

#headerPromo .imageAndText{
	height: 74px;
	width:216px;
	padding:8px;
	background: #000;
	}

#headerPromo .imageAndText img{
	padding:8px 0;
	}

#headerPromo .imageOnly img{
	float: left;
	}
#headerPromo img {border:0 !important;}

/* --- Header Elements ---*/

/* --- topStoryHome --- */

#tsFullContainer {
	height: 216px;
	margin: 16px 0;
}

#topStoriesContent {
	position: relative;
	}
	
#topStoriesContent img {
	width: 327px;
	height: 216px;
	float: left;
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	}

#topStorieHeadlineContainer {
	width: 280px;
	float: left;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #525252;
	}

.topStoriesHeadlines p a {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	height: 28px;
	display: block;
	width: 273px;
	background-color:#fff;
	color: #00558E;
	font-weight: 700;
	text-decoration: none;
	padding: 4px 3px 3px 3px;
	line-height: 1.2em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	}

.topStoriesHeadlines p a.selected{
	border-left: 1px solid #b2b2b2;
	background: url(/_images/bkgTopStoryLink2.gif) 0 0 repeat-y;
	color: #f3f8fc;
	}

.topStoryContent {
	position: absolute;
	bottom: -217px;
	left: 281px;
	width: 310px;
	background: #000;
	padding: 9px;
	color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	z-index:100;
}

.topStoryContent p {
	font-size: 1.2em;
}

.topStoryContent a {
	text-decoration: underline!important;
	color: #e7a0c6;
}

/*-- TODO: strip out hacks -- */

#headerPromo{
	position: absolute;
	top: 31px;
	left: 733px;
	color:#000;
	background: #000;
	height: 90px;
	width:232px;
	}

#headerPromo .imageAndText{
	height: 74px;
	width:216px;
	padding:8px;
	background: #000;
	}

#headerPromo .imageAndText img{
	padding:8px 0;
	}

#headerPromo .imageOnly img{
	float: left;
	}
#headerPromo img {border:0 !important;}

/* mag and version */

#magAndVersion {
	background: #c2c2c2;
	position: absolute;
	width: 965px;
	padding: 2px 0;
	height: 22px;
	}
	
#magAndVersion div,
#magAndVersion select,
#magAndVersion input {
	float: left;
	}

#magAndVersion dl.edition dd a{
	font-size:1.1em;
	text-decoration:none;
	float:left;
	padding-top:4px;
	text-transform:uppercase;
	}
	
#magAndVersion dl.edition dd a:hover {
	text-decoration:underline!important;
	}

#magazineSearch {
	width: 22em;
	}

#magazineSearch select {
	color: #666;
	border: 1px solid #999999;
	margin-left: 0!important;
	height:18px;
	font-size: 1.1em;
	}	

#siteVersion {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}

#siteVersion a {
	font-size: 1.1em;
	padding:0 17px;
	font-weight: 400;
	color: #000!important;
	text-decoration: none;
	}
	
#siteVersion a:hover {
	text-decoration: underline;
	}
	
#partOf {
	width: 223px;
	margin: 2px 9px 0 0;
	float: right!important;
}

#siteLogo {
	margin:130px 0 10px;
	padding-left:15px;
	float: left;
	}
	
#breadcrumb {
	font-size:1.2em;
	margin-left:5px;
	height: 15px;
	line-height: .5em;
	width:630px;
	}

#breadcrumb li{
	color:#b2b2b2;
	}

#breadcrumb li span {
	padding: 0 3px;
	color:#999;
}

#breadcrumb li a {
	text-decoration: underline;
}

#breadcrumb li a:hover {
	text-decoration: none;
}

/* -- Site nav -- */

#pageTitle{
	display:block;
	width:100%;
	padding-bottom:1px;
	padding-top:3px;
	text-indent:5px;
	border-bottom:1px solid #3b3b3b;
	margin-bottom:3px;
	}
	
#pageTitle h1{
	font-size:1.8em;
	color:#3b3b3b;
	text-transform:capitalize;
	font-weight:normal;
	}

h2.articlePageTitle{
	font-size:1.8em!important;
	color:#3b3b3b!important;
	text-transform:capitalize!important;
	font-weight:normal!important;
	background: none!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
	padding-bottom: 1px!important;
	float: left;
	}
/* -- Site nav -- */

#siteNavContainer {
	clear: both;
	width: 916px;
	padding: 0;
	margin: 0;
	}
	
#siteNav {
	width: 965px;
}

#siteNav ul {
	background: transparent;
	height: 2.8em;
	width:auto;
	display:block;
	background: url(/_images/mainNavBreak.gif) repeat-x left bottom #3b3b3b;
	font-size: 1.3em;
	padding:0 9px 0 0;
	}
	
#siteNav ul li {
	display: inline;
	width:auto;
	background: #3b3b3b;
	}
	
#siteNav ul li#mainNavHome {
	padding-left:4px;
	}
	
#siteNav ul li a {
	background:transparent url(/_images/mainNavPipe.gif) right 9px no-repeat;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration:none;
	padding:0 11px 0 11px;
	padding:0 11px;
	font-weight:700;
	text-transform: capitalize;
	height: 2.15em;
	line-height: 2.25em;
	white-space:nowrap;
	float:left;
	}
	
#siteNav ul li a.last, #subNav ul li a.last {
	background: none;
	}
	
#siteNav li a.selected {
	color:#ed1c24!important;
	}
	
#siteNav li a.selected:active, #siteNav li a.selected:hover {
	color:#ed1c24!important;
	}
	
#subNav li a.selected {
	color:#ed1c24!important;
	}
	
#siteNav li a:hover, #siteNav li a:focus, #siteNav li a.on {
	text-decoration:none;
	color:#ed1c24!important;
	}
	
/* --- sub navigation --- */

#subNav {
	clear: both;
	width: 965px;
	}
	
#subNav ul {
	height: 3em;
 	padding-left:5px;
	background: #3b3b3b;
	}

#subNav ul li {
 	padding:7px 0;
	background: #3b3b3b;
	}

#subNav ul li a {
	font-size:1.2em;
	line-height: 1em;
	color:#83B9E3;
	text-decoration:none;
	font-weight:bold;
	background: url(/_images/mainNavPipe.gif) no-repeat right 2px transparent;
	}
	
#subNav li a:focus, #subNav li a:hover {
	text-decoration:none;
	color:#ed1c24!important;
	}

/* set the individual subnav spacing*/

.subNavChannels li a{
	padding: 0 11px;
	}
	
/*-- site search --*/

#siteSearch {
	float: right;
	margin:160px 0 0 82px;
}

#siteSearch label {
	margin-right:10px;
	font-size: 1.3em;
	font-weight: 700;	
}
	
#siteSearch label span {
	display:none;
}
	
#siteSearch .field {
	width: 197px;
	margin: 0 5px 0 0;
	border-bottom: 1px solid #dfdede;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #c4c3c3;
	border-right: 1px solid #c4c3c3;
	color: #848484;
}

#siteSearch .radio {
	border: none;
	margin: 13px 4px 0 0;
	float: left;
}

#siteSearch .radioLabel {
	font-size: 1em;
	border: none;
	margin: 13px 12px 0 0;
	float: left;
	color: #717171;
}

#siteSearch .btnSearch {
	float: left;
	border: none;
	}

/*-- end site search --*/

/* --- Subcol Elements ---*/

#subcol form {
	padding: 12px 0 0 10px;
	}

#subcol form .formRow{
	margin-bottom:4px;
	}

#subcol form input.radio{
	padding:0;
	border:none;
	width:18px;
	}

#subcol form input{
	vertical-align: middle;
	}

#pollContainer #lastPoll .pollBarContainer{
	background-color: #f4f4f4;
	color: #000000;
	}

/* --- Lists --- */

ul.bulletBlack li a, p.bulletBlack a, h3.bulletBlack a {
	background: url(/_images/arrowRightBlack.gif) no-repeat;
	color: #E0042A;
	}
	
p.bulletRed a, h3.bulletRed a {
	background: url(/_images/arrowRedLeft.gif) no-repeat;
	color: #000;
	}
	
ul.bulletRed li {
	background: url(/_images/arrowRedLeft.gif) no-repeat 0 3px;
	color: #000;
	padding: 0 0 0 14px;
	}

p.bullet a, h3.bullet a {
	padding: 0.2em 0.2em 0.2em 1.5em;
	display: block;
	background-position: 0 0.6em;
	}

p.bulletRSS a{
	background: url(/_images/bulletRSSFeed.gif) no-repeat 0 0.35em;
	color: #E0042A;
	}

ul.bulletWithRSSIcon li a {
	line-height:20px;
	background: url(/_images/iconRSSFeed.gif) top left no-repeat;
	padding-left:20px;
	margin-left:10px;
	}

p.bullet a {
	text-decoration: none;
	}	

ul.jobOfWeek li{
	width:280px;
	overflow:hidden;
	word-break:break-all;
	}

ul.jobOfWeek li a {
	padding: 0.3em 0.2em 0.4em 1.5em;
	border-bottom: 1px solid #CDCDCD;
	background-position: 0 0.7em;
	}

ul.standard li a {
	padding: 0.3em 0.2em 0.4em 0.8em;
	display: block;
	overflow: hidden;
	}
			
a.buttonStyle {
	border: 1px solid #c03;
	background: #dc0d29 ;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 2px 3px;
	}

a.buttonStyle:hover {
	background: #dc0d29 !important;
	}

/* --- Boxes --- */

.boxBlackBorder {
	border: 1px solid #000;
	border-top: none;
	padding-bottom: 10px;
	}

.boxGreyBorder {
	border: 1px solid #DCDCDC;
	border-top: none;
	padding-bottom: 10px;
	}

.h1WithSponsor{
	width:278px;
	color:#b2b2b2;
	/*padding-top:10px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:7px;*/
	display:inline;
	text-align:right;
	}

.h1WithSponsor span{vertical-align:top;position:relative; top:0px;margin-right:10px;}

/*.h1WithSponsor img{
	vertical-align:bottom;
	margin-left:10px;
	}
*/
.h1Standard h1, .h1WithSponsor h1{
	border:none;
	float:left;
	padding-top:3px;
	padding-left:8px;
	}

.h2WithRss {
	font-weight: 700;
	color: #000;
	border-bottom: 3px solid #000;
	float:left;
	width:100%;
	}

.h2WithRss h2{
	float:left;
	border:none;
	}

.h2WithRss .rssFeed img{
	padding: 16px 0 0 6px;
	position:relative;
	float:right;
	}

.rssFeed img{
	padding: 9px 0 0 9px;
	float:left;
	}

.h2Rss .rssFeed img{
	padding: 17px 0 0 6px;
	}

.h2Rss h2 img{
	padding-left: 10px;
	}

.rssFeed a:focus, .rssFeed a:active{
	background:none;
	}

.pageSponsor {
	width: 300px;
	background: #fff;
	padding: 0 0 0 9px;
	float: left;
	border-left: 1px solid #000;
	margin:0;
	line-height:28px;
	}

.tools .pageSponsor{
	width: 197px;
	padding: 0;
	border:none;
	}

.pageSponsor img {
	margin-left: 5px;
	padding-top:2px;
	}

/* --- Story summaries --- */

.story {
	width: 100%;
	clear: both;
	float: left;
	background: transparent;
	padding-bottom: 0px;
	margin-bottom:0!important;
	}

.story img {
	float: left;
	}

.story .storyContent{
	height:1%; 
	padding-bottom: 4px;
	}

.storyContent p {
	font-size:1.2em!important;
	}
.story span.storyType {
	color: #666;
	}

.story p {
	margin-top: 5px;
	}

.feature {
	background: #fff;
	display:block;
	width:610px;
	/*margin-bottom:10px;*/
	padding: 12px 0;
	height:1%;
}

h1.headline{
	float:none;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	text-transform:none;
	font-size: 1.8em!important;
	}
	
h1.headline a {
	color:#00558E;
	font-weight:400;
	line-height: 1em;
	display:inline;
	float:none;
	}	
	
.featureContent{
	 font-family:Arial, Helvetica, sans-serif;
	}

.feature .story h3 {
	font-size: 1.30em;
	}
	
.feature .story h4 {
	padding-bottom: 10px;
	}

.feature .story p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0 0;
	}

.feature .story h4.byline {
	margin-top: 3px;
	}

h4.byline {
	color: #888888;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 1.1em!important;
	line-height: 1.1em;
	}

h4.byline a {
	color: #ed1c24;
	text-decoration: underline;
	}
	
h4.byline a:hover {
	color:#404040;
	text-decoration: none;
	}	

h4.byline a.author {
	padding:1px 0 3px 0;
	}

/* news article specific */

.cols2ThirdsNews h1 {
	font-size: 2.3em;
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 0!important;
	line-height: 1.1em;
	}

.cols2ThirdsNews h4.byline {
	clear: both;
	margin-right:10px;
	width:264px;
	float: left;
	}

.cols2ThirdsNews h4.byline a {
	color: #ed1c24;
	float: none;
	}
	
.cols2ThirdsNews h4.byline a:hover {
	color:#404040;
	text-decoration: none;
	}	
	
	
.cols1Full {
	float: left;
	background: #F8F6F7 ;
	width: 100%;
	padding: 10px 0;
	}

.cols1Full p {
	padding: 0 5px 5px 10px;
	}

div.cols1Right, .cols1Right h2 {
	margin-top: 0;
	padding-top: 0!important;
	}

.colLayout2 {
	width: 595px;
	background: url(/_images/borderDotVertical.gif) repeat-y  288px 0;
	}

.borderVerticalRight {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 304px 29px;
	}
	
.borderVerticalRightHome {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 304px 33px;
	}

.borderVerticalRightNews {
	border-right: 1px solid #000;
	padding-right: 15px;
	}

.features .borderVerticalRight, .furtherNews .borderVerticalRight {
	background-position:289px 46px;
	}
	
.borderVertical2Thirds {
	background-image: url(/_images/borderSolidVerticalFullNews.gif);
	background-position:452px 0;
	background-repeat:repeat-y;
	/*background:#ff0000;*/
	float:left;
	/*background:url(http://dev.mediaweek.co.uk/_images/siteLogo.gif) top left repeat*/
	}
#arhiveSearch .borderVertical2Thirds{
	background-position:415px 0;
	margin-top:10px;
	}
 	
.borderVerticalRightThisIssue {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 428px 46px;
	}

.cols2Left {
	width: 295px; /*.noModuleFix adjusts for the box model*/
	float: left;
	margin-right: 20px;
	}

.cols2Right{
	width: 295px;
	float:left;
	}
	
.cols2Thirds {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	margin:10px 8px 0 0px;
	clear:both;
	}
	
.cols2ThirdsNews {
	width: 442px; /*.noModuleFix adjusts for the box model 458*/
	float: left;
	display:inline;
	margin:0 9px 20px 0;
	clear:both;
	padding-top: 10px;
	}

.cols1Third {
	width: 166px;
	float:left;
	}
	
.cols1ThirdNews {
	width: 144px;
	float:left;
	}

.noModuleFixLeft /*for use when your not using the module class on a cols2Left*/{
	width:296px;
	}

.noModuleBkgFixRight {
	width:280px;
	}

#bulletins .cols2Left li{
	width:285px;
	}

#bulletins .cols2Right li{
	width:290px;
	}

.colLayout3 {
	float: left;
	width: 100%;
	height:1%;
	background:transparent url(/_images/borderDotVerticalFull.gif) no-repeat scroll 185px 46px;
	}
	
.colLayout3Background {
	background:transparent url(/_images/borderDotVerticalFull.gif) no-repeat scroll 390px 46px;
	float:left;
	}
	
.cols3 {
	width: 180px;
	float: left;
	margin-right: 0;
	}

.cols3Middle {
	float:left;
	padding-right:3px;
	padding-left:7px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background:transparent;
	margin:0 20px 0 20px;
	}

.cols3Right {
	margin-right: 0;
	float:left;
	background:transparent;
	padding-left:0px;
	}
	

/* --- features module 3 col - used on home page --- */

.features h4 {
	margin-top:3px;
	padding-right:5px;
	}
	
.features p {
	clear:left;
	padding-right:5px;
	}

/* --- Article Page --- */

.storyContent img {
	border: 1px solid #ccc;
	}

.specialSummary .bold{font-weight:normal!important;}

#article {
	float: left;
	background: transparent url(/_images/article_bkg.gif) left top repeat-y;
	}

#article .cols2Left {
	margin-right: 0;
	background: #F8F6F7;
	}

#article .cols2Left h2 {
	border: none;
	color: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 5px;
	}

#article .cols2Left h2, #article .cols2Left h3, #article .cols2Left h4, #article .cols2Left h4.byline, #article p, #article .cols2Left form {
	padding-left: 10px;
	padding-right: 5px;
	}

#article .cols2Right {
	width: 310px;	
	}

#article .tools {
	width: 260px;
	padding-top: 5px;
	margin-left: 10px;
	}

#article .cols2Left h3 {
	border-bottom: none;
	font-weight: 400;
	}

#article #commentsBody {
	margin-top: 10px;
	}

#article #commentsBody textarea {
	width: 268px;
	border: 1px solid #999;
	}

#article .comment {
	border-bottom: 1px solid #ccc;
	margin: 5px 5px 5px 10px;
	}
	
#article .comment p, #article .comment h4 {
	padding: 0;
	padding-bottom: 5px;
	}

#article .comment h4 {
	color: #666;
	font-weight: 700;
	}

#article #commentsBody label, #article #commentsBody p.labelStyle {
	color: #000;
	font-size: 1.45em;
	margin-bottom: 5px;
	display: block;
	}

#article form p {
	padding-left: 0;
	}

.emailSent {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	}
	
.commentsRight {float:right; text-align:right;}	

p.commentsBubbleArticle {
	background: url(/_images/iconCommentsNews.gif) no-repeat 0 3px;
	width: 18px;
	height:21px;
	float: left;
	margin: 0 6px 0 0;
	display:inline-block;
	}

span.commentsBubble{
	background: url(/_images/iconCommentsBubble.gif) no-repeat 0 3px;
	padding-left: 23px;
	font-size: 1.1em!important;
}

h3.headline span.commentsBubble{
	font-size:0.9em!important;
	font-weight:400;
}
	
	
a.commentsArticleLink {
	font-size:1.1em !important;
	text-decoration:none!important;
	margin-top: 2px;
	float: left;
	}
	
.commentsArticleLink:hover {
	text-decoration:none!important;
	}

p.clearLeftComments {
	clear:left;
	margin:35px 0 20px 0;
	font-size:1em;
	}
	
/*articleWrap*/

.articleWrap {
	padding-left:15px;
	}
	
.articleWrap h1 {
	color:#000000;
	font-size:1.6em !important;
	font-weight:700 !important;
	line-height:1em;
	text-transform:none;
	margin:0;
	float:none;
	}
	
.articleWrap h4 {
	clear:left;
	padding-top:13px;
	}

/* --- cmsPlainContent styles --- */

div.cms {
	padding:0;
	}
	
div.cms #maincol{
	width: 605px;
	}

div.cms h1 {
	margin:0 0 20px 0;
	}
	
div.cms h2 {
	font-size:2em;
	line-height:1.8;
	font-weight:bold;
	color:#000;
	margin:15px 0 15px 0;
	}
	
div.cms h3 {
	font-size:1.5em;
	line-height:1.8;
	font-weight:bold;
	color:#000;
	margin:15px 0 15px 0;
	}
	
div.cms h4 {
	font-size:1.3em;
	line-height:1.5;
	font-weight:bold;
	color:#000;
	margin:10px 0 15px 0;
	}
	
div.cms h5 {
	font-size:1.1em;
	line-height:1.3;
	font-weight:bold;
	color:#000;
	margin:5px 0 15px 0;
	}
	
div.cms p {
	clear:left;
	margin:0 0 15px 0;
	}
	
div.cms img {
	border:none !important; /*used to overide cms inline border styles*/
	margin:0 !important; /*used to overide cms inline margin styles*/
	margin-top:1em !important; /*used to make sure there is enough space above images*/
	margin-bottom:1em !important; /*used to make sure there is enough space below images*/
	margin-right:1em !important; /*used to make sure there is enough space below images*/
	}

div.cms p img{
	margin:0 0.5em!important;
	}
	
div.cms table img {
	margin-top:0 !important;
	}
	
div.cms ul {
	clear:left;
	font-size:1.2em;
	margin:0 0 15px 18px;
	padding:0 0 0 18px;
	list-style-type:disc;
	}
	
div.cms ol {
	clear:left;
	font-size:1.2em;
	margin:0 0 15px 21px;
	padding:0 0 0 21px;
	list-style-type:decimal;
	}
	
div.cms dl {
	clear:left;
	font-size:1.2em;
	margin:0 0 15px 21px;
	padding:0 0 0 21px;
	padding:0;
	}
	
div.cms ul li, div.cms ol li, div.cms dl li {
	margin:0;
	padding:0;
	}
	
div.cms ul li a,  div.cms ol li a, div.cms dl li a {
	font-size:1em;
	cursor:pointer;
	}

div.cms strong {
	font-weight:600;
	}
	
div.cms em {
	font-style:italic;
	}
	
div.cms table {
	margin:0;
	border-bottom:1px dotted #000;
	font-size:1.2em;
	background-image:none!important;/*used to overide cms inline background image styles*/
	}
	
div.cms table.first {
	border-top:1px dotted #000;
	}
	
div.cms table tr {
	background-image:none!important;/*used to overide cms inline background image styles*/
	}
	
div.cms table td {
	padding:5px 0;
	vertical-align:top;
	background-color:#fff!important;/*used to overide cms inline background colour styles*/
	background-image:none!important;/*used to overide cms inline background image styles*/
	}
	
div.cms table td strong {
	font-weight:600;
	}
	
div.cms table td p {
	margin:0;
	font-size:1em;
	}
	
div.cms table td.image {
	width:93px;
	}
	
div.cms table.cms_table {
	margin:0 0 1em 0;
	border-top:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:none;
	font-size:1.2em;
	}
	
div.cms table.cms_table thead tr td {
	font-weight:bold;
	text-align:center;
	background-color:#dbdbdb!important;
	}

div.cms table.cms_table td {
	padding:5px;
	border:none !important; /*used to overide cms inline border styles*/
	border-bottom:1px dotted #000 !important; /*used to overide above style*/	
	border-right:1px dotted #000 !important; /*used to overide above style*/
	}

/* --- Keyword Search --- */

#searchBox {
	margin:15px 0 5px 0;
	width:598px;
	display:block;
	}
	
#searchBoxWrap {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #B6B5B5;
	height:auto;
	padding:5px 0 15px 136px;
	margin-bottom:5px;
	}

#searchBox form {
	padding: 10px 0 0 0;
	margin:0;
	}

#searchBox input.field {
	width: 15em;
	margin:0 10px 10px 0;
	border-bottom: 1px solid #dfdede;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #c4c3c3;
	border-right: 1px solid #c4c3c3;
	}

#searchBox label {
	font-weight:700;
	display:block;
	margin:0 8px 4px 0;
	}
	

/*  -----  Pagination ---- */

.pagination {
	clear: both;
	display: block;
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	/*width:565px;*/
	margin-top:10px;
	border-top: 1px solid #ccc;
	}
	
.paginationBottom {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	}

.pagination img {
	margin-top: 2px;
	}

.paginationPageNo, .paginationPrev, .paginationNext {
	display: inline;
	}

.paginationPageNo span {
	font-size: 1.2em;
	}
	
.paginationPageNo a {
	padding: 0 3px;
	font-size: 1.2em;
	text-decoration: underline;
	}

.paginationPageNo a:hover {
	padding: 0 3px;
	font-size: 1.2em;
	text-decoration: none;
	}

.paginationPrev {
	margin-right: 5px;
	}

.paginationNext {
	margin-left: 5px;
	}

.paginationPrev a, .paginationNext a {
	font-size:1.2em;
	}

.paginationPrev img, .paginationNext img {
	position: relative;
	top: -1px;
	}

.searchListing {
	background: #fff;
	}



/* --- Forms --- */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

input, textarea {
	padding:1px 4px; /*this will play havoc with the box model -  please take 8px off every fixed width form*/
	}
	
select {
	height: 20px;
	}

option {
	padding: 0.1em 0.2em;
	}

input.field, input.fieldClearText {
	}
	
input.checkBox {
	border: none;
	}
	
input.button {
	font-weight: 700;
	border: none;
	padding: 3px;
	}
	
input.goButton {
	display:block;
	float: left;
	width: 31px;
	height: 20px;
	border:0 none;
	background: transparent url(/_images/btnGo.gif) no-repeat 0 0;
	cursor:pointer;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	padding: 0 0 4px 5px!important;
	font-weight: 700;
	font-size: 11px;
	}

#jobSearch input.field {
	float: left;
	border-color: #797979;	
	}
	
#jobSearch input.goButton {
	margin: 0;	
	}
	
input.goButton:hover { 
	background: transparent url(/_images/btnGo.gif) no-repeat -31px 2px;
	color: #fff;
	}
	
input.searchButton {
	display:block;
	width: 63px;
	height:20px;
	border:0 none;
	background: transparent url(/_images/btnSearch.gif) no-repeat 0 0px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
input.searchButton:hover {
	background: transparent url(/_images/btnSearch.gif) no-repeat -63px 0px;
	}
	
#searchBoxWrap input.searchButton{
	width: 64px;
	height:22px;
	background: transparent url(/_images/btnSearchOnGrey.gif) no-repeat 0 0px;
	}
	
#searchBoxWrap input.searchButton:hover{
	background-position:-64px 0px;
	}

input.sendEmailButton {
	display:block;
	width: 113px;
	height:28px;
	border:0 none;
	margin:0 10px 0 0px;
	background: transparent url(/_images/btnSendEmail.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float: left;
	}
	
input.sendEmailButton:hover {
	background: transparent url(/_images/btnSendEmail.gif) no-repeat -113px 1px;
	}
	
input.cancelButton, .cancelButton {
	display:block;
	width: 113px;
	height:28px;
	border:0 none;
	margin:0 10px 0 0px;
	background: transparent url(/_images/btnCancel.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float: left;
	}
.cancelButton a span { visibility:hidden;width: 113px;
	height:28px;display:block;}	

input.cancelButton:hover, .cancelButton:hover {
	background: transparent url(/_images/btnCancel.gif) no-repeat -113px 1px;
	}
	
input.commentButton {
	display: inline-block;
	width: 113px;
	height:28px;
	border:0 none;
	margin:0 0 0 85px;
	background: transparent url(/_images/btnPostComment.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
input.commentButton:hover {
	background: transparent url(/_images/btnPostComment.gif) no-repeat -113px 1px;
	}
	
input.loginButton {
	display:block;
	width: 58px !important;
	height:28px;
	border:0 none !important;
	margin-left:100px;
	background: transparent url(/_images/btnLogin.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.loginButton:hover {
	background: transparent url(/_images/btnLogin.gif) no-repeat -58px 1px;
	}
	
input.newEventButton {
	display:block;
	width: 205px !important;
	height:16px;
	border:0 none !important;
	margin:10px 0 0 134px;
	background: transparent url(/_images/btnRequestNewEvent.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.newEventButton:hover {
	background: transparent url(/_images/btnRequestNewEvent.gif) no-repeat -205px 1px;
	}
	
input.voteButton {
	display:block;
	width: 58px;
	height:28px;
	border:0 none !important;
	margin:5px 0pt 0pt;
	background: transparent url(/_images/btnVote.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.voteButton:hover {
	background: transparent url(/_images/btnVote.gif) no-repeat -58px 1px;
	}
	
input.resendButton {
	display:block;
	width: 240px !important;
	height:22px;
	border:0 none !important;
	margin:5px 0 0 152px;
	background: transparent url(/_images/btnResend.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.resendButton:hover {
	background: transparent url(/_images/btnResend.gif) no-repeat -240px 1px;
	}
	
input.continueButton {
	display:block;
	width: 73px !important;
	height:28px;
	border:0 none !important;
	margin-left:164px;
	background: transparent url(/_images/btnContinueLarge.gif) no-repeat 0 0px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
#frmBulletinSelect input.continueButton {
	margin-left:69px;
	}
	
input.continueButton:hover {
	background-position:-73px 0px;
	}
	
input.subscribeButton {
	display:block;
	width: 81px !important;
	height:21px;
	border:0 none !important;
	background: transparent url(/_images/btnSubscribeNews.gif) no-repeat 0 0px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:left !important;
	}
	
input.subscribeButton:hover {
	background: transparent url(/_images/btnSubscribeNews.gif) no-repeat -81px 0px;
	}
	
div.hideError {
	display: none;
	}
	
div.showError {
	display: block;
	color: #ff0000;
	margin-left:135px;
	}

.frmErrorHide {
	height: 1px;
	}

label {
	font-size: 1.2em;
	}

.frmRow {
	margin: 0 0 10px 0;
	clear: both;
	width:100%;
}
	
#frmBlueBoomerangSearch .frmRow {
	clear: none;
	float:left;
}
	
#frmBlueBoomerangSearch .frmRow label {
	padding-top:2px;
	padding-right:10px;
}
	
.frmRow label {
	float: left;
}

#frmSendToAFriend p.explanation {
	margin-bottom:10px;
}

#frmSendToAFriend .required {
	color:#ef4025;	
}

#frmSendToAFriend .frmRow input {
	float: right;
	margin-right:50px;
	margin-left:auto;
}



/* --- end forms ---*/



/* --- colunm/row id styles --- */

#mostReadBusNewsContainer {
	height:1%;
	}

/* --- tabbed Most read, emailed, discussed --- */

/* -- new tab styles -- */

/* tab */
.tabOneMostRead div.tabs {
	background: url(/_images/mostReadNav2.gif) top left no-repeat;
	display: block;
	width: 296px;
	height: 31px;
	}
	
/*.tabOneMostRead div.tabs span {
	visibility: hidden;
	}*/
	
.tabOneMostRead .tabs li {
	float:left;
	font-size: 1em;
	text-align: center;
	font-family: "tahoma";
	padding-top: 2px;
	}

tabOneMostRead .tabs li.tab1 {
	width:88px;
	}
	
.tabOneMostRead .tabs li.tab3 {
	width:88px;
	}
	
.tabOneMostRead .tabs li.tab2 {
	width:115px;
	}

.tabOneMostRead.blogsForumsTabs .tabs li a {
	display: block;
	height: 31px;
	color: #949393;
	font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size:1.8em;
	font-weight:700;
	line-height:1.8em;
	text-transform:capitalize;
	}

.blogsForumsTabs .tabs li a.active {
	color: #ed1c24;
	}

.tabOneMostRead.blogsForumsTabs .tabs li.tab1 a span{padding-left:5px;}

.tabOneMostRead.blogsForumsTabs .tabs li.tab2 a span{padding-left:23px;}	

.tabOneMostRead.newsTabs .tabs li a {
	display: block;
	width:98px;
	color: #ed1c24;
	font-weight: 700;
	line-height:1.0em;
	padding:2px 0 4px 0;
	}
	
.tabOneMostRead.newsTabs .tabs li a#tab1Link_tabs_296_02 {
	width:88px;
}

.tabOneMostRead.newsTabs .tabs li a#tab2Link_tabs_296_02 {	
	width:115px
	}
	
.tabOneMostRead.newsTabs .tabs li a#tab3Link_tabs_296_02 {
	width:88px
	}	
.tabOneMostRead .tabs li a:hover, .blogsForumsTabs .tabs li a:hover {
	text-decoration: none;
	color:#404040;
	}
	
.tabOneMostRead .tabs li a:active {
	background: transparent;
	}
	
/* content */	
.tabOneMostRead {
	width: 294px;
	}

.tabOneMostRead .mostTabbed li {
	color: #000;
	font-size:1.1em;
	font-weight:400;
	clear:both;
	float:left;
	padding-bottom:9px;
	background-position:0 2px;
	}

.tabOneMostRead .mostTabbed span{
	float:left;
	display:block;
	width:45px;
	margin-left:1px;
	color: #000;
	}
	
.tabOneMostRead .mostTabbed li a {
	font-weight: 700;
	font-size: 1.1em;
	color: #00558E!important;
	margin-left: 9px;
	float:left;
	display:block;
	width:209px;
	font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
	}

.mostTabbed {
	margin: 0 13px;	
	padding: 6px 0 8px 0 ;
	}

.dotUnderline {
	background: url(/_images/borderDotHoriz.gif) repeat-x 0 0;
	}
	
.tabOneMostRead .bkgGrey {
	width: 294px;
	padding:15px 0 20px 0;
	margin-bottom: 20px; 
}

.tabOneMostRead #discussed .mostDiscussed {
	padding:7px 0; 
	margin:0 10px 0 15px;
	border-top: 1px solid #DEDEDE;
} 

.tabOneMostRead #discussed .first {
	border-top:none!important
} 

.tabOneMostRead #discussed .mostDiscussed h3 {
	float:left}
}

.tabOneMostRead #discussed .mostDiscussed h3 a {
	font-weight: 700;
	font-size: 1em;
	color: #00558E!important;
	float: left;
	display: block;
	width: 209px;
	font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
} 

.tabOneMostRead #discussed .mostDiscussed .date  {
	width:50px;
	padding:0;
	margin:0 5px 15px 0;
	font-size:1.1em;
	float:left
}
/* - END - new tab styles -- */


/* --- module column classes --- */


/* ---- standard module styles --- */

.module{
	float:left;
	}

.noModuleBkgFixRight{
	padding: 0 0 0 7px;
	}

.noModuleBkg{
	background:none!important;
	}

.listModule h3.headline{
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	}

.listModule h3.headline a{
	background: url(/_images/bkgLIArticleList.gif) 0 6px no-repeat;
	padding:0 0 5px 10px;
	color:#00558E;
	display:block;
	/*border:1px solid #ff00ff;*/
	}

.listModule p{
	padding:0 0 0 10px;
	}

.module2col{
	height:1%;
	}

.moduleDivider .module2col{
	background-image: url(/_images/bkgDot_DEDEDE.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	}
.moduleDivider .module2col .leftCol {
	float:left;
	width:295px;
	margin:0 10px 0 0;
	}
.moduleDivider .module2col .rightCol{
	float:left;
	width:295px;
	margin:0 0 0 10px;
	}
.module2col .leftCol{
	float:left;
	width:297px;
	margin-right:16px;
	}
	
.module2col .rightCol{
	float:left;
	width:297px;
	}
/* news two columns styling */

.moduleDivider .storyContent {
	padding-bottom:15px;
}

ul.relatedLinks, ul.relatedLinksIcon{
	padding-top:0px;
	font-size:1.1em;
	}

ul.relatedLinks li, ul.relatedLinksIcon li{
	background: url(/_images/bkgLIArticleList.gif) 0 6px no-repeat;
	padding:0 0 10px 10px;
	color:#00558E;
	font-weight:700;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	}
	
ul.relatedLinksIcon li{padding:0 0 10px 20px;font-size:1.1em;}

ul.relatedLinks li a, ul.relatedLinksIcon li a{
	color:#00558E;
	}
	
ul.articleIcon {
	font-size:1.3em;
	margin-bottom: 14px;
	}
	
/*ul.articleIcon li {
	margin-top:10px;
	}*/
	
ul.articleIcon.relatedLinks li{background:none;}

ul.articleIcon li a {
	text-decoration:underline;
	}
	
ul.articleIcon li.icoVideo, ul.relatedLinksIcon li.icoVideo, .bkgIconVideo {
	background: url(/_images/iconVideo2.gif) 2px 3px no-repeat;
	padding-left:24px;
	}
	
ul.articleIcon li.icoSound, ul.relatedLinksIcon li.icoSound, .bkgIconSound {
	background: url(/_images/iconAudio2.gif) 1px 3px no-repeat;
	padding-left:24px;
	}
	
ul.articleIcon li.icoGallery, ul.relatedLinksIcon li.icoGallery, .bkgIconGalleries {
	background: url(/_images/iconCamera2.gif) 1px 3px no-repeat;
	padding-left:24px;
	/*height: 19px; - this breaks title height */
	}
	
ul.articleIcon li.icoNoAsset, ul.relatedLinksIcon li.icoNoAsset {
	padding-left:0!important;
	}
	
h3.headline {
	font-weight: 700;
	line-height:1.1em !important;
	font-size: 1.4em; /* was 1.5 to make 15px like design, but agreed with V it looks too big */
	color:#00558E;
	padding-bottom:4px;
	}
	
h3.headline a{
	color:#00558E;
	}
	
h3.archiveHeadline{
	margin:15px 0 10px 0;
	font-size: 1.2em;
	}
	
h3.archiveHeadline span{
	background:#616161;
	color:#fff;
	font-weight:700;
	padding:2px 3px;
	}

.module h4{
	margin-bottom: 0;
	}

.module a:hover {
	text-decoration: underline;
	}

/* --- latest News module --- */

.latestNews .storyContent, .featuresFull .storyContent {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	padding: 2px 0 4px 0;
	}

.latestNews .last .storyContent, .featuresFull .last, .story .last {
	background:none;
	}

.featuresFull{
	width:595px;
	}

#home .latestNewsNoHeader{
	margin-top:35px;
	}

.moduleDivider .thumbnailWithDropShadow {
	margin-top: 3px!important;
}

/* --- module titles --- */

.latestNewsHome h2 {
	height:auto!important;
	margin-bottom:3px;
	font-size:1.6em;
	}

.latestNewsHome h2 a {
	color: #999;
	text-transform: uppercase;
	display:inline;
	}

.latestNewsHome h2 a span {
	visibility:visible!important;
	}
	
.latestNews h2, .latestNews h2 a {
	width: 135px;
	}

.news h2 a {
	width:150px;
	}

.features h2 a {
	width: 151px;
	}
	
.peopleNews h2 a {
	width: 150px;
	}

.forums h2 a {
	width: 150px;
	}
	
.blogs h2 a {
	width: 135px;
	}

.businessNews h2 a {
	width: 135px;
	}

.latest h2 a {
	width: 135px;
	}

.comment h2 a {
	width: 135px;
	}
	
.opinion h2 a {
	width: 150px;
	}
	
.analysis h2 a {
	width: 135px;
	}
	
.otherEuropeNews h2 a {
	width: 150px;
	}
	
.caseStudies h2 a {
	width: 148px;
	}
	
.reviews h2 a {
	width: 150px;
	}
	
.europeFeatures h2 a {
	width: 166px;
	}
	
.otherVideos h2 a {
	width: 150px;
	}
	
.authorOtherDetails h2 {
	width: 224px;
	}
	
/* loads of importants, but conflicts with a couple of other areas of the sheet */	
.relatedArticles h2, .relatedLinks h2, .LatestNewsLinks h2, .contactDetails h2 {
	font-size:1.1em!important;
	color:#fff!important;
	text-transform:uppercase;
	padding:5px 7px!important;
	background: #616161!important;
	text-transform: uppercase!important;
	line-height: 1em!important;
	width: 126px!important;
	}
	
.relatedArticles h3, .relatedLinks h3, .LatestNewsLinks h3, .contactDetails h3 {
	font-size:1.3em;
	background: url(/_images/bkgLIArticleList.gif) 0 6px no-repeat;
	padding:0 0 7px 10px;
	line-height:1.1em;
	}
	
.relatedArticles h3 a, .relatedLinks h3 a, .LatestNewsLinks h3 a, .contactDetails h3 a {
	text-decoration: underline;
	}
	
.relatedArticles h3 a:hover, .relatedLinks h3 a:hover, .LatestNewsLinks h3 a:hover, .contactDetails h3 a:hover {
	text-decoration: none;
	}

.cols1ThirdNews h3{font-weight:normal;}

.LatestNewsLinks{width:144px;}
	
.contactDetails ul li {
	font-size: 1.2em;
	}

.contactDetails p {
	margin-bottom: 5px;
	}
	
.furtherNews h2 {
	width: 172px;
	}

/* --- forums and blogs --- */

.blogs h5, .forums h5 {
	color: #999;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0pt 10px;
	clear: both;
	}

.forums h3{
	font-size:1.3em;
	}

.blogs .last, .forums .last{
	background:none!important;
	}

.blogPost, .forumPost {
	padding-bottom: 3px;
	margin-bottom: 2px;
	}

.forumPost p.commentsBubble {
	background: url(/_images/blogsCommentsBubble.gif) no-repeat 0 3px;
	text-align: center;
	/*width: 32px;*/
	color: #888888;
	float: left;
	margin-top:0;
	/*margin: 7px 0px 0 17px;
	padding-top:0.1em;*/
	padding:0 0 10px 23px;
	font-size: 1.1em;
	line-height:1.25;
	}
	
.forumPost .headline {
	float: left;
	width: 210px;
	}

.blogPost img {
	float: left;
	margin-right: 10px;
	padding-top:7px;
	}

/* --- NEW forums and blogs tabbed box --- */

/* -- new tab styles -- */

/* tab */
#forumsBlogs  {
	margin-top: 20px;
	}

#forumsBlogs .tabOneMostRead div.tabs {
	background: url(/_images/BlogsTab.gif) top left no-repeat;
	display: block;
	width: 610px;
	height: 30px;
	}
	
/*#forumsBlogs .tabOneMostRead div.tabs span {
	visibility: hidden;
	}*/
	
#forumsBlogs .tabOneMostRead .tabs li {
	float:left;
	width:116px;
	padding-top: 0!important;
	}

#forumsBlogs .tabOneMostRead .tabs li.tab3 {
	width:116px;
	}

#forumsBlogs .tabOneMostRead .tabs li a {
	display: block;
	width:116px;
	height: 30px;
	}
	
#forumsBlogs .tabOneMostRead .tabs li a:hover {
	text-decoration: none;
	}
	
/* content */	
#forumsBlogs .tabOneMostRead {
	width: 610px;
	}

#forumsBlogs .tabOneMostRead .mostTabbed li {
	color: #888;
	font-size:1.1em;
	font-weight:400;
	clear:both;
	float:left;
	padding-bottom:6px;
	background-position:0 2px;
	}

#forumsBlogs .tabOneMostRead .mostTabbed span{
	float:left;
	display:block;
	width:70px;
	}
	
#forumsBlogs .tabOneMostRead .mostTabbed li a {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
	margin-left: 11px;
	float:left;
	display:block;
	width:179px;
	}

#forumsBlogs .mostTabbed {
	margin: 0 10px;	
	padding: 10px 0 ;
	}
#forumsBlogs .postContent {
	margin:5px 0 0 0;
}
#forumsBlogs .dotUnderline {
	border-bottom: 1px solid #dedede;
	background: none!important;
	}

#forumsBlogs h4.byline {
	margin: 0;
	padding-bottom: 5px!important;
	}

#forumsBlogs h4.byline a {
	color: #ed1c24;
	}

#forumsBlogs .blogPost h3, #forumsBlogs .forumPost h3 {
	font-size: 1.3em;
	}
	
#forumsBlogs .blogPost h3 a, #forumsBlogs .forumPost h3 a {
	padding: 5px 0 5px 0px!important;
	background: none!important;
	color: #00558E;
	}
	
#forumsBlogs .module h3, #forumsBlogs h3.headline, #forumsBlogs h1.headline {
	padding-left: 0!important;
	background: none!important;
	}

#forumsBlogs .cols2Left {
	margin-left:15px;
	padding-top:15px;
	width:275px;
	float:left;	
	display:inline	
}

#forumsBlogs .cols2Right {	
	padding-top:15px;
	width:290px;
	float:left	
}

#forumsBlogs .cols2Left div.latestPosts, #forumsBlogs .cols2Right div.latestPosts {	
	padding:10px 0;
	border-bottom: 1px solid #DEDEDE;	
}

#forumsBlogs p.date, #forumsBlogs p.author {
	width:50%;
	display:inline;
	font-size:1.1em;
	color:#999
}

.bgForumsBlogs img {
	float:left;
	margin:0 10px 0 0;
	width:50px;
	height:50px;
}

#forumsBlogs .bgForumsBlogs {
	background: #eff2f3;
	border: 1px solid #d7d9d9;
	border-top: none;
	margin-bottom: 20px;
	width: 609px;;
	}

#forumsBlogs .bgForumsBlogs .shadowButtonType4{
	margin:5px 0 5px 5px;
	}

.fbLeftCol, .fbRightCol {
	float: left;
	width: 295px;
	/*margin-left: 15px;*/
	margin-top: 13px;
	}


.bgForumsBlogs h2{
	font-size: 1.2em!important;
	color:#000!important;
	line-height:1em!important;
	padding-bottom:6px!important;
	margin:0 15px 3px 15px!important;
	background: none!important;
	padding-top:15px;
	border-bottom: 1px solid #dedede;
	}
	
h2.fbSingleCol{
	padding:13px 0 6px 0!important;
	width:578px;
	}
	
.fbLeftCol .post, .fbRightCol .post{
	margin-left:15px;
	}

#forumsBlogs .blogPost, #forumsBlogs .forumPost {
	background: none!important;
	border-bottom: 1px solid #dedede;
	}
	
#forumsBlogs .last {
	background: none!important;
	border-bottom: none!important;
	}

#forumsBlogs .blogPost h3.headline, #forumsBlogs .forumPost h3.headline{padding-bottom:3px;}

#forumsBlogs .blogPost p.commentsBubble {
	background: url(/_images/blogsCommentsBubble.gif) no-repeat 0 2px;
	text-align: center;
	color: #888;
	float: left;
	padding:0 0 10px 23px;
	margin-top: 0!important;
	font-size: 1.1em;
	line-height:1.25;
	}

.mostReadUnderline {
	border-top: 1px solid #dedede;
	}


/* --- FeatureCommentContainer - opinionAnalysisContainer --- */

#opinionAnalysisContainer, #featureCommentContainer {
	float: left;
	}
	
/* --- vital stats --- */

.vitalstats h3 {
	font-size: 1.6em;
	margin-bottom:5px;
	}

.vitalstats img {
	float: right;
	}

.vitalstatsText {
	width: 290px;
	float: left;
	padding-right: 5px;
	line-height:16px;
	}

/* --- text ads  --- */

#textAds {
	background: url(/_images/adBoxBg.gif) right 6px no-repeat #f6f6f6;
	border: 1px solid #d9d9d9;
	margin: 20px;
	padding: 10px 10px 0 10px;
	}

.adsLeft {
	width: 470px;
	float: left;
	}
	
.adsRight {
	width: 428px;
	float: left;
	}

#textAds dt {
	padding-right: 10px;
	margin-bottom: 1px;
	clear: both;
	}

#textAds dt a {
	font-weight: 700;
	color: #c9252b;
	font-size: 1.1em;
	clear: both;
	}
	
#textAds dd {
	margin-bottom: 12px;
	font-size: 1.1em;
	float: left;
	clear: both;
	}

/* --- MPU Ads --- */

.adMPU{
	margin-bottom:15px;
	}

/* --- further links (this needs to be FULL width on tha page, way outside content etc) --- */

#furtherLinks h3 a {
	background: url(/_images/btnFurtherLinks.gif) 0 0 no-repeat #f8f6f7;
	font-size: 1.3em;
	padding-left: 16px;
	display: block;
	color: #999!important;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	}

#furtherLinks {
	background: #f8f6f7;
	margin: 10px 20px;
	padding: 10px 10px 0 10px;
	}
	
#furtherLinks .title {
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
	}

#furtherLinks ul {
	width: 192px;
	margin-right: 36px;
	float: left;
	margin-bottom: 26px;
	}
	
#furtherLinks ul.last {
	margin-right: 0px!important;
	}

#furtherLinks li {
	margin-bottom: 10px;
	}

#furtherLinks li a {
	font-weight: 700;
	color: #c9252b!important;
	font-size: 1.1em!important;
	}
	
/* --- Footer Elements --- */

#footer {
	clear: both;
	width: 960px;
	background: #fff;
	padding: 20px 0 5px 0;
	margin-bottom: 5px;
	}
	
.bannerHeaderContainer{
	position:absolute; top:31px; left:0;
}

.bannerHeader {
	position:relative;
	margin:auto auto;
	width:728px;
	float:left;
	}

.imageContainerOuter {height: 90px; overflow: hidden; position: relative; }
.imageContainerOuter[class] {display: table; position: static;}

.imageContainerMiddle{position: absolute; top: 50%; } /* for explorer only*/
.imageContainerMiddle[class] {display: table-cell; vertical-align: middle; position: static; left:50%;}

.imageContainerInner {position: relative; top: -50%;  float:left; width:728px;}  /* for explorer only */
.imageContainerInner[class] {position: static; left: -50%;} 
	
.bannerHeader img {
	display:block;
	margin:auto;
	}

/*.bannerHeader iframe, .bannerHeader object, .bannerHeader embed{
	display:block;
	margin:auto;
	vertical-align:middle;
}*/ /*the above code causes alignment issues*/ 

.bannerFooter {
	position: relative;
	z-index: 20;
	width:728px;
	height:90px;	
	margin:0 auto;
	}
	
.googleAdsContainer {
	background: #fafafa; 
	border: 1px solid #d9d9d9; 
	padding: 5px 0 9px 10px; 
	width: 726px; 
	margin: 10px auto 20px auto;
	}
	
#maincol .googleAdsContainer {
	width: 430px!important; 
	margin: 10px 0 0 0; 
	padding: 5px 0 0px 10px; 
	}
	
.googleAdsContainer h3 {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 8px;
	}
	
.googleAd {
	width: 168px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	}
	
#maincol .googleAd {
	width: 400px;
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
	overflow: hidden;
	}
	
.googleAdTitle {
	color: #00558E;
	font-weight: 700;
	font-size: 1.2em;
	}
	
.googleAdContent {
	color: #000;
	font-size: 1.2em;
	}

.googleAdContent a{
	padding:1px 0;
	}
	
.googleAdUrl {
	font-size: 1.2em;
	text-decoration:underline;
	}
	
/* top nav/links positioned from the footer */
	
div#minorNavPosition {
	position: absolute;
	top: 130px;
	right: 0;
	z-index: 40;
	}

div#topNav ul li {
	padding:0 10px;
	line-height:1.1em;
	background:#fff url(/_images/pipe1.gif) no-repeat right 5px;
	font-size:1.2em;
	font-family: tahoma;
	}
div#topNav ul li.last {
	background:none;
	}
div#topNav ul li#RSS a{
	padding-right:40px;
	background:url(/_images/iconRSS.gif) right 2px no-repeat;
	}

div#topNav ul li a{
	color:#636363;
	}
	
div#topNav ul li a:hover {
	text-decoration: underline;
	color:#000;
	}
	
/* Login & register nav/links positioned from the footer*/
				
ul#loginRegisterNav {
	z-index: 40;
	text-align:right;
	width: auto;
	}
	
ul#loginRegisterNav li {
	padding:0 10px;
	line-height:1.3em;
	text-transform: capitalize;
	background:#fff url(/_images/pipe1.gif) no-repeat right 3px;
	}
	
ul#loginRegisterNav .last {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
	}
	
ul#loginRegisterNav li a {
	color:#636363!important;
	font-size: 1.2em;
	}

/* other footer elements */

.mpu {
	border-left:1px solid #fff;
	margin-left:190px;
	text-align:center;
	}

.footerContainer {
	color:#7f7f7f;
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size:1.1em;
	margin-bottom:20px;
	border-top:1px solid #e2e6e6;
	padding-top: 5px;
	}

.footerContainer .sisterSites {
	margin-top: 4px;
	}

.footerContainer .footerNav ul, .sisterSites ul {
	padding:  0 20px;
	}

.footerContainer .footerNav ul li, .sisterSites ul li {
	margin-right:5px;
	float: left;
	display: inline;
	border-right:1px solid #7f7f7f;
	padding:0 5px 0 4px;
	line-height:1.1em;
	
	}
	
.footerNav{background:#f2f2f2;padding:8px 0;}	

.footerContainer .footerNav ul li{border-right:1px solid #000;}
	
.footerContainer .footerNav ul li a{color:#000;text-decoration:underline;}	

.sisterSites ul li{display:block;width:100%; border:none!important;margin-bottom:10px;}

.sisterSites ul li span{font-weight:bold; text-transform:capitalize;}

.sisterSites ul li a{text-decoration:underline;color: #7f7f7f;}

.sisterSites ul{margin:2px 0;}

.sisterSites h5{font-size:1.1em;padding:10px 0 10px 24px;}

.footerContainer .footerNav ul li.last, .sisterSites ul li.last{
	border-right:none;
	}

.footerHaymarket {
	float: left;
	padding-left: 24px;
	margin:10px 0;
	width: 300px;
	}
	
.footerHaymarket p {
	margin-left: 6px;
	font-size: 1em;
	line-height: 18px;
	}

.awardsFooter {
	float: right;
	padding-bottom: 5px;
}

/* -- Google Juice --*/
#googleJuiceWrapper{
	padding:8px 10px 5px 10px;
	border:1px solid #dedede;
	margin-bottom:20px;
	height:1%;
	}

ul.googleJuice{
	float:left;
	width:180px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight:700;
	font-size:1.1em;
	margin:0 0 5px 24px;
	}

ul.googleJuice.column{
	margin-left:0;
	}
	
ul.googleJuice li{
	clear:both;
	margin-bottom:7px;
	}

ul.googleJuice li h3{
	color:#000;
	font-size:1.1em;
	text-decoration:none;
	float:left;
	margin-bottom:5px;
	}
	
ul.googleJuice li h3 a{
	color:#000;
	}


ul.googleJuice li a.rss{
	float:right;
	}
	
ul.googleJuice li a{
	color:#00558E;
	text-decoration:none;
	}

/* -- tabbed news -- */

.tabOneCommunity div.tabs { background-image: url(/_images/bkgTabOneDisciple.gif); }

.tabOneCommunity ul, .tab2Cols ul {
	width: 100%;
	}

.tabOneCommunity ul li {
	float: left;
	}
	
.tabOneCommunity ul li a {
	display: block;
	padding: 5px 6px;
	text-transform: uppercase;
	}
	
.tab2Cols ul li {
	float: left;
	}
	
.tab2Cols ul li a {
	display: block;
	padding: 5px 46px;
	text-transform: uppercase;
	}
	
.tab1 a, .tab2 a, .tab3 a {
	color: #000;
	font-size: 1.1em;
	}
	
.tabs .on, .tabsR .on {
	background-color: #d4eaf3;
	}

.tabbedNav {
	background-color: #d4eaf3;
	padding: 5px;
	}
	
.tabbedNewsHolder {
	padding: 0 0px 0 8px;
	}

.tabbedNewsHolder h4 {
	color: #6fa1b4!important;
	border-bottom: 1px solid #baced5;
	padding: 0 0 4px 0;
	margin-bottom: 6px;
	}
	
.tabbedNewsHolder h4 a {
	color: #6fa1b4!important;
	}

#tabsContent_01, #tabsContentR_01 {
	clear: both;
	}

/* -- more news list -- */

.moreNewsList {
	padding-top: 12px;
	}

.moreNewsList h3, tabbedNewsHolder h3 {
	padding: 0 0 3px 0;
	font-size: 1.2em;
	color: #08678c!important;
	font-weight: 700;
	margin-top: 3px;
	}
	
.moreNewsList h3 a, .tabbedNewsHolder h3 a {
	padding: 0 0 3px 0;
	color: #08678c!important;
	}

.moreNewsList h4 {
	padding: 0 0 5px 0;
	}

.moreNewsList p {
	border-bottom: 1px solid #ccc;
	padding: 0 0 4px 0;
	margin-bottom: 6px;
	}

.moreNewsList a.allNews {
	font-size: 1.2em;
	color: #08678c!important;
	float: right;
	clear: both;
	text-decoration: underline;
	}
	
.moreNewsList a.allNews:hover {
	text-decoration: none;
	}
	
.moreNewsList img {
	margin-top: 3px;
	border: none;
	}
	
.poweredBy {
	clear:left;
	}
	
.poweredBy dl dt {
	padding:14px 3px 0 0;
	float:left;
	}
	
.poweredBy dl dd {
	float:left;
	}

/* --- promo activity --- */

#xColAds {
	width: 120px;
	float: left;
	border: 1px solid #969696;
	padding: 21px 12px 10px 12px;
	margin-bottom: 15px;
}

#xColAds2 {
	margin-bottom: 15px;
}

.noPromosCol{
	width:154px;
	float:left;
	padding:0;
	margin:0;
}

.smallPromoContainer {
	float: left; 
	margin-right: 10px;
	margin-bottom: 5px;
}

.xColPromoSmall, .articlePromoSmall {
	width: 144px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	}

.xColPromoSmall{
	background: url(/_images/bkgH2VerticalDash.gif) left bottom repeat-x;
	}

.articlePromoSmall {
	border-bottom:1px solid #000;
	}
	
.xColPromoSmall h3, .articlePromoSmall h3 {
	font-size: 1.3em!important;
	font-weight: 700;
	}

.xColPromoSmall h3{
	padding: 7px 9px 9px 9px;
	color: #fff!important;
	background: #00558E;
	}

.xColPromoSmall h3 a {
	color: #fff!important;
	}
.articlePromoSmall h3, .articlePromoSmall p{
	padding:0 4px 4px 4px;
	}
	
.articlePromoSmall h3 a{
	color: #2580c6!important;
	}

.promoType1{
	width:297px;
	}
.promoType2{
	background:transparent url(/_images/bkgH2VerticalDash.gif) repeat-x scroll left top;
	width:297px;
	padding:10px 0 0 0;
	}
	
.promoType2 img {
	margin:0px 2px 10px 10px;
	}
		
.promoType2 .promoImage {
	float:right;
	margin:5px 0 5px 10px;
	}
	
.promoType2 p {
	padding-right: 10px;
	line-height:16px;
	}

.promoType2 .promoImage img{
	margin:0;
	}

.promoType2Footer{
	background:transparent url(/_images/bkgH2VerticalDash.gif) repeat-x scroll left bottom;
	height:6px;
	padding-top:10px;
	margin-bottom:10px;
	}

.promoType2 h3{
	font-size:1.3em;
	font-weight:700;
	}

.promoType2 h3 a{
	color:#00558E;
	display:block;
	}

.xColPromoSmall p {padding:5px 0; display:block;}
.xColPromoSmall img {display:block;}
/* --- more links --- */

.moreLink {
	background: url(/_images/moreBkgTall.gif) 0 0 repeat-x;
	height: 19px;
	margin: 15px 15px 0 0;
	padding-top: 4px;
	}
	
.moreLink a {
	display: block;
	height: 16px;
	}

.features .moreLink {
	background: url(/_images/moreBkgShort.gif) 0 8px repeat-x;
	height: 19px;
	margin: 15px 15px 0 0;
	padding-top: 4px;
	}
	
.features .moreLink a {
	background: url(/_images/btnMoreFeatures.gif) 0 0 no-repeat;
	width: 123px;
	margin: 0 auto;
	}

.peopleNews .moreLink {
	padding-right:5px;
	}
	
.peopleNews .moreLink a {
	background: url(/_images/btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 auto;
	text-align:center;
	}

.forums .moreLink {
	float:left;
	width:280px;
	margin:0 0 0 15px;
	display:inline;
	padding-right:5px;
	}
	
.forums .moreLink a {
	background: url(/_images/btnMoreForums.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.analysis .moreLink {
	float:left;
	width:280px;
	margin:0 0 0 15px;
	display:inline;
	padding-right:5px;
	}
	
.analysis .moreLink a {
	background: url(/_images/btnMoreAnalysis.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.caseStudies .moreLink {
	float:left;
	margin:0 15px 0 0;
	display:inline;
	width:290px;
	padding-right:5px;
	}
	
.caseStudies .moreLink a {
	background: url(/_images/btnMoreCaseStudies.gif) 0 0 no-repeat;
	width: 143px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.review .moreLink {
	float:left;
	width:280px;
	margin:0 0 0 15px;
	display:inline;
	padding-right:5px;
	}
	
.review .moreLink a {
	background: url(/_images/btnMoreReview.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.opinion .moreLink {
	float:left;
	margin:0 15px 0 0;
	display:inline;
	width:290px;
	padding-right:5px;
	}
	
.opinion .moreLink a {
	background: url(/_images/btnMoreOpinions.gif) 0 0 no-repeat;
	width: 139px;
	margin: 0 0 0 10px;
	float:right;
	}

.blogs .moreLink {
	float:left;
	margin:0 15px 0 0;
	display:inline;
	width:290px;
	padding-right:5px;
	}

.blogs .moreLink a {
	background: url(/_images/btnMoreBlogs.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 30px;
	float:right;
	}
	
.businessNews .moreLink {
	padding-right:5px;
	}
	
.businessNews .moreLink a {
	background: url(/_images/btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 0 0 5px;
	float:right;
	}
	
.latestNewsHome .moreLink {
	padding-right:5px;
	margin:0 15px 0 15px;
	}
	
.latestNewsHome .moreLink a {
	background: url(/_images/btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 auto;
	text-align:center;
	}
	
a.moreJobs  {
	background: url(/_images/btnSearchMoreJobs.gif) 0 0 no-repeat;
	width: 136px;
	margin: 0 0 4px 0;
	text-align:center;
	}
	
a.nowHiring  {
	background: url(/_images/btnNowHiring.gif) 0 0 no-repeat;
	width: 165px;
	text-align:center;
	}
	
.features .moreLink a:hover {background: url(/_images/btnMoreFeatures.gif) -123px 0 no-repeat;}
.peopleNews .moreLink a:hover, .businessNews .moreLink a:hover, .latestNewsHome .moreLink a:hover {background: url(/_images/btnMore.gif) -56px 0 no-repeat; text-decoration: none;}
.forums .moreLink a:hover {background: url(/_images/btnMoreForums.gif) -109px 0 no-repeat;}
.blogs .moreLink a:hover {background: url(/_images/btnMoreBlogs.gif) -109px 0 no-repeat;}
.analysis .moreLink a:hover {background: url(/_images/btnMoreAnalysis.gif) -109px 0 no-repeat;}
.caseStudies .moreLink a:hover {background: url(/_images/btnMoreCaseStudies.gif) -143px 0 no-repeat;}
.review .moreLink a:hover {background: url(/_images/btnMoreReview.gif) -109px 0 no-repeat;}
.opinion .moreLink a:hover {background: url(/_images/btnMoreOpinions.gif) -139px 0 no-repeat;}
.moreLink a:hover {text-decoration: none;}
a:hover.moreJobs {background: url(/_images/btnSearchMoreJobs.gif) -136px 0 no-repeat;}
a:hover.nowHiring {background: url(/_images/btnNowHiring.gif) -165px 0 no-repeat;}
.latestIssueButton a:hover {color: #fff!important;}

/* --- frmSearchJobs --- */

.jobsHeader {
	border: 1px solid #b6b5b5!important;
	background: #fff!important;
	padding:8px 0 8px 8px!important;
	}
	
.jobsHeader h2 {
	float: left;
	}

#frmSearchJobs {
	float: left;
	}

#frmSearchJobs .field {
	border: 1px solid #7a7a7a;
	width: 140px;
	margin-right:5px;
	margin-left: 20px;
	}

#frmSearchJobs .button {
	margin-left: 128px;
	}
	
#jobSearch {
	float: left;
	margin-left:38px;
	}

#jobsOfTheWeek {
	clear: both;
	}
	
#jobsOfTheWeek h2 {
	color: #c9252b;
	margin: 0 0 6px 0;
	}

#jobsOfTheWeek ul li {
	font-size:1.1em;
	}

#jobsOfTheWeek ul li.jobDetail{
	margin:4px 0 5px 0;
	}
	
#jobsOfTheWeek ul li a {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
	color: #00558E;
	}
	
#jobsOfTheWeek h2 span {
	margin: 0 0 0 124px;
	}

#jobsButtons {
	background: #fff;
	padding: 10px 0 6px 8px;
	height:auto;
	border: 1px solid #b6b5b5;
	border-top: none;
	margin-bottom: 15px;
	}

/* -- news by email -- */


.xColBoxHeader h2.newsByEmail {
	background: url(/_images/bkgH2NewsByEmail.gif) 0 0 no-repeat;
	padding-bottom:5px;
	}
	
div.bulletin a,
div.subscribe a {
	margin-top: 2px;
	font-weight:400;
	text-decoration:underline;
	}
	
div.bulletin a:hover {
	color:#EE1C24;
	text-decoration:none;
	}

div.bulletin p{
	font-weight:700;
	margin-bottom:7px;
}
	
/* --- xcol info boxes --- */

#xcol {
	margin: 15px 20px 0 0;
	}

.xColBoxHeader {
	padding: 7px 0 0 8px;
	background: #F2F2F2;
	border: 1px solid #b6b5b5;
	border-bottom: none;
	}
	
.xColBoxHeader h2 {
	display: block;
	height: 17px;
	line-height:0.1em;
	font-size:0.1em;
	}
	.xColBoxHeader h2.jobs {
		height: 17px;
	}
.xColBoxHeader h2.jobs a {
	display: block;
	width: 39px;
	height: 17px;
	}
	
.xColBoxHeader h2.poll {
	background: url(/_images/bkgH2Poll.gif) 0 0 no-repeat;
	display: block;
	width: 33px;
	height: 16px;
	}

.xColBoxHeader h2.directory a {
	background: url(/_images/bkgH2Directory.gif) 0 0 no-repeat;
	display: block;
	width: 74px;
	height: 17px;
	}
	
.xColBoxHeader h2 span {visibility:hidden;}
.xColBoxHeader h2.jobs {background: url(/_images/bkgH2Jobs.gif) 0 0 no-repeat;}
.xColBoxHeader h2.jobs a:hover {text-decoration: none;}
.xColBoxHeader h2.directory a:hover {text-decoration: none;}

.xColBoxContent {
	padding: 5px 9px 6px 9px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	border: 1px solid #b6b5b5;
	border-top: none;
	}
	
.jobsBoxContent {
	margin-bottom: 0px;
	}

/* --- Xcol promos --- */

#xcol .promo1, #xcol .promo2, .cols3xcol .promo1, .cols3xcol .promo2 {
	margin-bottom: 15px;
	margin-right:0;
	border: 0 none;
	background: #e2e2e2;
	}
	
#xcol .promo1 h3 a, #xcol .promo2 h3 a, .cols3xcol .promo1 h3 a, .cols3xcol .promo2 h3 a  {
	background:transparent url(/_images/arrowPromo_xcol.gif) no-repeat scroll 0pt 2px;
	color:#000;
	}
	
#xcol .promo1 p, #xcol .promo2 p, .cols3xcol .promo1 p, .cols3xcol .promo2 p {
	color:#000;
	}
	
/* --- Xcol poll --- */

#frmPoll {
	margin: 0;
	padding-top: 7px;
	}
	
#frmPoll p {
	font-weight: 700;
	margin: 0 0 10px 0;
	padding-top: 0;
	}
	
.xColPoll h3 {
	margin-bottom: 4px;
	font-size: 1.2em;
	}
	
.xColPoll p {
	margin-bottom: 4px;
	font-weight: 700;
	}
	
.xColPoll a {
	font-weight: 700;
	font-size:1.1em;
	}
	
.xColPoll .formRow input {
	margin-top: 2px;
	float: left;
	}

.voteButton {
	clear: both;
	}

.xColPoll .formRow label{
	margin-bottom: 6px;
	float: left;
	width: 250px;
	}

.xColPoll .formRow {
	clear: both;
	margin-bottom: 4px;
	}


/* --- xcol directory seach BB --- */

#frmBlueBoomerangSearch input#frmBlueBoomerangSearch_sSearch {
	width: 205px;
	border:1px solid #7A7A7A;
	float:left;
	margin-right:5px;
	}
		
#frmBlueBoomerangSearch .frmRow {
	margin: 5px 0!important;
	}
	
#frmBlueBoomerangSearch .frmRow .radio {
	/*width: 13px;*/
	float: left;
	border:0 none;
	margin-left:0;
	}
	
#frmBlueBoomerangSearch img {
	clear: both;
	margin-top:5px;
	}

/* --- latest Issue --- */

#latestIssue {
	background: #f2f2f2;
	border: solid 1px #bab9b9;
	padding-top: 12px;
	margin-bottom: 15px;
	zoom: 1;
	}

#latestIssue .shadowButtonType4{
	margin:0 0 5px 5px;
	}
	
#latestIssue h3 {
	display: block;
	height: 20px;
	width: 131px;
	background: url(/_images/bkgH2LatestIssue.gif) 0 0 no-repeat;
	}
	
#latestIssue h3 span {
	display:none;
	}
	
#latestIssue h3 a:hover, .latestIssueImage a:hover {
	text-decoration: none;
	}
	
#latestIssue h4{
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	color:#000;
	margin-bottom:5px;
	padding-top:15px;
	}
	
h2.results{
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	color:#00558E;
	}
		
#latestIssue ul {
	font-size: 1.2em;
	margin-left:150px;
	}
	
#latestIssue .latestIssueImage {
	padding: 3px 10px 0 10px;
	width: 90px;
	float:left;
	}
	
#latestIssue .latestIssueImage img {
	border: 1px solid #bcbcbc;
	}

#latestIssue .latestIssueContent {
	color: #000;
	padding: 0 10px 0 10px;
	width: 160px;
	float:left;
	}
	
#latestIssue .latestIssueContent ul, #latestIssue .latestIssueContent ul li {
	margin:0;
	padding:2px 0;
	text-align:left;
	}
	
#latestIssue .latestIssueButton {
	margin: 0 0 5px 126px!important;
	}
	
.latestIssueSubscribe {
	margin:10px 0 0 109px;
}
	
/* --- Button Ads --- */
#buttonAdsContainer {
	border:1px solid #D9D9D9;
	padding: 10px 10px 0;
	text-align:center;
	margin-bottom:15px;
	}
	
#buttonAdsContainer h4 {
	margin-bottom:10px;
	}
	
#buttonAdsContainer h4{
	margin-bottom:10px;
	}

#buttonAds {	
	text-align:center;
	}

#buttonAds div { 
	display:inline;
	}
	
#buttonAds div img, #buttonAds div object {
	margin: 0 7px 0 7px;
	margin-bottom:12px;
	}
	
/* --- This Issue --- */

#thisIssue {
	padding-left:15px;
	}
	
#thisIssue h1 {
	clear: both;
	margin-left: 0;
	margin-bottom: 25px;
	}

.thisIssueImg {
	clear: both;
	float: left;
	}
	
.thisIssueIntro {
	float: left;
	margin-left: 20px;
	}

.thisIssueSubscribe, .thisIssueSubscribe img {
	clear: both!important;
	margin-top: 20px;
	}
	
.thisIssueSubscribe a {
	width: 174px;
	background: url(/_images/btnThisIssueSubscribe.gif) 0 0 no-repeat;
	display: block;
	height: 27px;
	}
	
.thisIssueSubscribe a:hover {
	background: url(/_images/btnThisIssueSubscribe.gif) -174px 0 no-repeat;
	text-decoration: none;
	}
	
.thisIssueLeading {
	background: url(/_images/borderDotHoriz.gif) repeat-x top left;
	padding-top: 14px;
	}
	
.thisIssueLeading h2 a {
	color: #999;
	}
	
.thisIssueLeading h2 a:hover {
	color: #605e5e;
	text-decoration: none;
	}

#previousIssues {
	margin: 45px 0 0 14px;
	}
	
#previousIssues h2 {
	color: #999;
	}
	
#previousIssues a {
	font-size: 1.1em;
	}

/* ---  email a friend --- */

#emailThisArticle {
	margin: 10px 0 0 0px;
	border: 1px solid #d7d9d9;
	background: #eff2f3;
	width: 414px;
	padding: 10px;
	}
	
#emailThisArticle h3{
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	}
	
#emailThisArticle label {
	font-weight: normal;
	float: left;
	font-weight: 700;
	}

#emailThisArticle{
	height:1%;
	}

#emailThisArticle .field {
	width: 200px!important;
	float: left;
	border: 1px solid #616161;
	}

#emailThisArticle .frmRow{
	clear:both;
	float:left;
	}

	
.errorWidth {
	width: 200px;
	}
	
/* --- Poll Results --- */

.pollSeeResults{
	background:transparent url(/_images/btnSeeResults.gif) no-repeat top left;
	margin:8px 0 4px 0;
	text-align:center;
	width:100px;
	display:block;
	height:16px;
	}
.pollSeeResults:hover{ background-position: top right;}

.pollSeeResults span{display:none;}

.pollResults {
	padding:0 20px 0 0;
	}
	
.pollResults .pollResultsWrap {
	margin-left:0px;
	}
	
.pollResults h3 {
	color:#00558E;
	}
	
.pollResults p {
	margin-bottom:1em;
	}
	
.pollResults ul.relatedLinks li span{
	font-weight:normal;
	color:#888888;
	} 

.pollResults .pollResultsChart {
	border: solid 1px #d7d9d8;
	margin:10px 0 30px 0;
	padding-bottom:10px;
	min-height:263px;
	}
	
.pollResults .pollResultsPrevious {
	width:98%;
	}
	
.pollResults .pollResultsPrevious a {
	display:inline;
	}
	
/*.pollResults .pollResultsPrevious span {
	color:#7F7F7F;
	font-size:1em;
	}
	*/
	
.pollResults p.totalVotes {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:5px;
	}

/* --- NEW HRTV page --- */

#tvMainContainer {
	width:929px;
	margin:0 auto;
	}

#tvTopContainer {
	width:927px;
	height:31px;
	}

#tvTopNavigation {
	width:650px;
	height:31px;
	float:left;
	background:url(../../_images/tv/bkgTop.gif) repeat-x;
	}

#tvTopLeftCorner {
	width:11px;
	height:30px;
	background:url(../../_images/tv/bkgTopCornerLeft.gif) left top no-repeat;
	float:left;
	}

#tvTopNavItems {
	width:623px;
	float:left;
	}

#tvTopNavItems ul {
	font-size:1.3em;
	padding:8px 0 0 15px;
	font-weight:bold;
	list-style:none;
	}

#tvTopNavItems ul li {
	display:inline;
	}

#tvTopNavItems ul li a {
	color:#00558E;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration:none;
	padding: 0 20px;
	border-right:1px solid #ccc;
	}

#tvTopNavItems ul li a:hover {
	color:#404040;
	text-decoration:none;
	padding: 0 20px;
	}

#tvTopNavItems ul li.selected a {
	color:#404040!important;
	text-decoration:none;
	padding: 0 20px;
	}

#tvTopNavItems ul li.last a{
	border-right:none;
	}

#tvTopNavItems ul li.last a:link {
	color:#00558E;
	text-decoration:none;
	padding: 0 20px;
	border-right:none;
	}

#tvTopNavItems ul li.last a:hover {
	color:#404040;
	text-decoration:none;
	padding: 0 20px;
	border-right:none;
	}

#tvTopRightCorner {
	width:16px;
	height:30px;
	background:url(../../_images/tv/bkgTopCornerRight.gif) right top no-repeat;
	float:left;
	}

#tvTopSponsor {
	width:277px;
	float:left;
	text-align:right;
	}

#tvPlayerContainer {
	width:909px;
	height:485px;
	border:1px solid #b2b2b2;
	background:#e1e1e1 url(../../_images/tv/bkgContainer.gif) top left repeat-x;
	padding:7px;
	margin-bottom:24px;
	}

#tvPlayerContainer #tvPlayerContent {
	width:497px;
	float:left;
	margin:0 5px 0 9px;
	}

#tvPlayerContainer #tvPlayerContent #tvPlayer {
	width:490px;
	height:415px;
	background:#fff;
	padding:4px 0 0 3px;
	margin-bottom:5px;
	}

#tvPlayerContainer #tvPlayerContent #tvPlayer img {
	text-align:center;
	}

#tvPlayerContainer #tvPlayerContent #tvBtmContent {
	width:484px;
	height:51px;
	padding:5px;
	}

.tvPlayerHeader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:1.7em;
	color:#000;
	font-weight:500;
	margin-bottom:5px;
	}

#tvPlayerContainer #tvPlayerContent #tvBtmContent p {
	font-size:1.2em;
	color:#000;
	}

#tvPlayerContainer #tvPlayerFeed {
	width:396px;
	height:485px!important;
	float:left;
	}

#tvPlayerContainer #tvPlayerFeed #tvPlayerFeedContent {
	width:396px;
	height:485px!important;
	position:relative;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	}

.tvFeedBox {
	width:352px;
	background:#fff;
	margin-bottom:5px;
	padding:8px;
	position:relative;
	}

.tvFeedBox .tvFeedImg {
	width:120px;
	height:80px;
	float:left;
	margin-right:10px;
	max-width:120px !important;
	overflow:hidden;
	display:block;
	}

.tvPlayerPlayIcon {
	width:120px;
	height:80px;
	float:left;
	margin-right:10px;
	overflow:hidden;
	background:url(/_images/playArrow.png);
	opacity: .5;
	position:absolute;
	top:10px;
	left:10px;
	}

.tvPlayerNoPlayIcon {
	width:120px;
	height:80px;
	float:left;
	margin-right:10px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:10px;
	}

.tvFeedBox .tvFeedContent {
	width:212px;
	float:left;
	font-size:1.1em;
	overflow:hidden;
	}

.tvFeedBox .tvFeedContent h3 {
	font-family:Arial;
	font-size: 15px;
	font-weight: 700;
	color: #00558E;
	margin-bottom:10px;
	}

.tvFeedBox .tvFeedContent h3:hover {
	color: #404040;
	}

.tvFeedBox .tvFeedContent p {
	font-size:1.2em;
	}

a.btnPlayVideo {
	background: url(../../_images/tv/btnPlayVideo.gif) no-repeat scroll;
	width:87px;
	height:23px;
	margin:0 0 10px 0px;
	display:block;
	}

.btnPlayVideo:hover {
	text-decoration:none;
	background: url(../../_images/tv/btnPlayVideo.gif) top right scroll no-repeat;
	}
	
.relatedTxt {
	color:#5a5125;
	text-transform:uppercase;
	font-weight:bold;
	}

.relatedVideo, .relatedVideo a:link, .relatedVideo a:visited {
	color:#c9252b;
	text-decoration:none;
	font-size:1em;
	}

.relatedVideo:hover {
	text-decoration:underline;
}
	
/* --- Sponsor page --- */

#sponsorDetail {
	margin-left:15px;
	}
	
#sponsorDetail h2 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 700!important;
	}
	
#sponsorDetail h2 a {
	color: #999;
	}
	
#sponsorDetail p {
	float:left;
	width:57%;
	margin-top:5px;
	margin-bottom:5px;
	}
	
#sponsorDetail p a {
	font-size:0.9em;
	text-decoration:none;
	font-weight:700;
	width:328px;
	overflow:hidden;
	}
	
#sponsorDetail img {
	float:right;
	}

.cols3xcol {
	float:right;
	margin:0 0 0 0;
	padding:0;
	width:300px;
	display:inline;
	}

/* --- commentsBody --- */

#commentsHeader {
	background: url(/_images/bkgDoubleLine.gif) 0 5px repeat-x;
	/*width: 445px;*/
	width:100%;
	margin: 30px 0 10px 0;
	display:inline;
	clear: both;
	height: 40px;
	}
	
#commentInfoTop {
	display:block;
	height:16px;
	background: url("/_images/bkgCommentTop.gif") no-repeat left top;
}
#commentInfoMessage h3 {
	margin-bottom:10px;
}
#commentInfoMessage p {
	margin-bottom:20px;
	padding:16px;
	background-color:#eef0ef;
	border:5px solid #cbcbcb;
	font-weight:bold;
}

#commentsModule {
	border: 1px solid #d9dbdb;
	clear: both;
	background: #eff2f3;
	width: 412px;
	padding: 14px;
	display: block;
	margin:0 0 20px 0;
	}

#commentsModule label, #commentsModule .nameRow {
	font-weight: 700;
	margin-right: 15px;
	margin-left: 19px;
	}
	
#commentsModule textarea {
	width: 310px;
	height: 90px;
	border: 1px solid #616161;
	}
	
#commentsModule .nameRow span {
	font-size: 1em;
	font-weight: normal;
	margin-left: 10px;
	}
	
#commentsModule .disclaimer {
	width:190px;
	float:left;
	padding-top: 1px;
	margin-left: 16px;
	color: #757575;
	font-size: 1em;
	}

.emptyComments {
	height: 10px!important;
	padding-top: 0!important;
	}

.postCommentGated {
	margin: 10px 0 0 0;
	}

/* comments list */
	
#allComments {
	margin: 25px 0 0 0;
	/*width: 441px;*/
	width:100%;
	display:inline;
	background: url(/_images/bkgDoubleLine.gif) 0 5px repeat-x;
	}
	
#allCommentsList {
	clear: both;
	width: 441px;
	}
	
#allCommentsList .comment {
	padding: 10px 0 10px 0;
	margin-left: 10px;
	}
	
#allCommentsList .comment h4 {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	padding-bottom:5px;
	margin-top: 0;
	font-size:1.1em;
	}
	
#allCommentsList .comment p {
	padding-top:4px;
	margin-left:15px;
	margin-bottom: 0;
	}
/*.comment {
	margin-bottom:20px;
}*/
.comment .horizList {
	margin: 0 15px 0 10px;
	font-size:1.1em;
	width:360px;
	color:#757575;
}

.comment .commentRightCol .commentInfo {
	border-bottom:1px solid #ccc;
	margin-bottom:8px;
	padding-bottom:3px;
}

.comment .horizList li.paddingLeft{padding-left:5px;}
.comment .horizList li.paddingRight{padding-right:5px;}

.comment .horizList li.last{
	float:right;
	text-align:right;
}
.comment .horizList li.last a{
	text-align:right;
}
.commentLeftCol{
	float:left;
	width:51px;
	overflow:hidden;
}

.commentRightCol{
	float:right;
	width:375px;
	padding-left: 5px;
	margin-bottom:10px;
}

.commentRightCol .horizList {
	margin-left: 0;
	padding-left: 0;
}

.commentRightCol a{
	color:#ed1c24;
	text-decoration:underline;
}

.commentRightCol h4 {
	margin-left: 15px;
}


/* --- articleTools --- */

.share {
	float: left;
	width: 91px;
	margin-left: 10px;
	position: relative;
	margin-top: 10px;
	}

.share p a, .share p a:active, .share p a:focus, .share p a:link, .share p a:visited {
	display: block;
	height:1%;
	height: 16px;
	padding: 8px 5px 5px 5px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #d7d9d9;
	font-size: 1em!important;
	background-image: url(/_images/bkgShareTitle.gif);
	background-repeat:no-repeat;
	}
	
.off p a {
	background-position:bottom left!important;
	}
	
.on p a {
	background-position:top left!important;
	}
	
.share p a:hover {
	text-decoration: underline;
	}
	
.off .shareView {
	display: none;
	}
	
.on .shareView {
	}
	
.share ul {
	background: url(/_images/bkgShareList.gif) left bottom no-repeat;
	width: 91px;
	padding: 8px 0 5px 5px;
	position: absolute;
	top: 24px;
	margin-left: 0!important;
	padding-left: 5px!important;
	}
	
.share ul li a {
	color: #6c6d6f !important;
	height: 16px;
	display: block;
	font-size:1.1em;
	}
	
.share ul li a:hover {text-decoration:underline;}
	
.share ul li {
	margin-bottom: 8px!important;
	display: block;
	height: 16px;
	}
	
.share ul li.title {background: url(/_images/shareTopDots.gif) 0 0 no-repeat; font-size: 1.1em!important; padding-top: 5px;}
.share ul li.delicious a {background: url(/_images/iconDelicious.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.stumble a {background: url(/_images/iconStumble.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.facebook a {background: url(/_images/iconFacebook.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.reddit a {background: url(/_images/iconReddit.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.digg a {background: url(/_images/iconDigg.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.google a {background: url(/_images/iconGoogle.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.yahoo a {background: url(/_images/iconYahoo.gif) 0 0 no-repeat; padding-left: 20px;}
	
.articleTools {
	border-top: 1px solid #e2e6e6;
	border-bottom: 1px solid #e2e6e6;
	margin: 10px 0 0 0;
	clear: both;
	display: inline;
	padding: 5px 0 0 0;
	float: left;
	width: 340px;
	position: relative;
	}

.articleTools ul {
	padding-left: 0!important;
	margin-left: 0!important;
	}

.articleTools ul li {
	display: block;
	}
	
.articleTools ul li a {
	color: #7f7f7f;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	height: 22px;
	float: left;
	}
	
.articleTools .print a {
	background: url(/_images/iconToolsPrint.gif) 0 0 no-repeat;
	padding-left: 26px;
	margin-right: 15px;
	display: inline; /* ie dbl margin...*/
	}
	
.articleTools .emailArticle a {
	background: url(/_images/iconToolsEmail.gif) 0 0 no-repeat;
	padding-left: 24px;
	margin-right: 15px;
	display: inline;
	}
	
.articleTools .clipSave a {
	background: url(/_images/iconToolsCut.gif) 0 0 no-repeat;
	padding-left: 19px;
	margin-right: 15px;
	display: inline;
	}

.articleTools .newsEmail a {
	background: url(/_images/iconToolsbulletin.gif) 0 0 no-repeat;
	padding-left: 23px;
	}
	
#clipAndSaveMessage {
	background: url(/_images/messageBubble.png) 0 0 no-repeat;
	width: 95px;
	height: 55px;
	position: absolute;
	padding: 5px 15px 40px 15px;
	top: -94px;
	left: 140px;
	z-index: 100;
	}
	
#clipAndSaveMessage img {
	float: right;
	}
	
.wideTableTools {
	border-top: none;
	border-bottom: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 0px;
	float: left;
	width: 340px;
}

.wideTableTools #clipAndSaveMessage {
	left: 100px;
	}
	
/* --- error pages --- */

body.error_page #content {
	min-height:450px;
	height:450px;
	}
	
body.error_page h2 {
	font-size:1.6em;
	color:#999;
	text-transform:uppercase;
	margin:34px 0 0 8px;
	}
	
.errorMessages {
	clear: both;
	margin: 20px 0 0 8px;
}

/* --- authorProfile --- */

#authorProfile {
	margin-left:15px;
	padding:0 20px 0 0;
	}
	
#authorProfile h1 {
	margin:0;
	}
	

	
#authorProfile img {
	margin:0 0 0 15px;
	}
	

	
#authorProfile ul {
	font-size:1.1em;
	padding:5px 0 0 0;
	clear:both;
	}
	
#authorProfile ul li a {
	font-weight:bold;
	}
	
/* --- loginArticle --- */	

#loginArticle {
	margin: 0 30px 0 20px;
	}
	
#loginArticle p {
	margin-bottom: 10px;
	}
	
#loginForm {
	margin:30px;
	}
	
#loginForm p {
	margin-bottom:30px;
	}
	
#loginArticle h1 {
	margin-left:0;
	color:#000000;
	font-size:1.6em;
	font-weight:700;
	line-height:1em;
	text-transform:none;
	float:none;
	}
	
#loginArticle h4 {
	padding-top:9px;
	}
	
#loginArticle #featureImageContainer {
	float:right;
	width:200px;
	}
	
#registerForm h1 {
	margin-left:15px;
	}
	
#loginArticle img {
	margin-left: 15px;
	}
	
#registerForm input.field {
	border:1px solid #797979;
	height:15px !important;
	margin:0pt 10px 0pt 0pt;
	width:168px !important;
	}
	
#TandCsArea .frmRow input.checkbox {
	margin-left: 142px;
	margin-right: 6px;
	border: 0;
}

#TandCsArea .frmRow label {
	font-weight: normal;
	margin-right: 0;
}

/* --- articleVideo --- */

.articleAssets {
	padding: 0;
	margin:0 0 20px 0;
	}
	
.articleAssetsPagination {
	border-top: 1px solid #b7b6b6;
	border-bottom: 1px solid #b7b6b6;
	margin-top: 10px;
	text-align: right!important;
	padding: 4px 10px 4px 0;
	font-size: .8em;
}

.articleAssetsPadding {
	padding: 0 10px 10px 10px;
}

.photodetailoptions, .articleGalleryTags {
	text-align: left!important;
	}
	
.tagsList a {font-size:1.2em;}

.articleAssetsImages p {
	padding: 0 10px;
	font-size: 1em;
}

.articleAssetsImages {
	width: 438px;
}

.articleAssetsImages div {
	text-align: center;
}

/* --- events --- */

.eventsContent {
	margin: 0 20px 10px 20px;
	clear: both;
	}

.eventInfo {
	clear: both;
	margin-top: 20px!important;
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	display: block;
	padding: 5px 5px 5px 0;
	}
	
.eventInfo a {
	font-weight: 700!important;
	text-decoration: none;
	}
	
.eventInfo a:hover {
	text-decoration: underline;
	color: #605e5e;
	}
	
.eventsShowing {
	font-size: 1.1em;
	float: left;
	}

.eventsShowing span{
	font-size:1.0em;
	}

.eventEnhanced {
	background: #f8e4e5 url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.eventStandard {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.eventEnhanced, .eventStandard {
	clear: both;
	padding: 10px!important;
	}

.eventStandard h3 a {
	background: url(/_images/arrowH3.gif) no-repeat 0 2px;
	padding-left: 17px;
	}
	
.eventEnhanced h3 a {
	background: url(/_images/arrowH3Pink.gif) no-repeat 0 2px;
	padding-left: 17px;
	}
	
.eventEnhanced h3 a, .eventStandard h3 a {
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
	}
	
.eventEnhanced h3 a:hover, .eventStandard h3 a:hover {
	color: #000;
	}
	
.eventEnhanced h4, .eventStandard h4 {
	margin: 10px 0 5px 0;
	clear: both;
	color: #000;
	font-size: 1.1em;
	}
	
.eventEnhanced img, .eventStandard img {
	margin: 0 0 5px 10px;
	display: block;
	}

.eventsContent .last {
	background-image: none;
	}

	/* eventDetail */
	
.eventDetailLinks {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	}
	
.eventDetailLinks a {
	font-size: 1.1em;
	}
	
.eventDetail {
	margin: 0 20px;
	}
	
.eventDetail h2 {
	font-size: 1.5em!important;
	margin-bottom: 10px;
	}
	
.eventDetail h4 {
	color: #000;
	margin-bottom: 2px;
	font-size: 1.2em;
	}
	
.eventDetail p {
	margin: 0 0 10px;
	font-size: 1.2em;
	}

.eventDetail p.venue{
	margin-bottom:20px;
	}
	
.eventDetail .contactDetails {
	margin-top: 20px;
	}

.eventDetail .attachments {
	margin-top: 20px;
	}

.eventDetail .attachments li {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	line-height: 21px;
	}

.eventDetail .attachments li a {
	padding-left: 25px;
	background: url(/_images/iconAttachment1.gif) 0 0 no-repeat;
	height: 21px;
	display: block;
	}
	
.eventDetail .attachments li a:hover {
	background: url(/_images/iconAttachment2.gif) 0 0 no-repeat;
	}

	/* addEventsForm */

.addEventsForm {
	clear: both;
	margin: 20px;
	}
	
.addEventsForm .frmRow {
	width:95%;
	height:1%;
	}

.addEventsForm .frmRow label {
	float: left;
	width: 130px;
	margin-right: 5px;
	text-align: right;
	line-height: 20px;
	}
	
.addEventsForm .frmRow input {
	width: 192px;
	border: 1px solid #797979;
	height: 16px;
	}
	
.addEventsForm .frmRow select {
	width: 196px;
	}
	
.addEventsForm .frmRow select.title {
	width: 80px;
	}
	
.addEventsForm .frmRow textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #797979;
	}

.calendarRow {
	clear: both;
	margin-bottom: 10px;
	}
	
.calendarRow input, .calendarRow img {
	float: left;
	}
	
.calendarRow img {
	margin: 0 0 12px 8px;
	}

.addEventsForm h3 {
	font-size: 1.4em;
	font-weight: 700;
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	padding-top: 15px;
	color: #000;
	margin-bottom: 16px;
	height:1%;
	}
	
.addEventsForm .requiredDescription {
	clear: both;
	margin-bottom: 10px;
	float: none;
	}

.checkboxRow input {
	width: 20px!important;
	float: left;
	margin-left: 142px;
	margin-right: 10px;
	border: none!important;
	}
	
.checkboxRow label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}
	
.disclaimer p {
	margin: 0 0 10px 167px;
	clear: both;
	}

.addEventsForm .checkbox input {
	width: 13px!important;
	height:13px;
	float: left;
	margin-left: 104px;
	margin-right: 10px;
	border: none!important;
	}

.addEventsForm .checkbox label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}

.addEventsForm .buttonRow {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	margin-top: 10px!important;
	}
	
/* --- filers --- */

.filterRemove a {
	background: url(/_images/iconClose1.gif) 0 0 no-repeat;
	padding-left: 14px;
	}
	
.filterRemove a:hover {
	background: url(/_images/iconClose2.gif) 0 0 no-repeat;
	}
	
.filters h2 {
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
	}
	
.filters h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	}

.filters {
	width: 120px;
	float: left;
	}
	
.filters ul {
	margin-bottom: 24px;
	}
	
.filters ul li {
	font-size: 1.3em;
	line-height:1.5em;
	}
	
.filters ul li a {
	font-family: tahoma;
	}

/* --- Xcol ads --- */

#xcol #xcolAds {
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #ff0000;
	}

#xcolAds img, #xcolAds object, #xcolAds embed {
	}

#xcol #xcolAds p, .mpu p {
	text-align: center;
	margin-bottom: 3px;
	color: #999;
	}

#xcol #xcolAds p {
	width: 120px;
	}

.hideMessage {
	visibility: hidden;
	}
	
.showMessage {
	visibility: visible;
	}
	
/* mediaweek image drop shadows */

.imgShadow01{
	float:left;
	background:transparent url(/_images/imgShadow_leftRepeat.gif) top left no-repeat;
	}
	
.imgShadow02{
	float:left;
	background:transparent url(/_images/imgShadow_bottomRepeat.gif) bottom right no-repeat;
	}
	
.imgShadow03{
	float:left;
	background:transparent url(/_images/imgShadow_bottomLeft.gif) bottom left no-repeat;
	}
	
.imgShadow03{
	padding:0 0 7px 7px;
	}
	
.imgShadow03 img{
	display:block;
	}

.thumbnailWithDropShadow{
	float:left;
	width:85px;
	margin:0 10px 0 0;
	}
.thumbnailBigWithDropShadow{
	float:left;
	width:150px;
	margin:0 10px 0 0;
	}	
.mainImageWithDropShadow{
	float:left;
	width:auto;
	margin:0 10px 10px 0;
	}

.imageCaption{
	margin-left:7px;
	color:#8c8c8c;
	font-size:1.1em;
	width: 427px;/* this size is a rough guide based on standard BR image size, as the width of the image cant be determined */
	clear: both;
	}

/* mediaweek drop shadow buttons */	

/* 
	Type 1 standard no line through on white
	Type 2 full width with line through
	Type 3 full width with line through and padding left 30px;
	Type 4 standard no line through on grey
*/

.shadowButtonType2, .shadowButtonType3{
	background:url(/_images/bkgDot_DEDEDE.gif) 0 12px repeat-x;
	margin:0 0 10px 0;
	height:1%;
	clear:both;
	}
	
.shadowButtonMultiWrapper{
	clear:both;
	background: url(/_images/bkgDot_DEDEDE.gif) 0 12px repeat-x;
	height:30px;
	}
	
.shadowButtonMultiWrapper div.left{width:180px;}
	
.shadowButtonType3{
	padding-left:25px;
	}

.shadowButtonNone .imgButton01, .shadowButtonType1 .imgButton01, .shadowButtonType2 .imgButton01, .shadowButtonType3 .imgButton01{
	float:left;
	background:transparent url(/_images/imgButton_right.gif) top right no-repeat;
	}
	
.shadowButtonTypeNone {margin:20px 0 10px 10px}

.shadowButtonType4 .imgButton01, .shadowButtonTypeNone .imgButton01 {
	float:left;
	background:transparent url(/_images/imgButton_rightGrey.gif) top right no-repeat;
	
	}
	
.shadowButtonNone .imgButton02, .shadowButtonType1 .imgButton02{
	float:left;
	background:transparent url(/_images/imgButton_left.gif) top left no-repeat;
	}
	
.shadowButtonType2 .imgButton02, .shadowButtonType3 .imgButton02{
	float:left;
	background:transparent url(/_images/imgButton_leftLineThru.gif) top left no-repeat!important;
	}

.shadowButtonType4 .imgButton02 {
	float:left;
	background:transparent url(/_images/imgButton_leftGrey.gif) top left no-repeat;
	}

.imgButton02 {
	text-align:center;
	
	padding:1px 1px 6px 7px;
	background: transparent url(/_images/imgButton_leftGrey.gif) top left no-repeat;
	}
	
.imgButton02 a {
	overflow:hidden;
	padding: 1px 0 ;
	display: block;
	color: #000;
	width:auto;
	background-color: #fff;
	text-decoration: none;
	font-size: 1em!important;
	}

.imgButton02 a:hover {
	background: #000;
	color:#fff;
	text-decoration: none;
	}
	
.imgButton02 a span{
	font-weight: 700;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em!important;
	line-height: 1.6em;
	margin:0 6px;
	}
	
/* ------- Article Carousel - for when no javascript loads -----*/
	
ul#articleCarousel {
	background: #393939;
}
	
#articleCarousel li {
	width: 128px;
	background: #393939;
	float: left;
	padding: 4px;
}

#articleCarousel li a {
	color: #fff;
	font-weight: 700;
	/*font-size: 1.2em;*/
}

#articleCarousel li img {
	border: 1px solid #9c9c9c;
}
	
/* ------- News Archive ------*/

.newsDayPagination{
	width:100%;
	border:1px solid #dedede;
	padding:2px 0 5px 0;
	text-align:center;
	font-size:1.2em;
	}
	
.newsDayPagination a{
	text-decoration:underline;
	}

.newsDayPagination ul li{
	float:none;
	padding:0 5px;
	}
	
.archiveRow {
	clear:both;
	margin-bottom: 20px;
}
	
	
/* --- wide table --- */

#wideTableHeader {
	margin: 10px 0 0 20px;
}

#wideTableHeader .logo {
	margin-top: 20px;
	float: left;
}

#wideTableHeader .h1WithSponsor{
	width:100px;
	padding-top:0px;
	margin-top: 30px;
	margin-right:24px;
	margin-bottom:0px;
	text-align:center;
	padding-bottom:0px;
	background: none;
	float: right;
	}

.wideTableTitle {
	background: #00558E;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 6px;
	margin-top: 20px;
}


/* --- the class of cmsTable needs to go on the tables if build in the cms to give it the same styles as the wide article --- */

#league_table, .cmsTable, .cmsTableGrey {
	clear:both;
	margin: 20px 20px 20px 0;
	width: 100%;
}

.cmsTable, .cmsTableGrey{
	margin-right:0;
}

div.cms table.cmsTableGrey{
	background:#e7e7e9;
	border-bottom:none;
}
	
#league_table td, .cmsTable td, .cmsTableGrey td {
	color: #000;
	font-size: 1.2em;
	height: 20px;
	text-align: left;
	padding: 4px 10px 4px 4px;
	border-bottom: 1px solid #a1a1a1;
}

.cmsTable td {
	color: #000;
	font-size: 1.1em;
	}

div.cms table.cmsTableGrey  td {
	color: #000;
	font-size: 1.0em;
	background-color:#e7e7e9!important;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	padding: 4px 10px 4px 10px;
	}
	
	
#league_table tr.alternate td, .cmsTable tr.alternate td {
	background-color:#eef6fc;
}

#league_table th, .cmsTable th {
	background-color:#00558E!important;
	color: #fff!important;
	padding: 2px 5px 0 5px;
	font-weight: 700;
	font-size: 1.3em;
	height: 20px;
	text-align: left;
	border-bottom: 1px solid #a1a1a1;
}

#league_table th img{
	height:1px;
	visibility:hidden;
}

.cmsTable th{
	font-size:1.2em;
}

.cmsTableGrey th{
	background-color:#e7e7e9!important;
	color: #000!important;
	padding: 2px 5px 0 10px!important;
	font-weight: 700;
	font-size: 1.0em;
	height: 20px;
	text-align: left;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}

.btnReturnArticle span {
	visibility: hidden;
}

.btnReturnArticle {
	width: 141px;
	height: 28px;
	display: block;
	background: url(/_images/wideArticle/btnReturnArticle.gif) 0 0 no-repeat;
	float: right;
	margin: 10px 0px 0 0;
}

.btnReturnArticle:hover {
	background: url(/_images/wideArticle/btnReturnArticle.gif) -141px 0 no-repeat;
	text-decoration: none;
}

#wideArticle a {
	text-decoration: none;
}

	
/* article assets */

.articleAttachment {
	border: 1px solid #e0e0e0;
	padding: 6px 6px 3px 6px;
	margin-bottom: 10px;
	width: 80%;
	}
	
.articleAttachment a {
	font-size: 1.2em;
	background: url(/_images/iconWideTable.gif) 0 0 no-repeat;
	padding-left: 30px;
	display: block;
	height: 19px;
	padding-top: 2px;
	text-decoration: underline;
	} 

.articleAttachment a:hover {
	text-decoration: none;
	}

.articleAttachment p a {
	font-size: 1em;
	}

div.articleAssetsImages {
	border: 1px solid #b7b6b6;
	margin-top: 10px;
}

.articleAssetsAudio {
	float: left;
	padding: 6px;
	border: 1px solid #b6b5b5;
	margin-bottom: 10px;
	width: 428px;
	display: table; 
	overflow: hidden;
}

.articleAssetsAudioPlayer { float:left; width:290px;}

.articleAssetsAudioTitle {float:right; width:134px;}

.articleAssetsAudio h5 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1em;
}

.articleAssetsAudio embed {
	float: left;
	margin-right: 6px;
	display:block;
}

div.articleAssetsImages, .articleAssetsAudio a {
	font-size: 1.2em;
}

div.articleAssetsImages img {
	margin: 0 0 10px 0;
}

div.articleAssetsImages .paginationPrev img, div.articleAssetsImages .paginationNext img {
	margin: 0px;
}

.photodetailoptions {
	margin-top: 10px;
	font-weight: 700;
}

div.articleAssetsImages .show ul {
	margin: 0 0 2px 5px;
}


div.articleAssetsImages .show li {
	margin: 0 0 2px 5px;
}

.cms a {
	font-size: 1.2em;
	text-decoration: underline;
}

.cms p a {
	font-size: 1em;
}

.cms a:hover {
	/*font-size: 1.2em;*/
	text-decoration: none;
}

.articleAssetsPlayer {
	width: 300px;
}

#attachmentArticle {
	border: 1px solid #e0e0e0;
	padding: 6px 6px 3px 6px;
	margin-bottom: 10px;
	width: 426px;
	font-size:1.2em;
	}

#attachmentArticle a {
	background:transparent url(/_images/iconAttachment1.gif) no-repeat scroll 0 0;
	display:block;
	padding:3px 0 3px 30px;
	text-decoration:underline;
}


/* contact us */

.contactUsMain{width:194px;float:left;}

.contactUsMain strong{font-weight:700;}

.contactUs h3, .contactUsMain h3{
	margin:2px 0 1px 0!important;
	color:#00558E!important;
	line-height:1.3em!important;
}	

.contactUsMain h3{
	line-height:1.0em!important;
	}

.contactUs a:hover{
	text-decoration:underline;
	}
	
.contactUs p{
	margin-bottom:10px!important;
	}
	
/* --- community section ---*/

.communitySearch {
	margin: 20px 0;
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
	padding: 16px 0 16px 120px;
}

.comCol {
	float: left;
	width: 238px;
}

.communitySearch label {
	text-transform: uppercase;
	color: #010101;
	float: left;
	margin-top: 2px;
}

.communitySearch #sSearchCommunityPhrase {
	width: 197px;
	border-bottom: 1px solid #dfdede;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #c4c3c3;
	border-right: 1px solid #c4c3c3;
	color: #848484;
	float: left;
	margin-left: 6px;
}
	
#comLatestBlogs, #comMostDiscussedBlogs, #comLatestForums, #comMostDiscussedForums {
	margin-right: 10px;
	background: #eff2f3;
	border: #d7d9d9 1px solid;
	padding: 9px 9px 0 9px;
	margin-bottom: 20px;
}

#comLatestBlogs h5 a, #comMostDiscussedBlogs h5 a, #comLatestForums h5 a, #comMostDiscussedForums h5 a {
	font-size: 1.3em;
	color: #00558E;
	font-weight: 700;
}
	
.comCol h2 {
	background: none!important;
	color: #000;
	line-height: 1em!important;
	font-size: 1.2em!important;
	margin: 0 0 5px 0!important;
	padding: 0!important;
}

.comCol h2 span {
	background: none!important;
	padding: 0!important;
}

.comCol h2 a {
	color: #000;
}

.comCol h2 a:hover {
	color: #000;
}
	
	
.comRightCol {
	width: 120px;
	float: left;
}
	
.comRightCol h2 {
	background: #616161!important;
	background-image: none!important;
	color: #fff!important;
	line-height: 1em!important;
	font-size: 1.2em!important;
	margin: 17px 0 10px 0!important;
	padding: 5px 7px!important;
	font-weight: 700!important;
}

.comRightCol h2 span {
	background: none!important;
	padding: 0!important;
}

.comRightCol h2 a {
	color: #fff;
}

.comRightCol h2 a:hover span {
	color: #fff!important;
	text-decoration: underline!important;
}

.comRightCol ul {
	margin-bottom: 20px;
}

.comRightCol ul li {
	margin-bottom: 4px;
}

.comRightCol ul li a {
	font-size: 1.2em;
	text-decoration: underline;
}

.comBlogListing {
	margin-bottom: 10px;
}
	
.comBlogListing img {
	float: left;
	margin-right: 5px;
}

.comBlogListing {
	color: #000;
	font-size: 1.1em;
}

.comBlogListing p {
	color: #000;
	font-size: 1.1em;
	padding:2px 0 4px 0;
}

.forumListing {
	margin-bottom: 10px;
	font-size: 1.2em;
	word-wrap: break-word!important;
	overflow: hidden;
}

.forumListing h3 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1em;
}

.forumComment a, .blogComment a {
	clear: both;
	font-size: 1.0em;
	background: url(/_images/iconCommunityComment.gif) 0 2px no-repeat;
	padding-left: 22px;
}

.forumListing h4 {
	background: #616161;
	color: #fff;
	line-height: 1em;
	font-size: 1em;
	margin: 0 0 8px 0;
	padding: 5px 7px;
	font-weight: 700;
}

.latestAVNews {
	width: 450px;
	float: left;
	margin-bottom: 20px;
}

.latestAVNews .shadowButtonType2 {
	margin-top: 20px;
}

.latestAVNews .articleIcon li a {
	text-decoration: none;
}

.latestAVNews .articleIcon li a:hover {
	text-decoration: underline;
}

.latestAVNews .icoNoAsset a {
	padding-left: 10px;
}


/*============ report abuse ==================*/
.reportAbuse {
    float:right;
    font-size:1.1em;
    margin:10px 0;
}

.reportAbuse a {
    color:#ED1C24;
    text-decoration:none;
}
.reportAbuse a:hover {
    color:#404040;
    text-decoration:underline;
}

.cols1ThirdNews .relatedLinks .tweetShare, 
.cols1ThirdNews .relatedLinks .facebookShare {
	float:left;
	margin-right:10px;
}
	
.cols1ThirdNews .relatedLinks .tweetShare, 
.cols1ThirdNews .relatedLinks .facebookShare {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

/* Blogs Landing Page */
#maincolInner .featured  {	
	padding:10px;
	background:#DCE6EC;
	border:1px solid #C0CCD2;
}

#maincolInner .other  {	
	padding:10px;
}

#maincolInner div.post {
	margin:0 0 20px 0
}

#maincolInner .posts {
	margin:0 12px 0 10px;
	width:328px;
	float:left;
	display:inline
}

#maincolInner .posts .tweetmeme_button {
	display:none	
	}
	
#maincolInner .posts p.author {
	float:left;
	font-size:1.1em;
	margin-right:5px
}
#maincolInner .posts p.date {
	font-size:1.1em;
	margin: 0 0 10px 0;
}
#maincolInner .posts a.more-link {
	display:block;
	margin:10px 0 0 0
}
#maincolInner #extra {	
	float:left;
	width:250px;
}

#maincolInner .promos {
	margin:0 0 20px 0;
	width:250px;	
}
#maincolInner #mostDiscussedBox a:link, #maincolInner #mostDiscussedBox a:hover {
	color:#00558E;
	}
#maincolInner #mostDiscussedBox  {
	padding: 10px; 
	background: #efefef;
	border: 1px solid #C0CCD2;
	width:230px;	
}

#maincolInner #mostDiscussedBox .date {
	float:left
}

#maincolInner #mostDiscussedBox .date span {	
	width:50px;
	padding:1px 0 0 0;
	margin:0 5px 15px 0;
	font-size:1.1em
		
}

#maincolInner .blogs .image {
	height:1px;
	margin:0
}

#maincolInner .blogs h1 {
	display:block;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	width:100%;
	font-size:1.8em;
	font-weight:normal;
	color:#3B3B3B;
	border-bottom:1px solid #3B3B3B;
	float:none;	
}

#maincolInner .blogs .promoType2 {
	width:252px	
}
	
#maincolInner .blogs h3#intro {
	padding:1px 0 0 2px;
	margin:5px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-bottom:15px;
	text-transform:uppercase;
	}

.featured img, .other img {
	border:3px solid black;
	float:left;
	margin:0 10px 10px 0 
}

.featured h3.headline a, .other h3.headline a {
	font-weight:bold
}

div#mostDiscussedBox h2 {
	padding-bottom: 5px!important;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.6em;
	text-transform: uppercase;
	color: #6C8896;
	display: block;	
}

.blogs div#mostDiscussedBox .mostDiscussed {
	border-top: 1px solid #DEDEDE;
	padding:6px
}

div#mostDiscussedBox .mostDiscussed h3 {
	font-size: 1.3em;
	line-height: 1.15em;
	font-weight: 700;
	padding-bottom: 3px;
	cursor:pointer;
	float:left;
	width:100%
}

#maincolInner .featured h4 {
	margin:0 0 10px 0;
	font:2em Arial, Helvetica, sans-serif;
	font-weight:700;
	color:black;
}

#maincolInner .other h4 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ed1c24;
	font-weight: 700;
	line-height: 1.3em;
	font-size: 1.8em;
	background: transparent url(/_images/bkgH2VerticalDash.gif) repeat-x left bottom;
	padding-bottom: 7px;
	margin: 10px 0;
	text-transform: capitalize;
}

#maincolInner .other span {
background: transparent url(/_images/bkgH2Star.gif) no-repeat 0 4px;
padding-left: 27px;
display:block;

}

/* DISQUS */

/* DISQUS login styles */
#content #disqus_thread #login_message {
	font-size:1em !important;
	margin:10px 0 20px;
	background-color: #EEF0EF !important;
	border: 5px solid #CBCBCB !important;
	position:relative;	
}
	#content #disqus_thread #login_message:before {
		content:" ";
		background: url("/_images/bkgCommentTop.gif") no-repeat left top;
		display:block;
		width:16px;
		height:16px;
		position:absolute;
		top:-21px;
		left:-5px;
	}
	#content #disqus_thread #login_message h3 {
		margin-bottom: 10px;
	}

/* DISQUS Comments*/
#disqus_thread #dsq-content ul li {
	background:none;
	padding-left:0
}
#disqus_thread #dsq-content h3 {
	font-size:1.3em;
	margin-bottom:0;
}

#disqus_thread #dsq-comments-title h3{
	padding-bottom:0;
}

#disqus_thread .dsq-comment-wrap {
    background: url("/_hbi_ui/_images/disqus/bkgCommentTop.gif") no-repeat scroll left top transparent;
}
#disqus_thread .dsq-full-comment {
    background: url("/_hbi_ui/_images/disqus/bkgCommentRight.gif") no-repeat scroll right top transparent;
    display: block;
    overflow: hidden;
    padding: 15px 15px 0;
}
#disqus_thread .dsq-full-comment-bottom {
    background: url("/_hbi_ui/_images/disqus/bkgCommentBottom.gif") no-repeat scroll left bottom transparent;
    display: block;
    min-height: 6px;
    overflow: hidden;
    text-align: right;
}
#disqus_thread .dsq-comment-bottom-right {
    background: url("/_hbi_ui/_images/disqus/bkgCommentBottomRight.gif") no-repeat scroll right bottom transparent;
    min-height: 6px;
}



