/* ************************
    Cache Limited 
    Copyright (c) 2008-2009 
    Ammended Styles
************************ */


/* 
    **** LEFT COLUMN ****
*/

#cacheleft { 
    position: relative; 
    left: 0px; 
    border: none;
}
#cacheleft div { 
    position: absolute; 
    left: -100px; 
    width: 180px; 
}
#cacheleft div div { 
    float: left;
	clear: both;
    width: 180px; 
}


/* 
    **** RIGHT COLUMN ****
*/

#cacheright { 
    float: right; 
    border-left: 20px solid #ffffff;
}
#cacheright div { 
    width: 250px; 
}
#cacheright div div { 
    width: 250px; 
}

hr.white-spacer {
    margin: 5px 10px 5px 10px;
	padding: 0px;
	height: 1px;
	border: none;
	clear: both;
	background-color: #f0f0f0;
	color: #f0f0f0;
}

.info { 
    border: none; 
    width: 100%; 
    margin: 0px; 
	padding: 0px;
	background-color: #dcddde; 
}
.info_new {
    border-top: 20px solid #ffffff;
    margin-top: 0px; 
    vertical-align: top;
}
.info_content {
    padding: 5px; 
	color: #252729;
}


/* 
    **** OTHER ****
*/

.course_title {	color: #231f20; font-size: 12px; font-weight: bold; }  /* was color: #454748; */
.course_date { font-style: italic; }

.ref_title { color: #231f20; font-size: 12px; font-weight: bold}
.ref_ref {font-style: italic}

.book_title { color: #231f20; font-size: 13px; font-weight: bold}

.workshop_title { color: #231f20; font-size: 13px; font-weight: bold; }

.news_date { font-size: 11px; font-weight: bold; margin: 25px 0px 1px 0px; }
.news_title { color: #231f20; font-size: 14px; font-weight: bold; margin: 0px 0px 1px 0px; }
.news_link { text-decoration: none; color: #999999; }

.staff_title { font-size: 14px; font-weight: bold; margin: 25px 0px 1px 0px; }

.diary-date { color: #454748; font-size: 12px; width: 120px; float: left; }
.diary-title { color: #231f20; font-size: 12px; width: 400px; font-weight: bold; float: left; }
.diary-text { display: block; clear: both; width: 400px; float: left; margin-left: 120px; margin-bottom: 7px; }


/* --- Minervation ltd copyright 2008 --- */
/* --- Printing Stylesheet --- */
/* ---  ---------------------------------      
                                                                  STANDARD STUFF
---------------------------------  
--- */
body {
	font-family: Arial, Helvetica, sans-serif; /* Georgia, serif; */
}
p {
    padding: 0px;
    margin: 0px 0px 6px 0px;
	font-size: 12px;
	color: #353739;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
	background: #fff;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	text-indent: 5px;
	vertical-align: top;
	width: 100%;
	border-bottom: 2px solid #000000;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
	margin: 3px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534f50;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}
h4 {font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #433f40;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}
h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	border-top: 5px solid #ffffff;
	border-bottom: 2px solid #007dc5;
}
ul, ol {
    margin: 0px 0px 5px 20px;
	padding: 0px;
}
li {
    padding: 0px;
    margin: 0px;
	font-size: 12px;
	color: #353739;
}
a, a:visited, a:link {
	color: #007dc5;
	text-decoration: none;
}
a:hover {
	color: #007dc5;
	text-decoration: underline;
}

/* ---                                                   ---------------------------------      
                                                                  EVERYTHING
														---------------------------------  
--- */
#everything {
	margin: 0 auto;
	background-color: #ffffff; 
	width: 100%;
	text-align: left;
	border: 0px solid #006699;
}
/* ---                                                   ---------------------------------      
                                                                  HEADER
														---------------------------------  
--- */
#header {
	background-color: #000000; 
	height:134px;
	/* background-image: url(../graphics/header-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x; */
	border-bottom: 1px solid #000000;
}
#header img {
    /* padding-top:11px; */
	border: 0px;
	vertical-align: bottom;
}
#headerleftcol {
	display: none;
	float: left;
}
#headerrightcol {
	display: list-item; 
	list-style-image:url(../graphics/cebm-white-header.jpg);
	list-style-position: inside;
	word-spacing:-5000em; /* I guess better that letter-spacing */
	overflow:hidden; /* This fix the Horizontal Roller */
	font-size:1px; /* unhappily is necessary */

}
#functions {
	border: 1px solid #666666;
	background-color: #c1c1c1;
	width: 200px;
	float: right;
	margin: 4px;
	margin-right:0px;
	padding:4px;
}
#functions ul {
	margin:3px;
	padding: 0px;
}
#functions li {
	border: 1px solid #000;
	list-style: none;
	display:inline;
	background-color: #ddd;
	padding:5px;
	margin: 4px;
}
.pagebreak { page-break-before: always; }
.dontprint { display: none; }

/* ---                                                   ---------------------------------      
                                                                  NAVIGATION
														---------------------------------  
--- */
#menu1 {
    display: none;
}

/* ---                                                 ---------------------------------      
                                                                  PAGE STUFF
													   ---------------------------------  
--- */


#sitetree li{font-size: 12px; padding:4px;}
#sitetree li li{font-size: 12px; padding:4px;}
#sitetree ul {font-size: 12px;}
#sitetree ul ul {font-size: 12px;}
/* ---                                                   ---------------------------------      
                                                                  PAGE CONTENT HOME
														---------------------------------  
--- */

#pageContentHome {
	padding: 27px 0px 0px 20px;
}

#pageHomeLeftCol {
    width: 732px;
    float:left;
    clear: both;
}

#pageHomeRightCol {
	width: 214px;
    margin: 0px 20px 0px 0px;
    float: right;
}

#pageHomeBox {
    margin-top: 5px;
    float: left;
}

.BoxLeft {
    width: 200px;
    background-color: #d5d7d8;
}
 
.BoxRight {
    width: 500px;
    margin-left: 20px;
}
 
#pageHomeBox p {
    padding: 5px 0px 0px 0px;
    margin: 0px; 
    vertical-align: top;
}

#pageHomeBox.BoxLeft p {
    padding: 5px 5px 3px 5px;
}

#pageHomeRightBox {
    border: none;
	background: #dcddde;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#pageHomeRightBox h1 {
    vertical-align: top;
}
 
#pageHomeRightBox p {
    padding: 5px;
    margin: 0px; 
    vertical-align: top;
}
#pageHomeRightBox p strong {
	color: #231f20;
}

.c-l, .c-m, .c-r { display: inline-block; }
.c-l {
    display: table-cell;
	text-align: left;
	width: 80px;
	color: #000000;
}
.c-m {
    display: table-cell;
	text-align: left;
	width: 350px;
}
.c-m strong {
    color: #000000;
}
.c-r {
    display: table-cell;
	text-align: right;
	width: 70px;
	vertical-align: bottom;
}
hr.grey-spacer {
    margin: 7px 0px 5px 0px;
	padding: 0px;
	height: 1px;
	border: none;
	clear: both;
	background-color: #bcbdbe;
	color: #bcbdbe;
}
hr.blue-spacer {
    margin: 0px 0px 7px 0px;
	padding: 0px;
	height: 1px;
	background-color: #007dc5;
	color: #007dc5;
	border: none;
	clear: both;
}

/* ---                                                  ---------------------------------      
                                                             LIBRARY - LEFT HAND MENU
									 					---------------------------------  
--- */


#library {
	display: none;
}

/* ---                                                  ---------------------------------      
                                                                  Breadcrumbs
														---------------------------------  
--- */

#breadCrumbs {
    position: relative;
	top: -10px;
	height: 20px;
}
#breadCrumbs ul {
	margin: 0px;
	padding: 0px;
}
#breadCrumbs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* ---                                                  ---------------------------------      
                                                                  PAGE CONTENT 
														---------------------------------  
--- */
#pageContent {
/*	margin-left: 22%;  */
    /* position: relative;
	left: 20px;
	top: 10px;
	padding: 0px;
	margin-top: 20px; */
	/* padding-top: 20px; */
    float: left;
	margin: 10px 0px 15px 0px;
	background: none;
	/* display: inline; */
}
#pageContent img {
	/* display:inline;
	float:right;
	margin: 10px; */
}
#pageContent p {
}
#pageContent blockquote {
	clear: right;
	background-color: #F5F5F5;
	border: 1px solid Black;
	color: #696969;
	float:right;
	font-weight:bold;
	margin: 10px 6px 20px;
	padding:5px 5px 5px 10px;
	width:30%;
}

#pageContent table {
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}
#pageContent table td {
	font-size: 11px;
	padding: 4px;
	font-weight: normal;
	background-color: #dcddde;
}
#pageContent table th {
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
	background-color: #bcbdbe;	
}

#pPageBlock {
	margin-top: 40px;
	width: 520px;
}

/* page content prev next buttons */

#paging {
	font-size: 12px;
}
#pagingLeft {
	padding-top: 10px;
}
#pagingRight img, a img {
	border: none;
}
.webPaging {
/* margin:10px;*/
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 12px;
	clear: both;
}
.paging-prev {
	float:left; margin:10px;
}
.paging-next {
	float:right; margin:10px;
}
.paging-next {
background-image:url(../graphics/next-arrow.gif);
background-position:right center;
background-repeat:no-repeat;
float:right;
padding-right:20px;
}
.paging-prev {
background-image:url(../graphics/previous-arrow.gif);
background-position:left center;
background-repeat:no-repeat;
float:left;
padding-left:20px;
}
/* ----            Login details   ------ */

#login {
}

#login table{
padding:10px;
margin-top:15px;
margin-left: 10px;
margin-bottom:15px;
border:solid 1px #666666;
background-color: #ddd;

background-image:url(../graphics/cebmBGlogin.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
#login th{
padding: 4px;
padding-top:10px;
padding-bottom:10px;
width:100px;
}
#login td{
padding:10px;
}
#login #remember-label{
font-size: .8em
}


#loginpage {
border:solid #ddd 1px;
padding:10px;
margin: 10px;
font-size:12px;
}

.last_edited {
margin-top: 20px;
font-weight: bold;
color: #666666;
clear: both;
}

/* ----            page content taxonomy ------ */

#TaxonomyTable table {
	vertical-align: top;
	border: 0px solid #666666;
}
#TaxonomyTable table h2 {
	font-size: 12px;
}
#TaxonomyTable table h2 a {
	font-size: 12px;
	color: #708090;
	text-decoration:none;
}
#TaxonomyTable table h2 a:visited {
	font-size: 12px;
	color: #708090;
	text-decoration:none;
}
#TaxonomyTable table h2 a:hover {
	font-size: 12px;
	color: #708090;
	text-decoration: underline;
}
#TaxonomyTable td {
	border: 1px solid #dddada;
	background-color: #F5F5F5;
	margin:1px;
	padding: 10px;
	vertical-align: top;
}
#TaxonomyTable thead {
	text-align: left;
	font-size: 12px;
}
#TaxonomyTable thead th {
	padding: 10px;
}
.TaxonomyTable table {
}
.TaxonomyTable table h1 {
	font-size: .9em;
}
.TaxonomyTable table  h1 {
	text-align: left;
	font-size: 13px;
}
.TaxonomyTable table  table {
	border: 0px;
}
.TaxonomyTable table th {
	margin:1px;
	padding-top: 10px;
	vertical-align: top;
}

/* ---                                                   ---------------------------------      
                                                                  ADVERT CONTENT 
														---------------------------------  
--- */

#rightmargin {
	width: 20%;
	float: right;
	margin-top:20px;
}
.advert {
	border: 1px solid #ddd;
	padding:0px;
	margin: 4px;
}
.adverttitle {
	padding:4px;
	margin: 0px;
	background-color: #ddd;
	height:30px;
}
.adverttitle h3 {
	margin-top: 4px;
	padding: 0px;
}
.advertcontent {
	padding:4px;
}
.advert a {
	font-size: 11px;
}
/* ---                                                   ---------------------------------      
                                                                  NEWS CONTENT 
														---------------------------------  
--- */

/*--------------------Events page Styling-------------*/




/* ---                                                   ---------------------------------      
                                                                Documents Area
														---------------------------------  
--- */

#documentsArea {
}
#documentsArea ul {
	width: 97%;
	margin: 10px;
	padding: 10px;
}
#documentsArea li {
	border: 1px solid #ddd;
	background-color: #Eee;
	margin: 10px;
	padding: 10px;
	list-style: none;
}
#documentuploadform {
	border: 1px solid #ddd;
	background-color: #eee;
	margin:5px;
	padding: 5px;
}
#documentuploadform fieldset {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	margin:5px;
	padding: 5px;
	font-size: 12px;
}
#documentuploadform dt {
	margin: 5px;
}
#documentuploadform dd {
	margin: 5px;
}

#documentuploadform input {
	margin-right: 5px;
	padding-right: 5px;
}
#UploadBtn {
	margin: 5px;
}
#filename {
}
#fileDescription {
}

#footerfeedbackform {
margin: 10px;
padding: 10px;
border: double #ddd 1px;
background-color:#CCCCCC;
width: 60%;
font-size:.8em;
}
#footerfeedbackform table{
width: 60%
}
#footerfeedbackform td{
margin:10px;
vertical-align:top;
}
#footerfeedbackform input{

}
#footerfeedbackform img{
float: left;
}

/*---------------------------------------------- aspx page styles --------------------------- */

#siteregister {
margin: 10px;


}


#pageContentHome #register{

padding: 10px;
border: double #ddd 1px;
background-color:#CCCCCC;
width: 60%;
font-size:.8em;

    background-image: url(../graphics/BG-APSX-Forms.gif);
background-repeat: repeat-x; 
	background-position: bottom;  
}
#pageContentHome #register table{
width: 60%
}
#pageContentHome #register td{
margin:10px;
vertical-align:top;
}
#pageContentHome #register input{
margin:10px;
}
#pageContentHome #register img{
float: left;
}


#sendpassword {
margin:10px;
}
#sendpassword  form{

padding: 10px;
border: double #ddd 1px;
background-color:#CCCCCC;
width: 60%;

    background-image: url(../graphics/BG-APSX-Forms.gif);
background-repeat: repeat-x; 
	background-position: bottom;  

}
#sendpassword  table{
width: 60%
}
#sendpassword  td{
margin:10px;
vertical-align:top;
}
#sendpassword  #unsubscribeEmail{
margin-bottom:10px;
}

#sendpassword  img{
float: left;
}


#newslettersubscribe {
margin:10px;
}
#newslettersubscribe form{

padding: 10px;
border: double #ddd 1px;
background-color:#CCCCCC;
width: 60%;

    background-image: url(../graphics/BG-APSX-Forms.gif);
background-repeat: repeat-x; 
	background-position: bottom;  

}
#newslettersubscribe table{
width: 60%
}
#newslettersubscribe td{
margin:10px;
vertical-align:top;
}

#newslettersubscribe img{
float: left;
}

#newsletterunsubscribe  {
margin:10px;
}
#newsletterunsubscribe  form{

padding: 10px;
border: double #ddd 1px;
background-color:#CCCCCC;
width: 60%;

    background-image: url(../graphics/BG-APSX-Forms.gif);
background-repeat: repeat-x; 
	background-position: bottom;  

}
#newsletterunsubscribe  table{
width: 60%
}
#newsletterunsubscribe  td{
margin:10px;
vertical-align:top;
}
#newsletterunsubscribe  #unsubscribeEmail{

}

#newsletterunsubscribe  img{
float: left;
}



/* ---                                                  ---------------------------------      
                                                                      FOOTER
														---------------------------------  
--- */


#footer {
	display: none;
}
#functionsMenu {
float: left;


}

/* SEARCH */


#searchResultsDiv {
    display: block;
    width: 955px;
}
#searchResultsDiv table {
    padding: 2px;
    width: 100%;
}
#searchResultsDiv td {
    padding: 2px;
    margin: 0px 0px 6px 0px;
	font-size: 12px;
	color: #353739;
	vertical-align: top;
	width: 900px;
}
#searchResultsDiv th {
    padding: 2px;
    margin: 0px 0px 6px 0px;
	font-size: 12px;
	color: #454648;
	vertical-align: top;
}
#searchResultsDiv p #searchTerms {
	font-size: 12px;
	padding: 1px;
}

#searchpagecontent {
}
#searchpagecontent legend {
	font-weight: bold;
}
#searchpagecontent h1 {
}
#searchpagecontent ol {
	list-style: none;
}
.searchterms {
}
#searchtopbar, #searchmidbar, #searchmidbar2, #searchbottombar, #searchbuttonbar {
/* clear:both; */
}
.radiobox {
}
.sideradiobox {
}
.midradiobox {
}
.textbox {
	margin-top: 15px;
	padding: 5px;
	background-color: #E9F4F9;
	border: 1px solid #4678a9;
}
#searchpagecontent fieldset, #rightcol fieldset {
	margin:5px;
	padding: 5px;
	border: 1px solid #4678a9;
}
#searchpagecontent legend, #rightcol legend {
	color:  #4678a9;
	padding: 2px 4px;
	font-weight: bold;
	background-color: #E9F4F9;
	border: 1px solid #4678a9;
}
#rightcol p {
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #E9F4F9;
}
label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-size: .8em;
}
fieldset {
	width: 65%;
}
fieldset ol {
	margin: 0;
	padding: 0;
}
#searchpagecontent li {
	list-style: none;
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #E9F4F9;
}
label {
/* 	width: 50%; /* Width of labels */
}
#searchbuttonbar input {
	margin: 10px;
	background-color: #afd3e9;
	border: 3px solid #4678a9;
	color:#4678a9;
	font-weight: bold;
}
div#searchcentercol {
}
/* -------------------------------------------------------------------- search results----------------------------------- */

#searchresultswrapper {
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	float:left;
	width: 75%;
}
#searchresultstitle {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #E9F4F9;
}
#searchresultstitle h1 {
	font-size: 13px;
	color:#52a5d1;
}
span.resultstitle {
	font-size: 12px;
	color:#1f4d7b;
}
p#pubmedstring {
	font-size:12px;
	color:#1f4d7b;
}
#sortbox {
	height:25px;
	font-size: 12px;
	float:left;
	padding: 5px 15px;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #E9F4F9;
}
#viewpage {
	width: 270px;
	height:25px;
	font-size: 12px;
	float:left;
	padding: 5px 15px;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #E9F4F9;
}
#pagenumbers {
	height:25px;
	font-size: 12px;
	float:left;
	padding: 5px 15px;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #E9F4F9;
}
#pageLabel {
	font-weight: bold;
	color:#1f4d7b;
}
#pageUpperLabel {
	font-weight: bold;
	color: #B22222;
}
#pagenav {
	height:25px;
	font-size: 12px;
	float:left;
	padding: 5px 15px;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #E9F4F9;
}
#pagenav img {
	border:0;
}
#searchrecords {
	height:25px;
	float:left;
	border: 1px solid #ddd;
	background-color: #E9F4F9;
	clear:both;
	padding: 5px;
	margin: 5px;
}
.resultsTable {
	clear: both;
}
.resultbox {
	padding: 5px;
	margin: 5px;
	border: 2px solid #fcd578;
	background-color: #ffffdf;
	clear:both;
}
.resultbox ul {
	font-size: 12px;
	list-style: none;
	margin:0px;
	padding: 0px;
}
.resultbox li {
	font-weight: bold;
	font-size: 11px;
	margin:0px;
	padding: 3px;
	color: #943f0c;
}
.resultbox p {
	font-size: 12px;
}
.resultbox a {
	font-weight: bold;
	font-size: 11px;
}
.summarydetails {
	font-weight: bold;
	font-size: 12px;
	color: #943f0c;
}
.resultbox span.counter {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	color: #844208;
}


/* ------------------ HAve Your Say ------------------------- */

#user_comments_panel {
border: 1px solid #ddd;
background-color: #ddd;
padding: 10px;
margin:10px;
margin-top: 10px;
padding-top: 10px;
clear:both;
font-size: .8em;
}
#user_comments_panel p{
font-size: .8em;
}

/*==================================================
============== --- Adverts --- ====================
==================================================*/
/*#rightMargin {float:right;width: 230px;background-color:#fff; font:11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color:#666; }*/

.ad { border: 1px solid #2bb9ed; float: right; margin: 5px; width:180px;background-color: #fff;}

.ad_title {
padding: 5px; margin-top: 0px; background-color: #b7e7f9;
vertical-align:top;
}
.ad_title h3{ padding: 0px; margin: 0px;
}
.ad_content {
padding: 5px;

}

#leftMargin .ad {float: none;  width:185px;}
#leftMargin {
margin-top: 12px;
}
#rightMargin .ad { float: right;  width:180px;  margin:auto;}
/*
#pageContent .ad{ float: right; margin: 5px; width:180px;}
*/

#rightMargin {padding-right:8px;

}

#editWebContent {display: none; }
