@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: #d3dde6!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: 12px;
}
p {
	text-align:justify;
	padding:0 0 10px;
}
a {
	text-decoration: none;
	color:#008dc5;
}
p a {
	text-decoration: underline;
}
p a:hover, h3 a:hover {
	background-color: transparent !important;
}
a:hover {
	text-decoration: underline;
	color:#008cc5;
}
a:focus, a:active {
	background: #D4DFE5;
	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;
	padding-top: 10px;
}
#header {
	float:left;
	width: 950px;
	font-family: tahoma, arial, helvetica, sans-serif;
	height: 1%;
	padding: 5px 5px 12px 5px;
	background: #fff url(bkgHeaderBottom.gif) left bottom repeat-x;
}
#headerInner {
	background: #fff url(bkgHeader.gif) 0 0 repeat-x;
	float:left;
	height:145px;
	overflow:hidden;
}
#maincol {
	margin:0 15px;
	height:1%;
	display:inline;
}
h1 {
	font: 700 20px/25px Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #999;
	text-transform:uppercase;
	margin-left:5px;
	display:block;
	float:left;
	padding:0 0 10px;
	width:100%;
}
h1.tvHeader {
	float:left;
	display:inline;
	width:200px;
}
h1 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 Palatino, Times, 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: 5px;
}
.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;
}
/* image borders */
.feature img, .promo1 img, .promo2 img, .promoLargeMisc img, .articleWrap img, .authorProfile img {
	border:solid 3px #d5d5d5;
	margin-left: 0!important;
}
#topStoryHome img {
	margin-left:10px;
}
.thumbContainer img {
	border:solid 3px #d5d5d5;
	margin: 0 10px 10px 0!important;
}
/* --- Header Elements ---*/

#siteDate {
	color: #fff;
	font-size: 1.2em;
	position:absolute;
	top:12px;
	left:21px;
	background:url(roul.jpg) no-repeat bottom right;
	height:110px;
	display:block!important;
}
#siteLogo {
	left:164px;
	margin:0;
	position:absolute;
	top:5px;
	display:block;
	height:120px;
	width:262px;
	_margin:0 0 0 52px!important;
	_position:static;
	overflow:hidden;
}
#breadcrumb {
	font-size:12px;
	height:12px;
	line-height:12px;
	margin-left:10px;
}
#breadcrumb li {
	color:#b2b2b2;
}
#breadcrumb li span {
	padding: 0 3px;
	color:#999;
}
#breadcrumb li a {
	text-decoration: underline;
}
#breadcrumb li a:hover {
	text-decoration: none;
}
/* -- Site nav -- */

#siteNavContainer {
	width: 949px;
	background: transparent;
	font-family: Tahoma;
	float:left;
}
#siteNav {
	left:13px;
	position:absolute;
	top:122px;
	width:949px;
}
#siteNav ul {
	height: 2.2em;
	width: auto;
	display: block;
	font-size: 1.3em;
	padding: 0 9px 0 0;
}
#siteNav ul li {
	display: inline;
	width: auto;
}
#siteNav ul li span {
	background: transparent;
	position: relative;
	z-index: 100;
}
#siteNav ul li#mainNavHome {
	padding-left:9px;
}
#siteNav ul li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration:none;
	padding:0 19px 0 19px;
	font-weight:700;
	text-transform: capitalize;
	height: 2.15em;
	line-height: 2.15em;
	white-space: nowrap;
	float:left;
}
#siteNav li a.selected {
	color:#003a51!important;
	background: #fff;
}
#siteNav li a.selected:active, #siteNav li a.selected:hover {
	color:#003a51!important;
	background: #fff;
}
#subNav li a.selected {
	color:#cf950d!important;
}
#siteNav li a:hover, #siteNav li a:focus {
	text-decoration:none;
	color:#003a51!important;
	background: #fff;
}
#siteNav ul li.pipe {
	background: url(mainNavPipe.gif) 2px 0 no-repeat;
	width: 3px;
	height: 27px;
	margin-right: 1px;
}
#siteNav ul li.last {
	background: none;
}
/* --- sub navigation --- */


#subNav {
	clear: both;
	display:inline-block;
	width: 916px;
}
#subNav ul {
	height: 2.1em;
	padding-left: 3px;
	background: #fff;
}
#subNav ul li {
	padding: 3px 0;
}
#subNav ul li a {
	font-size:1.2em;
	color:#006790;
	text-decoration:none;
	font-weight:bold;
	background: url(subNavPipe.gif) right 1px no-repeat;
}
#subNav li a:focus, #subNav li a:hover {
	text-decoration:none;
	color:#cf950d!important;
}
#subNav ul li a.last {
	background: none;
}
/* set the individual subnav spacing*/

.subNavChannels li a {
	padding: 0 22px;
}
#subNavEmpty {
	background: #fff;
	height: 3px;
}
/*-- site search --*/

#siteSearch {
	position:absolute;
	top:125px;
	right:88px;
}
#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 --*/

/*-- solution search --*/
#solutionSearchWrap {
	float:right;
	width:342px;
}
#solutionSearch {
	width:266px;
	border: 1px solid #d9d9d9;
	float:right;
	background-color:#f6f6f6;
	padding:6px;
}
#solutionSearch .field {
	width: 168px;
	margin: 0 10px 0 0;
	border: 1px solid #797979;
}
#solutionSearch label {
	margin:2px 4px;
	display:block;
}
/*-- end solution search --*/

/* --- Subcol Elements ---*/

#subcol form {
	padding: 12px 0 0 10px;
}
#subcol form .formRow {
	margin-bottom:4px;
}
#subcol form input.radio {
	padding:0;
	border:none;
	width:18px;
}
#subcol form input {
	vertical-align: middle;
}
#pollContainer #lastPoll .pollBarContainer {
	background-color: #f4f4f4;
	color: #000000;
}
/* --- Lists --- */


ul.bulletBlack li a, p.bulletBlack a, h3.bulletBlack a {
	background: url(arrowRightBlack.gif) no-repeat;
	color: #E0042A;
}
p.bulletRed a, h3.bulletRed a {
	background: url(arrowRedLeft.gif) no-repeat;
	color: #000;
}
ul.bulletRed li {
	background: url(arrowRedLeft.gif) no-repeat 65px 3px;
	color: #000;
	padding: 0;
}
p.bullet a, h3.bullet a {
	padding: 0.2em 0.2em 0.2em 1.5em;
	display: block;
	background-position: 0 0.6em;
}
p.bulletRSS a {
	background: url(bulletRSSFeed.gif) no-repeat 0 0.35em;
	color: #E0042A;
}
ul.bulletWithRSSIcon li a {
	line-height:20px;
	background: url(iconRSSFeed.gif) top left no-repeat;
	padding-left:20px;
	margin-left:10px;
}
p.bullet a {
	text-decoration: none;
}
ul.jobOfWeek li {
	width:280px;
	overflow:hidden;
	word-break:break-all;
}
ul.jobOfWeek li a {
	padding: 0.3em 0.2em 0.4em 1.5em;
	border-bottom: 1px solid #CDCDCD;
	background-position: 0 0.7em;
}
ul.standard li a {
	padding: 0.3em 0.2em 0.4em 0.8em;
	display: block;
	overflow: hidden;
}
a.buttonStyle {
	border: 1px solid #c03;
	background: #dc0d29;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 2px 3px;
}
a.buttonStyle:hover {
	background: #dc0d29 !important;
}
/* --- Boxes --- */

.boxBlackBorder {
	border: 1px solid #000;
	border-top: none;
	padding-bottom: 10px;
}
.boxGreyBorder {
	border: 1px solid #DCDCDC;
	border-top: none;
	padding-bottom: 10px;
}
.h1WithSponsor {
	width:278px;
	color:#b2b2b2;
	padding-top:10px;
	margin-right:10px;
	margin-bottom:5px;
	display:inline;
	text-align:right;
	padding-bottom:7px;
	background: url(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;
	margin-bottom:0!important;
}
.story img {
	float: left;
}
.story .storyContent {
	height:1%;
	padding-bottom: 4px;
}
.storyContent p {
	font-size:1.2em!important;
}
.story span.storyType {
	color: #666;
}
.story p {
	margin-top: 5px;
}
.story .headlinesOnly h3 a {
	color:#000;
}
.feature {
	background: #fff;
	display:block;
	width:587px;
	margin-bottom:13px;
	padding: 8px 8px 0 16px;
	height:1%;
}
.feature img {
	float:right;
	margin:0 0 10px 10px;
	display:block;
}
.feature h1 {
	float:none;
	margin:0;
	padding:0!important;
	display:block;
	font-family:Palatino, Times, serif;
	text-transform:none;
	font-size: 2.2em!important;
}
.feature h1 a {
	font-weight:600;
	/*line-height: 1.6em;*/
	display:inline;
	float:none;
	text-transform:none!important
}
.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;
	padding:0 0 20px;
}
h4.byline {
	color: #888888;
	margin-top: 3px;
	padding-bottom: 9px;
	font-size: 1.1em!important;
	line-height: 1.1em;
}
h4.byline a {
	color: #008dc5;
	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 {
	background: url(borderDotVertical.gif) repeat-y 304px 0;
	float:left;
	width:610px;
}
.borderVerticalRight {
	background: url(borderDotVerticalFull.gif) no-repeat 304px 46px;
}
.borderVerticalRightHome {
	background: url(borderDotVerticalFull.gif) no-repeat 304px 33px;
}
.borderVerticalRightNews {
	background: url(borderDotVerticalFull.gif) no-repeat 417px 20px;
}
.features .borderVerticalRight, .furtherNews .borderVerticalRight {
	background-position:304px 46px;
}
.borderVertical2Thirds {
	background: url(borderDotVerticalFull.gif) no-repeat 412px 0px;
}
.borderVerticalRightThisIssue {
	background: url(borderDotVerticalFull.gif) no-repeat 428px 46px;
}
.cols2Left {
	width: 296px; /*.noModuleFix adjusts for the box model*/
	float: left;
	margin-right: 18px;
}
.cols2Right {
	width: 296px;
	float:left;
}
.cols2Thirds {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	margin:0 8px 0 0px;
	clear:both;
}
.cols2ThirdsNews {
	width: 418px; /*.noModuleFix adjusts for the box model*/
	float: left;
	display:inline;
	margin:10px 0 0 0;
	clear:both;
}
.cols1Third {
	width: 166px;
	float:left;
}
.noModuleFixLeft /*for use when your not using the module class on a cols2Left*/ {
	width:296px;
}
.noModuleBkgFixRight {
	width:290px;
}
#bulletins .cols2Left li {
	width:285px;
}
#bulletins .cols2Right li {
	width:290px;
}
/* --- Article Page --- */

/* article cols */

.cols1ThirdNews {
	padding-top: 20px!important;
}
.cols1ThirdNews h2, .cols1ThirdNews .module h3 {
	padding-left: 20px!important;
	background: none;
	font-family: arial!important;
}
.cols1ThirdNews .headlinesOnly {
	background: none!important;
}
.cols1ThirdNews .relatedArticles, .cols1ThirdNews .relatedLinks, .cols1ThirdNews .LatestNewsLinks {
	width: 177px;
	border-bottom: 1px solid #a7dbf0;
	padding-bottom: 10px;
}
#article {
	float: left;
	background: transparent url(article_bkg.gif) left top repeat-y;
}
#article .cols2Left {
	margin-right: 0;
	background: #F8F6F7;
}
#article .cols2Left h2 {
	border: none;
	color: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 5px;
}
#article .cols2Left h2, #article .cols2Left h3, #article .cols2Left h4, #article .cols2Left h4.byline, #article p, #article .cols2Left form {
	padding-left: 10px;
	padding-right: 5px;
}
#article .cols2Right {
	width: 310px;
}
#article .tools {
	width: 260px;
	padding-top: 5px;
	margin-left: 10px;
}
#article .cols2Left h3 {
	border-bottom: none;
	font-weight: 400;
}
#article #commentsBody {
	margin-top: 10px;
}
#article #commentsBody textarea {
	width: 268px;
	border: 1px solid #999;
}
#article .comment {
	border-bottom: 1px solid #ccc;
	margin: 5px 5px 5px 10px;
}
#article .comment p, #article .comment h4 {
	padding: 0;
	padding-bottom: 5px;
}
#article .comment h4 {
	color: #666;
	font-weight: 700;
}
#article #commentsBody label, #article #commentsBody p.labelStyle {
	color: #000;
	font-size: 1.45em;
	margin-bottom: 5px;
	display: block;
}
#article form p {
	padding-left: 0;
}
.emailSent {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}
p.commentsBubbleArticle {
	background: url(commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	height:20px;
	color: #008dc5;
	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*/
.articleImage img {
	margin-left:10px!important;
}
.articleWrap {
	padding-left:15px;
}
.articleWrap h1 {
	font-family:Palatino, Times, serif;
	color:#008DC5;
	font-size:2.2em !important;
	font-weight:700 !important;
	line-height:1em;
	text-transform:none;
	margin:0;
	float:none;
}
.articleWrap h4 {
	clear:left;
	padding-top:13px;
}
/* -- End Slideshow controls --*/

.feature {
}
/* --- 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:2.2em;
	line-height:1.8;
	font-weight:bold;
	color:#000;
	margin:15px 0 15px 0;
	clear:both;
}
div.cms h3 {
	font-size:1.8em;
	line-height:1.8;
	font-weight:bold;
	color:#000;
	margin:15px 0 15px 0;
	clear:both;
}
div.cms h4 {
	font-size:1.3em;
	line-height:1.5;
	font-weight:bold;
	color:#000;
	margin:10px 0 15px 0;
	clear:both;
}
div.cms h5 {
	font-size:1.1em;
	line-height:1.3;
	font-weight:bold;
	color:#000;
	margin:5px 0 15px 0;
	clear:both;
}
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;
	font-size:1.2em;
	background-image:none!important;/*used to overide cms inline background image styles*/
}
div.cms table.first {
	border-top:1px solid #7ec7e0;
}
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*/
}
/*  -----  Pagination ---- */

.pagination {
	clear: both;
	background: url(borderDotHoriz.gif) repeat-x bottom left;
	display: block;
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	width:558px;
}
.paginationBottom {
	clear: both;
	background: url(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(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(btnGo.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(btnGo.gif) no-repeat -39px 1px;
}
input.searchButton {
	display:block;
	width: 68px;
	height:18px;
	border:0 none;
	margin:0 0 0 5px;
	background: transparent url(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(btnSearch.gif) no-repeat -68px 2px;
}
input.searchButtonHeader {
	display:block;
	width: 67px;
	height:18px;
	border:0 none;
	margin:0 0 0 5px;
	background: transparent url(btnSearchHeader.gif) no-repeat 0 2px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
}
input.searchButtonHeader:hover {
	background: transparent url(btnSearchHeader.gif) no-repeat -67px 2px;
}
input.commentButton {
	display:block;
	width: 123px;
	height:16px;
	border:0 none;
	margin:20px 0 0 0;
	background: transparent url(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(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(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(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(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(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(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(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(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(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(btnResend.gif) no-repeat 0 1px;
	cursor:pointer;
	text-indent:-9000px;
	text-transform:uppercase; /*needed for ie6 to indent the text*/
	float:none !important;
}
input.resendButton:hover {
	background: transparent url(btnResend.gif) no-repeat -240px 1px;
}
input.continueButton {
	display:block;
	width: 113px !important;
	height:22px;
	border:0 none !important;
	margin-left:164px;
	background: transparent url(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;
}
input.continueButton:hover {
	background: transparent url(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(borderDotHoriz.gif) repeat-x 0 0;
}
form .dottedRow {
	background: url(formBreakLine.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;
}
/* Form Login */

form#frmLogin, form#frmBasicReg {
	margin-top: 20px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	padding: 20px 10px 0 10px;
	width: 573px;
}
form#frmLogin {
	width: 553px;
}
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(loginPipe.gif) no-repeat right 30px;
}
#passwordReminder #LeadStoryContainer {
	background: url(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: #d3dde6 none repeat scroll 0%;
	float:left;
	margin:0 !important;
	padding:15px 15px 15px 15px;
	width:185px;
}
.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: 14.5em;
}
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 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;
}
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: #d4dfe5;
	padding: 10px 30px 10px 45px;
	margin-bottom: 10px!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(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(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 9px;
	background: url(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: 14.5em;
	margin-right: 1em;
	text-align: right;
}
form#frmBasicReg .frmLabelLong label {
	width:13.3em;
	margin-right:0;
	line-height:1.2em;
}
#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 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 .cols2Left {
	margin-left:0;
}
/* --- tabbed Most read, emailed, discussed --- */

/* -- new tab styles -- */

	/* tab */
.tabOneMostRead div.tabs {
	background: url(mostReadNav.gif) top left no-repeat;
	display: block;
	width: 296px;
	height: 31px;
}
.tabOneMostRead div.tabs span {
	visibility: hidden;
}
.tabOneMostRead .tabs li {
	float:left;
	width:98px;
}
.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;
}
.tabOneMostRead .mostTabbed span {
	float:left;
	display:block;
	width:65px;
}
.tabOneMostRead .mostTabbed li a {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
	margin-left: 11px;
	float:left;
	display:block;
	width:174px;
}
.mostTabbed {
	margin: 0 15px;
	padding: 10px 0;
}
.dotUnderline {
	background: url(borderDotHoriz.gif) repeat-x 0 0;
}
/* - END - new tab styles -- */


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


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

.module {
	float:left;
}
.noModuleBkg {
	background:none!important;
}
.module h2 {
	margin-bottom: 8px;
}
.module h2 span {
	float:left;
	padding:6px 0 10px 10px;
	color:#fff;
}
.module h2 a {
	height: 34px;
	display: block;
}
.module h2 a:hover {
	text-decoration:none;
}
.replaceHeaderDynamic h2 {
	padding:0 0 0 8px;
	background: url(bkgH2HeaderDynamic.gif) no-repeat 0 0!important;
	margin: 0 0 8px 0;
	height: 34px;
	display:inline;
	width:288px;
	float:left;
	font-family:"Times New Roman", Times, serif !important;
	font-size:2.1em;
	font-weight:700;
	color:#fff;
}
.replaceHeaderDynamic h2 span {
	visibility:visible!important;
}
.replaceHeaderDynamicWide h2 {
	width:610px;
}
.replaceHeaderDynamic h2 a {
	color:#fff;
	text-decoration:none;
}
.replaceHeaderDynamic h2 a:hover {
	background:transparent;
}
.module h3 {
	font-size: 1.7em;
	padding-left: 17px;
	padding: 5px 0 5px 0;
	font-weight: 700;
	line-height:1.07em;
	color:#000;
}
h3.headline, h1.headline {
	padding-left: 17px;
	padding: 5px 0 5px 0;
	font-weight: 700;
	line-height:1.07em;
	color:#000;
}
.blogPost h3 {
	background: none;
}
.blogPost h3 a {
	background: url(arrowH3.gif) 0 4px no-repeat;
	padding-left: 10px;
}
.feature h3.headline {
	font-size:2.0em;
	background-position:0 10px
}
.module h4 {
	margin-bottom: 0;
}
.module p {
	padding-bottom: 10px;
	margin-top: 0;
}
.module .headlinesOnly {
	background: url(borderDotHoriz.gif) repeat-x left bottom;
}
.module p.last, .module .last p {
	background:none;
}
.module .thumbContainer {
	margin: 0;
	float:left;
}
.module .thumbContainerFix .thumbContainer {
	margin: 5px 10px 10px 0;
}
.module a {
	display: block;
}
.module a:hover {
	text-decoration: underline;
}
/* --- Analysis module --- */
.analysis .storyContent {
	padding: 0 10px;
}
/* --- Business module --- */
.businessNews .storyContent {
	padding: 0 10px;
}
/* --- Case Studies module --- */
.caseStudies .storyContent {
	padding: 0 10px;
}
/* --- Channels module --- */
.channel .storyContent {
	padding: 0 10px;
}
/* --- Comment module --- */
.comment .storyContent {
	padding: 0 10px;
}
/* --- Conferences module --- */
.conferences .storyContent {
	padding: 0 10px;
}
/* --- Creative module --- */
.creative .storyContent {
	padding: 0 10px;
}
/* --- Events News module --- */
.eventsNews .storyContent {
	padding: 0 10px;
}
/* --- Exhibitions module --- */
.exhibitions .storyContent {
	padding: 0 10px;
}
/* --- Experimental module --- */
.experimental .storyContent {
	padding: 0 10px;
}
/* --- Features module --- */
.features .storyContent {
	padding: 0 10px;
}
.features h3, .featuresSmall h3 {
	background:0 none;
	padding-left:0!important;
}
.features h4, .featuresSmall h4 {
	margin-top:3px;
	padding-right:5px;
}
.features p, .featuresSmall p {
	clear:left;
	padding-right:5px;
}
/* --- Features module with narrow heading --- */
.featuresSmall .storyContent {
	padding: 0 10px;
}
/* --- Features 3 col module - used on home page and news page --- */
.features .colLayout3 .storyContent {
	padding: 0 10px 0 0;
}
.colLayout3 {
	float: left;
	width: 100%;
	height:1%;
	background:transparent url(borderDotVerticalFull.gif) no-repeat scroll 200px 46px;
}
.colLayout3Background {
	background:transparent url(borderDotVerticalFull.gif) no-repeat scroll 403px 46px;
	float:left;
}
.cols3 {
	width: 183px;
	float: left;
	display:inline;
	padding: 0 10px;
}
/* --- Further News module --- */
.furtherNews .storyContent {
	padding: 0px 10px 4px 10px;
}
.furtherNews .cols2Right .storyContent {
	padding: 0px 10px 0px 0;
}
.furtherNews .storyContent h3 {
	background: url(borderDotHoriz.gif) repeat-x left bottom;
	padding-left:0;
}
.furtherNews .storyContent h3 a.title {
	background:transparent url(arrowDoubleH3.gif) no-repeat scroll 0pt 9px;
	padding:5px 0 5px 20px;
	color: #000;
}
/* --- Latest Articles from the Author module --- */
.authorLatestArticles div {
	margin: 0 10px;
}
.authorLatestArticles h3 {
	background: url(arrowDoubleH3.gif) 0 9px no-repeat;
	padding: 5px 0 5px 20px;
}
.authorLatestArticles h3 a {
	color: #000;
}
/* --- Leading Story module --- */
.leadingStory .storyContent {
	padding: 0 10px;
}
.leadingStory h3 {
	font-size: 1.7em;
}
/* --- Live module --- */
.live .storyContent {
	padding: 0 10px;
}
/* --- More Events module --- */
.moreEvents .storyContent {
	padding: 0 10px;
}
/* --- News module --- */
.news .storyContent {
	padding: 0 10px;
}
/* --- Opinion module --- */
.opinion .storyContent {
	padding: 0 10px;
}
/* --- Other Author Details module --- */
.authorOtherDetails ul {
	padding: 0 10px;
}
/* --- Other Solutions module --- */
.otherSolutions .storyContent {
	padding: 0 10px;
}
/* --- Other Videos module --- */
.otherVideos .storyContent {
	padding: 0 10px;
}
/* --- People News module --- */
.peopleNews .storyContent {
	padding: 0 10px;
}
.peopleNews .storyContent p {
	clear:left;
}
/* --- Previous Poll Results module --- */
.exhibitions .storyContent {
	padding: 0 10px;
}
/* --- Product Launches module --- */
.productLaunches .storyContent {
	padding: 0 10px;
}
/* --- Reviews module --- */
.pollResultsPrevious ul li {
	padding: 0 10px;
}
/* --- latest News module --- */
	
.latestNewsHome .storyContent, .latestNewsHome h2 {
	margin-left:15px;
}
.latestNews .storyContent {
	background: url(borderDotHoriz.gif) repeat-x left bottom;
	padding: 2px 0 4px 0;
}
.latestNews .last .storyContent, .featuresFull .last, .story .last {
	background:none;
}
.featuresFull {
/*width:595px;*/ /*This width causes problems in the further news module on the news page*/
	}
#home .latestNewsNoHeader {
	margin-top:35px;
}
.latestNewsNoHeader h3, .latestNews h3 {
	background:transparent url(arrowDoubleH3.gif) no-repeat scroll 0pt 9px;
	padding:5px 0 5px 20px;
}
/* --- module titles --- */

#allComments h2 {
	background: url(bkgH2AllComments.gif) 0 0 no-repeat;
	width: 383px;
	height:34px;
}
.analysis h2 a {
	background: url(bkgH2Analysis.gif) 0 0 no-repeat;
	width: 296px;
}
.analysis h2 a:hover {
	background: url(bkgH2Analysis.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.authorMoreProfiles h2 {
	background: url(bkgH2MoreAuthorProfiles.gif) 0 0 no-repeat;
	width: 610px;
	height:38px;
}
.authorMoreProfiles ul li a {
	font-size: 1.2em;
	margin-left: 10px;
}
.authorOtherDetails h2 {
	background: url(bkgH2OtherAuthorDetails.gif) 0 0 no-repeat;
	width: 610px;
	height:38px;
}
.authorLatestArticles h2 {
	background: url(bkgH2LatestAuthor.gif) 0 0 no-repeat;
	width: 610px;
	height:38px;
}
.blogs h2 a {
	background: url(bkgH2Blogs.gif) 0 0 no-repeat;
	width: 296px;
}
.blogs h2 a:hover {
	background: url(bkgH2Blogs.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.blogsLarge h2 a {
	background: url(bkgH2Blogs_L.gif) 0 0 no-repeat;
	width: 296px;
}
.blogsLarge h2 a:hover {
	background: url(bkgH2Blogs_L.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.businessNews h2 a {
	background: url(bkgH2Business.gif) 0 0 no-repeat;
	width: 296px;
}
.businessNews h2 a:hover {
	background: url(bkgH2Business.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.caseStudies h2 a {
	background: url(bkgH2CaseStudies.gif) 0 0 no-repeat;
	width: 296px;
}
.caseStudies h2 a:hover {
	background: url(bkgH2CaseStudies.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.comment h2 a {
	background: url(bkgH2Comment.gif) 0 0 no-repeat;
	width: 296px;
}
.comment h2 a:hover {
	background: url(bkgH2Comment.gif) -296px 0 no-repeat;
	text-decoration:none;
}
#commentsHeader h2 {
	background: url(bkgH2YourComment.gif) 0 0 no-repeat;
	width: 383px;
	height:34px;
	clear: both;
	display: block;
	float: left;
}
.conferences h2 a {
	background: url(bkgH2Conferences.gif) 0 0 no-repeat;
	width: 296px;
}
.conferences h2 a:hover {
	background: url(bkgH2Conferences.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.creative h2 a, .subChannelCreative h2 {
	background: url(bkgH2Creative.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.creative h2 a:hover {
	background: url(bkgH2Creative.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.europeFeatures h2 a {
	background: url(bkgH2EuropeFeatures.gif) 0 0 no-repeat;
	width: 296px;
}
.europeFeatures h2 a:hover {
	background: url(bkgH2EuropeFeatures.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.eventsNews h2 a {
	background: url(bkgH2EventsNews.gif) 0 0 no-repeat;
	width: 296px;
}
.eventsNews h2 a:hover {
	background: url(bkgH2EventsNews.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.exhibitions h2 a, .subChannelExhibitions h2 {
	background: url(bkgH2Exhibitions.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.exhibitions h2 a:hover {
	background: url(bkgH2Exhibitions.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.experimental h2 a, .subChannelExperiential h2 {
	background: url(bkgH2Experiential.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.experimental h2 a:hover {
	background: url(bkgH2Experiential.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.features h2 .tyt {
	background: url(bkgH2Features.gif) 0 0 no-repeat;
	width: 610px;
	float:left;
}
.features h2 a:hover {
	background: url(bkgH2Features.gif) -610px 0 no-repeat;
	text-decoration:none;
}
.featuresSmall h2 a, .featuresSmall h2 {
	background: url(bkgH2Features_s.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.featuresSmall h2 a:hover {
	background: url(bkgH2Features_s.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.forums h2 a {
	background: url(bkgH2Forums.gif) 0 0 no-repeat;
	width: 296px;
}
.forums h2 a:hover {
	background: url(bkgH2Forums.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.forumsLarge h2 a {
	background: url(bkgH2Forums_L.gif) 0 0 no-repeat;
	width: 296px;
}
.forumsLarge h2 a:hover {
	background: url(bkgH2Forums_L.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.furtherNews h2 {
	background: url(bkgH2FurtherNews.gif) 0 0 no-repeat;
	width: 610px;
	height: 33px;
}
.furtherNews h2 a:hover {
	background: url(bkgH2FurtherNews.gif) -610px 0 no-repeat;
	text-decoration:none;
}
.latestNews h2, .latestNews h2 a {
	background: url(bkgH2LatestNews.gif) 0 0 no-repeat;
	width: 296px;
}
.latestNews h2 a:hover {
	background: url(bkgH2LatestNews.gif) -296px 0 no-repeat;
	text-decoration:none;
}
/*.latest h2 a {width: 135px;}*/

.latestNewsHome h2 {
	height:auto!important;
	margin-bottom:3px;
	font-size:1.6em;
}
.module h2 span.tyt, .latestNewsHome h2 a {
	color: #999;
	text-transform: uppercase;
	display:inline;
}
.module h2 span.tyt {
	float:none;
}
.latestNewsHome h2 a span {
	
}
.latestNewsHome h2 a:hover {
	color:#008cc5;
	text-decoration:underline;
}
.live h2 a, .subChannelLive h2 {
	background: url(bkgH2Live.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.live h2 a:hover {
	background: url(bkgH2Live.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.trendwatch h2 a, .subChannelTrendWatch h2 {
	background: url(bkgH2TrendWatch.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.trendwatch h2 a:hover {
	background: url(bkgH2TrendWatch.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.showcase h2 a, .subChannelShowcase h2 {
	background: url(bkgH2Showcase.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.showcase h2 a:hover {
	background: url(bkgH2Showcase.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.hospitality h2 a, .subChannelHospitality h2 {
	background: url(bkgH2Hospitality.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.hospitality h2 a:hover {
	background: url(bkgH2Hospitality.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.moreEvents h2 a {
	background: url(bkgH2MoreEvents.gif) 0 0 no-repeat;
	width: 296px;
}
.moreEvents h2 a:hover {
	background: url(bkgH2MoreEvents.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.news h2 a {
	background: url(bkgH2News.gif) 0 0 no-repeat;
	width:296px;
}
.news h2 a:hover {
	background: url(bkgH2News.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.opinion h2 a {
	background: url(bkgH2Opinion.gif) 0 0 no-repeat;
	width: 296px;
}
.opinion h2 a:hover {
	background: url(bkgH2Opinion.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.otherEuropeNews h2 a {
	background: url(bkgH2EuropeNews.gif) 0 0 no-repeat;
	width: 296px;
}
.otherEuropeNews h2 a:hover {
	background: url(bkgH2EuropeNews.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.otherSolutions h2 {
	background: url(bkgH2OtherSolutions.gif) 0 0 no-repeat;
	width: 296px;
}
.otherSolutions h2 a:hover {
	background: url(bkgH2OtherSolutions.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.pollResultsPrevious h2 {
	background:transparent url(bkgH2PreviousPollResults.gif) no-repeat scroll 0 0;
	width:296px;
}
.otherVideos h2 a, .otherVideos h2 {
	background: url(bkgH2OtherVideos.gif) 0 0 no-repeat;
	width: 296px;
	height: 34px;
}
.otherVideos h2 a:hover {
	background: url(bkgH2OtherVideos.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.peopleNews h2 {
	margin-bottom:17px;
}
.peopleNews h2 a {
	background: url(bkgH2People.gif) 0 0 no-repeat;
	width: 610px;
}
.peopleNews h2 a:hover {
	background: url(bkgH2People.gif) -610px 0 no-repeat;
	text-decoration:none;
}
.productLaunches h2 a, .subChannelProductLaunches h2 {
	background: url(bkgH2ProductLaunches.gif) 0 0 no-repeat;
	width: 295px;
	height: 34px;
}
.productLaunches h2 a:hover {
	background: url(bkgH2ProductLaunches.gif) -295px 0 no-repeat;
	text-decoration:none;
}
.reviews h2 a {
	background: url(bkgH2Review.gif) 0 0 no-repeat;
	width: 296px;
}
.reviews h2 a:hover {
	background: url(bkgH2Review.gif) -296px 0 no-repeat;
	text-decoration:none;
}
.xColBoxHeader h2 {
	display: block;
	height: 22px;
	background-color:#d4dfe5;
}
.xColBoxHeader h2 span {
	background:#008CC5;
	color:#FFFFFF;
	float:left;
	padding:2px 22px;
}
.xColBoxHeader h2.jobs a {
	background: url(bkgH2Jobs.gif) no-repeat 0 0;
	display: block;
	width: 94px;
	height: 31px;
}
.xColBoxHeader h2.jobs a:hover {
	background: url(bkgH2Jobs.gif) no-repeat -94px 0;
	text-decoration: none;
}
.xColBoxHeader h2.poll {
	background: url(bkgH2Poll.gif) no-repeat 0 0;
	display: block;
	width: 94px;
	height: 31px;
}
.xColBoxHeader h2.directory a {
	background: url(bkgH2Directory.gif) no-repeat 0 0;
	display: block;
	width: 128px;
	height: 31px;
}
.xColBoxHeader h2.directory a:hover {
	background: url(bkgH2Directory.gif) no-repeat -128px 0;
	text-decoration: none;
}
.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;
}
/* --- forums and blogs module --- */
	
#forumsBlogsContainer .post, #forumsBlogsContainer h5 {
	padding: 0 10px;
}
.colsBkgH2Full {
	height:1%;
}
.forums h3, .blogs h3 {
	font-size:1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
.forums h3 a, .blogs h3 a {
	color:#000;
}
.blogs h5, .forums h5 {
	color: #999;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 18px 0pt 10px;
	clear: both;
}
.blogs .last, .forums .last {
	background:none!important;
}
.forumPost, .blogPost {
	background: url(borderDotHoriz.gif) left bottom repeat-x!important;
	padding-bottom: 5px;
}
.blogPost p.commentsBubble {
	background: url(commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	color: #008dc5;
	float: left;
	margin: 3px 10px 0 18px;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
}
.forumPost p.commentsBubble {
	background: url(commentsBubble.gif) no-repeat left top;
	text-align: center;
	width: 32px;
	color: #008dc5;
	float: left;
	margin: 7px 0px 0 17px;
	padding-top:0.1em;
	font-size: 1em;
	line-height:1.25;
}
.forumPost .headline {
	float: left;
	width: 211px;
}
.blogPost img {
	float: left;
	margin-right: 10px;
	padding-top:7px;
}
/* --- Keyword Search --- */

#searchBox {
	border-top: 1px solid #e2e2e2;
	height:80px;
	margin:5px 0 10px 0;
	width:598px;
	display:block;
}
#searchBoxWrap {
	border-bottom: 1px solid #e2e2e2;
	height:auto;
	padding:0 0 18px 55px;
	margin-top: 10px;
}
#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 .topfive {
	background:#d9646a;
}
#arhiveSearch .companyListing .topfive h2 a {
	color:#fff;
	font-size:1.4em;
}
#arhiveSearch .companyListing .topfive p {
	color:#000;
	font-size:1.3em;
}
#arhiveSearch .companyListing .enhanced {
	background:#e2e2e2;
}
#arhiveSearch .companyListing .enhanced h2 a {
	color:#008dc5;
	font-size:1.4em;
}
#arhiveSearch .companyListing .enhanced2 {
	background:#f8e4e5;
}
#arhiveSearch .companyListing .enhanced2 h2 a {
	color:#008dc5;
	font-size:1.3em;
}
#arhiveSearch .companyListing .enhanced3 {
	background:#f3f3f3;
}
#arhiveSearch .companyListing .enhanced3 h2 a {
	color:#008dc5;
}
#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(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, #arhiveSearch .listingIcons div a {
	color:#999999;
	float:left;
	margin-bottom:3px;
	margin-right:15px;
	text-align:center;
	width:4.1em;
	font-size:1em !important;
}
#arhiveSearch .listingAddressDescription {
	float:left;
	width:65%;
}
#arhiveSearch .jobListing h3, #arhiveSearch .articleListing h3, #arhiveSearch .companyListing .listing h3 {
	font-size: 1.7em;
	font-weight: 700;
}
#arhiveSearch .jobListing p, #arhiveSearch .articleListing h4, #arhiveSearch .articleListing p {
	margin:0;
}
#arhiveSearch .jobListing .listing, #arhiveSearch .categoryListing .listing {
	background:transparent url(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 0;
	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(borderDotHoriz.gif) repeat-x left top;
	padding-top:10px;
}
/* --- FeatureCommentContainer - opinionAnalysisContainer --- */


#opinionAnalysisContainer, #featureCommentContainer {
	float: left;
}
/* --- text ads  --- */

#textAds {
	background: url(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;
}
.adsLeft {
	width: 428px;
	float: left;
}
#textAds dt {
	padding-right: 10px;
	margin-bottom: 1px;
}
#textAds dt a {
	font-weight: 700;
	color: #008dc5;
	font-size: 1.1em;
}
#textAds dd {
	margin-bottom: 12px;
	font-size: 1.1em;
}
/* --- MPU Ads --- */

.adMPU {
	margin-bottom:15px;
}
/* --- further links (this needs to be FULL width on tha page, way outside content etc) --- */

#furtherLinks h3 a {
	background: url(btnFurtherLinks.gif) 0 0 no-repeat #f8f6f7;
	font-size: 1.3em;
	padding-left: 16px;
	display: block;
	color: #999!important;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}
#furtherLinks {
	background: #f8f6f7;
	margin: 10px 20px;
	padding: 10px 10px 0 10px;
}
#furtherLinks .title {
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
}
#furtherLinks ul {
	width: 192px;
	margin-right: 36px;
	float: left;
	margin-bottom: 26px;
}
#furtherLinks ul.last {
	margin-right: 0px!important;
}
#furtherLinks li {
	margin-bottom: 10px;
}
#furtherLinks li a {
	font-weight: 700;
	color: #008dc5!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: 35px;
	left: 468px;
	z-index: 20;
	width:468px;
	height:60px;
}
.bannerHeader img{
	background:url(topban.gif) no-repeat;
	padding: 5px 6px 6px 5px;
}
.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 #006c98;
	padding:0 8px;
	line-height:1.1em;
}
div#topNav ul li#RSS a {
	padding-right:40px;
	background:url(iconRSS.gif) right 2px no-repeat;
	background-position: right 2px;
}
div#topNav ul li.last {
	border-right:none;
}
div#topNav ul li a {
	font-size:1.1em;
	color:#fff;
}
/* Login & register nav/links positioned from the footer*/
				
ul#loginRegisterNav {
	position: absolute;
	top: 105px;
	right: 25px;
	z-index: 40;
	text-align:right;
	width: auto;
	background: #0990c7!important;
}
ul#loginRegisterNav li {
	float: left;
	text-transform: capitalize;
	border-right: 1px solid #006c98;
}
ul#loginRegisterNav .last {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
ul#loginRegisterNav li a {
	color:#fff!important;
	font-size: 1.1em;
	font-weight: 700!important;
	padding:0 8px 0 10px;
}
.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;
	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(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, .promo2 {
	float: left;
	background: url(bkgPromoSmall.gif) 0 0 repeat-x transparent;
	/*height: 97px;*/
	padding: 4px;
	width: 286px;
	height: auto!important;
}
.promo1 {
	margin-right: 18px;
}
.promoLargeMisc {
	background: url(bkgPromoSmall.gif) 0 0 repeat-x transparent;
	padding: 4px;
	width: 571px;
	margin: 0 15px 30px 15px;
	height: auto!important;
}
.promo1 h3, .promo2 h3, .promoLargeMisc h3 {
	margin:0 0 5px 0;
	padding:8px 0 0 0;
}
.promo1 h3 a, .promo2 h3 a, .promoLargeMisc h3 a {
	background: url(arrowPromo.gif) 0 3px no-repeat transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
	line-height: 1.1em;
	padding-left: 19px;
}
.promo1 img, .promo2 img, .promoLargeMisc img {
	float: left;
	margin-right: 12px;
}
.promo1 p, .promo2 p, .promoLargeMisc p {
	color: #fff;
}
.promoMiscContent .promoMiscText {
	float: left;
	width: 130px;
}
.promoLargeMisc .promoMiscText {
	width: 345px;
}
/* --- Xcol promos --- */

#xcol .promo1, #xcol .promo2, .cols3xcol .promo1, .cols3xcol .promo2 {
	margin-bottom: 15px;
	margin-right:0;
	padding:7px;
	border: 0 none;
	background: transparent url(bkgPromoXcol.gif) repeat-x scroll left top;
}
#xcol .promo1 h3, #xcol .promo2 h3, .cols3xcol .promo1 h3, .cols3xcol .promo2 h3 {
	padding-top:3px;
}
/* --- more links --- */

.moreLink {
	background: url(moreBkgTall.gif) 0 0 repeat-x;
	height: 19px;
	padding-top: 4px;
	width:auto;
}
.moreLink a {
	display: block;
	height: 16px;
}
.moreLink a:hover {
	text-decoration: none;
}
.moreLink a span {
	visibility: hidden;
}
.analysis .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin: 0 0 0 12px;
}
.analysis .moreLink a {
	background: url(btnMoreAnalysis.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
}
.analysis .moreLink a:hover {
	background: url(btnMoreAnalysis.gif) -109px 0 no-repeat;
}
.blogs .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin: 0;
}
.blogs .moreLink a {
	background: url(btnMoreBlogs.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
}
.blogs .moreLink a:hover {
	background: url(btnMoreBlogs.gif) -109px 0 no-repeat;
}
.businessNews .moreLink {
	padding-right:5px;
	margin: 15px 12px 0 12px;
}
.businessNews .moreLink a {
	background: url(btnMoreNews.gif) 0 0 no-repeat;
	width: 91px;
	margin: 0 0 0 10px;
}
.businessNews .moreLink a:hover {
	background: url(btnMoreNews.gif) -91px 0 no-repeat;
	text-decoration: none;
}
.caseStudies .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin:0;
}
.caseStudies .moreLink a {
	background: url(btnMoreCaseStudies.gif) 0 0 no-repeat;
	width: 144px;
	margin: 0 0 0 10px;
}
.caseStudies .moreLink a:hover {
	background: url(btnMoreCaseStudies.gif) -144px 0 no-repeat;
}
.trendwatch .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin:0;
}
.trendwatch .moreLink a {
	background: url(btnMoreTrendWatch.gif) 0 0 no-repeat;
	width: 144px;
	margin: 0 0 0 10px;
}
.trendwatch .moreLink a:hover {
	background: url(btnMoreTrendWatch.gif) -144px 0 no-repeat;
}
.features .moreLink {
	background: url(moreBkgShort.gif) 0 8px repeat-x;
	margin:0 12px;
}
.features .moreLink a {
	background: url(btnMoreFeatures.gif) 0 0 no-repeat;
	width: 123px;
	margin: 0 auto;
}
.features .moreLink a:hover {
	background: url(btnMoreFeatures.gif) -123px 0 no-repeat;
}
.forums .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin: 0 0 0 12px;
}
.forums .moreLink a {
	background: url(btnMoreForums.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
}
.forums .moreLink a:hover {
	background: url(btnMoreForums.gif) -109px 0 no-repeat;
}
.opinion .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin:0;
}
.opinion .moreLink a {
	background: url(btnMoreOpinions.gif) 0 0 no-repeat;
	width: 139px;
	margin: 0 0 0 10px;
}
.opinion .moreLink a:hover {
	background: url(btnMoreOpinions.gif) -139px 0 no-repeat;
}
.peopleNews .moreLink {
	margin: 0 12px 0 12px;
}
.peopleNews .moreLink a {
	background: url(btnMoreNews.gif) 0 0 no-repeat;
	width: 91px;
	margin: 0 auto;
}
.peopleNews .moreLink a:hover {
	background: url(btnMoreNews.gif) -91px 0 no-repeat;
	text-decoration: none;
}
.review .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin: 0 0 0 12px;
}
.review .moreLink a {
	background: url(btnMoreReview.gif) 0 0 no-repeat;
	width: 109px;
	margin: 0 0 0 10px;
}
.review .moreLink a:hover {
	background: url(btnMoreReview.gif) -109px 0 no-repeat;
}
.showcase .moreLink {
	float:left;
	display:inline;
	width:296px;
	margin: 0;
}
.showcase .moreLink a {
	background: url(btnMoreShowcase.gif) 0 0 no-repeat;
	width: 144px;
	margin: 0 0 0 10px;
}
.showcase .moreLink a:hover {
	background: url(btnMoreShowcase.gif) -144px 0 no-repeat;
}
.latestNewsHome .moreLink {
	margin:0pt 12px;
}
.latestNewsHome .moreLink a {
	background: url(btnMoreNews.gif) 0 0 no-repeat;
	width: 91px;
	margin: 0 auto;
	text-align:center;
}
.latestNewsHome .moreLink a:hover {
	background: url(btnMoreNews.gif) -91px 0 no-repeat;
	text-decoration: none;
}
a.moreJobs {
	background: url(btnSearchMoreJobs.gif) 0 0 no-repeat;
	width: 136px;
	margin: 0 0 4px 0;
	text-align:center;
}
a:hover.moreJobs {
	background: url(btnSearchMoreJobs.gif) -136px 0 no-repeat;
}
a.nowHiring {
	background: url(btnNowHiring.gif) 0 0 no-repeat;
	width: 165px;
	text-align:center;
}
a:hover.nowHiring {
	background: url(btnNowHiring.gif) -165px 0 no-repeat;
}
.latestIssueButton a {
	background: url(btnLatestIssue.gif) 0 0 no-repeat;
	width: 91px;
	margin: 0 auto;
	text-align:center;
}
.latestIssueButton a:hover {
	background: url(btnLatestIssue.gif) -91px 0 no-repeat;
}
/* --- topStoryHome --- */

#topStoryHome {
	background: url(borderDotHoriz.gif) repeat-x left bottom;
	padding: 0 0 20px 0;
	margin:0 10px 10px 15px;
}
#topStoryHome h2 a, #topStoryHome h2 {
	color: #999;
	text-transform: uppercase;
	font-size: 1.04em;
	font-weight: 700!important;
}
#topStoryHome h2 {
	font-size:16px;
	padding:20px 0 0;
}
#topStoryHome h2 a:hover {
	text-decoration: none;
	color: #008cc5;
}
#topStoryHome h6 {
	font-family: Palatino, Times, serif;
	font-size: 15px!important;
	float:none;
	margin:0 0 10px 0;
	padding:0;
	display:block;
}
#topStoryHome h6 a {
	font-weight: 700!important;
	line-height: 1em;
	display:inline;
	float:none;
	text-transform:none;
}
#topStoryHome h4.byline {
	clear: left;
}
#topStoryHome img {
	float: right;
	margin-right:0;
	margin-left:0px;
}
#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(jobsSpacer.gif) repeat-x left bottom;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#jobsOfTheWeek {
	clear: both;
}
#jobsOfTheWeek h2 {
	color: #000;
	margin: 0 0 6px 0;
}
#jobsOfTheWeek ul li {
	font-size:12px;
	background:url(bullet.gif) no-repeat scroll left 2px transparent;
	padding:4px 0 4px 20px;
	border-bottom:1px solid #E8F0F3;
}
#jobsOfTheWeek ul li.jobDetail {
	margin:0 0 5px 0;
}
#jobsOfTheWeek ul li a {
	color: #005c83;
	font-weight: 700;
	font-size: 1.1em;
	text-decoration:none;
}
#jobsOfTheWeek ul li a:hover {
	color:#000;
}
#jobsOfTheWeek h2 span {
	margin: 0 0 0 124px;
}
#jobsButtons {
	background: url(jobsSpacer.gif) repeat-x left top;
	padding: 6px 0 0 0;
	margin: 10px 0 0 0;
	height:auto;
}
#jobsOfTheWeek .imgButton {
	margin: 4px auto 0 auto;
}
/* --- xcol info boxes --- */

#xcol {
	margin-right: 20px;
}
.xColBoxContent {
	padding: 15px 10px 6px 15px;
	background-color: #d4dfe5;
	margin-bottom: 15px;
}
#xcolNewsByEmail {
	margin-bottom: 15px;
}
/* --- Xcol poll --- */

#frmPoll {
	margin: 0;
	padding-top: 0;
}
#frmPoll p {
	font-weight: 700;
	margin: 0 0 10px 0;
	padding-top: 0;
}
.xColPoll {
	background-color:#D4DFE5;
}
.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(latestIssueBkg_wide.gif) no-repeat 0 0;
	padding-top:20px;
	margin-bottom:15px;
}
#latestIssue h3 span {
	visibility: hidden;
}
#latestIssue h3 {
	background: url(bkgH2LatestIssue.gif) no-repeat 0 0;
	display: block;
	height: 16px;
	width:133px;
	margin:0 0 0 130px;
	position:absolute;
}
#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 h3 a:hover {
	text-decoration: none;
}
#latestIssue .latestIssueContent {
	color: #fff;
	padding: 0 10px 10px 20px;
	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 a, #latestIssue a:hover {
	color:#fff;
}
#latestIssue .latestIssueButton {
	height: 25px;
	padding-top: 3px;
	clear:both;
}
#latestIssue .latestIssueButton a {
	margin: 0 0 0 120px!important;
}
#latestIssue .moreLink {
	background:none;
}
/* --- 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;
	width:60%;
}
.thisIssueSubscribe, .thisIssueSubscribe img {
	clear: both!important;
	margin-top: 20px;
}
.thisIssueLeading {
	background: url(borderDotHoriz.gif) repeat-x top left;
	padding-top: 14px;
}
.thisIssueLeading h2 a {
	color: #999;
}
.thisIssueLeading h2 a:hover {
	color: #008cc5;
	text-decoration: none;
}
#previousIssues {
	margin: 45px 0 0 14px;
}
#previousIssues h2 {
	color: #999;
	margin-bottom:5px;
}
#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;
}
#emailThisArticle .field {
	width: 200px!important;
}
/* --- Poll Results --- */

.pollSeeResults {
	background:transparent url(btnSeeResults.gif) no-repeat top left;
	margin:8px 0 4px 0;
	text-align:center;
	width:100px;
	display:block;
	height:16px;
}
.pollSeeResults:hover {
	background-position: top right;
}
.pollSeeResults span {
	display:none;
}
.pollResults {
	padding:0 20px 0 0;
}
.pollResults .pollResultsWrap {
	margin-left:15px;
}
.pollResults h2, h2.results {
	color:#005C83;
	font-size:1.4em;
	font-weight:700 !important;
	margin-bottom:3px;
	text-transform:uppercase;
}
.pollResults {
	padding:0 20px 0 0;
}
.pollResults .pollResultsWrap {
	margin-left:15px;
}
.pollResults h2 {
	color:#999999;
	font-size:1.04em;
	font-weight:700 !important;
	text-transform:uppercase;
	font-size:1.6em;
	margin-bottom:10px;
}
.pollResults h3 {
	color:#000000;
	font-size:1.6em !important;
	font-weight:700 !important;
	line-height:1em;
}
.pollResults .pollResultsPrevious h2 {
	background:transparent url(bkgH2PreviousPollResults.gif) no-repeat scroll 0 0;
	width:590px;
	height:34px;
	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;
	font-size: 1.3em;
}
.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;
	background-color:#fff;
}
#maincolEventTV {
	width:610px;
	float: left;
}
#maincolEventTV .cols2Left {
	margin-right:0!important;
}
#maincolEventTV .cols2Right {
	margin-left:18px;
}
.cols3xcol {
	float:right;
	margin:0 0 0 0;
	padding:0;
	width:300px;
	display:inline;
}
/* --- commentsBody --- */
#commentsHeader {
	width: 373px;
	display:inline;
	clear: both;
}
.commentsBg {
	background: url(bkgComments.gif) 0 0;
	margin: 30px 0 0 15px;
	width: 382px;
	border: 1px solid #d6dde1;
	border-top: none;
	border-left: none;
}
#commentsModule {
	clear: both;
	width: 355px;
	padding: 5px 13px 6px 13px;
	display: block;
	border-left: 1px solid #d6dde1;
}
#commentsModule textarea {
	width: 344px;
	height: 90px;
}
#commentsModule p {
	width:60%;
	float:left;
	padding-top:9px;
}
/* comments list */
	
#allComments {
	margin: 30px 0 0 15px;
	width: 373px;
	display:inline;
}
#allCommentsList {
	clear: both;
	width: 389px;
}
#allCommentsList .comment {
	padding: 10px 0 10px 0;
	margin-left: 10px;
}
#allCommentsList .comment h4 {
	background:transparent url(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;
}
.off p a {
	background: url(bkgShareTitleOff.gif) left top no-repeat;
	border-bottom: 1px solid #d7d9d9;
}
.on p a {
	background: url(bkgShareTitleOn.gif) left top no-repeat;
}
.share p a:hover {
	text-decoration: underline;
}
.off .shareView {
	display: none;
}
.on .shareView {
}
.share ul {
	background: url(bkgShareList.gif) left bottom no-repeat;
	width: 91px;
	padding: 8px 0 5px 5px;
	position: absolute;
	top: 24px;
	margin-left: 0!important;
	padding-left: 5px!important;
}
.share ul li a {
	color: #6c6d6e;
	height: 16px;
	display: block;
}
.share ul li {
	margin-bottom: 8px!important;
	display: block;
	height: 16px;
}
.share ul li.title {
	background: url(shareTopDots.gif) 0 0 no-repeat;
	font-weight: 700;
	font-size: 1em!important;
	padding-top: 7px;
	color: #7f7f7f;
}
.share ul li.delicious a {
	background: url(iconDelicious.gif) 0 0 no-repeat;
	padding-left: 18px;
}
.share ul li.stumble a {
	background: url(iconStumble.gif) 0 0 no-repeat;
	padding-left: 18px;
}
.share ul li.facebook a {
	background: url(iconFacebook.gif) 0 0 no-repeat;
	padding-left: 18px;
}
.share ul li.reddit a {
	background: url(iconReddit.gif) 0 0 no-repeat;
	padding-left: 18px;
}
.share ul li.digg a {
	background: url(iconDigg.gif) 0 0 no-repeat;
	padding-left: 18px;
}
.share ul li.google a {
	background: url(iconGoogle.gif) 0 0 no-repeat;
	padding-left: 18px;
}
.share ul li.yahoo a {
	background: url(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(iconToolsPrint.gif) 0 0 no-repeat;
	padding-left: 26px;
	margin-right: 17px;
	display: inline; /* ie dbl margin...*/
}
.articleTools .emailArticle a {
	background: url(iconToolsEmail.gif) 0 0 no-repeat;
	padding-left: 24px;
	margin-right: 17px;
	display: inline;
}
.articleTools .clipSave a {
	background: url(iconToolsCut.gif) 0 0 no-repeat;
	padding-left: 19px;
	margin-right: 17px;
	display: inline;
}
.articleTools .newsEmail a {
	background: url(iconToolsbulletin.gif) 0 0 no-repeat;
	padding-left: 23px;
}
#clipAndSaveMessage {
	background: url(messageBubble.png) 0 0 no-repeat;
	width: 95px;
	height: 55px;
	position: absolute;
	padding: 5px 15px 40px 15px;
	top: -94px;
	left: 140px;
	z-index: 100;
}
#clipAndSaveMessage img {
	float: right;
}
.hideMessage {
	visibility: hidden;
}
.showMessage {
	visibility: visible;
}
/* --- 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 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: 6px 20px 10px 20px;
	clear: both;
}
.eventInfo {
	clear: both;
	margin-top: 20px!important;
	background: url(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: #008cc5;
}
.eventsShowing {
	font-size: 1.1em;
	float: left;
}
.eventsShowing span {
	font-size:1.0em;
}
.eventEnhanced {
	background: #f8e4e5 url(borderDotHoriz.gif) repeat-x left bottom;
}
.eventStandard {
	background: url(borderDotHoriz.gif) repeat-x left bottom;
}
.eventEnhanced, .eventStandard {
	clear: both;
	padding: 0 10px 13px 0 !important;
	margin-bottom:13px;
}
.eventStandard h3 a {
}
.eventEnhanced h3 a {
	background: url(arrowH3Pink.gif) no-repeat 0 2px;
	padding-left: 17px;
}
.eventEnhanced h3 a, .eventStandard h3 a {
	color: #008DC5;
	font-size: 1.9em;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1em;
}
.eventEnhanced h3 a:hover, .eventStandard h3 a:hover {
	color: #008DC5;
}
.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(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-bottom: 10px;
	font-size: 1.2em;
}
.eventDetail .contactDetails {
	margin-top: 30px;
}
.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(iconAttachment1.gif) 0 0 no-repeat;
	height: 21px;
	display: block;
}
.eventDetail .attachments li a:hover {
	background: url(iconAttachment2.gif) 0 0 no-repeat;
}
.eventDiaryEmpty {
	padding: 0 0 30px 20px;
}
/* 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: 203px;
}
.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;
}
.eventEndDate label span, .eventURL label span {
	padding:0 5px;
}
.addEventsForm h2 {
	font-size: 1.8em;
	color: #008DCB;
	height:1%;
	font-family:Palatino, Times, serif;
}
.addEventsForm h3 {
	font-size: 1.4em;
	font-weight: 700;
	background: url(formBreakLine.gif) repeat-x left top;
	padding-top: 15px;
	color: #000;
	margin-bottom: 16px;
	height:1%;
	font-family: arial;
}
.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: 110px;
	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(formBreakLine.gif) repeat-x left top;
	margin-top: 10px!important;
}
/* --- filters --- */

.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;
}
.filterRemove a {
	background: url(iconClose1.gif) 0 0 no-repeat;
	padding-left: 14px;
}
.filterRemove a:hover {
	background: url(iconClose2.gif) 0 0 no-repeat;
}
.filters h2 {
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.filters h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
	margin-bottom:3px;
}
.filters h3 a {
	color: #000;
}
/* --- 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;
}
/*	----- 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;
	background: url(bkgH2HeaderDynamic.gif) no-repeat 0 0!important;
}
.sIFR-active .replaceHeaderDynamic h2 span {
	visibility:hidden;
}
/*.sIFR-active: sifr has loaded:*/
.sIFR-active .replaceHeaderDynamic h2 {
	font-size: 19px;
	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:#008CC5;
	text-decoration:none;
}
.reportAbuse a:hover {
	color:#008CC5;
	text-decoration:underline;
}
.thumbContainer img.nobor {
	border:none;
	margin:5px 10px 0 0!important;
}
.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}
.ani img {
	background:#fff url(preview.gif) no-repeat center;
	height:80px;
	width:72px;
	display:block;
	float:left;
}
.reviews_banner a {
	display:inline;
}
.reviews{
	border-bottom:1px dotted #457C92;
	margin:0;
	padding:0;
}
.reviews p {zoom:100%; }
.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a{
 padding:0;
 margin:0;
 color:#000;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover{
color:#808080;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
	 padding:0;
	 margin:0;
	 text-align:left;
	 color:#104867;
	 text-decoration:none;
	 font-size:14px;
	 margin:0 0 3px 0;
	 font-weight:bold;
}

a.read-more {
	background:none repeat scroll 0 0 #006C9B;
	border:2px solid #008CC5;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	padding:2px 9px;
	float:right;
}
}
