
/* structure
********************************************************************/

body {
    font: normal 100.01%/1.3 Arial,Helvetica,Tahoma,Geneva,sans-serif;
    text-align: center;
}

#wrap {
	width: 970px;
    margin: 0 auto;
    text-align: left;
	position: relative;
	font-size: 79%;
}
#wrap .wrapInner {
	padding: 0 13px 10px 20px;
}
#content {
	margin: 29px 0 0;
}

.BR #content{
	margin-top:0;
}

.EVO #content{
	margin-top:5px;
}
#subcol {
	float: left;
	width: 222px;
}
#maincol {
	float: left;
	width: 715px;
}
.account #maincol {
	float: right;
}
#maincol .maincolInner {
	padding: 12px;
}
#xcol {
	float: right;
	width: 200px;
}

/*____________ special cases ____________*/

/* if the instance should be left aligned */
body.left {
    text-align: left;
}
body.left #wrap {
    margin: 0;
}

/* if the instance should be using Verdana */
body.verdana {
    font-family: Verdana,Arial,Helvetica,Tahoma,Geneva,sans-serif;
}
body.verdana #wrap {
    font-size: 75%;
}

/* header
********************************************************************/

#header {
	padding-top: 16px;
}
.hasBanner #header {
	padding-top: 120px;
}

.BR #header{
	background:url(/_images/bkg/bkgHeaderBR.png) top left no-repeat;
	padding:32px 0 26px 0;
	margin-top:5px;
}

/* temporary to make it easier to switch between version with and without banners */
.hasBanner .banner,
.hasBanner .bannerContainer {
	display: block;
}
.banner,
.bannerContainer {
	display: none;
}

#header h1 {
	float: left;
	margin-bottom: 0;
}
#header ul {
	float: right;
	margin: 0 222px 0 0;
	text-align: right;
}
.account #header ul {
	margin-right: 2px;
}

.BR #header ul {
	margin-right: 2px;
	float:none;
}

#header ul li {
	list-style-type: none;
	padding: .2em 0;
}




/* content
********************************************************************/

#content h1.title {
	padding: 3px 20px;
	margin: -12px -12px 12px;
	border-bottom: 5px solid #fff;
}
.account #content h1.title {
	margin: 0 0 5px;
	border-bottom: none;
}
#content a.external {
	background: url(/_images/bkg/bkgIconLinkExternal.gif) scroll no-repeat right top;
	padding-right: 10px;
}

/*____________ messages (above form) ____________*/

#content div.messages div.cms {
	padding: 12px 12px 6px;
	border-bottom: 5px solid #fff;
	margin: -12px -12px 12px;
}

	#content #maincol div.messages .last {
		border-bottom: 0;
	}

div.messages div.cms p,
div.messages div.cms ul {
	margin-bottom: .5em;
}
div.msgError {
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 10px 55px;
	background-image: url(/_images/bkg/bkgErrorMsg.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	margin: -12px -12px 12px;
}

div.msgFeedback {/* used for form feedback when form changes are saved */
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
	/* border-left: 5px solid #fff; */
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	background-color:#99cc99;
	margin: -12px -12px 12px -12px;
	
}

	div.msgError p,
	div.msgError ul,
	div.msgFeedback p,
	div.msgFeedback ul {
		margin-bottom: 0;
	}

/* different error messages ("SPECIFIC_FORM_ERRORS") */
div.error {
	color: #dc2321;
	background-color: inherit;
}

li.beta, li.beta strong {
	background: url(/_images/bkg/bkgBeta.gif) no-repeat 200px 8px;
}

/*____________ bulletins ____________*/

div.bulletin {
	margin-bottom: 2em;
}
div.bulletin p {
	margin-bottom: .5em;
}

/* account
********************************************************************/

#subcol div.user {
	padding: 10px 10px 5px 20px;
}
#subcol div.user h2 {
	margin-bottom: 2px;
}

/* navigation */
#subcol ul {
	width: 100%;
	clear: both;
	margin: 5px 0 30px;
}
#subcol ul li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 5px 5px 5px 15px;
}

	#subcol ul li.selected { /* selected list items do not need padding as strong tag will have that */
		padding: 0;
	}

		#subcol ul li.selected strong {
			padding: 5px 5px 5px 15px;
			display: block;
		}
#subcol ul li.external a,
#subcol div.cpdOrganizer a {
	background: url(/_images/bkg/bkgIconLinkExternal.gif) scroll no-repeat center right;
	padding-right: 10px;
}

#subcol div.info {
	padding: 0 10px 5px 15px;
}

#subcol div.upgradeSubscription {
	margin: 0 10px 20px 0;
	padding:10px;
}

	#subcol div.upgradeSubscription a{
		background:#fff;
		padding:3px;
		display:block;
		text-align:center;
	}
#subcol div.cpdOrganizer {
	margin: 0 20px 20px 0;
	background:#fff url(/_hbi_ui/_GP/_images/icon/iconCPD.gif) right no-repeat;
	padding:5px 3px 6px 0;
	display:block;
	}
	#subcol div.cpdOrganizer a {
		padding:5px 10px 5px 5px;
	}
/*____________ subscription lists ____________*/

dl.subs dt {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin: 0 0 .5em 200px;
}
dl.subs dd {
	overflow: hidden;
	margin-left: 0;
}
dl.subs dl {
	margin-bottom: 1.5em;
}
dl.subs dl dt {
	float: left;
	width: 183px;
	padding-right: 17px;
	font-weight: bold;
	margin-bottom: 0;
	margin: 0;
	text-align: right;
	border-bottom: none;
}

form#frmMultiSub table {width: 100%}

th.firstname {width: 85px}
th.lastname {width: 85px}
th.email {}
th.admin {}
th.actions {width: 150px}

/*____________ clippings ____________
(coming later)

th.headline {
	min-width: 150px;
}
th.intro {
}
th.date {
	min-width: 100px;
}
*/

/*____________ subscriptions & Memberships page ____________*/

div#subscriptions{
	padding:15px;
}

	div#subscriptions h1{
		margin-bottom:15px;
	}

div#subscriptions div.subscription{
	margin-bottom:10px;
	overflow:hidden;
}

div#subscriptions div.subscription div.details{
	line-height:1.5em;
	padding-bottom: 0.8em;
}


/* footer
********************************************************************/

#footer {
	padding: 18px 0 5px 20px;
	font-size: 90%;
	margin-top:50px;
}

#footer p.copyright {
	margin-bottom: 1.1em;
	float: left;
	width: 240px;
}
	#footer p.copyright a {
		float: left;
		background: url(/_images/haymarket.gif) no-repeat scroll 0 0;
		width: 73px;
		height: 18px;
		margin-right: 5px;
	}
		#footer p.copyright a span {
			text-indent: -5000px;
			display: block;
		}
	
#footer .cms {
	float: left;
	text-align: left;
}

	#footer .cms ul li{
		list-style:none;
		display:inline;
		margin-left:2.5em;
	}
	
		#footer .cms ul li a{
			color:#000;
			font-weight:400;
		}

/*____________ banners ____________*/
.bannerContainer {
}
.bannerContainer .banner {
	position: absolute;
	top: 10px;
	left: 0;
}
.bannerContainer .promo {
	position: absolute;
	top: 10px;
	right: 0;
}

/*___________ my account update __________*/
/*______ using maincol only template _____*/

.account #maincol {
	width:auto;
	float:none;
}
.account .cms {
	margin-top:15px;
}

/* breadcrumbs */

#content #navigation {
	margin-bottom:5px;
	height:30px;
}
#navigation .title {
	display:inline-block;
	float:left;
	padding-top:5px;
	font-weight:normal;
	margin-bottom:0;
}
	#navigation .title a {
		font-weight:700;
	}
#navigation ul {
	float:right;
	padding: 3px 4px 2px;
	margin:0;
}
	#navigation ul li {
		margin:0 15px 0 0;
		list-style-type:none;
		float:left;
		position:relative;
	}
		#navigation ul li a {
			text-decoration:none;	
			display:block;
			padding:4px 3px 4px;
		}
		#navigation #settings {
			height:25px;
		}
			#navigation #settings a {
				background:url("/_images/bkg/bkgSettings.gif") no-repeat right;
				padding-right:30px;	
			}
			#content #navigation #settings #subnav {
				display:none;
				position:absolute; 
				left:0; 
				top:27px;
				background:#fff;
				margin:0; 
				padding:0 5px 5px;
				float:left;
				width:132px;
				border-top:none;
			}
				#navigation #settings #subnav li {
					margin:5px 0 0; 
					padding:0;
					clear:both;;
					width:132px;
				}
					#navigation #settings #subnav li a {
						padding:5px;
						background-image:none;
					}

/* welcome page */

.account #welcomeInner {
	padding:15px 12px;
	overflow:hidden;
}
	#welcomeInner .first {
		margin-left:0;
		clear:left;
	}

a.buttonModule {
    background-color: #FFFFFF;
    color: #000000;
    display: block;
	text-decoration:none;
	height: 145px;				/*to be amended to final height value after default text has been added */
    padding: 10px 10px 15px;
	width:177px; /* 207 - 10 - 10 - 5 - 5 */
	float:left;
	margin:0 0 20px 20px;
}
.buttonModule .moduleHeading {
    display: block;
    font-size: 1.3em;
	line-height:1.1em;
    font-weight: 700;
	margin-left:28px;
	padding:6px 0 2px;
}
	.externalLink .moduleHeading {
		margin-left:37px;
	}
.buttonModule img {
	float:left;
}
.buttonModule .moduleBody {
	border-top: 1px solid #DDDDDD;
	padding-top:10px;
	display: block;
	color:#777;
	line-height:1.2em;
}
	a.buttonModule:hover .moduleBody {
		color:#000;
	}

/* about me page */

.account .tabs {
	margin:0;
	overflow:hidden;
}
	.account .tabs li {
		list-style-type:none;
		margin-left:0;
		float:left;
		padding:5px 10px;
	}

/* about me DQS forms */
.account #maincol form fieldset.dqstable div.dqsq_areas_of_interest_practicestaff label, .account #maincol form fieldset.dqstable div.dqsq_areas_of_interest_standard label {
	margin-right:660px; /* edit right margin due to change from mx layout to m layout */
}
.account #formIntroText {
	padding:15px 15px 0;
	overflow:hidden;
}
.account #maincol form fieldset.dqstable .formRow fieldset legend {
	display: block;
	font-weight:normal;
	font-size:1em;
}

/* bulletins page */

.account #maincol fieldset h2.bulletinHeading {
	margin-left:0;
	font-weight:normal;
	padding:5px 10px;
}
.bulletin {
	overflow:hidden;
}
	.bulletin h3 {
		margin-bottom:5px;
	}
	.bulletin span.freq {
		font-style:italic;
		font-weight:normal;
		color:#666;
		font-size:.9em;
	}
.bulletinContent {
	width:600px;
	float:left;
}
	div.bulletinContent p {
		display:block;
		margin:0 10px 10px 0;
	}
.bulletinLinks {
	width:250px;
	float:right;
	overflow:hidden;
}
	/* paid bulletins */
	div.disabled {
		padding:10px;
	}
	div.disabled p.locked {
		margin:0;
		background:#000 url("/_images/bkg/bkgLocked.gif") no-repeat 10px;
		padding-left:20px;
		font-weight:700;
		width:145px;
	}
		div.magsub {
			margin-top:0;
		}
			div.magsub p.locked {
				float:none;
				margin:0;
				background:url("/_images/bkg/bkgLocked.gif") no-repeat left top;
				padding-left:17px;
				font-weight:normal;
				width:auto;
			}
			div.magsub p {
				margin-bottom:10px;
			}
			
			
	/* standard bulletins */
	a.subscribe, a.unsubscribe, p.unsubscribe {
		float:right;
		width:155px;
		padding:5px 10px;
		color:#fff;
		text-align:center;
		font-size:1.3em;
		text-decoration:none;
	}
	a.unsubscribe {
		background-color:#000; 
	}
	
/* subscriptions page */

#subsIntro {
	float:left;
	width:700px;
	margin-bottom:1em;
}
#subscriptions a.subscribe {
	margin-top:40px;
	width:150px;
}
#subsBody {
	clear:left;
	width:700px;
}
.subsTableWrap {
	padding:5px 10px;
	margin-bottom:30px;
}
	.subsTableWrap table {
		border:none;
		padding:0;
		border-collapse: collapse;
	}
	.subsTableWrap table td {
		width:370px;
		padding:10px 15px;
	}
		.subsTableWrap table td.first {
			width:240px;
		}
		.subsTableWrap table td h4 {
			margin-bottom:5px;
		}
		.subsTableWrap table p {
			margin-bottom:0;
		}
		.subsTableWrap table p.expiresSoon {
			color:#cc0000;
			font-weight:700;
		}
#subsBody p.empty {
	padding:0;
}
#maincol div#subscriptions h2 {
	border-bottom:none;
	margin-bottom:.5em;
}


