/* red				#c10030 #ed1c24 */
/* blue				#003f78 */
/* green			#007f37	*/
/* orange			#ff9d1e	*/
/* silver			#61656C 8C939B */
/* grey (text)		#7B838E */
/* 'black'			#0F1825 */

.div	{ border:1px dotted #c33; padding:2px; }

#conversation_ident {
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
	}


.taPicStyle,.taPicStyleLeft,.taPicStyleRight,.taPicStyleCentre {
	margin:0;
	padding:0;
/*	margin-bottom:0;
	margin-top:10px;
	padding-bottom:0;*/
	}
.taPicStyleCentre {
	/*text-align:center;
	width:200px;
	position:relative;
	left:40%;*/
	}
.taPicStyleLeft {
	float:left;
	}
.taPicStyleRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}
.taPicCaption {
	display:block;
	text-align:center;
	font-weight:bold;
	background-color: #ece9d2; 
	width:190px;
	padding:5px 5px;
	margin-top:0;
	}
.taBlockContent {
	display:none;
	background:#f2f6f9;
	padding:6px;
	}
.taColumnsBlock {
	padding-bottom:1em;
	}
.taBox {
	background:#ECF1F3;
	padding:1em .5em .5em 1em;
	}
.taTable {
	/*border-top:1px solid #61656C;*/
	/*border-bottom:1px solid #61656C;*/
	border:1px solid #61656C;
	}
.taTable td {
	/*padding:.1em 1em .1em .5em;*/
	padding:.5em 1em;
	}
.taTable .rowAlt {
	background:#ECF1F3;
	}
.topOfPage {
	clear:both;
	margin:2em 0;
	padding:1em 0;
	border-top:1px solid #61656C;
	}
/* plain table. The default is bordered and striped */
.plain {
	/*border:1px solid #999;*/
	margin-bottom:1em;
	}
.plain td {
	padding:.1em 1em .1em 0;
	font-size:0.9em !important;
	}
/* box table -- outlined */
.box {
	border:1px solid #ccc;
	margin-bottom:1em;
	width:100%;
	}
.box .rowAlt {
	background:#ECF1F3;
	}
.box td {
	padding:.3em 1em .3em .3em;
	font-size:0.9em !important;
	}

.menu {
	text-align:center;
	}
#article .menu h3 {
	text-transform:uppercase !important;
	}
	
html {
	font-family:Verdana,Arial,sans-serif;
	color: #61656C;
	text-align:left;
	}
body {
	height:100%;
	margin:0;
	font-size:62.5%;
/*	background-color:#2A2F31;*/
	background:url(images/stripe.png) repeat;
	}
img, a img		{ border:0 !important; }
a				{ color:#0084C3; }
a:hover img		{ /*background-color:#fff;*/ }
a:focus 		{ outline:none; }

p.intro,div.intro {
	font-size:1.5em !important;
	line-height:1.3em;
	margin-bottom:1em;
	margin-top:0;
	/*width:540px;*/
	}
	
/* -------------------------------------------------- */
#rclub {
	border-bottom:1px solid #999;
	}
#rclub td {
	padding:10px;
	border-top:1px solid #999;
	}
#rclub h3 {
	color:#c10030;
	}
#rclub h4 {
	color:#333;
	}
#rclub p,#rclub h3,#rclub h4 {
	/*border:1px dotted #c33;*/
	margin:0;
	}
	
/* -------------------------------------------------- */
.partners {
	float:left;
	width:180px;
	padding-bottom:10px;
	}
.partner_name {
	width:179px;
	}
.staff {
	float:left;
	width:110px;
	padding-bottom:10px;
	}
.staff_name {
	width:109px;
	height:5em;
	}

#staff_biog {
	padding:0em;
	background:#fff;
	}
#staff_biog h1, #staff_biog h2 {
	font-size:28px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:28px;
	}
#staff_biog h2 {
	color:#999;
	font-weight:normal;
	padding-bottom:20px;
	}
#staff_biog .description {
	font-size:1.8em;
	color:#d00;
	}
#staff_biog .description p {
	margin-top:0;
	}
#staff_biog hr {
	height:11px;
	background:url(images/bg_hr2.png) repeat;
	}
	
#staff_biog div.hr {
	height:11px;
	background:url(images/bg_hr2.png) repeat;
}
#staff_biog div.hr hr {
  display: none;
}
	
#staff_biog .telephone,
#staff_biog .email	{
	font-size:1.7em;
	color:#666666;
	}

hr {
	color:#61656C;
	background:none;
	background-color:#61656C; 
	height:1px;
	border:none;
	/*clear:right;*/
	}

#container {
	position:relative;
	height:100%;
	width:100%;
	}
#content, #overlay {
	/*border:1px solid #c00;*/
	position:relative;
	padding:0;
	margin:0;
	height:100%;
	text-align:left;
	background-color:#fff;
 	}
#content {
	width:1000px;
	}
#globalmenu {
	position:relative;
	margin-left:20px;
	width:980px;
	height:29px;
	line-height:29px;
	background:url(images/bg_utility.jpg) no-repeat 0 0;
	font-size:1.0em;
	font-weight:bold;
	color:#fff;
	}
#globalmenu .links {
	position:relative;
	top:6px;
	left:16px;
	}
#globalmenu a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	}
#globalmenu a:hover {
	text-decoration: underline;
	}

/* Login form ------------------------------ */
#globalmenu #member_login {
	position:absolute;
	top:5px;
	right:20px;
	}
#globalmenu #member_login .field {
	font-size:10px;
	height:13px;
	width:80px;
	border:1px solid #ccc;
	vertical-align:middle;
	margin-right:5px;
	}
#globalmenu #member_login .formbutton {
	border:0;
	vertical-align:middle;
	padding:2px;
	}

#headarea { 
	width:1000px;
	padding:0;
	height:115px;
	overflow:hidden;
	}
#head_card {
	position:absolute;
	background:url(images/member_card.jpg) no-repeat 0 0;
	top:1px;
	left:520px; /*520*/
	width:218px;
	height:142px;
	z-index:500;
	}
#head_title {
	position:absolute;
	background:url(images/h_the_membership.png) no-repeat 0 0;
	top:80px;
	left:760px;
	width:218px;
	height:20px;
	}
#footer {
	/*border:1px solid #00c;*/
	background:url(images/bg_ribbon_footer.png) no-repeat 0 0;
	background-color:#e0e7ea;
	margin-top:20px;
	padding:40px 10px 10px 10px;
	color:#8F969E;
	font-size:0.9em;
	}
#footer a {
	color:#8F969E;
	}
	
#logo {
	position:absolute;
	left:17px;
	top:46px;
	width:382px;
	height:72px;
	background:url(images/logo.png) no-repeat;
	}
#logo_portal {
	position:absolute;
	left:17px;
	top:46px;
	width:382px;
	height:72px;
	background:url(images/logo_portal.png) no-repeat;
	}
	
/* recommendation quote - top right of page */
#quote {
	position:absolute;
	top:40px;
	right:20px;
	}
#menubar {
	/*border:1px solid #00c;*/
	background:#fff;
	width:963px;
	height:25px;
	padding:0;
	margin-left:20px;
	}

#columns {
	position:relative;
	width:960px;
	margin-left:20px;
	}

#sideBar {
	position:relative;
	float:left;
	width:180px;
	height:100%;
	}

#main,#main_1col,#main_noLine {
	margin-left:200px;
	width:760px
	height:100%;
	margin-top:20px;
	background:url(images/bg_3col.png) repeat-y;
	}
#main_noLine {
	background:none;
	}
#main_1col {
	width:760px;
	background:none;
	}
#main_1col #article {
	width:760px;
	}

/* ================================================================== */
/* 50% split, for Staff and Partners image pages */

#split_left {
	/*border:2px solid #0c0;*/
	width:460px;
	}
#split_right {
	/*border:2px solid #00c;*/
	float:right;
	width:460px;

	}
#split_left .intro {
	width:440px;
	}

/* ================================================================== */
/* Partner page. Left strip for logos, main body for description, right strip for contact details */


/* ================================================================== */
/* Right column */
#right {
	/*border:1px solid #00c;*/
	float:right;
	width:190px;
	height:100%;
	}
#right h2 {
	color:#000;
	font-size:1.1em;
	margin:0 0 1em 0;
	}
#right h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.3em;
	margin-bottom:0;
	padding-bottom:0;
	}
#right ul {
	padding-left:0;
	padding-bottom:2em;
	}
#right li {
	list-style:none;
	background:url(images/bg_li2_white.png) no-repeat 0 .1em;
	margin:.4em 0;
	padding-left:1.2em;
	}
#right p {
	margin-top:0;
	padding-top:0;
	}
#right .taPicStyle {
	margin-bottom:10px;
	margin-top:0;
	}
#right hr {
	background:url(images/bg_hr.png) repeat-x center;
	}

/* ================================================================== */
#submenu {
	margin:0 10px;
	}
#submenu  ul {
	padding-left:0;
	}
#submenu li {
	list-style:none;
	}


/* We've put the H1 article title in its own DIV, so that we can align the right column */
/* only with the actual contents of the article */
#article_title {
	width:540px;
	margin-left:200px; /* leave gap for left-column. */
	margin-top:20px; /* Distance from menubar bottom to the rest of the page, surprisingly.. */
}
#article_container {
	background-color:#f3f3f3;
	}
#article {
	width:700px; /*756*/
	margin-top:10px;
	height:100%;
	}
#article p,#article td,#article ul,#home_content {
	font-size:1.2em;
	line-height:1.4em;
	margin-top:0;
	}
#article_title h1 {
	font-size:2.4em;
	color:#ed1c24;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 auto;
	}
#article_title h1 .line2 {
	font-size:0.7em;
	text-transform:capitalize;
	}
#article h1 {
	font-weight:normal !important;
	text-transform:uppercase;
	font-weight:bold;
	color:#606060;
	font-size:1.8em;
	margin-top:0;
	padding-top:0;
	margin-bottom:1em;
	}
#article h2 {
	color:#7B838E;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
	padding-top:20px;
	font-size:1.3em;
	background:url(images/bg_hrgrey.png) repeat-x 0 4px;
	/*clear:right;*/
	}
#article h3 {
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
	padding:.5em 0 0 0;
	font-size:1.2em;
	}
#article table h4 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
	color:#61656C;
	}
#article ul {
	margin:0;
	padding:.4em 0 0 1.2em;
	}
#article li {
	/*list-style:none;*/
	/*background:url(images/bg_li2_white.png) no-repeat 0 .3em;*/
	/*margin-bottom:.4em;*/
	padding-left:.5em;
	}

#article .gallery {
	margin:.5em 0;
	padding:0;
	}
.gallery a {
	border:0 !important;
	}

/* colours for sections */
.art_red .intro, .art_red h2 {
	color: #c10030 !important;
	}
.art_blue .intro, .art_blue h2 {
	color: #003f78 !important;
	}
.art_green .intro, .art_green h2 {
	color: #007f37 !important;
	}

#skip {
	/*display:none; if you use display none, it gets left out by screen readers!!*/
	position:absolute;
	left:-900px;
	width:1px;
	height:1px;
	display:none;
	}


	
#home_content {
	width:960px;
	margin-top:5px;
	margin-left:20px;
	background:#fff;
	}

#_home_welcome {
	width:639px;
	height:285px;
	margin-right:1px;
	background:url(images/home_welcome.jpg);
	}
	
#home_adverts {
	float:right;
	width:320px;
	/*height:285px;*/
	}

#home_sections {
	width:960px;
	height:249px;
	margin-top:1px;
	}

#portal_welcome {
	width:671px;
	height:530px;
	margin-right:1px;
	background:url(images/home_welcome.jpg);
	}
	
#portal_sections {
	float:right;
	width:288px;
	height:530px;
	}

#portal_news_ticker {
	width:960px;
	height:20px;
	background:url(images/h_latest_news.png) no-repeat;
	background-color:#dbe1e7;
	margin:4px 0 1em 0;
	}
#portal_news_ticker p {
	padding:0;
	margin:0 10px 0 110px;
	color:#808790;
	text-transform:uppercase;
	font-size:.8em;
	line-height:20px;
	}

.toolTipHeader {
	background: #751f1a;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	padding:4px;
}
.toolTipBody {
	background:#fff;
	width:150px;
	border:1px solid #BE9E95;
	padding:4px;
	font-size:11px;
	}
#sidebar, #member_sidebar,#partners_list {
	/*position:absolute;
	right:20px;*/
	float:right;
	width:220px;
	/*height:285px;*/
	}
	
/* ---------------------------------------------------------------- */	
/* MEMBERSHIP PAGE */

#member_container {
	width:717px;
	}

#home_welcome,#members_home_welcome,#article_container {
	padding:10px;
	width:717px;
	/*height:522px;*/
	}
#home_welcome {	
	background:url(images/bg_homepage.jpg) no-repeat 0 0;
	}
#members_home_welcome {	
	background:url(images/bg_member_homepage.jpg) no-repeat 0 0;
	}
#home_welcome #article,
#home_welcome .intro,
#members_home_welcome .intro {
	width:420px;
	/*color:#fff;*/
	}
#members_home_welcome .intro a {
	color:#fff;
	}
	
#members_home_welcome #article h1 {
	color:#ff9d1e;
	}
#members_home_welcome #article p {
	color:#fff;
	}
/* ---------------------------------------------------------------- */	
/* MEMBERSHIP SIDEBAR */
#member_area_login {
	position:relative;
	background:url(images/bg_members_area.jpg) no-repeat 0 0;
	width:220px;
	height:172px;
	margin-bottom:2px;
	}
#member_area_login form {
	}
	
#myrcs_status,#myrcs_menu {
	margin:0 10px;
	}
#myrcs_status h4 {
	font-size:0.9em;
	color:#ff9d1e;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:normal;
	}
#myrcs_status p {
	color:#7B838E;
	margin-top:0;
	}
#myrcs_status hr,
#myrcs_menu hr {
	color:#ff9d1e;
	height:1px;
	background-color:#ff9d1e;
	}
#myrcs_menu {
	}
#myrcs_menu  ul {
	padding-left:0;
	}
#myrcs_menu li {
	list-style:none;
	}
/* ---------------------------------------------------------------- */	
/* MEMBERNET */

#mnet_profile { /* table */
	width:735px;
	border-right:2px solid #ff0d18;
	}
#mnet_logo {
	/*float:right;*/
	margin-right:2em;
	margin-bottom:1em;
	}
#mnet_profile #mnet_logo,
#mnet_profile #mnet_photo,
#mnet_profile #profile {
	/*text-indent:22px;*/
	}
#mnet_profile .ajaxupload_photo,
#mnet_profile .edit_area,
#mnet_profile .ajaxupload_logo {
 	border:1px solid #c00;
	}
#mnet_profile .profile_area {
	padding-left:1em;
	padding-right:1em;
	}
#mnet_profile h2 {
	font-size:2em;
	color:#333;
	font-weight:normal;
	margin:6px auto 1em 0;
	}
#mnet_profile h3 {
	font-size:1em;
	color:#c10030;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 auto 6px auto;
	padding:.5em 0 0 0;
	}
#mnet_profile h5 {
	font-size:1.3em;
	color:#333;
	font-weight:normal;
	margin:0 auto;
	}
#mnet_profile p {
	margin:0 0 1em 0;
	}
	
#mnet_profile .edit_area {
	margin-top:1em;
	}

#mnet_profile  #profile_words {
	border-top:1px solid #ccc;
	padding-top:10px;
	}
	
#mnet_profile .member_post {
	padding-right:1em;
	}
#mnet_profile .member_post h3 {
	background:url(images/mi_note.png) no-repeat 0 0;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 0 47px;
	line-height:40px;
	}
#mnet_profile .member_post #notes {
	_padding-left:1em;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #ff9d1f;
	}
#mnet_profile form {
	display:inline;
	}
#mnet_profile .member_post #notes_edit,
#mnet_profile .member_message #message_edit {
	display:none;
	}
#mnet_profile .member_post label,
#mnet_profile .member_message label {
	display:block;
	width:100px;
	}
#mnet_profile .member_post .forminput {
	width:600px;
	margin-left:0;
	}

#mnet_profile .note {
	margin-bottom:16px;
	/*border:1px solid #0c0;*/
	}
#mnet_profile .note strong,
#mnet_profile .member_post strong {
	margin-right:1em;
	}
#mnet_profile .note em,
#mnet_profile .member_post em,
#mnet_profile .member_message em {
	font-style:normal;
	font-size:0.8em;
	}
#mnet_profile .note img {
	vertical-align: middle;
	}
	
/* -------------------------------- */
#mnet_profile #links a {
	font-weight:bold;
	}

/* -------------------------------- */
#mnet_profile td .member_message {
	vertical-align:middle;
	}
#mnet_profile #holding,
#mnet_profile #member_search_form {
	position:relative;
	}
#mnet_profile #message_edit {
	/*background:url(images/mi_mail.png) no-repeat 0 0;*/
	padding-left:60px;
	}
#mnet_profile #message {
	xmin-height:60px;
	background:url(images/mi_mail.png) no-repeat 0 0;
	}
#mnet_profile #message .note {
	height:50px;
	line-height:50px;
	font-weight:bold;
	padding-left:60px;
	}
#mnet_profile #message .wide  {
	width:540px;
	}

/*#mnet_profile .alert {
	padding:2px;
	border:1px solid #c10030;
	
	}*/


#mnet_profile #member_search_form input.fsearch {
	position:absolute;
	top:12px;
	width:170px;/*200px;*/
	height:16px;
	line-height:16px;
	font-size:10px;
	border:0;
	padding:0 0 0 .5em;
	border-top:1px solid #007ac6;
	border-bottom:1px solid #007ac6;
	}	
#mnet_profile #member_search_form input.formbutton {
	position:absolute;
	top:12px;
	left:230px;
	}

#search_status {
	text-align:center;
	}
		
.ajax-loading {
	padding:0;
	min-height:20px;
	/*border:1px solid #c00;*/
	background:url(images/spinner.gif) no-repeat center;
	}

#mnet_profile .search_results_list ul {
	padding-left:0;
	}
#mnet_profile .search_results_list li {
	list-style:none;
	background:url(images/bullet.gif) no-repeat 0 2px;
	margin-left:0;
	margin-bottom:4px;
	padding-left:16px;
	padding-bottom:2px;
	}
#mnet_profile .search_results_list li a {
	text-decoration:none;
	}

.edit {
	position:absolute;
	width:20px;
	height:20px;
	background:url(images/b_edit.png) no-repeat 0 0;
	/*border:1px solid #8C939B;*/
	z-index:1000;
	}		
/* ---------------------------------------------------------------- */	
/* FORM FIELDS */
form {
	margin:0;
	padding:0;
	}
#mnet_profile input {
	border:1px solid #61656C;
	padding:2px;
	}
#mnet_profile .formbutton {
	border:none;
	padding:0;
	}

input, select, textarea {
	font-size:12px;
	border:1px solid #61656C;
	padding:2px;
	/*color:#666666;*/
	background:#eee;
	/*margin-bottom:4px;*/
	}
textarea {
	line-height:1.25;
	}

form .formbutton 		{ border:0;background:none;}

#form_member_message input .nb {
	border:0 !important;
	padding:0;
	}


/* =======================*/
/* Our Overlay layer. It partially obscures what's beneath */
/* and displays contents centered within */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	xheight:100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}

#message_status {
	display:none;
	}
#message_status.ajax-loading {
	padding:0;
	background: url(images/spinner.gif) no-repeat center;
	}

#overlay {
	margin:4px;
	padding:8px;
	}
#message_titles {
	padding:0;
	}
#message_titles li {
	border-bottom:1px solid #007f37;
	list-style:none;
	background:url(images/bullet.gif) no-repeat 0 2px;
	margin-left:0;
	margin-bottom:16px;
	padding-left:16px;
	padding-bottom:8px;
	}
#message_titles li a {
	text-decoration:none;
	}
.message_viewer {
	display:none;
	}
	
/* =======================*/

.alert {
	background:url(Filestore/_icons/icon_alert.png) no-repeat 4px 4px;
	border:1px solid #fc0;
	padding:3px 3px 3px 25px;
	margin-top:10px;
	background-color:#ffffd9;/*#f5cccc;*/
	font-size:.8em;
	}

/* --------------------------------------------------------------------------- */
/* A div with a floated div inside will not expand to fill the contained div.  */
/* This fix deals with the matter. Apply class="clearfix" to the container div */
/* Thanks to http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display:inline-table;zoom:1; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* --------------------------------------------------------------------------- */


/* ========= ========= ========= ========= ========= ========= ========= */

.debug {
	background-color:#fdd;
	padding:5px;
	margin:10px 0;
	color:#c00;
	font: bold 10px "bitstream vera sans mono";
	display:none;
	}



