@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: 12px Arial, Helvetica, sans-serif; /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
	background:#fff;
	/*opacity:.99*/ /* hack to reduce the font weight bug in FF/mac */
	}

body.wideArticleUber{
	background-image:none;
	}

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{
font-size:12px;
text-align:justify;
line-height:17px;
margin:0 0 7px 0;
}

a {
	text-decoration: none;
	color:#6f5f34;
	}

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:#6f5f34;
	}
	
 /*I would recommend we didn't use visited.*/
		
a:hover {
	text-decoration: underline;
	color:#404040;
	}
	
a:active {
	background: #dbdbdb;
	}
	
.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%;
	margin-top: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 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#000;
	display:inline;
	float:left;
	}*/


#siteLogo{
float:left;
width:400px;
margin:0;
}

.top_banner{
float:right;
margin:0;
width:468px;
height:90px;
}


#news h2, #channel h2, #login h2, #confirmRegister h2, #article h2 {
	padding-top: 14px;
	}
	
#maincol h2, #maincol h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#bf0e23;
	font-weight: 700;
	line-height:1.4em;
	font-size: 16px;
	border:1px solid #000;
	border-width: 2px 0 1px 0;
	padding-bottom:2px;
	padding-left:2px;
	margin-bottom:10px;
	text-transform:capitalize;
}

#maincol h2 a{
	color:#bf0e23;
	}

#maincol h2 a:hover,#maincol h2 a:hover span{
	color:#bf0e23;/* was important - if needs to be put back, will need to fix h2 on community home */
	/*text-decoration:none;*/
	}
h2.noBorder{	
	border:none!important;
}

.moduleSmallH2 h2{
	line-height:1.2em!important;
	font-size: 1.6em!important;
	border-width: 0 0 1px 0!important;
}

.moduleSmallH2 h2 a{
	border-width: 0 0 1px 0!important;
}

.moduleSmallH2 h2 a:hover{
	border-width: 0 0 1px 0!important;
	text-decoration:underline!important;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#6f5f34;
	}

h4 {
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;

	}	

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;}
.centerAlign {text-align:center;}
.centered {	margin: 0 auto;	}
.none {	float: none;}
.clear {clear: both;}

.imgFloatRight {float: right; margin: 0 0 10px 10px;}
.imgFloatLeft {float: left; margin: 0 10px 10px 0;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.inline {display: inline;}

.marginLeft {margin-left: 10px!important;}
.marginLeft5 {margin-left: 5px!important;}
.marginLeft15 {margin-left: 15px!important;}
.marginLeft20 {margin-left: 20px!important;}

.marginRight {margin-right: 10px!important;}
.marginRight5 {	margin-right: 5px!important;}
	
.marginTop {margin-top: 10px!important;}
.marginTop5 {margin-top: 5px!important;}
.marginTop10 {margin-top: 10px!important;}
.marginTop15 {margin-top: 15px!important;}
.marginTop20 {margin-top: 20px!important;}
.marginTop30 {margin-top: 30px!important;}
.marginTop40 {margin-top: 40px!important;}
	
.marginBottom {margin-bottom: 10px!important;}
.marginBottom5{margin-bottom: 5px!important;}
.marginBottom10 {margin-bottom: 10px!important;}
.marginBottom15 {margin-bottom: 15px!important;}
.marginBottom20 {margin-bottom: 20px!important;}
.marginBottom30 {margin-bottom: 30px!important;}
	
.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;}


.paddingBottom {padding-bottom: 10px;}
.paddingBottom5 {padding-bottom: 5px;}
.paddingBottom20 {padding-bottom: 20px;}
.paddingBottom30 {padding-bottom: 30px;}

.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;}
.margin5V {margin-top: 5px;margin-bottom: 5px;}
.margin10V {margin: 10px 0!important;}
.margin20V {margin-top: 20px;margin-bottom: 20px;}
	
.smallText {font-size: 0.9em;}
.greyText {color:#8e8e8e!important;}
.blackText {color:#000!important;}
.bkgGrey {
	background: #f2f0e7;
	width: 100%;
	border: 1px solid #b6b5b5;
	border-top: none;
	}
	
.borderTop{	border-top: 1px solid #000;	}
.borderBottom{border-bottom: 1px solid #CCCCCC;}
.borderBottomThickBlack{border-bottom: 2px solid #000;}
.borderBottomThinBlack{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;
	}

.underline {text-decoration: underline!important;}

/* --- Header Elements ---*/

/*-- 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;
	margin-right:5px;
	}

#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;
}


#breadcrumb {
	font-size:1.2em;
	margin-left:18px;
	height: 15px;
	line-height: .5em;
	padding-top:10px;
	}

#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;
	padding-top:3px;
	border-bottom:2px solid #3b3b3b;
	padding-bottom:3px;
	margin-left: 18px;
	}

#pageTitleNoMargin{
	display:block;
	padding-top:3px;
	border-bottom:2px solid #3b3b3b;
	padding-bottom:3px;
	margin-left: 0px;
	margin-bottom:10px;
	}
	
.wideArticleUber #pageTitle {
	width: 100%;
	margin-bottom: 15px;
	}
	
#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;
	background: url(bkgMainNav2.gif) repeat-x left bottom;
}

#siteNav ul {
	background: transparent;
	height:40px;
	width:auto;
	display:block;
	background: url(bkgMainNavRight.gif) no-repeat right 9px;
	font-size: 1.32em;
	padding:0 9px 0 0;
	}
	
#siteNav ul li {
	display: inline;
	width:auto;
	background:none;
	position: relative;
	padding-left: 3px;
	}
	
#siteNav .mainNavLeft {
	background: url(bkgMainNavLeft.gif) no-repeat 0 9px;
	width: 3px;
	padding-left: 0;
}
	
#siteNav ul li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
	height: 2.75em;
	line-height: 2.75em;
	white-space:nowrap;
	float:left;
	font-size:13px;
	padding:4px 10px 0 5px;
	}
	
#siteNav ul li span {
	background: url(mainNavTopLeft.png) 0px -1px no-repeat;
	height: 9px;
	width: 9px;
	z-index: 100!important;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#siteNav li a.selected {
	background: url(bkgMainNavTabLong.gif) right top repeat-x;
	z-index: 50!important;
	position: relative;
	color:#6f5f34!important;
	}
	
#siteNav li a.selected:active, #siteNav li a.selected:hover, #siteNav li a:active {
	background: url(bkgMainNavTabLong.gif) right top repeat-x;
	z-index: 50!important;
	position: relative;
	color:#6f5f34!important;
	}
	
#subNav li a.selected {
	z-index: 50!important;
	position: relative;
	color:#6f5f34!important;
	}
	
#siteNav li a:hover, #siteNav li a:focus {
	text-decoration:none;
	background: url(bkgMainNavTabLong.gif) right top repeat-x;
	z-index: 50!important;
	position: relative;
	color:#6f5f34!important;
	}
	
/* --- sub navigation --- */

#subNavNone {
	background: url(bkgSubNav2.gif) left bottom repeat-x;
	height: 12px;
	width: 965px;
}

#subNavNoneInner {
	background:transparent url(bkgSubNavBg.gif) bottom left no-repeat!important;
	height: 12px;
	width: 965px;
}

#subNav {
	clear: both;
	display:inline-block;
	width: 965px;
	float: left;
	
	background: url(bkgSubNav2.gif) left bottom repeat-x;
	}
	
#subNav ul#subNavUL {
	/*height: 3.0em;*/
	background: url(bkgSubNavBg.gif) bottom left no-repeat!important;
	float: left;
	display: block;
	width: 965px;
	/*padding-left: 11px;*/
	}

#subNav ul li {
	padding:5px 0 13px 0;
	}

/*ID's of subnav items which need to wrap two lines- A request to change this to a class in the CMS - jira CMS-367*/
#subNav ul li#consumerGoods, 
#subNav ul li#fashionClothing,
#subNav ul li#fastFood,
#subNav ul li#financialServices,
#subNav ul li#foodDrink,
#subNav ul li#govNonProfit,
#subNav ul li#mediaEntertainment,
#subNav ul li#techProducts,
#subNav ul li#travelLeisure {
	padding-top:5px;
}
/*
#subNavLeft {
	float: left;
}

#subNavLeft li {
	padding: 0!important;
}
	
#subNavLeft .subNavLeft {
	
	width: 3px;
	/*height: 4.5em;
	padding-left: 11px;
}*/

#subNav ul .first {
	margin-left: 10px;
}

#subNav .nav2Lines {
	padding:7px 0;
}

#subNav ul li a {
	font-size:1.2em;
	line-height: 1.2em;
	color:#000;
	text-decoration:none;
	font-weight:700;
	padding: 0 25px 0 0;
	display: block;
	text-align: left;
	}
	
#subNav li a:focus, #subNav li a:hover {
	text-decoration:none;
	color:#6f5f34!important;
	}

/* set the individual subnav spacing*/

.subNavChannels li a{
	padding: 0 11px;
	}
	
/*-- site search --*/

#siteSearch {
	float:right;
margin:14px 0 0 315px;
}

#siteSearch span {
	display: inline;
}

#siteSearch label {
	margin-right:5px;
	font-size: 1.2em;
	padding: 2px 0;	
}
	
#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;
	font-size:15px;
}

#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 --*/

/* --- filers --- These are used by search and events */

.filterRemove a {
	background: url(iconClose1.gif) 0 0 no-repeat;
	padding-left: 14px;
	}
	
.filterRemove a:hover {
	background: url(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.2em;
	line-height:1.5em;
	}
	
	.filters ul li ul li { /* for nested lists within lists in filters */
		font-size: 1em;
	}
	
.filters ul li a {
	font-family: tahoma;
	color:#BF0E23;
	word-wrap: break-word;
	}


/*-- solution search --*/
#solutionSearchWrap {
	float:right;
	width:342px;
	}

#solutionSearch {
	width:266px;
	border: 1px solid #d9d9d9;
	float:right;
	background-color:#f6f6f6;
	padding:6px;
	}
	
#solutionSearch .field {
	width: 168px;
	margin: 0 10px 0 0;
	border: 1px solid #797979;
}

#solutionSearch label {
	margin:2px 4px;
	display:block;
	}

/*-- end solution 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(arrowRightBlack.gif) no-repeat;
	color: #E0042A;
	}
	
p.bulletRed a, h3.bulletRed a {
	background: url(arrowRedLeft.gif) no-repeat;
	color: #000;
	}
	
ul.bulletRed li {
	background: url(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(bulletRSSFeed.gif) no-repeat 0 0.35em;
	color: #E0042A;
	}

ul.bulletWithRSSIcon li a {
	line-height:20px;
	background: url(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:#6F6F6F;
	display:inline;
	text-align:right;
	}

.h1WithSponsor span{
	vertical-align:top;
	position:relative;
	top:0px;
	margin-right:10px;
	font-size:1.1em;
}

.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: 10px;
	}

.storyContent p {
	font-size:1.2em!important;
	}
.story span.storyType {
	color: #666;
	}

.story p {
	margin-bottom: 5px;
	}

.feature {
	display:block;
	width:610px;
	padding: 12px 0 10px 0;
	height:1%;
	/*border-bottom:1px solid #000;
	margin-bottom:10px;*/
}

h1.headline{
	float:none;
	margin:0 0 10px 0;
	padding:0;
	display:block;
	text-transform:none;
	font-size: 1.5em!important;
	}
	
h1.headline a {
	color:#6F5F34;
	line-height: 1.2em;
	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:#8d8d8d;
	margin-top: 3px;
	margin-bottom:12px;
	font-size: 1.2em!important;
	line-height: 1.1em;
	}

h4.byline a {
	color: #bf0e23;
	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: 10px;
	padding-top: 0!important;
	line-height: 1.1em;
	}

.cols2ThirdsNews h4.byline {
	margin-right:10px;
	width:280px;
	float: left;
	color:#8d8d8d;
	}

.cols2ThirdsNews h4.byline a {
	color: #BF0E23;
	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(borderDotVertical.gif) repeat-y  288px 0;
	}

.borderVerticalRight {
	/*background: url(borderDotVerticalFull.gif) no-repeat 304px 29px;*/
	}
	
.borderVerticalRightHome {
	background: url(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: url(borderSolidVerticalFullNews.gif) 452px 0 repeat-y!important;
	float:left;
	margin:10px 0 30px 0;
	}
#arhiveSearch .borderVertical2Thirds{
	background-position:414px 0!important;
	margin-top:10px;
	}
 	
.borderVerticalRightThisIssue {
	background: url(borderDotVerticalFull.gif) no-repeat 428px 46px;
	}

.cols2Left {
	width: 295px; /*.noModuleFix adjusts for the box model*/
	float: left;
	margin-right: 18px;
	}

.cols2Right{
	width: 295px;
	float:left;
	}
	
.cols2Thirds {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	/*10px 25px 0 0*/ /*padding or margin!?*/
	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; Amended on this issue page may have an impact elsewhere*/
	width:192px;
	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(borderDotVerticalFull.gif) no-repeat scroll 185px 46px;
	}
	
.colLayout3Background {
	background:transparent url(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(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;
	}
	
p.commentsBubbleArticle {
	background: url(iconCommentsNews.gif) no-repeat 0 3px;
	width: 18px;
	height:15px;
	float: left;
	margin: 0 3px 0 0;
	display:inline-block;
	}
	
p.commentsBubbleHomeStory {
	background: url(iconCommentsBubble.gif) no-repeat 0 5px;
	padding-left: 23px!important;
	height:16px;
	display:inline-block;
	padding-top:1px;
	margin-bottom:2px;
	font-size: 1.1em!important;
	}

ul.relatedLinks li p.commentsBubbleHomeStory{
	/*display:inline;*/
	}

p.commentsBubbleArticle a, p.commentsBubbleHomeStory a{
	color:#bf0e23;
	text-decoration:underline;
	font-weight:normal;
	}

p.commentsBubbleHomeStory a:hover {color:#000000; text-decoration:underline;}
	
a.commentsArticleLink {
	font-size:1.2em !important;
	text-decoration:underline!important;
	float: left;
	color:#bf0e23;
	}
	
.commentsArticleLink:hover {
	text-decoration:underline;
	color:#000000;
	}

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;
	}

#articleAttachment {
	border:1px solid #E0E0E0;
	font-size:1.2em;
	margin-bottom:10px;
	padding:6px 6px 3px;
	width:426px;
}

	#articleAttachment a {
		background:transparent url(iconAttachment1.gif) no-repeat scroll 0 0;
		display:block;
		padding:3px 0 3px 30px;
		text-decoration:underline;
	}
/* --- cmsPlainContent styles --- */

div.cms {
	padding:0 15px 0 0;
	}

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:#f5f4ed none repeat scroll 0 0;
	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;*/
	}
	
.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;*/
	color:#BF0E23;
	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.stdFormButton {
	display:block;
	float: left;
	background-color:#FFFFFF;
	border:1px solid #BF0E23!important;
	color:#BF0E23;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px !important;
	font-weight:700;
	line-height:1.1em;
	margin:0 6px;
	padding:1px 1px 0 1px;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	cursor:pointer;
	width:auto;
	}

input.stdFormButton:hover { 
	background: #BF0E23;
	color: #fff;
	}
	
#jobSearch input.field {
	float: left;
	border-color: #797979;	
	}
	
input.goButton {
	text-transform:uppercase;
	}

input.searchButton {
	display:block;
	background: #fff;
	border: 1px solid #bf0e23;
	cursor:pointer;
	color: #bf0e23;
	font-size:15px;
	font-weight: 700;
	text-transform: capitalize; /*needed for ie6 to indent the text*/
	}
	
input.searchButton:hover {
	color: #fff;
	border: 1px solid #bf0e23;
	background: #bf0e23;
	}
	

	
#searchBoxWrap input.searchButton:hover{
	background-position:-64px 0px;
	}



input.sendEmailButton {
	display:block;
	width: 100px;
	height:20px;
	margin:0 10px 0 5px;
	background: #fff;
	border: 1px solid #bf0e23;
	cursor:pointer;
	color: #bf0e23;
	text-transform:lowercase; /*needed for ie6 to indent the text*/
	float: left;
	display: inline;
	}
	
input.sendEmailButton:hover {
	color: #fff;
	border: 1px solid #bf0e23;
	background: #bf0e23;
	}
	
input.cancelButton {
	display:block;
	width: 100px;
	height:20px;
	border:0 none;
	margin:0 10px 0 0px;
	background: #fff;
	border: 1px solid #bf0e23;
	cursor:pointer;
	color: #bf0e23;
	text-transform:lowercase; /*needed for ie6 to indent the text*/
	float: left;
	}
	
input.cancelButton:hover {
	color: #fff;
	border: 1px solid #bf0e23;
	background: #bf0e23;
	}
	
input.commentButton {
	display:inline;
	width: 63px;
	height:20px;
	border:0 none;
	background: #fff;
	border: 1px solid #bf0e23!important;
	cursor:pointer;
	color: #bf0e23;
	font-size: 1.2em;
	font-weight: 700;
	text-transform:lowercase; /*needed for ie6 to indent the text*/
	width: 140px!important;
	margin-left: 90px;
	line-height: 1em;
	padding-bottom: 2px;
	}
	
input.commentButton:hover {
	color: #fff;
	border: 1px solid #bf0e23;
	background: #bf0e23;
	}
	
input.newEventButton {
	margin:10px 0 0 134px;
	}

input.sendPasswordButton {
	padding:1px 5px;
	text-align:center;
	border:1px solid #bf0e23!important;
	width: 110px!important;
	text-decoration: none;
	font-size: 1.1em!important;
	background-color: #fff;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-indent: 0!important;
	font-size: 1.2em!important;
	line-height: 1.6em;
	color:#bf0e23;
	margin-left: 145px;
	margin-top: 10px;
	}
	
input.sendPasswordButton:hover {
	background: #bf0e23;
	color:#fff;
	text-decoration: none;
	}
	
input.voteButton {
	float:none !important;
	margin:6px;
	clear:both;
	}



	
input.resendButton {
	display:block;
	width: 240px !important;
	height:22px;
	border:0 none !important;
	margin:5px 0 0 152px;
	background: transparent url(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(btnResend.gif) no-repeat -240px 1px;
	}
	
input.continueButton {
	padding:1px 5px;
	text-align:center;
	border:1px solid #bf0e23!important;
	width: 110px!important;
	text-decoration: none;
	font-size: 1.1em!important;
	background-color: #fff;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-indent: 0!important;
	font-size: 1.2em!important;
	line-height: 1.6em;
	color:#bf0e23;
	margin-left: 165px;
	}
	
#frmBulletinSelect input.continueButton {
	margin-left:69px;
	}
	
input.continueButton:hover {
	background: #bf0e23;
	color:#fff;
	text-decoration: none;
	}
	
/*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;
	float:left;
	clear: both;
	}
	
#frmBlueBoomerangSearch .frmRow {
	clear: none;
	}
	
#frmBlueBoomerangSearch .frmRow label {
	padding-top:2px;
	padding-right:10px;
	}
	
.frmRow label {
	float: left;
	}

/* --- end forms ---*/



/* --- colunm/row id styles --- */

#mostReadBusNewsContainer {
	height:1%;
	}

/* --- tabbed Most read, emailed, discussed --- */

/* -- new tab styles -- */

/* tab */
.tabOneMostRead div.tabs {
	background: url(mostReadNav.gif) top left no-repeat;
	display: block;
	width: 296px;
	height: 31px;
	}
	
.tabOneMostRead div.tabs span {
	visibility: hidden;
	}
	
.tabOneMostRead .tabs li {
	float:left;
	width:98px;
	font-size: 1em;
	text-align: center;
	font-family: "tahoma";
	padding-top: 2px;
	}

.tabOneMostRead .tabs li.tab3 {
	width:98px;
	}

.tabOneMostRead.blogsForumsTabs .tabs li a {
	display: block;
	width:98px;
	height: 31px;
	color: #267fc5;
	font-weight: 700;
	}
	
.tabOneMostRead.newsTabs .tabs li a {
	display: block;
	width:98px;
	color: #999170;
	font-weight: 700;
	line-height:1.0em;
	padding:2px 0 4px 0;
	}


.tabOneMostRead .tabs li a.active {
	color: #bf0e23;
	}
	
.tabOneMostRead .tabs li a:hover {
	text-decoration: none;
	color:#6f5f34;
	}
	
.tabOneMostRead .tabs li a:active {
	background: transparent;
	}
	
/* content */	
.tabOneMostRead {
	width: 294px;
	}

.tabOneMostRead .mostTabbed li {
	color: #000;
	font-size:1.3em;
	font-weight:400;
	clear:both;
	float:left;
	padding-bottom:9px;
	background-position:0 2px;
	}

.tabOneMostRead .mostTabbed span{
	float:left;
	display:block;
	width:49px;
	margin-left:1px;
	color: #000;
	}
	
.tabOneMostRead .mostTabbed li a {
	font-weight: 700;
	color: #6f5f34!important;
	margin-left: 9px;
	float:left;
	display:block;
	width:205px;
	font-family:Arial,Helvetica,sans-serif;
	}

.tabOneMostRead .mostTabbed li a:hover {color:#404040!important; text-decoration:underline;}
.mostTabbed {
	margin: 0 13px;	
	padding: 6px 0 8px 0 ;
	}

.dotUnderline {
	background: url(borderDotHoriz.gif) repeat-x 0 0;
	}
	
.tabOneMostRead .bkgGrey {
	width: 294px;
	margin-bottom: 20px;
	padding:15px 0 20px 0;
}

/* - END - new tab styles -- */


/* --- module column classes --- */


/* ---- standard module styles --- */

.module{
	float:left;
	}
	
	.module1col .module {
		float: none;
	}

.noModuleBkgFixRight{
	padding: 0 0 0 7px;
	}

.noModuleBkg{
	background:none!important;
	}
	
/*.listModule{
	padding-bottom:30px;
	}*/
	
.listModule h3.headline{
	font-size:1.3em;
	font-weight:700;
	line-height:1.1em;
	}

.listModule h3.headline a{
	display:block;
	}

.modulePadding{
	padding:7px 0 5px 0;
	}

.module2col{
	height:1%;
	}

.moduleDivider .module2col{
	background-image: url(bkgDot_DEDEDE.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	}

.moduleDivider .module2col .leftCol, .moduleDivider .module2col .rightCol{
	float:left;
	width:305px!important;;
	margin:0!important;
	}
	
.module2col .leftCol{
	float:left;
	width:297px;
	margin-right:15px;
	}
	
.module2col .rightCol{
	float:left;
	width:297px;
	}

.module2col ul.relatedLinks{
	/*border-top:1px solid #cccccc;
	margin-top:5px;*/
	padding-top:5px;
	}

/* ------------------------------------------ */
/* ----------promoarea homepage fix---------- */
/* ------------------------------------------ */
.module2col .rightCol .leftCol {
	margin-right:0;
	margin-left: 0;
}

ul.relatedLinks, ul.relatedLinksIcon{
	padding-top:0px;
	font-size:1.1em;
	}

ul.relatedLinks li, ul.relatedLinksIcon li{
	background: url(bkgLIArticleList.gif) 0 7px no-repeat;
	padding:0 0 10px 10px;
	font-weight:700;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
	
ul.relatedLinksIcon li{	
	padding:0 0 10px 20px;
	font-size:1.1em;
	}

ul.relatedLinks li a, ul.relatedLinksIcon li a{
	display:inline;
	}
	
ul.articleIcon {
	font-size:1.3em;
	/*margin-bottom: 14px;*/
	}
	
ul.articleIcon li {
	margin-top:10px;
	line-height:1.4em;
	}

ul.articleIcon li a {
	text-decoration:underline;
	color:#BF0E23;
	}
	
ul.articleIcon li a:hover {text-decoration:underline;color:#000;}

ul.articleIcon li.icoVideo, ul.relatedLinksIcon li.icoVideo, .bkgIconVideo {
	background: url(ico_video.gif) top left no-repeat;
	padding-left:28px;
	}
	
ul.articleIcon li.icoSound, ul.relatedLinksIcon li.icoSound, .bkgIconSound {
	background: url(ico_sound.gif) 2px 2px no-repeat;
	padding-left:28px;
	}
	
ul.articleIcon li.icoGallery, ul.relatedLinksIcon li.icoGallery, .bkgIconGalleries {
	background: url(ico_gallery.gif) 0 0 no-repeat;
	padding-left:28px;
	/*height: 19px; - this breaks title height */
	}
	
ul.articleIcon li.icoNoAsset, ul.relatedLinksIcon li.icoNoAsset {
	padding-left:0!important;
	}
	
h3.headline {
	font-weight: 700;
	color:#6f5f34;
	/*line-height:1.3em !important;
	font-size: 1.5em; */  				/*Changed to sort headline sizes on leading marketers & market data*/
	line-height:1.15em !important;
	font-size: 1.3em; 
	padding: 0 0 5px 0;
	}



h3.headlineAd {
	font-weight: 700;
	line-height:1.1em !important;
	font-size: 1.3em; 
	color:#6f5f34;
	padding-bottom:8px;
	}
	
h3.headline a, h3.headlineAd a {
	color:#6f5f34;
	}
h3.headline a:hover {
	text-decoration: underline;
	color: #404040;}

h3.headlineAd a:hover {
	color:#000000;
	}
	
h3.archiveHeadline{
	margin:15px 0 10px 0;
	font-size:1.4em;
	}
	
h3.archiveHeadline span{
	background:#000;
	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(borderDotHoriz.gif) repeat-x left bottom;
	padding: 2px 0 4px 0;
	}

.latestNews .last .storyContent, .featuresFull .last, .story .last {
	background:none;
	}

.featuresFull{
	width:608px;
	}

#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 a {
	font-size:1.2em;
	}
	
/* 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;
	padding:2px 7px!important;
	background: #000!important;
	line-height: 1em!important;
	width: 126px!important;
	margin: 10px 0 10px 0!important;
	}

.relatedArticlesNoMargin h2 {
	font-size:1.1em!important;
	color:#fff!important;
	padding:2px 7px!important;
	background: #000!important;
	line-height: 1em!important;
	width: 126px!important;
	margin: 0 0 10px 0!important;
}

.relatedArticles h3, .relatedLinks h3, .LatestNewsLinks h3, .contactDetails h3 {
	font-size:1.2em;
	background: url(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: none;
	font-weight: 700;
	}
	
.relatedArticles h3 a:hover, .relatedLinks h3 a:hover, .LatestNewsLinks h3 a:hover, .contactDetails h3 a:hover {
	text-decoration: underline;
	}

.cols1ThirdNews h3{font-weight:normal;}

.LatestNewsLinks{width:144px;}
	
.contactDetails ul li {
	font-size: 1.2em;
	}

.contactDetails p {
	margin-bottom: 5px;
	}
	
.otherSolutions h2 {
	width: 172px;
	}
	
.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:5px;
	margin-bottom: 5px;
	}

.forumPost p.commentsBubble {
	background: url(commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	color: #c9252b;
	float: left;
	margin: 7px 0px 0 17px;
	padding-top:0.1em;
	font-size: 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(forumsBlogsTab.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 .dotUnderline {
	border-bottom: 1px solid #dedede;
	background: none!important;
	}

#forumsBlogs h4.byline, #forumsBlogs .commentsBubble {
	margin-top: 0!important;
	padding-bottom: 4px!important;
	font-size:1.2em!important;
	}

#forumsBlogs h4.byline{margin-bottom:0;}

#forumsBlogs h4.byline a {
	color: #c10068;
	}

#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: #267fc5;*/
	}
	
#forumsBlogs .module h3, #forumsBlogs h3.headline, #forumsBlogs h1.headline {
	padding-left: 0!important;
	background: none!important;
	}

#forumsBlogs .bgForumsBlogs,#forumsBlogs .bgForumsBlogs2 {
	background: #F2F0E7;
	border: 1px solid #B6B5B5;
	border-top: none;
	padding:20px 15px 15px 15px;
	margin-bottom: 20px;
	width: 579px;
	overflow:hidden;
	}

#forumsBlogs .bgForumsBlogs .shadowButton{
	margin-left:18px;
	}

.fbLeftCol, .fbRightCol {
	float: left;
	width: 289px;
	/*margin-left: 15px;
	margin-top: 5px;*/
	}

.bgForumsBlogs h2{
	color:#fff!important;
	line-height:1em!important;
	font-size: 1.4em!important;
	padding-left:3px!important;
	margin:0 0 3px 15px!important;
	background: #000!important;
	border:none;
	}

.bgForumsBlogs2 h2{
	color:#fff!important;
	line-height:1em!important;
	font-size: 1.4em!important;
	padding:5px!important;
	margin:0 0 7px 0!important;
	background: #000!important;
	border:none;
	}
	
h2.fbSingleCol{
	padding:13px 0 6px 0!important;
	width:549px;
	}
	
.fbLeftCol .post, .fbRightCol .post{
	/*margin-left:15px;*/
	}

#forumsBlogs .blogPost, #forumsBlogs .forumPost {
	background: none!important;
	}
	
#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(blogsCommentsBubble.gif) no-repeat 0 2px;
	text-align: center;
	float: left;
	padding-top: 0!important;
	margin-top: 0!important;
	padding-left: 23px;
	font-size: 1.1em;
	line-height:1.25;
	color: #888;
	}
	
#forumsBlogs .forumPost p.commentsBubble {
	background: url(blogsCommentsBubble.gif) no-repeat 0 2px;
	text-align: left;
	color: #888;
	float: left;
	padding-top: 0!important;
	margin: 0!important;
	padding-left: 23px;
	font-size: 1.1em;
	line-height:1.25;
	width: 100px;
	}

.mostReadUnderline {
	border-top: 1px solid #dedede;
	}


/* --- FeatureCommentContainer - opinionAnalysisContainer --- */

#opinionAnalysisContainer, #featureCommentContainer {
	float: left;
	}
	
/* --- biggest brands --- */

.biggestBrands{
	padding:0 0 10px 0;
	}
	
.biggestBrands h3 {
	font-size: 1.6em;
	margin-bottom:5px;
	}

.biggestBrands img {
	float: right;
	width: 295px;
	}

.biggestBrandsText {
	width: 290px;
	float: left;
	padding-right: 5px;
	line-height:16px;
	}

/* --- text ads  --- */

#textAds {
	background: url(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(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: 0 0 5px 0;
	margin-bottom: 5px;
	}
	
#footer li a {
	color: #7f7f7f;
	}

.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: #fff; 
	border: 1px solid #dadcdc; 
	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: #6f5f34;
	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;
	color: #bf0e23;
	}
	
a.googleAdUrl:hover {
	text-decoration: none!important;
	}
	

/* top nav/links positioned from the footer */
	
div#minorNavPosition {
	position: absolute;
	top: 121px;
	z-index: 40;
	}

div#topNav{
	background:#f0eee4;
	border-bottom:1px solid #aa9f74;
	float:left;
	display:block;
	width:966px;
	text-align:right;
	padding:7px 0;
}

	div#topNav ul#magNav{
		float:right;
	}

	div#topNav ul#magNav li a{
		font-size:0.1em;
		line-height:0.1em;
		display:block;
		margin-right:35px;
	}
	
	div#topNav ul#magNav li a:hover{
		text-decoration:none;
	}
	
	div#topNav ul#magNav li a span{
		visibility:hidden;
	}
	
	div#topNav ul#magNav li.logoMKO a{
		background: url(logoTopNavMKO.gif) no-repeat top left;
		width:69px;
		height:13px;
	}
	
	
div#topNav ul#standardTopNav {
	float:right;
	margin-right:25px;
	padding-top:2px;
}

	div#topNav ul#standardTopNav li {
		padding:0 10px;
		line-height:1.1em;
		background: url(minorNavPipe.gif) no-repeat right 1px;
		font-size:1.2em;
		font-family: arial;
		}
	div#topNav ul#standardTopNav li.last {
		background:none;
		}
	div#topNav ul#standardTopNav li#RSS a{
		padding-right:40px;
		background:url(iconRSS.gif) right 2px no-repeat;
		}
	
	div#topNav ul#standardTopNav li a{
		color:#000;
		}
		
	div#topNav ul#standardTopNav 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(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;
	/*margin-bottom:4px;*/
	}

.footerContainer p{
text-align:left;
color:#000;
font-size:12px;
margin:0;
}	
	
	
.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;
	}
	
.footerHaymarket p {
	margin-left: 6px;
	font-size: 1em;
	line-height: 18px;
	}

/* -- Google Juice --*/
#googleJuiceWrapper{
	padding:8px 10px 5px 10px;
	border:1px solid #dedede;
	margin:20px 0;
	height:1%;
	}

ul.googleJuice{
	float:left;
	width:180px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:700;
	line-height:1.1em;
	font-size:1.1em;
	margin:0 0 10px 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:#6F5F34;
	text-decoration:none;
	}

ul.googleJuice li a:hover{
	text-decoration: underline;
	color:#404040;
	}

/* -- disruptor --*/

#disruptorContainer {
	width: 99px;
	height: 113px;
	position: absolute;
	top: 145px;
	right: 1px;
	}
	
#disruptorLink {
	width: 99px;
	height: 99px;
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	z-index: 100;
	}
	
#disruptorLink span {
	visibility: hidden;
	}
	
#disruptorLink a {
	width: 99px;
	height: 99px;
	display: block;
	background-image: url(disruptorButton.png);
	background-repeat:no-repeat;
	}
	
#disruptorLink a:hover {
	text-decoration: none;
	}
	
#disruptorLink a:active {
	background-color: transparent;
	}

#disruptorDrop {
	position: absolute;
	width: 190px;
	background: #fff;
	border: 1px solid #000;
	top: 116px;
	right: 0;
	z-index: 60;
	}
	
#disruptorDrop .thisIssueTop {
	padding: 9px 11px;
	background: #000;
	}
	
#disruptorDrop .thisIssueTop h3 {
	font-weight: 700;
	color: #fff;
	font-size: 1.5em;
	}
	
#disruptorDrop .thisIssueMiddle ul li {
	margin-bottom: 7px;
	}
	
#disruptorDrop .thisIssueMiddle a {
	color: #6f5f34;
	font-weight: 700;
	font-size: 1.2em;
	width: 130px;
	cursor:pointer;
	}

#disruptorDrop .thisIssueMiddle a:hover {
	color:#404040;
}
#disruptorDrop .thisIssueMiddle {
	padding: 11px 11px 0 11px;
}

#disruptorDrop .thisIssueBottom {
	padding: 11px 8px 6px 6px;
	background: #f6f5ef;
	font-weight: 700;
	color: #000;
	border-top: 1px solid #a3a3a3;
	}
	
#disruptorDrop .thisIssueBottom p {
	margin-left: 5px;
	}
	
#disruptorDrop .thisIssueBottom a:hover {
	text-decoration: none;
	}
	
#disruptorDrop .thisIssueBottom img {
	border:1px solid #AA9F74;
	}

#disruptorDrop .thisIssueBottom h4{
	font-size:1.2em;
	margin-bottom:7px;
	font-weight:700;	
}
	
.issueOff #disruptorLink a {
	background-position:0 0;
	}
	
.issueOff #disruptorLink a:hover {
	background-position:-99px 0;
	}
	
.issueOn #disruptorLink a {
	background-position: -198px 0;
	}
	
.issueOff .showDrop {
	display: none;
	}
	
.issueOn .showDrop {
	}


/* -- tabbed news -- */

.tabOneCommunity div.tabs { background-image: url(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: right;
	border: 1px solid #969696;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}

.noPromosCol{
	width:154px;
	float:left;
	padding:0;
	margin:0;
}

.smallPromoContainer {
	float: left; 
	margin-right: 10px;
}

.xColPromoSmall, .articlePromoSmall {
	width: 144px;
	margin-bottom: 10px;
	}


.articlePromoSmall {
	border-top: 4px solid #000;
	}

.xColPromoSmall {
	width:142px;
	background:#000;
	border:1px solid #7E000F;
	padding-bottom:2px;
	}



.xColPromoSmall p {}

.xColPromoSmall img {}
	
.xColPromoSmall h3, .articlePromoSmall h3 {
	font-size:12px!important;
	font-weight: 700;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	}

.xColPromoSmall h3{
	margin-bottom:3px;
	padding:3px 9px;
	color: #fff!important;
	background: #7e000f;
	}

.xColPromoSmall h3 a {
	color: #fff!important;
	}

.articlePromoSmall .content {
	background: #f3f2eb;
	border: 1px solid #dedacb;
}

.articlePromoSmall a img {
	display: block;
}

.articlePromoSmall h3, .articlePromoSmall p{
	margin: 10px 5px;
	padding: 0;
	}
	
.promoType1{
	width:297px;
	}
	
.promoType2{
	background:transparent url(promoBoxesRepeat.gif) repeat-y left top;
	width:297px;
	}

.promoType2Footer{
	height:15px;
	background:transparent url(promoBoxesBottom.gif) no-repeat left bottom;
	}

.promoType2Header{
	background:transparent url(promoBoxesTop.gif) no-repeat left top;
	}
	
#xcol .promoType2{
	background:transparent url(promoBoxesRepeatXcol.gif) repeat-y left top;
	width:300px;
	}

#xcol .promoType2Footer{
	height:15px;
	background:transparent url(promoBoxesBottomXcol.gif) no-repeat left bottom;
	}

#xcol .promoType2Header{
	background:transparent url(promoBoxesTopXcol.gif) no-repeat left top;
	}

#xcol .promoType2.marginBottom{
	margin-bottom:15px!important;
	}
	
.promoType2 img {
	border:1px solid #aa9f74;
	}
		
.promoType2 .promoImage {
	float:right;
	margin:10px 10px 0 10px;
	}
	
.promoType2 p {
	padding-right: 10px;
	line-height:16px;
	}

.promoType2 .promoImage img{
	margin:0;
	}

.promoType2 h3{
	font-size:1.4em;
	font-weight:700;
	}

.promoType2 h3 a{
	color:#000;
	display:block;
	}


/* --- more links --- */

.moreLink {
	background: url(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(moreBkgShort.gif) 0 8px repeat-x;
	height: 19px;
	margin: 15px 15px 0 0;
	padding-top: 4px;
	}
	
.features .moreLink a {
	background: url(btnMoreFeatures.gif) 0 0 no-repeat;
	width: 123px;
	margin: 0 auto;
	}

.peopleNews .moreLink {
	padding-right:5px;
	}
	
.peopleNews .moreLink a {
	background: url(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(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(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(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(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(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(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(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(btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 auto;
	text-align:center;
	}
	
a.moreJobs  {
	background: url(btnSearchMoreJobs.gif) 0 0 no-repeat;
	width: 136px;
	margin: 0 0 4px 0;
	text-align:center;
	}
	
a.nowHiring  {
	background: url(btnNowHiring.gif) 0 0 no-repeat;
	width: 165px;
	text-align:center;
	}
	
.features .moreLink a:hover {background: url(btnMoreFeatures.gif) -123px 0 no-repeat;}
.peopleNews .moreLink a:hover, .businessNews .moreLink a:hover, .latestNewsHome .moreLink a:hover {background: url(btnMore.gif) -56px 0 no-repeat; text-decoration: none;}
.forums .moreLink a:hover {background: url(btnMoreForums.gif) -109px 0 no-repeat;}
.blogs .moreLink a:hover {background: url(btnMoreBlogs.gif) -109px 0 no-repeat;}
.analysis .moreLink a:hover {background: url(btnMoreAnalysis.gif) -109px 0 no-repeat;}
.caseStudies .moreLink a:hover {background: url(btnMoreCaseStudies.gif) -143px 0 no-repeat;}
.review .moreLink a:hover {background: url(btnMoreReview.gif) -109px 0 no-repeat;}
.opinion .moreLink a:hover {background: url(btnMoreOpinions.gif) -139px 0 no-repeat;}
.moreLink a:hover {text-decoration: none;}
a:hover.moreJobs {background: url(btnSearchMoreJobs.gif) -136px 0 no-repeat;}
a:hover.nowHiring {background: url(btnNowHiring.gif) -165px 0 no-repeat;}
.latestIssueButton a:hover {color: #fff!important;}

/* --- topStoryHome --- */

#tsFullContainer {
	margin-top: 16px;
	/*border: 2px solid #000;*/
}

#topStoriesContent {
	position: relative;
	text-align:right;
	}
	
#topStoriesContent img {
	width: 327px;
	height: 216px;
	border-left:1px solid #bababa;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*float: right;
	display:block;*/
	float:left;
	}

#topStorieHeadlineContainer {
	width: 280px;
	float: left;
	border: 1px solid #000;
	border-right:0px;
	}

.topStoriesHeadlines p a {
	height: 33px;
	display: block;
	width: 260px;
	color: #000;
	border-bottom:1px solid #bababa;
	font-weight: 700;
	text-decoration: none;
	padding: 10px;
	line-height: 1.2em;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	}

.topStoriesHeadlines.last p a {
	border:none;
	height: 34px;
	}

.topStoriesHeadlines p a:hover, .topStoriesHeadlines p a.selected{
	background: #e6e6e6!important;
	color: #c11b2e;
	}

.topStoryContent {
	position: absolute;
	bottom: -217px;
	left: 291px;
	width: 290px;
	padding: 9px;
	background: #b21123;
	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;
}

/* --- frmSearchJobs --- */

.jobsHeader {
	border: 1px solid #aba076!important;
	background: #fff!important;
	padding:7px 0 7px 8px!important;
	}
	
.jobsHeader h2 {
	float: left;
	}

#frmSearchJobs {
	/*float: left;*/
	}

#frmSearchJobs .field {
	border: 1px solid #7a7a7a;
	width: 130px;
	margin-left:30px;
	
	}

#frmSearchJobs .button {
	/*margin-left: 128px;*/
	}
	
#jobSearch {
	float: right;
	}

#jobsOfTheWeek {
	clear: both;
	}
	
#jobsOfTheWeek h2 {
	color: #c9252b;
	margin: 0 0 6px 0;
	}

#jobsOfTheWeek ul li, #whitepaper dt, #whitepaper dd {
	font-size:1.1em;
	}

#jobsOfTheWeek ul li.jobDetail, #whitepaper dd{
	margin:0 0 6px 0;
	}
	
#jobsOfTheWeek ul li a, #whitepaper dt a {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
	color:#6f5f34;
	}
	
#jobsOfTheWeek h2 span {
	margin: 0 0 0 124px;
	}

#jobsButtons {
	background:#e6e2d2;
	padding: 10px 0 6px 8px;
	height:auto;
	border: 1px solid #aba076;
	border-top: none;
	margin-bottom: 15px;
	}

/* -- news by email -- */

.xColBoxHeader h2.newsByEmail {
/*	background: url(bkgH2NewsByEmail.gif) 0 0 no-repeat;*/
	}

.frmNewsByEmail{padding-top:5px;}

.frmNewsByEmail .radio {
	padding-left: 0!important;
	margin-right: 5px;
	float: left;
	}

.frmNewsByEmail label {
	font-weight: 700;
	float: left;
	margin-top: 2px;
	font-size: 1.2em;
	}

.frmNewsByEmail a {
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 1.2em;
	color:#BF0E23;
	}
.frmNewsByEmail a:hover {color:#000; text-decoration:underline;}

.frmNewsByEmail .frmRow {
	margin-bottom: 4px!important;
	}

.frmNewsByEmail .frmRow a {
	text-decoration:underline;
	}
	
.frmNewsByEmail .field {
	width: 160px;
	margin: 5px 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;
	float: left;
	}

.frmNewsByEmail .subscribeButton {
	margin-top: 4px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BF0E23;
	color:#BF0E23;
	cursor:pointer;
	display:block;
	font-size:1.2em !important;
	font-weight:700;
	text-transform:capitalize;
	float: left;
	}
	
	.frmNewsByEmail .subscribeButton:hover {
		background:#BF0E23 none repeat scroll 0 0;
		border:1px solid #BF0E23;
		color:#FFFFFF;
	}
/* --- xcol info boxes --- */

#xcol {
	margin: 15px 20px 0 0;
	}

.xColBoxGradient{
	border: 1px solid #aba076;
	background: #e3e0d4 url(xColGradient.gif) top left repeat-x;
	margin-bottom:15px;
	overflow:hidden;
	height:auto;
	}


	
.xColBoxHeader h2 {
border-bottom:1px solid;
display:block;
font-family:arial black;
font-size:16px;
height:25px;
line-height:17px;
margin:5px 5px 0 10px;
	}
	
.xColBoxHeader h2.jobs a {
	display: block;
	width: 72px;
	height:25px;
	}
	
.xColBoxHeader h2.poll {
	background: url(bkgH2Poll.gif) 0 0 no-repeat;
	display: block;
	width: 42px;
	height: 23px;
	}

.xColBoxHeader h2.directory a {
	background: url(bkgH2Directory.gif) 0 0 no-repeat;
	display: block;
	width: 91px;
	height: 26px;
	}
	
.xColBoxHeader h2 span {}
.xColBoxHeader h2.jobs {background: url(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;
	}
	
.jobsBoxContent {
	margin-bottom: 0px;
	background:#e6e2d2;
	border-left:1px solid #aba076;
	border-right:1px solid #aba076;
	border-bottom:1px solid #aba076;
	}

/* --- 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(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;
	}

.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 {
	float: left;
	border:0 none;
	margin-left:0;
	}
	
#frmBlueBoomerangSearch img {
	clear: both;
	margin-top:5px;
	}
	
/* --- whitepapers --- */	
	

.xColBoxHeader h2.whitePapers {
	background: url(bkgH2Whitepapers.gif) 0 0 no-repeat;
	}	

/* --- latest Issue --- */



#latestIssue{
	padding-bottom:10px;
	}
		
#latestIssue h3 {
	display: block;
	height: 30px;
	width: 130px;
	background: url(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:#6f5f34;
	}
		
#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;
	margin-top:10px;
	}

#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;
	}
	
#latestIssue .latestIssueSubscribe {
	margin-left: 120px;
}
	
/* --- 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 {
	border-bottom:2px solid #3B3B3B;
	padding-bottom:3px;
	display:block;
	padding-top:3px;}

.thisIssueImg {
	clear: both;
	float: left;
	margin-right:15px;
	}

.thisIssueImg img{
	border:1px solid #ccc;
	}


.thisIssueIntro {
	/*float: left;*/
	margin-top: 20px;
	}

.thisIssueSubscribe, .thisIssueSubscribe img {
	clear: both!important;
	margin:0 auto 0 auto;
	float: left;
	}
		
.thisIssueLeading h2 a {
	color: #999;
	}
	
.thisIssueLeading h2 a:hover {
	color: #605e5e;
	text-decoration: none;
	}

#previousIssues {
	margin: 0 0 10px 25px;
	}
	
#previousIssues h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#bf0e23;
	font-weight: 700;
	font-size: 1.4em;
	border-bottom:1px solid #000;
	padding-bottom:0px;
	padding-left:2px;
	margin-bottom:0!important;
	margin-top:20px;
	text-transform:capitalize;
	}

.previousBox {
	width: 159px;
	clear: both;
	/*border: 1px solid #ccc;
	border-top: 0;
	background-color:#e5e2d1;
	*/
	
	margin-top: 0;
	padding:7px 0;
}
	
#previousIssues a {
	font-size: 1.2em;
	line-height:1.5em;
	}

/* ---  email a friend --- */

#emailThisArticle {
	margin: 10px 0 0 0px;
	background: #f2f0e7;;
	width: 414px;
	padding: 10px;
	border-top: 1px solid #000;
	}
	
#emailThisArticle h3{
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	}
	
#emailThisArticle label {
	font-weight: normal;
	float: left;
	font-weight: 700;
	width:100px;
	}

#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(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 {
	color:#000;
	}
	
.pollResults .pollResultsWrap {
	padding:0;
	}
	
.pollResults h3 {
	color:#000;
	font-size:2.2em;
	line-height:1.0em;
	margin-top:10px;
	}
	
.pollResults p {
	margin:10px 0 10px 0;
	}

.pollResults ul.relatedLinks li{
	background:none;
	padding-left:0;
	}
	
.pollResults ul.relatedLinks li span{
	font-weight:normal;
	color:#000;
	} 

.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;
	padding-left:1px;
	}
	
/*.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(bkgTop.gif) repeat-x;
	}

#tvTopLeftCorner {
	width:11px;
	height:30px;
	background:url(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:#3387c8;
	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:#3387c8;
	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(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(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-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(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: #3387c8;
	margin-bottom:10px;
	}

.tvFeedBox .tvFeedContent h3:hover {
	color: #404040;
	}

.tvFeedBox .tvFeedContent p {
	font-size:1.2em;
	}

a.btnPlayVideo {
	background: url(btnPlayVideo.gif) no-repeat scroll;
	width:79px;
	height:16px;
	margin:10px 0px;
	display:block;
	}

.btnPlayVideo:hover {
	text-decoration:none;
	background: url(btnPlayVideo.gif) -80px 0 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 {
	width:100%;
	margin: 30px 0 0 0;
	display:inline;
	clear: both;
	height: 40px;
	}

#commentsModule {
	border-top: 1px solid #000;
	clear: both;
	background: #f2f0e7;
	width: 412px;
	padding: 14px;
	display: block;
	margin: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:140px;
	float:left;
	padding-top: 1px;
	margin-left: 16px;
	color: #757575;
	font-size: 1.1em;
	}

.emptyComments {
	height: 10px!important;
	padding-top: 0!important;
	}

.postCommentGated {
	margin: 10px 0 0 0;
	}

/* comments list */
	
#allComments {
	margin: 25px 0 0 0;
	width:100%;
	display:inline;
	}
	
#allCommentsList {
	clear: both;
	width: 441px;
	color:#888888;
	}
	
#allCommentsList .comment {
	padding: 10px 0 10px 0;
	margin-left: 10px;
	}
	
#allCommentsList .comment h4 {
	/*background:transparent url(borderDotHoriz.gif) repeat-x scroll left bottom;*/
	border-bottom:1px solid #e7ebea;
	padding-bottom:5px;
	margin-top: 0;
	font-size:1.1em;
	}
	
#allCommentsList .comment p {
	padding-top:4px;
	/*margin-left:15px;*/
	margin-bottom: 0;
	color:#000;
	}
/*.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;
	margin-right:5px;
	overflow:hidden;
}

.commentRightCol{
	float:left;
	width:375px;
	padding-left: 0;
	margin-bottom:10px;
}

.commentRightCol .horizList {
	margin-left: 0;
	padding-left: 0;
}

.comment a{
	color:#bf0e23;
	text-decoration:underline;
}




/* --- 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(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 {
	z-index:1000;
	}
	
.share ul {
	background: url(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(shareTopDots.gif) 0 0 no-repeat; font-size: 1.1em!important; padding-top: 5px;}
.share ul li.delicious a {background: url(iconDelicious.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.stumble a {background: url(iconStumble.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.facebook a {background: url(iconFacebook.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.reddit a {background: url(iconReddit.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.digg a {background: url(iconDigg.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.google a {background: url(iconGoogle.gif) 0 0 no-repeat; padding-left: 20px;}
.share ul li.yahoo a {background: url(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;
	}

.articleToolsAW {
	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: 497px;
	position: relative;
	}

/*.articleTools .adwatch {width:509px !important;}*/

.articleTools ul, .articleToolsAW ul {
	padding-left: 0!important;
	margin-left: 0!important;
	}

.articleTools ul li a, .articleToolsAW ul li a {
	color: #7f7f7f;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	height: 22px;
	}
	
.articleTools .print a {
	background: url(iconToolsPrint.gif) 0 0 no-repeat;
	padding-left: 26px;
	margin-right: 11px;
	display: inline; /* ie dbl margin...*/
	}

.articleToolsAW .print a {
	background: url(iconToolsPrint.gif) 0 0 no-repeat;
	padding-left: 26px;
	margin-right: 5px;
	display: inline; /* ie dbl margin...*/
	}
	
.articleTools .emailArticle a {
	background: url(iconToolsEmail.gif) 0 0 no-repeat;
	padding-left: 24px;
	margin-right: 11px;
	display: inline;
	}
	
.articleTools .clipSave a {
	background: url(iconToolsCut.gif) 0 0 no-repeat;
	padding-left: 19px;
	margin-right: 11px;
	display: inline;
	}

.articleTools .newsEmail a {
	background: url(iconToolsbulletin.gif) 0 0 no-repeat;
	padding-left: 23px;
	}
	
#clipAndSaveMessage {
	background: url(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: 5px 0 0 0;
	float: left;
	width: 340px;
}

.wideTableTools #clipAndSaveMessage {
	left: 100px;
	}

.wideTableTools ul li a{
	display:block!important;
}	
/* --- 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 .authorProfileImage{
	float:left;
	padding:0 10px 0 0;
	width:51px;
	}

.authorMoreProfiles p { font-size:1em; font-weight:normal;}
.authorMoreProfiles img {float:right; padding:0 0 2px 10px;}

.authorProfile h3{
 	color:#000;
	margin-bottom:5px;
}

/* --- 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 p {clear:both; padding-top:10px;}

#registerForm h1 {
	font-size:1.8em;
	color:#3b3b3b;
	text-transform:capitalize;
	font-weight:normal;
	padding-top:3px;
	display:block;
	border-bottom:2px solid #3b3b3b;
	padding-bottom:3px;
	width:100%;
	}
	
#loginArticle img {
	margin-left: 15px;
	}
	
#registerForm input.field {
	border:1px solid #797979;
	height:15px !important;
	margin:0pt 10px 0pt 0pt;
	width:168px !important;
	}
	
/* --- articleVideo --- */

.articleAssets {
	padding: 0;
	margin:0 0 20px 0;
	}
	
.articleGalleryPagination {
	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;
}

.articleGalleryOptions {
	padding: 0 10px 10px 10px;
}

.viewsizes, .articleGalleryTags {
	text-align: left!important;
	}

.articleGallery p, .articleGalleryItem h3 {
	font-weight: 100;
	text-align: left!important;
	color: #000;
	padding: 0 10px;
	font-size: 1em;
}

.articleGallery {
	width: 438px;
}

.articleGallery div {
	text-align: center;
}

/* --- events - Moved into events.css --- */

/* --- adwatch styles moved into adWatch.css --- */

/* --- 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;
	}
	
.imageCaption{
	margin-left:7px;
	color:#8c8c8c;
	font-size:1.1em;
	clear: both;
	width: 427px;/* this size is a rough guide based on standard BR image size, as the width of the image cant be determined */
	}

.newsThumbnail{
	margin:0 0 0 10px;
	float:right;
	}


.newsThumbnailLeft{
	margin:0 10px 0 0;
	float:left;
	}
	
.invertFloat .newsThumbnail, .invertFloat .newsThumbnailLeft {
	margin:0 10px 0 0!important;
	float:left!important;
	}
	
.newsThumbnail img, .newsThumbnailLeft img{
	border:1px solid #aa9f74;
	}

.newsLeftCol{
	float:left;
	width:195px;
	}

.IssuesModule .newsThumbnail{
	float:left;
	margin:0 10px 0 0;
	}
	
.IssuesModule .withImage .borderBottom{
	background:url(issueHrSolidGrey.gif) 90px bottom no-repeat;
	border:none;
	}

.IssuesModule .withImage .modulePadding{
	padding-bottom:0;
	}

.latestNewsTopStories{
	border-bottom:#cccccc 1px solid;
	}
	
.latestNewsTopStories p{
	font-size:1.3em;
	}

.shadowButton a, .shadowButtonGolden a{
	padding:1px 0;
	text-align:center;
	width:auto;
	text-decoration: none;
	background-color: #fff;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 1.2em!important;
	line-height:2.0em;
	}

.shadowButton a span, .shadowButtonGolden a span{padding:0 5px;} /* Move from above to Fix a padding bug in Firefox 2*/

.shadowButton a{
	border:1px solid #bf0e23;
	color:#bf0e23;
	}

.shadowButtonGolden a{
	border:1px solid #6f5f34;
	color:#6f5f34;
	}

.shadowButton a:hover, .shadowButtonGolden a:hover{
	text-decoration: none;
	}

.shadowButton a:hover{
	background: #bf0e23;
	color:#fff;
	}
	
.shadowButtonGolden a:hover{
	background: #6f5f34;
	color:#fff;
	}

.bulletinModule .shadowButton, .bulletinModule .shadowButtonGolden{
	float:left;
	margin-right:5px;
	}

.shadowButtonMultiWrapper .shadowButton{margin-right:10px;}

.bordersImg {
	float:left;
	padding:0;}
	
.bordersImg img{
	border:1px solid #b0a57d;
	display:block;
	}

/* ------- Article Carousel - for when no javascript loads -----*/


#articleCarousel li p{
margin:0;
text-align:center;
font-size:12px;
color:#fff;
}

.promoContents p{
margin:0;
text-align:center;
font-size:12px;
color:#fff;
}

.promoContents{
margin:0 0 0 12px;
}
	
#articleCarousel li {
	width: 128px;
	float: left;
	padding: 4px;
	text-align:center;
}

#articleCarousel li a {
	color: #fff;
	font-weight: 700;
	/*font-size: 1.2em;*/
}

#articleCarousel li a.download {
	color: #fff;
	font-weight: bold;
	text-align:center;
	padding:2px 7px;	
	font-size:15px;
	text-decoration:none;
}



#articleCarousel li img {
	border: 1px solid #7c7c7c;
}
	
/* ------- News Archive ------*/
.summaryGrey {color:#8d8d8d!important;}
.newsDayPagination{
	width:100%;
	border:1px solid #dedede;
	padding:2px 0 5px 0;
	text-align:center;
	font-size:1.2em;
	}
	
.newsDayPagination a{
	text-decoration:underline;
	color:#BF0E23;
	}

.newsDayPagination ul li{
	float:none;
	padding:0 5px;
	}

#archiveTable h2 {
	margin: 10px 0;
}

.archiveRow {
	clear:both;
	margin-bottom: 10px;
	font-size:1.3em;
}
	
.archiveRow.alternate {
		background: #f7f4ed!important;
		display: block;
		float: left;
		padding:5px 0px;
	}

/* --- 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: #267fc5;
	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:#f1eee2;
}

#league_table th, .cmsTable th {
	background-color:#6f5f34!important;
	color: #fff!important;
	padding: 2px 5px 0 5px!important;
	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 {
	width: 95px;
	height: 17px;
	background: #fff;
	border: 1px solid #bf0e23!important;
	cursor:pointer;
	color: #bf0e23!important;
	float: right;
	font-size: 1.2em;
	font-weight: 700;
	text-transform:lowercase; /*needed for ie6 to indent the text*/
	line-height: 1em;
	padding: 3px 0 0 4px;
}

.btnReturnArticle:hover {
	color: #fff!important;
	border: 1px solid #bf0e23;
	background: #bf0e23;
}

#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(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.articleGallery {
	border: 1px solid #b7b6b6;
	margin-top: 10px;
}

.articleAssetsAudio {
	float: left;
	padding: 6px;
	border: 1px solid #b6b5b5;
	margin-bottom: 10px;
	width: 428px;
}

.articleAssetsAudio h5 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1em;
}

.articleAssetsAudio embed {
	float: left;
	margin-right: 6px;
}

div.articleGallery, .articleAssetsAudio a {
	font-size: 1.2em;
}

div.articleGallery img {
	margin: 0 0 10px 0;
}

div.articleGallery .paginationPrev img, div.articleGallery .paginationNext img {
	margin: 0px;
}

.viewsizes {
	margin-top: 10px;
	font-weight: 700;
}

div.articleGallery .show ul {
	margin: 0 0 2px 5px;
}


div.articleGallery .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 {
	text-decoration: none;
}

.articleAssetsPlayer {
	width: 300px;
}

/* contact us */

.contactUsMain{width:194px;float:left;}

.contactUsMain strong{font-weight:700;}

.contactUs h3, .contactUsMain h3{
	margin:2px 0 1px 0!important;
	color:#267FC5!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 {
	padding: 15px 0 15px 136px;
	margin:20px 0;
	border: none;
	background: #f5f4ed;
}

	
.communitySearch input.goButton {
	display:block;
	padding:0px 10px;
	border:0 none;
	background: #fff;
	border: 1px solid #bf0e23;
	cursor:pointer;
	color: #bf0e23;
	font-size: 1.2em;
	font-weight: 700;
	text-transform:lowercase; /*needed for ie6 to indent the text*/
	}
.comCol {
	float: left;
	width: 228px;
}

.communitySearch label {
	text-transform:capitalize;
	color: #010101;
	float: left;
	margin-top: 2px;
	font-weight:700;	
}

.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: 0 10px 0 10px !important;
	padding: 0 !important;
	margin-bottom: 20px;
}

#comLatestBlogs h5 a, #comMostDiscussedBlogs h5 a, #comLatestForums h5 a, #comMostDiscussedForums h5 a {
	font-size: 1.3em;
	color: #6f5f34;
	font-weight: 700;
}
	
.comCol h2 {
	background: #000!important;
	color: #fff;
	line-height: 1em!important;
	font-size: 1.2em!important;
	margin: 10px 10px 16px 10px !important;
	padding: 1px 10px !important;
	font-weight: normal!important;
}

.comCol h2 span {
	background: none!important;
	padding: 0!important;
	color:#fff !important;
}

.comCol h2 a {
	color:#fff !important;
}

.comCol h2 a:hover {
	color:#fff !important;
	text-decoration:underline !important;
}
	
	
.comRightCol {
	width: 153px;
	float: left;
}
	
.comRightCol h2 {
	background: #000!important;
	background-image: none!important;
	color: #fff!important;
	line-height: 1em!important;
	font-size: 1.2em!important;
	margin: 10px 10px 16px 10px !important;
	padding: 1px 10px !important;
	font-weight: normal!important;
}

.comRightCol h2 span {
	background: none!important;
	padding: 0!important;
	color: #fff!important;
}

.comRightCol h2 a {
	color: #fff!important;
}

.comRightCol h2 a:hover span {
	color: #fff!important;
	text-decoration: underline!important;
}

.comRightCol ul {
	margin: 10px 10px 16px 10px !important;
}

.comRightCol ul li {
	margin-bottom: 4px;
	background: url(bkgLIArticleList.gif) 0 7px no-repeat;
	padding:0 0 0 10px;
	color:#267FC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

.comRightCol ul li a {
	font-size: 1.2em;
}

.comRightCol ul li a:hover {
	font-size: 1.2em;
	text-decoration: underline;
}

.comBlogListing {
	color: #000;
	font-size: 1.1em;
	margin-bottom:20px;
}

.comBlogListing .imgContent {
	float: left;
	margin-right: 10px;
}
	
.comBlogListing .txtContent {
	float: left;
	width:144px;
}
.comBlogListing h4 {
	color: #000;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}
.comBlogListing .txtContent h5 {margin:5px 0;}

.comBlogListing .txtContent .byLine {
	color:#5b5b5b;
	font-size:1.1em;
}

.comBlogListing .txtContent .byLine a {
	color:#bf0e23;
	text-decoration:underline;
}

.comBlogListing p {
	color: #000;
	font-size: 1.1em;
	padding:2px 0 4px 0;
}

.forumListing {
	margin-bottom: 20px;
	font-size: 1.2em;
	word-wrap: break-word!important;
	overflow: hidden;
}

.forumListing h3 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
}

.forumListing .byLine {
	color:#5b5b5b;
	font-size:1em;
}

.forumListing .byLine a {
	color:#bf0e23;
	text-decoration:underline;
}

.blogComment {display:inline; margin-left:3px;font-size: 11px !important;}

.blogComment a {
	font-size: 11px !important;
	font-weight:normal!important;
}

.forumComment {display:inline; margin-left:3px;font-size: 11px !important;}

.forumComment a, .blogComment a {
	color:#000!important;
	font-size: 11px !important;
	font-weight:normal!important;
	padding:0 1px;
}

.forumListing h5 {margin:5px 0;}

.forumListing h4 {
	color: #000;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}

.latestAVNews {
	width: 450px;
	float: left;
	margin-bottom: 20px;
}

.latestAVNews .shadowButtonType2 {
	margin-top: 20px;
}

.csBox {background-color:#f3f0e7; margin:0 0 25px 0;}
	
/* --- little black books - moved into littleBlackBook.css  --- */

.bulletinModule {margin-bottom:30px;}

.bulletinModule h2 {
	font-size:1.4em!important; 
	font-weight:700; 
	border:none!important; 
	color:#000!important; 
	line-height:1em!important;
	}
	
.testRed{
	background:#ff0000;
	}

/* additions */
.articleToolsAW .clipSave2 a, .articleToolsAW .emailArticle2 a {
	background: url(iconToolsCut.gif) 0 0 no-repeat;
	padding-left: 19px;
	margin-right: 5px;
	margin-left:15px;
	display: inline;
	}
	

/*============ report abuse ==================*/
.reportAbuse {
    float:right;
    font-size:1.1em;
    margin:10px 0;
}

.reportAbuse a {
    color:#BF0E23;
    text-decoration:none;
}
.reportAbuse a:hover {
    color:#404040;
    text-decoration:underline;
}


}



ul.navigations {
display:block;
list-style:none;
padding:0;
margin:0;

}

ul.navigations li {
background:transparent url(arrow1.gif) no-repeat scroll 1px 4px;
border-bottom:1px dotted #000000;
display:block;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:96%;
height:auto;
overflow:hidden;
zoom:1;
margin:0px 0 8px 0;
padding:0 0 2px 12px;
}

ul.navigations li a {
color:#000;
text-decoration:none;
font-size:12px;
}

ul.navigations li a:hover {
color:#ff0000;
text-decoration:none;
font-size:12px;
}





.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
    border-bottom:1px solid #ccc;
	margin:5px 0 10px 0;
	padding:5px;
	zoom:1;
}

.reviews h3 a:hover{
color:#808080;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
color:#000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-decoration:none;
 text-decoration:none;
 font-size:12px;
 margin:0 0 3px 0;
 font-weight:bold;
}















