@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;
}
body {
	color: #000;
	background: url(/_images/bkgBody.gif) 0 0!important;
	font: 62.5% Arial, Helvetica, sans-serif; /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{overflow: hidden;} /*consider these to get around IE itallics bug, also solves strings and urls too long for their containers and resolves padding issues on IE submit buttons*/
/* input.button{overflow:visible} resolves padding issues on IE submit buttons -- usage: add class 'button' to any text-type submit elements - BEWARE: in some cases (identified when using input type="submit") this may trigger peekaboo in IE7*/

/* --- end of reset ---*/


/*	----- General -----*/
.be-nice-to-Mac-IE5 {
    	font-family: "\"}\"";
    	font-family: inherit;
  	}

p, p span {
	text-align: left;
	font-size: 1.2em;
	}

a {
	text-decoration: none;
	color:#c9252b;
	}

p a {
	text-decoration: underline;
	}

p a:hover, h3 a:hover {
	background-color: transparent !important;
	}

a:hover img {
	background: none;
	}

a:hover {
	text-decoration: underline;
	color:#605e5e;
	}

a:focus, a:active  {
	background: #e4e4e4;
	outline: 0;
	}
	
.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: 10px auto;
	position: relative;
	width: 958px;
	padding: 0 8px;
	}

#content {
	background: #fff;
	clear: both;
	}

#header {
	float:left;
	width:960px;
	background-color: #fff;
	font-family: tahoma, arial, helvetica, sans-serif;
	height: 1%;
	padding-bottom:15px;
	}
	
#maincol {
	margin:0 15px; 
	height:1%;
	display:inline;
	}
	
h1 {
	font: 1.60em/1.35em Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #999999;
	text-transform:uppercase;
	margin-left:15px;
	display:inline;
	float:left;
	}
	
h1 span{
	font: 1.45em/1.30em Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	}

h1 span, #siteLogo span {
	position:absolute;
	text-indent:-999px
	}

h2 {
	font: 1.45em/1.30em Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	}

#news h2, #channel h2, #login h2, #confirmRegister h2, #article h2 {
	padding-top: 14px;
	}

h2.noBorder{	
	border:none!important;
}

h3 {
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	color: #999;
	}

h4 {
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	color: #999;
	}	

hr {
	display: block;
	clear: both;
	height: 1px;
	background: #999;
	width: 85%;
	margin: 0 auto;
	}

div.clearFloat {
	clear: both;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	}	

.left {float: left;}
.right {float: right;}
.centered {	margin: 0 auto;	}
.none {	float: none;}
.clear {clear: both;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

.inline {display: inline;}

.marginLeft {margin-left: 10px;}
.marginLeft5 {margin-left: 5px;}
.marginLeft20 {margin-left: 20px;}

.marginRight {margin-right: 10px;}
.marginRight5 {	margin-right: 5px;}
	
.marginTop {margin-top: 10px;}
.marginTop5 {margin-top: 5px;}
.marginTop10 {margin-top: 10px;}
.marginTop20 {margin-top: 20px;}
	
.marginBottom {margin-bottom: 10px;}
.marginBottom5{margin-bottom: 5px;}
.marginBottom10 {margin-bottom: 10px;}
.marginBottom20 {margin-bottom: 20px;}
.marginBottom30 {margin-bottom: 30px;}
	
.noMargin {	margin: 0!important;}

.paddingTop {padding-top: 10px;}
.paddingTop5 {padding-top: 5px;}
.paddingTop30 {	padding-top: 30px!important;}

.paddingBottom {padding-bottom: 10px;}

.paddingLeft {padding-left: 10px;}
	
.smallText {font-size: 0.9em;}

.bkgGrey {
	background: #eff2f3;
	width: 100%;
	border: 1px solid #c8cacb;
	border-top: none;
	}
	
.borderTop{	border-top: 1px solid #000;	}
.borderBottom{border-bottom: 1px solid #000;}

.bold{	font-weight:700;}

.hide {display: none!important;}

.fullWidth {width: 100%;}	

.horizList ul li, ul.horizList li {
	float: left;
	display: inline;
	}

/* --- Header Elements ---*/

#siteDate {
	color: #7d7d7d;
	font-size: 1.2em;
	position:absolute;
	top:12px;
	left:21px;
}

#siteLogo {
	margin: 11px 0 13px 165px;
	float: left;
	display:inline;
	height:1%;
	}
	#siteLogo h1 {margin-left:0;}
#breadcrumb {
	font-size:1.2em;
	line-height:1.5em;
	margin-left:10px;
	height: 31px;
	}

#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 -- */

#siteNavContainer {
	clear: both;
	width: 916px;
	background: url(/_images/mainNavBkg.gif) repeat-x 0 0;
	padding: 13px 11px 0 11px;
	margin: 0 10px;
	}
	
#siteNav {
	width: 916px;
}

#siteNav ul {
	background: transparent;
	height: 2.15em;
	width:auto;
	display:block;
	background: url(/_images/mainNavTop.gif) repeat-x 0 0 transparent;
	font-size: 1.3em;
	padding:0 9px 0 0;
	}
	
#siteNav ul li {
	display: inline;
	width:auto;
	}
	
#siteNav ul li#mainNavHome {
	padding-left:9px;
	}
	
#siteNav ul li a {
	background: url(/_images/mainNavTop.gif) repeat-x 0 0 transparent;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration:none;
	padding:0 16px 0 16px;
	font-weight:700;
	text-transform: capitalize;
	height: 2.15em;
	line-height: 2.15em;
	white-space:nowrap;
	float:left;
	}
	
#siteNav li a.selected {
	color:#000!important;
	background: #dedede;
	}
	
#siteNav li a.selected:active, #siteNav li a.selected:hover {
	color:#000!important;
	background: #dedede;
	}
	
#subNav li a.selected {
	color:#c9252b!important;
	}
	
#siteNav li a:hover, #siteNav li a:focus {
	text-decoration:none;
	color:#000!important;
	background: #dedede;
	}
	
/* --- sub navigation --- */


#subNav {
	clear: both;
	display:inline-block;
	border-bottom:1px solid #c5c5c5;
	width: 916px;
	}
	
#subNav ul {
	height: 2.8em;
 	padding-left:3px;
	background: #dedede;
	}

#subNav ul li {
 	padding:7px 0;
	}

#subNav ul li a {
	font-size:1.2em;
	line-height: 1em;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
	
#subNav li a:focus, #subNav li a:hover {
	text-decoration:none;
	color:#605e5e!important;
	}

/* set the individual subnav spacing*/

.subNavChannels li a{
	padding: 0 22px;
	}
	
/*-- site search --*/

#siteSearch {
	float: left;
	margin: 98px 0 0 155px;
}

#siteSearch label {
	margin-right:10px;
	font-size: 1.3em;
	font-weight: 700;	
}
	
#siteSearch label span {
	display:none;
}
	
#siteSearch .field {
	width: 168px;
	margin: 0 10px 0 0;
	border: 1px solid #797979;
}

#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;
	margin-top: 9px;
	}

/*-- end site search --*/

/*-- product search --*/
#ProductSearchWrap {
	float:right;
	width:342px;
	}

#ProductSearch {
	width:266px;
	border: 1px solid #d9d9d9;
	float:right;
	background-color:#f6f6f6;
	padding:6px;
	}
	
#ProductSearch .field {
	width: 168px;
	margin: 0 10px 0 0;
	border: 1px solid #797979;
}

#ProductSearch label {
	margin:2px 4px;
	display:block;
	}



/*-- end product search --*/

/* --- Subcol Elements ---*/

#subcol form {
	padding: 12px 0 0 10px;
	}

#subcol form .formRow{
	margin-bottom:4px;
	}

#subcol form input.radio{
	padding:0;
	border:none;
	width:18px;
	}

#subcol form input{
	vertical-align: middle;
}

#pollContainer #lastPoll .pollBarContainer{
	background-color: #f4f4f4;
	color: #000000;
	}

/* --- Lists --- */


ul.bulletBlack li a, p.bulletBlack a, h3.bulletBlack a {
	background: url(/_images/arrowRightBlack.gif) no-repeat;
	color: #E0042A;
	}
	
p.bulletRed a, h3.bulletRed a {
	background: url(/_images/arrowRedLeft.gif) no-repeat;
	color: #000;
	}
	
ul.bulletRed li {
	background: url(/_images/arrowRedLeft.gif) no-repeat 0 3px;
	color: #000;
	padding: 0 0 0 14px;
	}

p.bullet a, h3.bullet a {
	padding: 0.2em 0.2em 0.2em 1.5em;
	display: block;
	background-position: 0 0.6em;
	}

p.bulletRSS a{
	background: url(/_images/bulletRSSFeed.gif) no-repeat 0 0.35em;
	color: #E0042A;
	}

ul.bulletWithRSSIcon li a {
	line-height:20px;
	background: url(/_images/iconRSSFeed.gif) top left no-repeat;
	padding-left:20px;
	margin-left:10px;
}

p.bullet a {
	text-decoration: none;
	}	

ul.jobOfWeek li{
	width:280px;
	overflow:hidden;
	word-break:break-all;
	}

ul.jobOfWeek li a {
	padding: 0.3em 0.2em 0.4em 1.5em;
	border-bottom: 1px solid #CDCDCD;
	background-position: 0 0.7em;
	}

ul.standard li a {
	padding: 0.3em 0.2em 0.4em 0.8em;
	display: block;
	overflow: hidden;
	}
			
a.buttonStyle {
	border: 1px solid #c03;
	background: #dc0d29 ;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 2px 3px;
	}

a.buttonStyle:hover {
	background: #dc0d29 !important;
	}

/* --- Boxes --- */

.boxBlackBorder {
	border: 1px solid #000;
	border-top: none;
	padding-bottom: 10px;
	}

.boxGreyBorder {
	border: 1px solid #DCDCDC;
	border-top: none;
	padding-bottom: 10px;
	}

.h1WithSponsor{
	width:278px;
	color:#b2b2b2;
	padding-top:10px;
	margin-right:10px;
	margin-bottom:5px;
	display:inline;
	text-align:right;
	padding-bottom:7px;
	background: url(/_images/borderDotHoriz.gif) repeat-x bottom left;
	}

.h1WithSponsor img{
	vertical-align:bottom;
	margin-left:10px;
	}

.h1Standard h1, .h1WithSponsor h1{
	border:none;
	float:left;
	padding-top:3px;
	padding-left:8px;
	}

.h2WithRss {
	font-weight: 700;
	color: #000;
	border-bottom: 3px solid #000;
	float:left;
	width:100%;
	}

.h2WithRss h2{
	float:left;
	border:none;
	}

.h2WithRss .rssFeed img{
	padding: 16px 0 0 6px;
	position:relative;
	float:right;
	}

.rssFeed img{
	padding: 5px 0 0 6px;
	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;
	/*margin: 8px 15px 0 0;*/
	}

.story .storyContent{
	height:1%; 
	padding-bottom: 4px;
	}

.storyContent p {
	font-size:1.2em!important;
	}
.story span.storyType {
	color: #666;
	}

.story p {
	margin-top: 5px;
	}

.feature {
	background: #fff;
	display:block;
	width:587px;
	margin-bottom:17px;
	}

.feature img{
	border:1px solid #ccc;
	float:right;
	margin-left:10px;
	}

.feature h1{
	float:none;
	margin:0;
	padding:0;
	display:block;
	text-transform:none;
	}
	
.feature h1 a {
	color: #000;
	font-size: 1.25em!important;
	font-weight:400;
	line-height: 1em;
	display:inline;
	float:none;
	}	

.feature .story h3 {
	font-size: 1.30em;
	}
	
.feature .story h4 {
	padding-bottom: 10px;
	}

.feature .story p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 0 0;
	}

.feature .story h4.byline {
	margin-top: 3px;
	}

h4.byline {
	color: #888888;
	margin-top: 3px;
	padding-bottom: 10px;
	font-size: 1.1em!important;
	line-height: 1.1em;
	}

h4.byline a {
	color: #c9252b;
	text-decoration: none;
	float: left;
	}
	
h4.byline a:hover {
	text-decoration: underline;
	}	
	
.cols1Full {
	float: left;
	background: #F8F6F7 ;
	width: 100%;
	padding: 10px 0;
	}

.cols1Full p {
	padding: 0 5px 5px 10px;
	}

.colLayout2 {
	width: 595px;
	background: url(/_images/borderDotVertical.gif) repeat-y  288px 0;
	}

.borderVerticalRight {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 304px 29px;
	}
	
.borderVerticalRightHome {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 304px 33px;
	}

.borderVerticalRightNews {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 417px 0px;
	}

.features .borderVerticalRight, .furtherNews .borderVerticalRight {
	background-position:289px 46px;
	}
	
.borderVertical2Thirds {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 418px 0px;
	}
	
.borderVerticalRightThisIssue {
	background: url(/_images/borderDotVerticalFull.gif) no-repeat 428px 46px;
	}

.cols2Left {
	width: 281px; /*.noModuleFix adjusts for the box model*/
	float: left;
	margin-right: 18px;
	}

.cols2Right{
	width: 281px;
	float:left;
	}
	
.cols2Thirds {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	margin:10px 8px 0 0px;
	clear:both;
	}

.cols1Third {
	width: 166px;
	float:left;
	}

.noModuleFixLeft /*for use when your not using the module class on a cols2Left*/{
	width:296px;
	}

.noModuleBkgFixRight{
	width:280px;
	}

#bulletins .cols2Left li{
	width:285px;
	}

#bulletins .cols2Right li{
	width:290px;
	}

.colLayout3 {
	float: left;
	width: 100%;
	height:1%;
	background:transparent url(/_images/borderDotVerticalFull.gif) no-repeat scroll 185px 46px;
	}
	
.colLayout3Background {
	background:transparent url(/_images/borderDotVerticalFull.gif) no-repeat scroll 390px 46px;
	float:left;
	}
	
.cols3 {
	width: 180px;
	float: left;
	margin-right: 0;
	}

.cols3Middle {
	float:left;
	padding-right:3px;
	padding-left:7px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background:transparent;
	margin:0 20px 0 20px;
	}

.cols3Right {
	margin-right: 0;
	float:left;
	background:transparent;
	padding-left:0px;
	}
	

/* --- features module 3 col - used on home page --- */
.features h4 {
	margin-top:3px;
	padding-right:5px;
	}
.features p {
	clear:left;
	padding-right:5px;
	}


/* --- Article Page --- */

.articleImage img {
	border: 1px solid #ccc;
	margin-left:10px;
	}
	
.storyContent img {
	border: 1px solid #ccc;
	}

#article {
	float: left;
	background: transparent url(/_images/article_bkg.gif) left top repeat-y;
	}

#article .cols2Left {
	margin-right: 0;
	background: #F8F6F7;
	}

#article .cols2Left h2 {
	border: none;
	color: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 5px;
	}

#article .cols2Left h2, #article .cols2Left h3, #article .cols2Left h4, #article .cols2Left h4.byline, #article p, #article .cols2Left form {
	padding-left: 10px;
	padding-right: 5px;
	}

#article .cols2Right {
	width: 310px;	
	}

#article .tools {
	width: 260px;
	padding-top: 5px;
	margin-left: 10px;
	}

#article .cols2Left h3 {
	border-bottom: none;
	font-weight: 400;
	}

#article #commentsBody {
	margin-top: 10px;
	}

#article #commentsBody textarea {
	width: 268px;
	border: 1px solid #999;
	}

#article .comment {
	border-bottom: 1px solid #ccc;
	margin: 5px 5px 5px 10px;
	}
	
#article .comment p, #article .comment h4 {
	padding: 0;
	padding-bottom: 5px;
	}

#article .comment h4 {
	color: #666;
	font-weight: 700;
	}

#article #commentsBody label, #article #commentsBody p.labelStyle {
	color: #000;
	font-size: 1.45em;
	margin-bottom: 5px;
	display: block;
	}

#article form p {
	padding-left: 0;
	}

.emailSent {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	}
	
p.commentsBubbleArticle {
	background: url(/_images/commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	height:20px;
	color: #c9252b;
	float: left;
	margin: 3px 10px 0 0;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
	display:inline-block;
	}
	
a.commentsArticleLink {
	text-decoration:none;
	font-size:1.1em !important;
}

.commentsArticleLink:hover {
	text-decoration:underline;
	font-size:1.1em;
}

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;
	}

.feature {
	padding: 8px 8px 8px 16px;
	height:1%;
}

/* --- cms reset styles --- */

/* styles from the WYSIWYG that we have little control over */


/* --- cmsPlainContent styles --- */
div.cms {
	padding:0 15px 0 15px;
	}

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 {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left top;
	height:80px;
	margin:5px 0 10px 0;
	width:598px;
	display:block;
	}
	
#searchBoxWrap {
	background: transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	height:auto;
	padding:0 0 28px 55px;
	}

#searchBox form {
	padding: 10px 0 0 0;
	margin:0;
	}

#searchBox input.field {
	width: 15em;
	margin:0 10px 10px 0;
	border: solid 1px #797979;
	}

#searchBox label {
	font-weight:700;
	width:100%;
	display:block;
	margin-bottom:4px;
	}
	
/* --- Archive Search --- */
	
/* Archive Search Nav Menu */	
#arhiveSearch .archiveSearchNav ul {
	padding-left:15px;
	border-bottom:1px solid #ccc;
	display:block;	
	width:auto;
	height:1%;
	clear:both;
	position:relative;
	overflow:hidden;
	}
	
#arhiveSearch .archiveSearchNav ul li {
	display:inline;
	float:left;
	width:auto;
	border-top:1px solid #ccc;	
	border-left:1px solid #ccc;
	position:relative;
	top:1px;
	left:0;
	background-color:#fff;
	}

#arhiveSearch .archiveSearchNav ul li.last {
	border-right:1px solid #ccc;
	}
	
#arhiveSearch .archiveSearchNav ul li a, #arhiveSearch .archiveSearchNav ul li a:link, #arhiveSearch .archiveSearchNav ul li a:active, #arhiveSearch .archiveSearchNav ul li a:visited {
	color:#797979;
	font-size:1.2em;
	display:block;
	padding: 4px 18px;
	font-weight: 700;
	border-bottom:1px solid #ccc;
	}
	
#arhiveSearch .archiveSearchNav ul li a:hover, #arhiveSearch .archiveSearchNav ul li a.active {
	font-weight: 700;
	border-bottom:none;
	color:#000 !important;
	text-decoration:none;
	border-bottom:1px solid #fff !important;
	}
	
/* End Archive Search Nav Menu */	

#arhiveSearch {
	padding-left:10px;
	}

#arhiveSearch h1 {
	margin-left:0;
	}
	
#arhiveSearch .arhiveSearchResults {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	height:1%;
	padding:15px 15px 10px;
	}
	
#arhiveSearch .arhiveSearchResults .cols2Thirds {
	margin:10px 22px 0pt 8px;
	}
	
#arhiveSearch .companyListing, #arhiveSearch .jobListing, #arhiveSearch .categoryListing {
	margin:0 0 7px 0;
	}

#arhiveSearch .companyListing .listing {
	clear:both;
	height:1%;
	padding:7px 0 12px 15px;
	margin:2px 0pt;
	}

#arhiveSearch .companyListing .listing h2 {
	font-size:1.3em;
	}

#arhiveSearch .categoryListing a {
	font-size:1.2em;
	}
	
#arhiveSearch .companyListing .listing a {color: #000; font-size: 1.4em; font-weight: 700;}
#arhiveSearch .companyListing .listing .listingIcons a {color: #999; font-size: 1em; font-weight: normal;}
#arhiveSearch .companyListing .topfive { background:#d9646a; }
#arhiveSearch .companyListing .topfive a { color:#fff; font-size:1.4em; }
#arhiveSearch .companyListing .topfive p { color:#000; font-size:1.3em; }

#arhiveSearch .companyListing .topfive .listingIcons a {color: #fff!important; font-size: 1em; font-weight: normal;}
	
#arhiveSearch .companyListing .enhanced { background:#e2e2e2; }
#arhiveSearch .companyListing .enhanced a { color:#c9252b; font-size:1.4em; }

#arhiveSearch .companyListing .enhanced2 { background:#f8e4e5; }
#arhiveSearch .companyListing .enhanced2 a { color:#c9252b; font-size:1.3em; }
	
#arhiveSearch .companyListing .enhanced3 { background:#f3f3f3; }
#arhiveSearch .companyListing .enhanced3 a { color:#c9252b; }
	
#arhiveSearch .companyListing h2 a {
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	}

#arhiveSearch .companyListing p {
	color:#787878;
	font-weight:700;
	}

#arhiveSearch .companyListing dt {
	float:left;
	padding-right:4px;
	}
	
#arhiveSearch .arhiveSearchResults .hr {
	background: transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	height:1px;
	width:98%;
	font-size:1%;
	line-height:0;
	}
	
#arhiveSearch .arhiveSearchResults .last {
	background:none;
	}
	
#arhiveSearch .arhiveSearchResults .companyListing .hr {
	width:560px;
	}
	
#arhiveSearch input.button {
margin-top:3px;
padding:3px;
}
	
#arhiveSearch .listingIcons {
	display:block;
	float:right;
	text-align:right;
	}
	
#arhiveSearch .listingIcons a {
	color:#646567;
	font-size:1em;
	}
	
#arhiveSearch .listingIcons div {
	color:#999999;
	float:left;
	margin-bottom:3px;
	margin-right:15px;
	text-align:center;
	width:4.1em;
	}
	
#arhiveSearch .listingAddressDescription {
	float:left;
	width:65%;
	}

#arhiveSearch .jobListing h3, .articleListing h3 {
	margin-left:5px;
	}
	
#arhiveSearch .jobListing p, #arhiveSearch .articleListing h4, #arhiveSearch .articleListing p {
	margin:0 0 0 24px;
	}
	
#arhiveSearch .jobListing .listing, #arhiveSearch .categoryListing .listing {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	padding:8px 0 10px 0;
	clear:both;
	}
	
#arhiveSearch .articleListing .listing {
	padding:5px 0 10px 0;
	clear:both;
	}
	
#arhiveSearch .articleListing .advert {
	padding:5px 0;
	clear:both;
	background:#ededed;
	margin:2px 0;
	}
	
#arhiveSearch .articleListing .advert h3 a {
	color:#c9262b;
	}
	
#arhiveSearch .arhiveSearchResults a.more {
	float:right;
	text-decoration:none;
	}
	
#arhiveSearch .articleListing h4 {
	margin:0 0 5px 24px;
	padding:0;
	}
	
#arhiveSearch .rssFeed {
	clear:both;
	height:1%;
	padding-top:5px;
	}
	
#arhiveSearch .cols2Thirds {
	width:403px;
	}
	
#arhiveSearch .paginationResults {
	text-align:left;
	}
	
#arhiveSearch .sortResults {
	font-weight:700;
	}
	
#arhiveSearch .sortResults span {
	font-weight:normal;
	}
	
#arhiveSearch .resultsPagination {
	text-align:right;
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	padding-top:10px;
	}
	
/*  -----  Pagination ---- */

.pagination {
	clear: both;
	background: url(/_images/borderDotHoriz.gif) repeat-x bottom left;
	display: block;
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	width:558px;
	}
	
.paginationBottom {
	clear: both;
	background: url(/_images/borderDotHoriz.gif) repeat-x top left;
	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-weight: 700;
	font-size: 1.1em;
	}

.paginationPageNo a {
	padding: 0 3px;
	}

.paginationPrev {
	margin-right: 10px;
	}

.paginationNext {
	margin-left: 10px;
	}

.paginationPrev a, .paginationNext a {
	font-size:1.1em;
	}

.paginationPrev img, .paginationNext img {
	position: relative;
	top: -1px;
	}

.searchListing {
	background: #fff;
	}

/* Filter articles */

#filterArticles h3 a span{
	padding-left:14px;
	display: block;
	width:80px;
}

#filterArticles h3  {
	display: block;
	background: url(/_images/filterHeaderLessMore.gif) 0 21%;
	background-repeat: no-repeat;
	text-decoration: none;
	width:9px;
	padding-bottom: 5px;
	
	}
	
#filterArticles h3 a{	
	cursor: hand;
}

#filterArticles h3.filterOff {
	background-position: -141px 21%;
	background-repeat: no-repeat;
	width:9px;
	text-decoration: none;
	}

#filterArticles h3.filterOff a:hover{
	text-decoration: none;
	}

#filterArticles ul {
	margin: 0 0 5px 15px;
	}
	
#filterArticles ul ul {
	margin: 4px 0 5px 19px;
	}

#filterArticles ul li {
	display:block;
	text-align: left;
	}

#filterArticles ul li a span {
	margin: 0 0 0 3px;
	}

#filterArticles ul li img {
	vertical-align: middle;
	}

#filterArticles p.intro{
	margin-bottom:10px;
	}

.filter {
	border-bottom: 1px solid #CDCDCD;
	}

.filterOn, .showFilters {
	display: block;
	}

.filterOff, .hideFilters {
	display: none;
	}


/* --- Forms --- */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

input, textarea {
	padding:1px 4px; /*this will play havoc with the box model -  please take 8px off every fixed width form*/
	}
	
select {
	height: 20px;
	}

option {
	padding: 0.1em 0.2em;
	}

input.field, input.fieldClearText {
	}
	
input.checkBox {
	border: none;
	}
	
input.button {
	font-weight: 700;
	border: none;
	padding: 3px;
	}
	
input.goButton {
	display:block;
	width: 40px;
	height:16px;
	border:0 none;
	background: transparent url(/_images/btnGoBg.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
#jobSearch input.goButton {
	margin:3px 0 0 132px;	
	}
	
input.goButton:hover { 
	background: transparent url(/_images/btnGoBg.gif) no-repeat -39px 1px;
	}
	
input.searchButton {
	display:block;
	width: 68px;
	height:18px;
	border:0 none;
	margin:0 0 0 5px;
	background: transparent url(/_images/btnSearch.gif) no-repeat 0 2px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
input.searchButton:hover {
	background: transparent url(/_images/btnSearch.gif) no-repeat -68px 2px;
	}
	
input.commentButton {
	display:block;
	width: 123px;
	height:16px;
	border:0 none;
	margin:20px 0 0 0;
	background: transparent url(/_images/btnPostComment.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	}
	
input.commentButton:hover {
	background: transparent url(/_images/btnPostComment.gif) no-repeat -123px 1px;
	}
	
input.loginButton {
	display:block;
	width: 79px !important;
	height:22px;
	border:0 none !important;
	margin-left:100px;
	background: transparent url(/_images/btnLogin.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.loginButton:hover {
	background: transparent url(/_images/btnLogin.gif) no-repeat -79px 1px;
	}
	
input.newEventButton {
	display:block;
	width: 205px !important;
	height:16px;
	border:0 none !important;
	margin:10px 0 0 134px;
	background: transparent url(/_images/btnRequestNewEvent.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.newEventButton:hover {
	background: transparent url(/_images/btnRequestNewEvent.gif) no-repeat -205px 1px;
	}
	
input.sendPasswordButton {
	display:block;
	width: 163px;
	height:22px;
	border:0 none !important;
	margin:10px 0 0 144px;
	background: transparent url(/_images/btnSendPassword.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.sendPasswordButton:hover {
	background: transparent url(/_images/btnSendPassword.gif) no-repeat -163px 1px;
	}
	
input.voteButton {
	display:block;
	width: 51px;
	height:22px;
	border:0 none !important;
	margin:5px 0pt 0pt;
	background: transparent url(/_images/btnVote.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.voteButton:hover {
	background: transparent url(/_images/btnVote.gif) no-repeat -51px 1px;
	}
	
input.resendButton {
	display:block;
	width: 240px !important;
	height:22px;
	border:0 none !important;
	margin:5px 0 0 152px;
	background: transparent url(/_images/btnResend.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
input.resendButton:hover {
	background: transparent url(/_images/btnResend.gif) no-repeat -240px 1px;
	}
	
input.continueButton {
	display:block;
	width: 113px !important;
	height:22px;
	border:0 none !important;
	margin-left:164px;
	background: transparent url(/_images/btnContinueLarge.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
	}
	
#frmBulletinSelect input.continueButton {
	margin-left:69px;
	margin-top: 15px;
	}
	
input.continueButton:hover {
	background: transparent url(/_images/btnContinueLarge.gif) no-repeat -113px 1px;
	}
	
div.hideError {
	display: none;
}
div.showError {
	display: block;
	color: #ff0000;
	margin-left:135px;
}

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 ---*/

/* New Registration Process */

.dottedRow {
	background: url(/_images/borderDotHoriz.gif) repeat-x 0 0;
	}
	
#regError {
	clear: both;
	}

form#frmPasswordReminder .showError p {
	float: left;
	margin-left: 145px;
	display: inline;
	color: #CC0000;
	font-weight: 700;
	width: 300px;
	margin-bottom: 5px!important;
	}
	
form#frmBasicReg .showError {
	margin-left: 85px;
	padding-left: 0;
	line-height: 12px;
	display: inline;
	}
	
#postCodeHelper {
	margin-bottom: 10px;
}

#regBulletins p {
	margin-left: 15px;
}
/* Form Login */

form#frmLogin, form#frmBasicReg {
	margin-top: 20px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 20px 10px 0 10px;
	width: 573px;
	}

form#frmLogin .errorMessageBlock, form#frmBasicReg .showError {
	line-height: 1.6em;
	float: left;
	color: #CC0000;
	font-weight: 700;
	margin-left: 167px!important;
	margin-bottom: 3px;
	}
	
form#frmLogin .showError {
	line-height: 1.6em;
	color: #CC0000;
	font-weight: 700;
	margin-left: 105px!important;
	margin-bottom: 3px;
	}	

form#frmLogin .frmRow{
	display:block;
	width:320px;
	}
	
form#frmLogin .frmRow label {
	float: left;
	width: 100px;
	font-weight: normal;
	}
	
form#frmLogin .rememberMe {
	padding-left:0;
	display: inline;
	float:left;
	}

form#frmLogin .rememberMe label {
	text-align: left;
	float: left;
	font-weight: 700;
	width: 100px!important;
	}
	
form#frmLogin .rememberMe input {
	width: 13px!important;
	height:13px;
	float:left;
	margin: 0 5px 0 103px;
	display: inline;
	border:none;
	}

form#frmLogin .forgotPass {
	margin-left:95px;
	display: inline;
	float:left;
	font-size: 1.2em;
	width:200px;
	}

form#frmLogin label, form#frmBasicReg label {
	text-align:right;
	margin-right:5px;
	display: block;	
	float: left;
	font-weight: 700;
	line-height:1.6em;
	}	
	
#frmActivationLookUp label {
	text-align:right;
	margin-right:5px;
	display: block;
	float: left;
	width: 150px;
	}

form#frmLogin label.remember {
	text-align:left;
	float:left;
	line-height: 1.2em;
	font-weight: 700;
	}

form#frmLogin .button {
	margin-left: 100px;
	display:inline;
	width: 79px!important;
	}
	
#frmLogin .marginLabelWidth {
	margin-left: 84px;
	display: inline;
	}
	
#frmLogin #LeadStoryContainer, #passwordReminder #LeadStoryContainer {
	width: 300px;
	float: left;
	background: url(/_images/loginPipe.gif) no-repeat right 30px;
	}
	
#passwordReminder #LeadStoryContainer {
	background: url(/_images/loginPipe.gif) no-repeat right 30px;
	}
	
#frmPasswordReminder {
	width: 320px;
	float: left;
}
	
form#frmPasswordReminder .frmRow input{
	width: 162px;
	float:left;
	border: 1px solid #797979;
	}

form#frmPasswordReminder label {
	width:121px;
	}

.regPageMargin .loginLeft {
	float: left;
	width: 325px;
	}
	
#haveYouRegistered {
	background: #eaeaea none repeat scroll 0%;
	float:left;
	margin:0pt 0pt 0pt 20px !important;
	padding:15px 15px 15px 15px;
	width:195px;
	}
	
.forgotPassFormArea {
	width: 320px;
	float: left;
	}

.plainHaveYouReg #haveYouRegistered {
	width: 195px;
	padding: 14px 14px 4px 14px;;
	border: none;
	}
	
#haveYouRegistered h4, #passwordReminder #haveYouRegistered h4 {
	font-size: 1.45em;
	font-weight: 700;
	margin-top: 0!important;
	margin-bottom: 5px!important;
	color: #000;
	}
	
.loginErrorMargin {
	padding-left: 75px;
	}
	
.loginTrouble {
	margin: 15px 0 0 115px;
	width: 450px;
	}
	
.loginTrouble h4 {
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
	}
	
#registerForm .troubleLogIn {
	clear: both;
	margin-left: 20px;
	display: inline;
	padding-right: 20px;
	float: left;
	width: 260px;
	}
	
#registerForm .troubleLogIn h4 {
	margin-bottom: 0;
	}

#loginErrorContainer {
	float: left;
	padding-top: 10px;
	}
	
#loginErrorMessage {
	height: 95px;
	padding: 45px 0 0 10px;
	float: left;
	}
	
#loginErrorMessage .showError {
	clear: both;
	}

form#frmBasicReg .frmRow{
	width:570px;
	}

form#frmBasicReg .checkboxContainer .showError {
	margin-left: 102px;
	padding-left: 0.8em;
	line-height: 12px;
	display: inline;
	}

form#frmBasicReg label {
	width: 13.5em;
	}
	
form#frmBasicReg .frmLabelLong label{
	width:13.3em;
	margin-right:0;
	line-height:1.2em;
}

form#frmBasicReg .checkbox {
	margin-right:5px;
	float:left;
	display: inline;
	}
	
form#frmBasicReg .checkbox input {
	float:left;
	width: 18px !important;
	}
	
form#frmBasicReg label.checkboxLabel {
	text-align:left;
	float:left;
	line-height: 1.2em;
	width: 400px;
	}

form#frmBasicReg div.TandCs label.checkboxLabel {
	width:auto;
}
	form#frmBasicReg div.TandCs span.TandCsLink {
		float:left;
		margin-left:-2px;
		font-size:1.2em;
	}

form#frmBasicReg label.checkboxLabel span {
	font-weight: 700;
	line-height: 1.2em;
	}
	
form#frmBasicReg .checkboxContainer {
	background-color: #fff!important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 20px 0 10px 0;
	width: 738px;
	}

.checkboxExplain {
	padding-left: 214px!important;
	width: 420px;
	}
	
form#frmBasicReg .bottomBorder {
	border-bottom: 1px solid #ccc;
	}

form#frmBasicReg #sTitle {
	width: 60px;
	}

.bulletinPreview {
	margin-left: 10px;
	line-height: 1.2em;
	}
	
.bulletinInfo {
	margin-left: 20px;
	margin-bottom: 0;
	clear: both;
}

.bulletinRow {
	margin-bottom: 10px;
}

/* styling for terms and conditions area */
#TandCsArea .checkbox input.checkbox {
	margin-left: 142px;
	border: 0;
}

#TandCsArea .checkbox label {
	font-weight: normal;
}

#TandCsArea .disclaimer p {
	margin: 0 0 10px 165px;
	}

form#frmBasicReg .showError {
	clear: both;
	width: 400px;
	}

form#frmBasicReg .frmRow input, #frmLogin .frmRow input, #frmActivationLookUp .frmRow input {
	width: 35%;
	float:left;
	border:1px solid #797979;
	}

#frmLogin .frmRow input{
	width:199px;
	}
	
form#frmBasicReg .frmRow select, #frmLogin .frmRow select {
	margin:0!important;
	padding:0!important;
	float:left;
	}

#frmBasicReg .frmRow .frmSelect{
	margin-top:5px;
}

#frmBulletinSelect {
	min-height: 400px;
	margin: 40px 0 0 20px;
	position: relative;
	}

#frmBulletinSelect .checkbox input {
	border: none;
	float: left;
	margin-right: 8px;
	}
	
#frmBulletinSelect label {
	float: left;
	font-weight: 700;
	}
	
#frmBulletinSelect .row0 {
	background: #fff;
	padding: 10px 30px 10px 45px;
	margin-bottom: 0!important;
	width: 512px;
	}
	
#frmBulletinSelect .row1 {
	background: #f2f2f2;
	padding: 10px 30px 10px 45px;
	margin-bottom: 0!important;
	width: 512px;
	}
	
#frmBulletinSelect .row0 p, #frmBulletinSelect .row1 p {
	padding: 0 30px 0 5px;
	}
	
#frmBulletinSelect .row0 a, #frmBulletinSelect .row1 a {
	font-size: 1.2em;
	margin-left: 10px;
	}
	
#frmBulletinSelect .button {
	margin: 20px 0 0 45px;
	}

.paddedBoxBulletinSelect {
	padding: 10px 0px 1px 0px;
	}

.paddedBoxBulletinSelect .intro {
	margin: 20px 30px 10px 20px;
	font-weight: 700;
	width: 562px;
	}
	
.bulletinPreviewImage {
	position: absolute;/*why!!!!!!!?????????? surely you can float that shiznit*/
	top: -50px;
	left: 590px;
	}

.largeCol .whiteBG {
	background: #fff!important;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	}
	
.emailError ul li a {
	font-weight: normal!important;
	}

.welcomeProfile {
	margin-top: 25px;
	}

.welcomeProfile	img {
	float: left;
	width: 106px;
	margin: 0 10px 10px 0;
	}
	
.welcomeProfile	.profileInfo {
	float: left;
	width: 190px;
	margin-bottom: 20px;
	}
	
.welcomeProfile	.profileInfo h3 {
	margin-top: 0;
	margin-bottom: 8px;
	}

.welcomeProfile	.profileInfo img {
	width: 92px;
	}
	
.welcomeProfile	.profileInfo p {
	margin-bottom: 5px;
	}
	
.welcomeProfile	.profileInfo p span{
	color: #6e6e6e;
	}

.welcomeProfile	.links {
	float: left;
	background: url(/_images/loginPipe.gif) 0 0 no-repeat;
	height: 106px;
	padding-left: 30px;
	padding-top: 36px;
	}

.frmHelper {
	border: 1px solid #d2232a;
	padding: 10px;
	margin-top: 20px;
	background: url(/_images/iconWarning.gif) 5px 6px no-repeat #fde1e0;
	clear: both;
	width: 500px;
	margin-left: 15px;
	padding-left: 50px;
	}
	
.errorMessages {
	padding:20px 0 0 15px;
	}
	
.errorMessages .frmHelper {
	border: 1px solid #797979;
	margin: 26px 0 0 22px;
	background: url(/_images/icon-info.gif) 6px 7px no-repeat #fff;
	clear: both;
	width: 500px;
	padding:10px 10px 15px 55px;
	}

.teaserLogin {
	margin-left: 0!important;
	}
	
.teaserLogin h1 {
	margin-left: 0!important;
	}

.teaserLogin #frmLogin .frmRow input{
	width:121px;
	}

	/* reg non form pages */
	
.regPageMargin {
	margin: 0 0 20px 20px;
	}
	
.regPageMargin h1 {
	margin-left: 0px;
	}
	
.regInfoPage {
	clear: both;
	width: 570px;
	padding: 10px;
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	margin: 20px 0 20px 0;
	}
	
.regInfoPage p {
	margin-bottom: 10px;
	}
	
.regInfoPage li {
	font-size: 1.2em;
	margin-bottom: 5px;
	}
	
.simpleMessageOptions {
	margin: 20px 0 20px 40px;
	width: 550px;
	}
	
.simpleMessageOptions h3 {
	margin: 20px 0 2px 0;
	font-weight: 700;
	font-size: 1.2em;
	color: #000;
	}
	
div.simpleMessage p {
	clear:left;
	margin:0 0 5px 15px;
	padding-top:10px;
	}

/* END of New Registration Process */

#login, #register, #confirmRegister, #registerComplete, #profile {
	background: #fff;
	width: 600px;
	float: left;
	}

#login h3, #register h3, #profile h3 {
	font-size: 1.45em;
	font-weight: 400;
	}

#login form, #confirmRegister form, #confirmRegister p, #registerComplete p {
	padding: 10px 5px 5px 10px;
	}

#login label, #confirmRegister label, #frmRegBasic label, #frmUpdateProfile label {
	width: 8em;
	font-weight: 700;
	display: block;
	float: left;
	}

#frmRegBasic label, #frmUpdateProfile label {
	width: 14em;
	margin-right: 1em;
	text-align: right;
	}

#frmPasswordReminder .frmRow label {
	width: 140px;
	text-align: right;
	padding-right: 5px;
	}
	
#frmPasswordReminder .showError {
	width: 140px;
	text-align: right;
	padding-right: 5px;
	}
	
#frmUpdateProfile label {
	width: 11em;
	}

#frmRegBasic label.notRequired {
	margin-right: 2em;
	}

#login input.field, #frmRegBasic input.field {
	width: 14em;
	}

#frmLogin p.password {
	margin-left: 7em;
	padding-top: 2px;
	}

#frmLogin input.checkBox {
	margin-left: 7em;
	margin-top: 0.2em;
	border:none;
	}

#frmregBasic input.checkBox {
	position: relative;
	top: -3px;
	border:none;
	}

#frmRegBasic label.optIn {
	display: inline;
	text-align: left;
	width: 480px;
	margin-left: 2em;
	}

input.optIn {
	margin-left: 45px;
	}

#register p.optIn {
	margin-left: 13em;
	width: 450px;
	}

#frmPasswordReminder input.button {
	width: 10.3em;
	}

#frmPasswordReminder.frmPasswordReminder input.button {
	margin-left: 12em;
	width: 10em;
	}

#frmUpdateProfile input.button {
	margin-left: 13em;
	}

#frmRegPasswordConfirm input.button {
	margin-left: 6em;
	}

#frmRegEmailCheck input.button {
	margin-left: 8.2em;
	}

#frmSendToAFriend label{
	padding-bottom:6px;
	margin-top:4px;
	margin-right: 0.3em;
	width:8.7em;
	text-align:right;
	display:block;
	float:left;
	font-weight:700;
	}
	
#frmSendToAFriend input.textBox{
	width:140px;
	margin-top:4px;
	float:left;
	}

#frmSendToAFriend div.formButtonsContainer{
	clear:both;
	margin-left:104px;
	}

#frmSendToAFriend div.formButtonsContainer input{
	clear:both;
	margin-top:8px;
	}

#frmSendToAFriend div.frmRow{
	width:100%;
}
	
#frmSendToAFriend div.frmRow div {
	margin-left: 108px;
	font-weight: 700;
	font-size: 1.1em;
	}
	
#frmSendToAFriend span.red{
	padding-left:0.4em
	}

span.required{
	color: #DB0C28;
	position: relative;
	top: -3px;
	font-weight: 700;
	padding-right: 0.1em;
	font-size: 1.5em!important;
	line-height: .1em;
	vertical-align: middle;
	margin-left: 5px;
	}

 .frmLabelLong span.required {
 	top:-2px;
	font-size:1.8em!important;
	line-height: 1.5em;
	margin-right:5px;
 }


.formStandardRow {
	float: left;
	clear: both;
	width: 100%;
	}

#register .formStandardRow, #profile .formStandardRow, #frmPasswordReminder .formStandardRow {
	padding-bottom: 10px;
	}

.frmErrorHide {
	display: none;
	}

.frmErrorShow {
	color: #DB0C28;
	font-weight: 700;
	padding: 0.1em 0.1em 0.1em 0;
	}

#register .frmErrorShow {
	margin-left: 16em;
	}

#register .tAndC {
	margin-left: 13em;
	}

/* --- colunm/row id styles --- */

#mostReadBusNewsContainer {
	height:1%;
	}

/* --- tabbed Most read, emailed, discussed --- */

/* -- new tab styles -- */

	/* tab */
.tabOneMostRead div.tabs {
	background: url(/_images/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;
	}

.tabOneMostRead .tabs li.tab3 {
	width:98px;
	}

.tabOneMostRead .tabs li a {
	display: block;
	width:98px;
	height: 31px;
	}
	
.tabOneMostRead .tabs li a:hover {
	text-decoration: none;
	}
	
	/* content */
	
.tabOneMostRead {
	width: 294px;
	}

.tabOneMostRead .mostTabbed li {
	color: #888;
	font-size:1.1em;
	font-weight:400;
	clear:both;
	float:left;
	padding-bottom:6px;
	background-position:0 2px;
	}

.tabOneMostRead .mostTabbed span{
	float:left;
	display:block;
	width:70px;
	}
	
.tabOneMostRead .mostTabbed li a {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
	margin-left: 11px;
	float:left;
	display:block;
	width:179px;
	}

.mostTabbed {
	margin: 0 10px;	
	padding: 10px 0 ;
	}

.dotUnderline {
	background: url(/_images/borderDotHoriz.gif) repeat-x 0 0;
	}

/* - END - new tab styles -- */


/* --- module column classes --- */


/* ---- standard module styles --- */

.module{
	background: url(/_images/bkgH2.gif) 0 0 repeat-x;
	padding: 0 0 0 15px;
	float:left;
	}

.noModuleBkgFixRight{
	padding: 0 0 0 7px;
	}

.noModuleBkg{
	background:none!important;
	}

.module h2 span {
	visibility: hidden!important;
	}

.module h2 {	
	margin: 10px 0 0 0;
	height: 22px;
	margin-bottom: 8px;
	}

.module h2 a {
	height: 22px;
	display: block;
	}
	
.replaceHeaderDynamic h2 {
	padding:4px 0 2px 8px;
	background:#C9252B;
	color:#fff;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	margin: 10px 0 8px 0;
	height: 16px;
	display:inline;
	width:260px;
	float:left;
	letter-spacing:0.05em;
	overflow:hidden;
	}

.replaceHeaderDynamic h2 span {
	visibility:visible!important;
	}

.replaceHeaderDynamicWide h2{
	width:280px;
	}
  
 .replaceHeaderDynamic h2 a {
 	color:#fff;
	text-decoration:none;
	}

 .replaceHeaderDynamic h2 a:hover {
 	color:#fff;
	}

.module h3, h3.headline, h1.headline{
	font-size: 1.5em;
	padding-left: 17px;
	padding: 5px 0 5px 17px;
	font-weight: 700;
	line-height:1.2;
	color:#000;
	background: url(/_images/arrowH3.gif) 0 7px no-repeat;
	}

.blogPost h3 {
	background: none;
	}
	
.blogPost h3 a {
	background: url(/_images/arrowH3.gif) 0 3px no-repeat;
	padding-left: 17px;
	}

.feature h3.headline{
	font-size:2.0em;
	background-position:0 10px
	}

.module h3.withImage{
	background-position:83px 7px;
	}

.module h3 a, h3.headline a{
	color:#000;
	}

h1.headline{
	background: url(/_images/arrowH1.gif) 0 7px no-repeat;
	padding-left: 20px;
	}
	
.module h4{
	margin-bottom: 0;
	}
	
.module p{	
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-top: 0;
	/*margin-right: 10px;*/ /*see design for why this effects the dot border*/
	}

.module .headlinesOnly{
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.module p.last, .module .last p{
	background:none;
	}

.module .thumbContainer{
	width:78px;
	height:52px;
	margin: 5px 22px 10px 0;
	float:left;
	}
	
.module .thumbContainerFix .thumbContainer{
	margin: 5px 10px 10px 0;
	}
	
.module a {
	display: block;
	}
	
.module a:hover {
	text-decoration: underline;
	}

/* --- latest News module --- */

.latestNews .storyContent, .featuresFull .storyContent {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	padding: 2px 0 4px 0;
	}

.latestNews .last .storyContent, .featuresFull .last, .story .last {
	background:none;
	}

.featuresFull{
	width:595px;
	}

#home .latestNewsNoHeader{
	margin-top:35px;
	}

/* --- 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:hover {
	color:#605e5e;
	text-decoration:underline;
	}

.latestNewsHome h2 a span {
	visibility:visible!important;
	}
	
.latestNews h2, .latestNews h2 a {
	background: url(/_images/bkgH2LatestNews.gif) 0 0 no-repeat;
	width: 135px;
	}
.otherEuropeNews h2, .otherEuropeNews h2 a {
	background: url(/_images/bkgH2OtherEuropeNews.gif) 0 0 no-repeat;
	width: 193px;
	}

.news h2 a {
	background: url(/_images/bkgH2News.gif) 0 0 no-repeat;
	width:150px;
	}

.features h2 {
	background: url(/_images/bkgH2Features.gif) 0 0 no-repeat;
	width: 151px;
	}
	
.peopleNews h2 a {
	background: url(/_images/bkgH2People.gif) 0 0 no-repeat;
	width: 150px;
	}

.forums h2 a {
	background: url(/_images/bkgH2Forums.gif) 0 0 no-repeat;
	width: 150px;
	}
	
.blogs h2 a {
	background: url(/_images/bkgH2Blogs.gif) 0 0 no-repeat;
	width: 135px;
	}

.businessNews h2 a {
	background: url(/_images/bkgH2Business.gif) 0 0 no-repeat;
	width: 135px;
	}

.latest h2 a {
	/*background: url(/_images/bkgH2Business.gif) 0 0 no-repeat;*/
	width: 135px;
	}

.comment h2 a {
	background: url(/_images/bkgH2Comment.gif) 0 0 no-repeat;
	width: 135px;
	}
	
.opinion h2 a {
	background: url(/_images/bkgH2Opinion.gif) 0 0 no-repeat;
	width: 150px;
	}
	
.analysis h2 a {
	background: url(/_images/bkgH2Analysis.gif) 0 0 no-repeat;
	width: 135px;
	}
	
.otherEuropeNews h2 a {
	background: url(/_images/bkgH2EuropeNews.gif) 0 0 no-repeat;
	width: 150px;
	}
	
.caseStudies h2 a {
	background: url(/_images/bkgH2CaseStudies.gif) 0 0 no-repeat;
	width: 148px;
	}
	
.reviews h2 a {
	background: url(/_images/bkgH2Review.gif) 0 0 no-repeat;
	width: 150px;
	}
	
.europeFeatures h2 a {
	background: url(/_images/bkgH2EuropeFeatures.gif) 0 0 no-repeat;
	width: 166px;
	}
	
.otherVideos h2 a {
	background: url(/_images/bkgH2OtherVideos.gif) 0 0 no-repeat;
	width: 150px;
	}
	
.authorMoreProfiles h2 {
	background: url(/_images/bkgH2MoreAuthorProfiles.gif) 0 0 no-repeat;
	width: 224px;
	}
	
.authorOtherDetails h2 {
	background: url(/_images/bkgH2OtherAuthorDetails.gif) 0 0 no-repeat;
	width: 224px;
	}
	
.relatedArticles h2, .relatedLinks h2, .LatestNewsLinks h2, .contactDetails h2 {
	font-size:1.4em;
	color:#999;
	text-transform:uppercase;
	padding-top:8px;
	}
	
.relatedArticles h3, .relatedLinks h3, .LatestNewsLinks h3, .contactDetails h3 {
	font-size:1.3em;
	}
	
.contactDetails ul li {
	font-size: 1.2em;
	}

.contactDetails p {
	margin-bottom: 5px;
	}
	
.otherProducts h2 {
	background: url(/_images/bkgH2OtherProducts.gif) 0 0 no-repeat;
	width: 172px;
	}
	
.furtherNews h2 {
	background: url(/_images/bkgH2FurtherNews.gif) 0 0 no-repeat;
	width: 172px;
	}
	
	
.latestNews h2 a:hover {background: url(/_images/bkgH2LatestNews.gif) -150px 0 no-repeat;text-decoration:none;}	
.news h2 a:hover {background: url(/_images/bkgH2News.gif) -150px 0 no-repeat;text-decoration:none;}	
.features h2 a:hover {background: url(/bkgH2Features.gif) -150px 0 no-repeat;text-decoration:none;}	
.blogs h2 a:hover {background: url(/_images/bkgH2Blogs.gif) -135px 0 no-repeat;text-decoration:none;}
.forums h2 a:hover {background: url(/_images/bkgH2Forums.gif) -150px 0 no-repeat;text-decoration:none;}
.peopleNews h2 a:hover {background: url(/_images/bkgH2People.gif) -150px 0 no-repeat;text-decoration:none;}
.features h2 a:hover {background: url(/_images/bkgH2Features.gif) -151px 0 no-repeat;text-decoration:none;}
.businessNews h2 a:hover {background: url(/_images/bkgH2Business.gif) -135px 0 no-repeat;text-decoration:none;}
.comment h2 a:hover {background: url(/_images/bkgH2Comment.gif) -135px 0 no-repeat;text-decoration:none;}
.opinion h2 a:hover {background: url(/_images/bkgH2Opinion.gif) -150px 0 no-repeat;text-decoration:none;}
.analysis h2 a:hover {background: url(/_images/bkgH2Analysis.gif) -135px 0 no-repeat;text-decoration:none;}
.otherEuropeNews h2 a:hover {background: url(/_images/bkgH2EuropeNews.gif) -150px 0 no-repeat;text-decoration:none;}
.caseStudies h2 a:hover {background: url(/_images/bkgH2CaseStudies.gif) -148px 0 no-repeat;text-decoration:none;}
.reviews h2 a:hover {background: url(/_images/bkgH2Review.gif) -150px 0 no-repeat;text-decoration:none;}
.europeFeatures h2 a:hover {background: url(/_images/bkgH2EuropeFeatures.gif) -166px 0 no-repeat;text-decoration:none;}
.otherVideos h2 a:hover {background: url(/_images/bkgH2OtherVideos.gif) -150px 0 no-repeat;text-decoration:none;}
.otherProducts h2 a:hover {background: url(/_images/bkgH2OtherProducts.gif) -172px 0 no-repeat;text-decoration:none;}
.furtherNews h2 a:hover {background: url(/_images/bkgH2FurtherNews.gif) -172px 0 no-repeat;text-decoration:none;}

/* --- forums and blogs --- */

.colsBkgH2Full {
	background: url(/_images/bkgH2.gif) left top repeat-x;
	height:1%;
	}

.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 {
	background: url(/_images/borderDotHoriz.gif) left bottom repeat-x!important;
	padding-bottom: 10px;
	}

.forumPost {
	background: url(/_images/borderDotHoriz.gif) left bottom repeat-x!important;
	padding-bottom: 5px;
	}

.blogPost p.commentsBubble {
	background: url(/_images/commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	color: #c9252b;
	float: left;
	margin: 3px 10px 0 18px;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
	}
	
.forumPost p.commentsBubble {
	background: url(/_images/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;
	}

/* --- FeatureCommentContainer - opinionAnalysisContainer --- */


#opinionAnalysisContainer, #featureCommentContainer {
	float: left;
	}


/* --- text ads  --- */

#textAds {
	background: url(/_images/adBoxBg.gif) right 6px no-repeat #f6f6f6;
	border: 1px solid #d9d9d9;
	margin: 20px;
	padding: 10px;
	font-size:1.1em;
	float:left;
	width:903px;
	}

.adsLeft {
	width: 470px;
	float: left;
	}
	
.adsRight {
	width: 428px;
	float: left;
	}

#textAds dt {
	padding-right: 10px;
	margin-bottom: 1px;
	clear: both;
	}

#textAds dt a {
	font-weight: 700;
	color: #c9252b;
	font-size: 1.1em;
	clear: both;
	}
	
#textAds dd {
	margin-bottom: 12px;
	font-size: 1.1em;
	float: left;
	clear: both;
	}

/* --- MPU Ads --- */

.adMPU{
	margin-bottom:15px;
	}

/* --- further links (this needs to be FULL width on tha page, way outside content etc) --- */

#furtherLinks h3 a {
	background: url(/_images/btnFurtherLinks.gif) 0 0 no-repeat #f8f6f7;
	font-size: 1.3em;
	padding-left: 16px;
	display: block;
	color: #999!important;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	}

#furtherLinks {
	background: #f8f6f7;
	margin: 10px 20px;
	padding: 10px 10px 0 10px;
	}
	
#furtherLinks .title {
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
	}

#furtherLinks ul {
	width: 192px;
	margin-right: 36px;
	float: left;
	margin-bottom: 26px;
	}
	
#furtherLinks ul.last {
	margin-right: 0px!important;
	}

#furtherLinks li {
	margin-bottom: 10px;
	}

#furtherLinks li a {
	font-weight: 700;
	color: #c9252b!important;
	font-size: 1.1em!important;
	}
	



/* --- Footer Elements --- */

#footer {
	clear: both;
	width: 960px;
	background: #fff;
	padding: 0 0 5px 0;
	margin-bottom:5px;
	}
	
#footer li a {
	color: #7f7f7f;
	}

.bannerHeader {
	position: absolute;
	top: 25px;
	left: 488px;
	z-index: 20;
	width:468px;
	height:60px;	
	}

.bannerFooter {
	position: relative;
	z-index: 20;
	width:468px;
	margin:0 auto 20px auto;
	}
	
/* top nav/links positioned from the footer*/
	
div#topNav{
	position: absolute;
	top: 8px;
	right: 25px;
	z-index: 40;
	}

div#topNav ul li{
	border-right:1px solid #dadada;
	padding:0 8px;
	line-height:1.1em;
	background-color:#fff;
	}
	
div#topNav ul li#RSS a{
	padding-right:40px;
	background:url(/_images/iconRSS.gif) right top no-repeat;
	background-position: right 2px;
	}

div#topNav ul li.last{
	border-right:none;
	}

div#topNav ul li a{
	font-size:1.1em;
	color:#7d7d7d;
	}
	
/* Login & register nav/links positioned from the footer*/
				
ul#loginRegisterNav {
	position: absolute;
	top: 100px;
	right: 25px;
	z-index: 40;
	text-align:right;
	width: auto;
	}
	
ul#loginRegisterNav li {
	float: left;
	text-transform: capitalize;
	margin-right: 10px;
	padding-right: 8px;
	border-right: 1px solid #c9252b;
	}
	
ul#loginRegisterNav .last {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
	}
	
ul#loginRegisterNav li a {
	color:#000!important;
	font-size: 1.1em;
	font-weight: 700!important;
	}

.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 #ccc;
	padding-top: 15px;
	}

.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 .footerNav ul li.last, .sisterSites ul li.last{
	border-right:none;
	}

.footerHaymarket {
	float: left;
	/*width: 250px;*/
	padding-left: 24px;
	margin:10px 0;
	}
	
.footerHaymarket p {
	margin-left: 6px;
	font-size: 1em;
	line-height: 18px;
	}


/* -- tabbed news -- */

.tabOneCommunity div.tabs { background-image: url(/_images/bkgTabOneDisciple.gif); }

.tabOneCommunity ul, .tab2Cols ul {
	width: 100%;
	}

.tabOneCommunity ul li {
	float: left;
	}
	
.tabOneCommunity ul li a {
	display: block;
	padding: 5px 6px;
	text-transform: uppercase;
	}
	
.tab2Cols ul li {
	float: left;
	}
	
.tab2Cols ul li a {
	display: block;
	padding: 5px 46px;
	text-transform: uppercase;
	}
	
.tab1 a, .tab2 a, .tab3 a {
	color: #000;
	font-size: 1.1em;
	}
	
.tabs .on, .tabsR .on {
	background-color: #d4eaf3;
	}

.tabbedNav {
	background-color: #d4eaf3;
	padding: 5px;
	}
	
.tabbedNewsHolder {
	padding: 0 0px 0 8px;
	}

.tabbedNewsHolder h4 {
	color: #6fa1b4!important;
	border-bottom: 1px solid #baced5;
	padding: 0 0 4px 0;
	margin-bottom: 6px;
	}
	
.tabbedNewsHolder h4 a {
	color: #6fa1b4!important;
	}

#tabsContent_01, #tabsContentR_01 {
	clear: both;
	}

/* -- more news list -- */

.moreNewsList {
	padding-top: 12px;
	}

.moreNewsList h3, tabbedNewsHolder h3 {
	padding: 0 0 3px 0;
	font-size: 1.2em;
	color: #08678c!important;
	font-weight: 700;
	margin-top: 3px;
	}
	
.moreNewsList h3 a, .tabbedNewsHolder h3 a {
	padding: 0 0 3px 0;
	color: #08678c!important;
	}

.moreNewsList h4 {
	padding: 0 0 5px 0;
	}

.moreNewsList p {
	border-bottom: 1px solid #ccc;
	padding: 0 0 4px 0;
	margin-bottom: 6px;
	}

.moreNewsList a.allNews {
	font-size: 1.2em;
	color: #08678c!important;
	float: right;
	clear: both;
	text-decoration: underline;
	}
	
.moreNewsList a.allNews:hover {
	text-decoration: none;
	}
	
.moreNewsList img {
	margin-top: 3px;
	border: none;
	}
	
.poweredBy {
	clear:left;
	}
	
.poweredBy dl dt {
	padding:14px 3px 0 0;
	float:left;
	}
	
.poweredBy dl dd {
	float:left;
	}

/* --- promo activity --- */

.promo1 {
	margin-right: 18px;
	} 

.promo1, .promo2 {
	float: left;
	/*margin-bottom: 10px;*/
	background: url(/_images/bkgPromoSmall.gif) 0 0 no-repeat #C9252B;
	border: 1px solid #6e1818;
	height: 97px;
	}
	
.promoMiscContent {
	padding: 4px;
	width: 286px;
	height: auto!important;
	}
	
.promoMiscContent img, .promoLargeMisc img {
	float: left;
	margin-right: 12px;
	}
	
.promoMiscContent h3 a {
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	line-height: 1.1em;
	background: url(/_images/arrowPromo.gif) 0 2px no-repeat;
	padding-left: 17px;
	display: block; 
	}
	
.promoMiscContent p, .promoLargeMisc p {
	color: #fff;
	}
	
.promoMiscContent .promoMiscText {
	float: left;
	width: 130px;
	}

.promoLarge {
	margin-left: 15px;
	display: inline;
	}

.promoLargeMisc {
	float: left;
	background: url(/_images/bkgPromoLarge.gif) 0 0 repeat-x #C7242A;
	border: 1px solid #6e1818;
	width: 571px;
	margin: 0 15px 30px 15px;
	display: inline;
	padding: 4px;
	}

.promoLargeMisc .promoMiscText {
	float: left;
	margin: 10px;
	width: 345px;
	}
	
.promoLargeMisc h3 a {
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
	background: url(/_images/arrowPromoLarge.gif) 0 2px no-repeat;
	padding-left: 22px;
	display: block; 
	}

/* --- more links --- */

.moreLink {
	background: url(/_images/moreBkgTall.gif) 0 0 repeat-x;
	height: 19px;
	margin: 15px 15px 0 0;
	padding-top: 4px;
	}
	
.moreLink a {
	display: block;
	height: 16px;
	}
	
.moreLink a span {
	visibility: hidden;
	}
	
.features .moreLink {
	background: url(/_images/moreBkgShort.gif) 0 8px repeat-x;
	height: 19px;
	margin: 15px 15px 0 0;
	padding-top: 4px;
	}
	
.features .moreLink a {
	background: url(/_images/btnMoreFeatures.gif) 0 0 no-repeat;
	width: 123px;
	margin: 0 auto;
	}

.peopleNews .moreLink {
	padding-right:5px;
	}
	
.peopleNews .moreLink a {
	background: url(/_images/btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 auto;
	text-align:center;
	}

.forums .moreLink {
	float:left;
	width:280px;
	margin:0 0 0 15px;
	display:inline;
	padding-right:5px;
	}
	
.forums .moreLink a {
	background: url(/_images/btnMoreForums.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.analysis .moreLink {
	float:left;
	width:280px;
	margin:0 0 0 15px;
	display:inline;
	padding-right:5px;
	}
	
.analysis .moreLink a {
	background: url(/_images/btnMoreAnalysis.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.caseStudies .moreLink {
	float:left;
	margin:0 15px 0 0;
	display:inline;
	width:290px;
	padding-right:5px;
	}
	
.caseStudies .moreLink a {
	background: url(/_images/btnMoreCaseStudies.gif) 0 0 no-repeat;
	width: 143px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.review .moreLink {
	float:left;
	width:280px;
	margin:0 0 0 15px;
	display:inline;
	padding-right:5px;
	}
	
.review .moreLink a {
	background: url(/_images/btnMoreReview.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
	float:right;
	}
	
.opinion .moreLink {
	float:left;
	margin:0 15px 0 0;
	display:inline;
	width:290px;
	padding-right:5px;
	}
	
.opinion .moreLink a {
	background: url(/_images/btnMoreOpinions.gif) 0 0 no-repeat;
	width: 139px;
	margin: 0 0 0 10px;
	float:right;
	}

.blogs .moreLink {
	float:left;
	margin:0 15px 0 0;
	display:inline;
	width:290px;
	padding-right:5px;
	}

.blogs .moreLink a {
	background: url(/_images/btnMoreBlogs.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 30px;
	float:right;
	}
	
.businessNews .moreLink {
	padding-right:5px;
	}
	
.businessNews .moreLink a {
	background: url(/_images/btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 0 0 5px;
	float:right;
	}
	
.latestNewsHome .moreLink {
	padding-right:5px;
	margin:0 15px 0 15px;
	}
	
.latestNewsHome .moreLink a {
	background: url(/_images/btnMore.gif) 0 0 no-repeat;
	width: 56px;
	margin: 0 auto;
	text-align:center;
	}
	
a.moreJobs  {
	background: url(/_images/btnSearchMoreJobs.gif) 0 0 no-repeat;
	width: 136px;
	margin: 0 0 4px 0;
	text-align:center;
	}
	
a.nowHiring  {
	background: url(/_images/btnNowHiring.gif) 0 0 no-repeat;
	width: 165px;
	text-align:center;
	}
	
.latestIssueButton a {
	background: url(/_images/btnLatestIssue.gif) 0 0 no-repeat;
	width: 91px;
	margin: 0 auto;
	text-align:center;
	}
	
.features .moreLink a:hover {background: url(/_images/btnMoreFeatures.gif) -123px 0 no-repeat;}
.peopleNews .moreLink a:hover, .businessNews .moreLink a:hover, .latestNewsHome .moreLink a:hover {background: url(/_images/btnMore.gif) -56px 0 no-repeat; text-decoration: none;}
.forums .moreLink a:hover {background: url(/_images/btnMoreForums.gif) -109px 0 no-repeat;}
.blogs .moreLink a:hover {background: url(/_images/btnMoreBlogs.gif) -109px 0 no-repeat;}
.analysis .moreLink a:hover {background: url(/_images/btnMoreAnalysis.gif) -109px 0 no-repeat;}
.caseStudies .moreLink a:hover {background: url(/_images/btnMoreCaseStudies.gif) -143px 0 no-repeat;}
.review .moreLink a:hover {background: url(/_images/btnMoreReview.gif) -109px 0 no-repeat;}
.opinion .moreLink a:hover {background: url(/_images/btnMoreOpinions.gif) -139px 0 no-repeat;}
.moreLink a:hover {text-decoration: none;}
a:hover.moreJobs {background: url(/_images/btnSearchMoreJobs.gif) -136px 0 no-repeat;}
a:hover.nowHiring {background: url(/_images/btnNowHiring.gif) -165px 0 no-repeat;}
.latestIssueButton a:hover {background: url(/_images/btnLatestIssue.gif) -91px 0 no-repeat;}

/* --- topStoryHome --- */

#topStoryHome {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	padding: 0 0 20px 0;
	margin-left:15px;
	}
	
#topStoryHome h3 a, #topStoryHome h3 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.04em;
	font-weight: 700!important;
	}

#topStoryHome h3{
	font-size:1.6em;
	}
	
#topStoryHome h3 a:hover {
	text-decoration: none;
	color: #605e5e;
	}

#topStoryHome h2{
	float:none;
	margin:0;
	padding:0;
	margin-top:10px!important;
	display:block;
	}
	
#topStoryHome h2 a {
	color: #000;
	font-size: 1.25em!important;
	font-weight: 400!important;
	line-height: 1em;
	display:inline;
	float:none;
	text-transform:none;
	}	
	
#topStoryHome h4.byline {
	clear: left;
	padding-top: 13px;
	}
	

#topStoryHome img {
	float: right;
	margin-right:0;
	margin-left:20px;
	}

#topStoryHome img.topStoryArrow {
	float: left;
	margin-top: 12px;
	display:inline;
	margin-right:10px;
	margin-left:0;
	border: 0!important;
	}

#topStoryHome .featureImageContainer{
	display:inline; /*double margin bug in FF??... WTF!*/ 
	}

/* --- frmSearchJobs --- */

#frmSearchJobs {
	float: left;
	}

#frmSearchJobs .field {
	border: 1px solid #7a7a7a;
	width: 160px;
	margin-right:5px;
	}

#frmSearchJobs .button {
	margin-left: 128px;
	}
	
#jobSearch .sponsorImage {
	margin-left: 1px;
	}
	
#jobSearch {
	background: url(/_images/jobsSpacer.gif) repeat-x left bottom;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

#jobsOfTheWeek {
	clear: both;
	}
	
#jobsOfTheWeek h2 {
	color: #c9252b;
	margin: 0 0 6px 0;
	}

#jobsOfTheWeek ul li {
	font-size:1.1em;
	}

#jobsOfTheWeek ul li.jobDetail{
	margin:0 0 5px 0;
	}
	
#jobsOfTheWeek ul li a {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
	}
	
#jobsOfTheWeek h2 span {
	margin: 0 0 0 124px;
	}

#jobsButtons {
	background: url(/_images/jobsSpacer.gif) repeat-x left top;
	padding: 6px 0 0 0;
	margin-top: 10px;
	height:auto;
	}

#jobsOfTheWeek .imgButton {
	margin: 4px auto 0 auto;
	}
	
/* --- xcol info boxes --- */

#xcol {
	margin-right: 20px;
	}

.xColBoxHeader {
	background: url(/_images/bkgH2Stripe.gif) repeat-x 0 0;
	padding: 9px 0 0 11px;
	}
	
.xColBoxHeader h2 span {
	visibility:hidden; 
	}
	
.xColBoxHeader h2 {
	display: block;
	height: 22px;
	}
	
.xColBoxHeader h2.jobs a {
	background: url(/_images/bkgH2Jobs.gif) no-repeat 0 0;
	display: block;
	width: 118px;
	height: 22px;
	}
	
.xColBoxHeader h2.poll {
	background: url(/_images/bkgH2Poll.gif) no-repeat 0 0;
	display: block;
	width: 118px;
	height: 22px;
	}

.xColBoxHeader h2.directory a {
	background: url(/_images/bkgH2Directory.gif) no-repeat 0 0;
	display: block;
	width: 118px;
	height: 22px;
	}

.xColBoxHeader h2.jobs a:hover {background: url(/_images/bkgH2Jobs.gif) no-repeat -118px 0; text-decoration: none;}
.xColBoxHeader h2.directory a:hover {background: url(/_images/bkgH2Directory.gif) no-repeat -118px 0; text-decoration: none;}

.xColBoxContent {
	padding: 15px 10px 6px 10px;
	background-color: #e2e2e2;
	margin-bottom: 15px;
	}
	
#xcolNewsByEmail {
	margin-bottom: 15px;
	}

/* --- Xcol promos --- */

#xcol .promo1, #xcol .promo2, .cols3xcol .promo1, .cols3xcol .promo2 {
	margin-bottom: 15px;
	margin-right:0;
	border: 0 none;
	background: #e2e2e2;
	}
	
#xcol .promo1 h3 a, #xcol .promo2 h3 a, .cols3xcol .promo1 h3 a, .cols3xcol .promo2 h3 a  {
	background:transparent url(/_images/arrowPromo_xcol.gif) no-repeat scroll 0pt 2px;
	color:#000;
	}
	
#xcol .promo1 p, #xcol .promo2 p, .cols3xcol .promo1 p, .cols3xcol .promo2 p {
	color:#000;
	}
	
/* --- Xcol poll --- */

#frmPoll {
	margin: 0;
	padding-top: 0;
	}

#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;
	}


/* --- xcol directory seach BB --- */

#frmBlueBoomerangSearch input#frmBlueBoomerangSearch_sSearch {
	width: 205px;
	border:1px solid #7A7A7A;
	float:left;
	margin-right:5px;
	}
		
#frmBlueBoomerangSearch .frmRow {
	margin: 5px 0!important;
	}
	
#frmBlueBoomerangSearch .frmRow .radio {
	width: 13px;
	float: left;
	border:0 none;
	margin-left:0;
	}
	
#frmBlueBoomerangSearch img {
	clear: both;
	margin-top:5px;
	}

/* --- latest Issue --- */

#latestIssue {
	background: url(/_images/latestIssueBkg_wide.gif) no-repeat 0 0;
	border-bottom:solid 1px #620203;
	padding-top:20px;
	margin-bottom:15px;
	}
	
#latestIssue h3 {
	background: url(/_images/bkgH2LatestIssue.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	width:148px;
	margin:0 0 0 130px;
	position:absolute;
	}
	
#latestIssue h3 span {
	visibility: hidden;
	}
	
#latestIssue h3 a:hover {
	text-decoration: none;
	}
	
#latestIssue h4 {
	font-size:1.5em;
	font-weight:700;
	line-height:1.1em;
	color:#fff;
	margin-bottom:5px;
	padding-top:30px;
	}
	
#latestIssue h4, #latestIssue .latestIssueContent p {
	margin-left:110px;
	}
	
#latestIssue ul {
	font-size: 1.2em;
	margin-left:150px;
	}
	
#latestIssue a {
	color:#fff;
	}

#latestIssue .latestIssueContent {
	/*background: url(/_images/latestIssueBkg.gif) 0 0 no-repeat #BE2328;*/
	color: #fff;
	padding: 0 10px 10px 20px;
	/*border-left: 1px solid #5f0000;
	border-right: 1px solid #5f0000;*/
	width: 270px;
	}
	
#latestIssue .latestIssueContent ul, #latestIssue .latestIssueContent ul li {
	margin:0;
	padding:0;
	text-align:left;
	}
	
#latestIssue .latestIssueContent img {
	margin: 0 20px 10px auto;
	float:left;
	}
	
#latestIssue .latestIssueButton {
	background: url(/_images/latestIssueFoot_wide.gif) left bottom no-repeat;
	height: 25px;
	padding-top: 3px;
	clear:both;
	}
	
#latestIssue .latestIssueButton a {
	margin: 0 0 0 156px!important;
	}
	
/* --- Button Ads --- */
#buttonAdsContainer {
	border:1px solid #D9D9D9;
	padding: 10px 10px 0;
	text-align:center;
	margin-bottom:15px;
	}
	
#buttonAdsContainer h4 {
	margin-bottom:10px;
	}
	
#buttonAdsContainer h4{
	margin-bottom:10px;
	}

#buttonAds {	
	text-align:center;
	}

#buttonAds div { 
	display:inline;
	}
	
#buttonAds div img, #buttonAds div object {
	margin: 0 7px 0 7px;
	margin-bottom:12px;
	}
	
/* --- This Issue --- */

#thisIssue {
	padding-left:15px;
	}
	
#thisIssue h1 {
	clear: both;
	margin-left: 0;
	margin-bottom: 25px;
	}

.thisIssueImg {
	clear: both;
	float: left;
	}
	
.thisIssueIntro {
	float: left;
	margin-left: 20px;
	}

.thisIssueSubscribe, .thisIssueSubscribe img {
	clear: both!important;
	margin-top: 20px;
	}
	
.thisIssueLeading {
	background: url(/_images/borderDotHoriz.gif) repeat-x top left;
	padding-top: 14px;
	}
	
.thisIssueLeading h2 a {
	color: #999;
	}
	
.thisIssueLeading h2 a:hover {
	color: #605e5e;
	text-decoration: none;
	}

#previousIssues {
	margin: 45px 0 0 14px;
	}
	
#previousIssues h2 {
	color: #999;
	}
	
#previousIssues a {
	font-size: 1.1em;
	}

/* ---  email a friend --- */

#emailThisArticle {
	margin: 10px 0 0 15px;
	border: 1px solid #ccc;
	background: #eff2f3;
	width: 368px;
	padding: 10px;
	}
	
#emailThisArticle h3{
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	}
	
#emailThisArticle label {
	font-weight: normal;
	float: left;
	}

#emailThisArticle{
	height:1%;
	}

	
#emailThisArticle .field {
	width: 200px!important;
	float: left;
	}

#emailThisArticle .frmRow{
	clear:both;
	float:left;
	}

	
.errorWidth {
	width: 200px;
	}
	
/* --- Poll Results --- */

.pollSeeResults{
	background:transparent url(/_images/btnSeeResults.gif) no-repeat top left;
	margin:8px 0 4px 0;
	text-align:center;
	width:100px;
	display:block;
	height:16px;
	}
.pollSeeResults:hover{ background-position: top right;}

.pollSeeResults span{display:none;}

.pollResults {
	padding:0 20px 0 0;
	}
	
.pollResults .pollResultsWrap {
	margin-left:15px;
	}
	
.pollResults h2, h2.results {
	color:#999999;
	font-size:1.4em;
	font-weight:700 !important;
	margin-bottom:3px;
	text-transform:uppercase;
	}
	
.pollResults h3 {
	color:#000000;
	font-size:1.6em !important;
	font-weight:700 !important;
	line-height:1em;
	}
	
.pollResults .pollResultsPrevious h2 {
	background:transparent url(/_images/bkgH2PreviousPollResults.gif) no-repeat scroll 0 0;
	width:220px;
	color:#000000;
	font-size:1.6em !important;
	font-weight:700 !important;
	line-height:1em;
	}
	
.pollResults h4 span {
	visibility:hidden !important;
	}
	
.pollResults p {
	margin-bottom:1em;
	}
	
.pollResults ul {
	font-size:1.1em;
	padding:5px 0 0 0;
	}
	
.pollResults ul li a {
	font-weight:bold;
	}
	
.pollResults .pollResultsChart {
	border: solid 1px #d7d9d8;
	margin:10px 0 30px 0;
	padding-bottom:10px;
	min-height:263px;
	}
	
.pollResults .pollResultsPrevious {
	width:98%;
	}
	
.pollResults .pollResultsPrevious a {
	display:inline;
	}
	
.pollResults .pollResultsPrevious span {
	color:#7F7F7F;
	font-size:1em;
	}
	
.pollResults p.totalVotes {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:5px;
	}
	
/* --- 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;
	}
	
/* --- AV TV page --- */
#videoPlayer {
	padding:0 65px;
	margin:6px;
	margin-bottom:30px;
	}
	
#maincol_AVTV {
	width:610px;
	}
	
#maincol_AVTV .cols2Left {
	margin-right:0!important;
	}
	
#maincol_AVTV .cols2Right {
	margin-left:18px;
	}

.cols3xcol {
	float:right;
	margin:0 0 0 0;
	padding:0;
	width:300px;
	display:inline;
	}


/* --- commentsBody --- */
#commentsHeader {
	width: 373px;
	margin: 30px 0 0 15px;
	display:inline;
	clear: both;
	}

#commentsHeader h2 {
	background: url(/_images/bkgH2YourComment.gif) 0 0 no-repeat;
	width: 150px;
	clear: both;
	display: block;
	float: left;
	}

#commentsModule {
	border: 1px solid #bebdbd;
	clear: both;
	background: url(/_images/bkgComments.gif) 0 0;
	width: 359px;
	padding: 13px 13px 6px 15px;
	display: block;
	margin: 10px 0 0 15px;
	}
	
#commentsModule textarea {
	width: 347px;
	height: 90px;
	}
	
#commentsModule p {
	width:60%;
	float:left;
	padding-top:9px;
	}

.emptyComments {
	height: 10px!important;
	padding-top: 0!important;
	}

.postCommentGated {
	margin: 10px 0 0 25px;
	}

	/* comments list */
	
#allComments {
	margin: 30px 0 0 15px;
	width: 373px;
	display:inline;
	}
	
#allComments h2 {
	background: url(/_images/bkgH2AllComments.gif) 0 0 no-repeat;
	}

#allCommentsList {
	clear: both;
	width: 389px;
	}
	
#allCommentsList .comment {
	padding: 10px 0 10px 0;
	margin-left: 10px;
	}
	
#allCommentsList .comment h4 {
	background:transparent url(/_images/borderDotHoriz.gif) repeat-x scroll left bottom;
	padding-bottom:5px;
	margin-top: 0;
	}
	
#allCommentsList .comment p {
	padding-top:4px;
	margin-left:15px;
	margin-bottom: 0;
	}
	
/* --- articleTools --- */

.share {
	float: left;
	width: 91px;
	margin-left: 10px;
	position: relative;
	margin-top: 20px;
	}

.share p a {
	display: block;
	height: 20px;
	padding: 11px 5px 5px 5px;
	color: #7f7f7f;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #d7d9d9;
	}
	
.off p a {
	background: url(/_images/bkgShareTitleOff.gif) left top no-repeat;
	}
	
.on p a {
	background: url(/_images/bkgShareTitleOn.gif) left top no-repeat;
	}
	
.share p a:hover {
	text-decoration: underline;
	}
	
.off .shareView {
	display: none;
	}
	
.on .shareView {
	}
	
.share ul {
	background: url(/_images/bkgShareList.gif) left 3px 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: #6c6d6e;
	height: 16px;
	display: block;
	}
	
.share ul li {
	margin-bottom: 8px!important;
	display: block;
	height: 16px;
	}
	
.share ul li.title {background: url(/_images/shareTopDots.gif) 0 0 no-repeat; font-weight: 700; font-size: .9em!important; padding-top: 5px;}
.share ul li.delicious a {background: url(/_images/iconDelicious.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.stumble a {background: url(/_images/iconStumble.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.facebook a {background: url(/_images/iconFacebook.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.reddit a {background: url(/_images/iconReddit.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.digg a {background: url(/_images/iconDigg.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.google a {background: url(/_images/iconGoogle.gif) 0 0 no-repeat; padding-left: 18px;}
.share ul li.yahoo a {background: url(/_images/iconYahoo.gif) 0 0 no-repeat; padding-left: 18px;}
	
.articleTools {
	border-top: 1px solid #e2e6e6;
	border-bottom: 1px solid #e2e6e6;
	margin: 20px 0 0 15px;
	clear: both;
	display: inline;
	padding: 5px 0 0 0;
	float: left;
	width: 291px;
	position: relative;
	}

.articleTools ul {
	padding-left: 0!important;
	margin-left: 0!important;
	}

.articleTools ul li {
	display: block;
	}
	
.articleTools ul li a {
	color: #7f7f7f;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	height: 30px;
	float: left;
	}
	
.articleTools .print a {
	background: url(/_images/iconToolsPrint.gif) 0 0 no-repeat;
	padding-left: 26px;
	margin-right: 17px;
	display: inline; /* ie dbl margin...*/
	}
	
.articleTools .emailArticle a {
	background: url(/_images/iconToolsEmail.gif) 0 0 no-repeat;
	padding-left: 24px;
	margin-right: 17px;
	display: inline;
	}
	
.articleTools .clipSave a {
	background: url(/_images/iconToolsCut.gif) 0 0 no-repeat;
	padding-left: 19px;
	margin-right: 17px;
	display: inline;
	}

.articleTools .newsEmail a {
	background: url(/_images/iconToolsbulletin.gif) 0 0 no-repeat;
	padding-left: 23px;
	}
	
#clipAndSaveMessage {
	background: url(/_images/messageBubble.png) 0 0 no-repeat;
	width: 95px;
	height: 55px;
	position: absolute;
	padding: 5px 15px 40px 15px;
	top: -94px;
	left: 140px;
	z-index: 100;
	}
	
#clipAndSaveMessage img {
	float: right;
	}
	
/* --- 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;
	}
	
	
/* --- authorProfile --- */
#authorProfile {
	margin-left:15px;
	padding:0 20px 0 0;
	}
#authorProfile h1 {
	margin:0;
	}
#authorProfile h2 {
	clear:left;
	margin-bottom:12px;
	}
#authorProfile img {
	margin:0 0 0 15px;
	}
	
#authorProfile .authorLatestArticles h2 {
	width:350px;
	background: url(/_images/bkgH2LatestArticlesFromAuth.gif) no-repeat 0 0;
	}
	
#authorProfile .authorLatestArticles h2 span {
	visibility: hidden;
	}
	
#authorProfile ul {
	font-size:1.1em;
	padding:5px 0 0 0;
	clear:both;
	}
#authorProfile ul li a {
	font-weight:bold;
	}
	
/* --- loginArticle --- */	
#loginArticle {
	margin: 0 30px 0 20px;
	}
	
#loginArticle p {
	margin-bottom: 10px;
	}
	
#loginForm {
	margin:30px;
	}
	
#loginForm p {
	margin-bottom:30px;
	}
	
#loginArticle h1 {
	margin-left:0;
	color:#000000;
	font-size:1.6em;
	font-weight:700;
	line-height:1em;
	text-transform:none;
	float:none;
	}
	
#loginArticle h4 {
	padding-top:9px;
	}
	
#loginArticle #featureImageContainer {
	float:right;
	width:200px;
	}
	
#registerForm h1 {
	margin-left:15px;
	}
	
#loginArticle img {
	margin-left: 15px;
	}
	
#registerForm input.field {
	border:1px solid #797979;
	height:15px !important;
	margin:0pt 10px 0pt 0pt;
	width:168px !important;
	}
	
/* --- articleVideo --- */
.articleAssets {
	padding: 0 60px;
	}
	

/* --- events --- */

.eventsContent {
	margin: 0 20px 10px 20px;
	clear: both;
	}

.eventInfo {
	clear: both;
	margin-top: 20px!important;
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	display: block;
	padding: 5px 5px 5px 0;
	}
	
.eventInfo a {
	font-weight: 700!important;
	text-decoration: none;
}
	
.eventInfo a:hover {
	text-decoration: underline;
	color: #605e5e;
	}
	
.eventsShowing {
	font-size: 1.1em;
	float: left;
	}

.eventsShowing span{
	font-size:1.0em;
	}

.eventEnhanced {
	background: #f8e4e5 url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.eventStandard {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}
	
.eventEnhanced, .eventStandard {
	clear: both;
	padding: 10px!important;
	}

.eventStandard h3 a {
	background: url(/_images/arrowH3.gif) no-repeat 0 2px;
	padding-left: 17px;
	}
	
.eventEnhanced h3 a {
	background: url(/_images/arrowH3Pink.gif) no-repeat 0 2px;
	padding-left: 17px;
	}
	
.eventEnhanced h3 a, .eventStandard h3 a {
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
	}
	
.eventEnhanced h3 a:hover, .eventStandard h3 a:hover {
	color: #000;
	}
	
.eventEnhanced h4, .eventStandard h4 {
	margin: 10px 0 5px 0;
	clear: both;
	color: #000;
	font-size: 1.1em;
	}
	
.eventEnhanced img, .eventStandard img {
	margin: 0 0 5px 10px;
	display: block;
	}

.eventsContent .last {
	background-image: none;
	}

	/* eventDetail */
	
.eventDetailLinks {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	}
	
.eventDetailLinks a {
	font-size: 1.1em;
	}
	
.eventDetail {
	margin: 0 20px;
	}
	
.eventDetail h2 {
	font-size: 1.5em!important;
	margin-bottom: 10px;
	}
	
.eventDetail h4 {
	color: #000;
	margin-bottom: 2px;
	font-size: 1.2em;
	}
	
.eventDetail p {
	margin: 0 0 10px;
	font-size: 1.2em;
	}

.eventDetail p.venue{
	margin-bottom:20px;
	}
	
.eventDetail .contactDetails {
	margin-top: 20px;
	}

.eventDetail .attachments {
	margin-top: 20px;
	}

.eventDetail .attachments li {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	line-height: 21px;
	}

.eventDetail .attachments li a {
	padding-left: 25px;
	background: url(/_images/iconAttachment1.gif) 0 0 no-repeat;
	height: 21px;
	display: block;
	}
	
.eventDetail .attachments li a:hover {
	background: url(/_images/iconAttachment2.gif) 0 0 no-repeat;
	}

	/* addEventsForm */

.addEventsForm {
	clear: both;
	margin: 20px;
	}
	
.addEventsForm .frmRow {
	width:95%;
	height:1%;
	}

.addEventsForm .frmRow label {
	float: left;
	width: 130px;
	margin-right: 5px;
	text-align: right;
	line-height: 20px;
	}
	
.addEventsForm .frmRow input {
	width: 192px;
	border: 1px solid #797979;
	height: 16px;
	}
	
.addEventsForm .frmRow select {
	width: 196px;
	}
	
.addEventsForm .frmRow select.title {
	width: 80px;
	}
	
.addEventsForm .frmRow textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #797979;
	}

.calendarRow {
	clear: both;
	margin-bottom: 10px;
	}
	
.calendarRow input, .calendarRow img {
	float: left;
	}
	
.calendarRow img {
	margin: 0 0 12px 8px;
	}

.addEventsForm h3 {
	font-size: 1.4em;
	font-weight: 700;
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	padding-top: 15px;
	color: #000;
	margin-bottom: 16px;
	height:1%;
	}
	
.addEventsForm .requiredDescription {
	clear: both;
	margin-bottom: 10px;
	float: none;
	}


.checkboxRow input {
	width: 20px!important;
	float: left;
	margin-left: 142px;
	margin-right: 10px;
	border: none!important;
	}
	
.checkboxRow label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}
	
.disclaimer p {
	margin: 0 0 10px 167px;
	clear: both;
	}

.addEventsForm .checkbox input {
	width: 13px!important;
	height:13px;
	float: left;
	margin-left: 104px;
	margin-right: 10px;
	border: none!important;
	}

.addEventsForm .checkbox label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}

.addEventsForm .buttonRow {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	margin-top: 10px!important;
	}
	
/* --- filers --- */

.filterRemove a {
	background: url(/_images/iconClose1.gif) 0 0 no-repeat;
	padding-left: 14px;
	}
	
.filterRemove a:hover {
	background: url(/_images/iconClose2.gif) 0 0 no-repeat;
	}
	
.filters h2 {
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
	}
	
.filters h3 {
	color: #000;
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: 700;
	}

.filters {
	width: 120px;
	float: left;
	}
	
.filters ul {
	margin-bottom: 24px;
	}
	
.filters ul li {
	line-height:1.5em;
	}
	
.filters ul li a {
	font-size: 1.1em;
	}

/* --- Xcol ads --- */

#xcol #xcolAds {
	margin-right: 20px;
	margin-bottom: 15px;
	}

#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;
	}
	
#newsRelatedLinks .relatedLinks {
	width:170px;
	word-wrap: break-word!important;
	float:left;
}	
	
	
	
/*	----- Do Not Modify -----*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active .replaceHeaderDynamic h2{
	 border:none;
	 text-decoration:none;
}

/*.sIFR-active: sifr has loaded:*/
.sIFR-active .replaceHeaderDynamic h2 {
  font-size: 15px;
   visibility: hidden;
   
}

/*.sIFR-alternate: sifr has loaded but flash has not leaded or is being blocked (flashblock etc):*/
.replaceHeaderDynamic h2 .sIFR-alternate {
	font-size:1.6em;
	}

/*============ report abuse ==================*/
.reportAbuse {
    float:right;
    font-size:1.1em;
    margin:10px 0;
}

.reportAbuse a {
    color:#C9252B;
    text-decoration:none;
}
.reportAbuse a:hover {
    color:#999999;
    text-decoration:underline;
}

/*============ Partner Channel Pagecreator ==================*/

#partnerIntro{
	margin-bottom:20px;
}

#partnerIntro,
#partnerArticleIntro{
	background:#ededed;
	padding:15px;
	overflow:hidden;
}

	#partnerIntro h1{
		margin-left:0;
		margin-right:10px;
	}
	
	#partnerIntro h2,
	#partnerArticleIntro h3{
		font-size:12px;
		overflow:hidden;
		color:#000;
		font-weight:700;
		}
	
	#partnerIntro p{
		margin-bottom:10px;
		font-size:1.1em;
	}

#partnerArticleIntro h2{
	float:left;
	display:inline;
	margin-right:10px;
}

#productHighlights .thumbContainer{
	height:auto;
	width:125px;
	margin-bottom:3px;
	float:left;
}

	#productHighlights h3.withImage{
		background-position:131px 7px;
	}
	
	#productHighlights .moreLink {
		background:none;
		margin:13px 0 0 0;
		padding:0;
		clear:both;
	}

	#productHighlights .moreLink a{
		background: url(/_images/btnMoreInfo.gif) 0 0 no-repeat;
		width: 91px;
		text-indent:-9999px;
	}

	#productHighlights .moreLink a:hover{
		background-position:-91px 0;
	}

#xcol .blogs,
#xcol .forums{
	float:none;
}

#xcol .blogs .xColBoxContent,
#xcol .forums .xColBoxContent{
	zoom:1;
}

	#xcol .blogs .xColBoxHeader h2 a{
		width:135px;
		display:block;
		height:22px;
	}
	
	#xcol .forums .xColBoxHeader h2 a{
		width:150px;
		display:block;
		height:22px;
	}
	
	#xcol .blogs .blogPost h3 a,
	#xcol .forums h3.headline{
			background: url(/_images/arrowPromo_xcol.gif) no-repeat scroll 0 7px;
		}
	
	#xcol .blogs h5,
	#xcol .forums h5{
		margin-top:0;
	}
	
	#xcol .forumPost p.commentsBubble,
	#xcol .blogPost p.commentsBubble{
		background-image: url(/_images/commentsBubbleBkgGrey.gif);
		padding-bottom:10px;
	}

}
