@charset "utf-8";
/* CSS Document */

/************************** GENERAL **************************/

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
img {
	border:none;
}
body {
	background-color: #233F6F;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	color: #5e6575;
}
a:link {
	color: #4a69a5;
}
a:visited {
	color: #4a69a5;
}
a:hover {
	color: #4a69a5;
}
a:active {
	color: #4a69a5;
}
h1 {
	color:#FE791F;
	font-size:2.4em;
	line-height: 130%;
	padding-bottom: 10px;
}
h2 {
	color:#FE791F;
	font-size:1.8em;
	padding-bottom: 10px;
}
h3 {
	color:#FE791F;
	font-size:1.6em;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	color:#4A69A5;
	font-size:1.4em;
	padding-bottom: 10px;
	padding-top: 4px;
	font-weight: bold;
}
h5 {
	color:#4A69A5;
	font-size:1.2em;
	padding-bottom: 10px;
	padding-top: 4px;
	font-weight: bold;
}

h6  {
	color:#4A69A5;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	padding-bottom:10px;
	padding-top:4px;
}

p {
	padding-bottom: 6px;
	font-size:1.2em;
	line-height: 130%;
}

#content ul, #content ol {
	font-size:1.2em;
}

#content li{
	margin-left:20px;
	line-height: 130%;
}

#content li li{
	margin-left:20px;
	font-size:0.9em;
	line-height: 130%;
}

#main_content li {
	font-size:1em;
	padding-bottom:4px;
}

#main_content .news_display li {
	font-size:0.85em;
}

#content ul{
	padding-bottom: 6px;
}

#content ul ul{
	padding-bottom: 0px;
}

.clearfloat {
	clear: both;
}

/************************** MAIN WRAPPER **************************/
#main_wrapper {
	margin:auto;
	overflow:hidden;
	width:900px;
	background-color: #233F6F;
}

/************************** MASTHEAD **************************/
#masthead {
	background-color: #233F6F;
	height: 95px;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-image: url(../images/template-images/masthead.jpg);
	text-align: right;
}

#masthead p {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 25px;
}

#masthead a, #masthead a:link, #masthead a:visited, #masthead a:hover, #masthead a:active{
	color: #FFFFFF;
}

#masthead .searcharea {
	padding-top: 8px;
}

#masthead .searcharea #frmSearchBox{
    float: left;
	width: 208px;
	height: 22px;
	background-image: url(../images/template-images/search_text.jpg);
	background-repeat: no-repeat;
}

#masthead .searcharea #searchform{
	float: right;
}
#masthead .searcharea #frmSearchTerm{
	margin-left: 10px;
	margin-top: 2px;
	float:left;
	font-size: 1.5em;
	color: #4A69A5;
	background-color: #F3F4F6;
}
#masthead .searcharea #searchsubmit  {
	background-image: url(../images/template-images/search_button.jpg);
	float: left;
	width: 30px;
	height:25px;
	background-repeat: no-repeat;
}

#masthead .masthead_links{
	padding-top: 28px;
}

/************************** CONTENT WRAPPER **************************/
#content_wrapper {
	background-color: #FFFFFF;
}

/************************** LEFT COLUMN: Navigation, Other modules **************************/
#left_col {
	background-color: #FFFFFF;
	float: left;
	width: 205px;
	min-height: 700px;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#left_col #left_content {
    padding-right: 5px;
}
#left_col #left_content, #left_col #home_left_content {
	padding-top: 30px;
}

#left_col h2 {
	font-size: 1.5em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#left_col hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************************** CONTENT: Introduction, News, Events, breadcrumbtrail **************************/
#content {
	background-color: #FFFFFF;
	float: left;
	min-height: 700px;
	width: 640px;
	padding-right: 13px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#intro {
	height: 90px;
	padding-top: 20px;
}
#intro p {
	color: #FE791F;
	font-size: 1.7em;
	line-height: 130%;
}
#breadcrumbtrail {
  	font-size: 1.1em;
	padding-bottom: 10px;
}

#main_content li{
	padding-bottom: 4px;
}

#main_content li li{
	padding-bottom: 0px;
}

/************************** NEWS **************************/
#news {
	float: left;
	width: 407px;
	padding-right: 10px;
}
#news .newsbox .container_tabs {
	height: 28px;
	background-image: url(../images/template-images/news.jpg);
	background-repeat: no-repeat;
}
#news .newsbox .container_tabs a {
	text-decoration:none;
}
#news .newsbox .container_tabs .tab_button {
	float: left;
	height: 20px;
	width: 150px;
}
#news .newsbox .tab_box {
	display: none;
}
#news .newsbox .rsslink {
	text-align: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 10px;
	padding-top: 6px;
	font-size: 1.1em;
}
#news .newsbox .newslisting .news_item {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 7px;
}

#pub_mid {
  border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content .newsbox .newslisting .comments{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: italic;	
	padding-left: 7px;
	padding-right: 15px;
}

#news .newsbox #industry_box .newslisting {

	background-image: url("../images/template-images/news_footer.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 27px;
}

#news .newsbox  #industry_box .newslisting .news_item {
border-left:none;
border-right:none;
padding-left:0px;
padding-right:0px;
}

#news .newsbox  #industry_box .newslisting .comments {
border-left:none;
border-right:none;
padding-left:0px;
padding-right:0px;
}

#news .newsbox  #industry_box .newslisting .morelink{
background-image: none;
height: 0px;
padding-top: 0px;
}

#news .newsbox #industry_box .newslisting #containermisc34, #news .newsbox #pub_box .newslisting #containermisc55{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	min-height: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#content .news_listing .comments{
	font-size:1.2em;
	padding-bottom:5px;
}

#content .news_listing2 {
	padding-right: 20px;
}

#content .news_item  {
padding-bottom: 15px;
}
	
#content .news_item .news_date {
	color:#FE791F;
	font-size:1.3em;
}
#content .news_item .news_title, #content .pub_item .pub_title {
	color:#4765a2;
	font-size:1.3em;
	padding-bottom: 3px;
	padding-top: 4px;
}
#content .news_item .news_title2 {
	color:#4765a2;
	font-size:1.3em;
	padding-bottom: 3px;
	padding-top: 4px;
	font-weight: bold;
}
#content .news_item .news_title a, #content .pub_item .pub_title a{
	color:#4765a2;
	padding-bottom: 3px;
	padding-top: 4px;
	font-weight: bold;
}
#content .news_item .news_summary p {
	font-size: 1em;
	}
#content .news_item .news_summary, #content .pub_item .pub_summary  {
	font-size: 1.2em;
	line-height: 130%;
}

.pub_summary {
  padding-bottom: 5px
}

.pub_item .code {
  float:left;
  width: 100px;
  font-size: 1.2em;
}

.pub_item_home {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.pub_item .category {
  font-size: 1.2em;
}

.pub_item {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px
}

#content #news .newsbox .morelink {
	background-image: url(../images/template-images/news_footer.jpg);
	text-align: right;
	height: 21px;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-weight: normal;
}

.pub_mid_home {
  border: none !important
}

.pub_bot {
   background-image: url(../images/template-images/publications_box_bot.gif);
	text-align: right;
	height: 21px;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-weight: normal;
         margin-bottom: 10px
 }
.pub_top { 
  background-image: url(../images/template-images/publications_box_top.gif);
	text-align: left;
	height: 21px;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-weight: normal;
margin-top: 10px;
}

.pub_top h3 { 
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.1em;
  color: #ffffff
}

.pub_item_first {
  padding-top: 10px
}

#content .morelink {
	text-align: right;
	font-size: 1.2em;
}
#news .newsbox .morelink a, #news .newsbox .morelink a:link, #news .newsbox .morelink a:visited, #news .newsbox .morelink a:hover, #news .newsbox .morelink a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#content .nolink{
	font-size: 1.2em;
	font-weight: bold;
}

#content .news_display{
	font-size: 1.2em;
}

#content .news_display p{
	font-size: 1em;
}


/* style in the left column */
#left_col #left_content .news_item .news_date {
	color:#FE791F;
	font-size:1.2em;
	padding-bottom: 2px;
	padding-top: 6px;
	font-weight:normal;
}

#left_col #left_content .news_item .news_title {
	color:#4765a2;
	font-size:1.2em;
	padding-bottom: 3px;
	padding-top: 0px;
	font-weight:normal;
}

#left_col #left_content .news_listing .comments{
	font-size:1.2em;
	font-style:italic;
	
	padding-top:10px;
}

#left_col #left_content .morelink {
	display:none;
}
/************************** MEMBERS **************************/


.members_listing .member_info {
	font-size:1.1em;
	padding: 3px;
	min-height: 80px;
}
	
.members_listing .memberstable {
	border: 1px solid #8D93BF;
	border-spacing: 0px;	
	border-collapse: collapse;
	margin-bottom: 10px;
}
.members_listing .memberstable td{
	border: 1px solid #000000;	
}
.members_listing .memberstable .td_memberlogo{
	width: 70px;
}
.members_listing .memberstable .td_memberinfo{
	width: 245px;
}

.members_listing .member_phone {
  padding-top:3px;
}

.members_listing .member_companyname {
  font-weight: bold;
}

/************************** DOCTORS **************************/
#content .doctors_listing{
	font-size:1.2em;
	line-height: 130%;
}

#content .doctors_listing .doctor_item .doctor_Name{
	font-weight: bold;
}

#content .doctors_listing .doctor_item .doctor_PracticeName{
	font-weight: bold;
	padding-bottom:3px;
}

#content .doctors_listing .doctor_item .doctor_p{
	padding-top: 5px;
}

#content .doctors_listing .doctor_item .doctor_Email{
	padding-top: 5px;
}

/************************** PRESS PHOTOGRAPHS **************************/
#content .pressphotos_listing{
	line-height: 250%;
}

#content .pressphotos_listing .pressphoto_item .pressphoto_photo{
	width: 200px;
	float:left;
}

#content .pressphotos_listing .pressphoto_item .pressphoto_photo .no_preview{
	line-height: 120%;
	border: 1px solid #999999;
	padding: 10px;
	margin: 10px;
	font-size:1.2em;
}

#content .pressphotos_listing .pressphoto_item .pressphoto_info{
	width: 420px;
	float:left;
}

#content .pressphotos_listing .pressphoto_item .pressphoto_info .label{
	width: 170px;
	float:left;
	font-weight:bold;
	font-size:1.2em;
}
#content .pressphotos_listing .pressphoto_item .pressphoto_info .value{
	width: 250px;
	float:left;
	font-size:1.2em;
}

#content .pressphotos_listing .pressphoto_item .pressphoto_info .pressphoto_title{
	font-weight: bold;
	color:#4765a2;
	padding-bottom:15px;
	line-height: 150%;
	font-size:1.3em;
}

#content .pressphotos_listing .pressphoto_item .pressphoto_descr{
	padding-top: 10px;
	font-style: italic;	
	padding-right: 5px;
	line-height: 150%;
	font-size:1.2em;
}
#content .pressphotos_comments {
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 130%;
}
/************************** EVENTS **************************/
#events {
	float: left;
	width: 208px;
	padding-left: 10px;
}
#events .eventsbox .titlebar {
	height: 23px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 8px;
	background-image: url(../images/template-images/events_title.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#events .eventsbox .event_item {
	background-color: #6A88BA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#events .eventsbox .event_item .event_date {
	background-image: url(../images/template-images/arrow.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-position: 4px 8px;
}

#events .eventsbox .event_item .event_summary{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	color: #D1DFFD;
	padding-bottom: 6px;
	font-size: 1.2em;
	font-weight: normal;
}
#events .eventsbox .event_item .event_summary a, #events .eventsbox .event_item .event_summary a, #events .eventsbox .event_item .event_summary a:link, #events .eventsbox .event_item .event_summary a:visited, #events .eventsbox .event_item .event_summary a:hover, #events .eventsbox .event_item .event_summary a:active {
	color: #D1DFFD;
	text-decoration: none;
	display: block;
}
#events .eventsbox .event_item:hover {
	background-image: url(../images/template-images/event_hover.jpg);
	background-repeat: no-repeat;
	background-color: #4F6EAB;
}
#events .eventsbox .viewall {
	height: 30px;
	color: #FFFFFF;
	padding-left: 15px;
	background-image: url(../images/template-images/events_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}
#events .eventsbox .viewall a {
	display: block;
	text-decoration: none;
}
#events .eventsbox .viewall a, #events .eventsbox .viewall a:link, #events .eventsbox .viewall a:visited, #events .eventsbox .viewall a:hover, #events .eventsbox .viewall a:active {
	color: #FFFFFF;
}

/* style in the listing events page */
#content .event_item .event_date {
	color:#FE791F;
	font-size:1.3em;
	padding-bottom: 4px;
	padding-top: 10px;
}
#content .event_item a {
	display: block;
}
#content .event_item .event_summary{
	color:#4765a2;
	font-size:1.3em;
	padding-bottom: 3px;
	padding-top: 4px;
	font-weight:bold;
}
#content .event_item .event_date {
	color:#FE791F;
	font-size:1.3em;
	padding-bottom: 4px;
	padding-top: 10px;
}

/* style in the event page */
#content .event_date_table {
	font-size:1.2em;
}

#content .event_date_wording {
	color:#4A69A5;
	font-weight: bold;
}

/* style in the left column */
#left_col #left_content .event_item .event_date {
	color:#FE791F;
	font-size:1.2em;
	padding-bottom: 0px;
	padding-top: 6px;
	font-weight:normal;
}

#left_col #left_content .event_item .event_summary{
	color:#4765a2;
	font-size:1.2em;
	padding-bottom: 3px;
	padding-top: 0px;
	font-weight:normal;
}



/************************** NEWS and EVENTS **************************/
.pagination {
	color:#4A69A5;
	font-size:1.2em;
	padding-bottom: 3px;
	padding-top: 4px;
	text-align: right;
}
/************************** FEATURES **************************/
#features {
	background-color: #FFFFFF;
	height: 220px;
	padding-left: 10px;
}
#features .feature {
	background-color: #FFFFFF;
	width: 170px;
	padding-left: 5px;
	float: left;
	height: 100px;
}
#features .feature p {
	padding-top: 6px;
	font-size:1.2em;
	padding-right: 12px;
}

/* only for IE6 */
* html body #features .feature p{
	padding-right: 2px;
}

#features .feature h4 {
    font-size: 1.3em;
	color: #0088c8;
	padding-bottom: 6px;
	font-weight: bold;
}
/************************** FOOTER **************************/
#footer {
	background-color: #233F6F;
	height: 90px;
	padding-top: 86px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-image: url(../images/template-images/footer.jpg);
	background-repeat: no-repeat;
}
#footer p {
	color: #FFFFFF;
	font-size: 1.2em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
}
#footer .left {
	float: left;
	width: 650px;
}
#footer .right {
	float: left;
	width: 250px;
	text-align: right;
}

/************************** ALL TEMPLATES  **************************/
#content #main_content {
	margin-top: 10px;
	margin-bottom: 20px;
}

/************************** ENQUIRY FORM (FEEDBACK), REGISTRATION FORM, LOGINFORM **************************/
#content .enquiryform, #content #registrationform, #content .photossearchform, #left_content #loginform, #content #resetpasswordform, #left_content #pollform, #left_content .pollresult{ 
	background-color: #F0F3F8;
	padding-top: 30px;
	padding-bottom: 10px;
/*	font-weight: bold;*/
	color: #223E6E;
}
#content .photossearchform{
	margin-right: 150px;
	padding-left: 15px;
	font-size: 1.3em;
}

#content .enquiryform, #content #registrationform, #content #resetpasswordform{
	padding-left: 15px;
	font-size: 1.3em;
}

#left_content #loginform{
	font-size: 1.2em;
	padding-left: 5px;
}

#content .enquiryform p, #content #registrationform p{
	padding-top: 8px;
	padding-left: 8px;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

#left_content #pollform p{
	font-weight: bold;
	padding-left: 5px;
}
#left_content .pollresult p{
	padding-left: 5px;
}

#content .enquiryform .itemForm, #content .photossearchform .itemForm {
	clear: both; 
	height:50px;
}

#content .enquiryform .itemForm1 {
	clear: both; 
}

#content .enquiryform .itemForm2, #content .photossearchform .itemForm2, #content #registrationform .itemmandatory, #content #registrationform .item, #content #registrationform .itemmandatory_explain, #left_content #loginform .item, #content #resetpasswordform .item{
	clear: both; 
	height:30px;
}

#left_content #pollform .item {
	clear: both; 
}


#content .enquiryform .enquiryform_label, #content .enquiryform .enquiryform_label_doctor, #content .photossearchform .enquiryform_label, #content .enquiryform .enquiryform_label1, #content #registrationform .registrationform_label, #left_content #loginform .loginform_label, #content #resetpasswordform .resetpassword_label {
	float: left; 
    margin-top:2px;
	font-weight: bold;
}


#content .enquiryform .enquiryform_label, #content .photossearchform .enquiryform_label, #content #registrationform .registrationform_label, #content #resetpasswordform .resetpassword_label  {
	width: 150px; 
	font-weight: bold;
	margin-bottom: 2px;
}

#content .enquiryform .enquiryform_label_doctor{
	width: 250px; 
	font-weight: bold;
	margin-bottom: 2px;
}

#left_content #loginform .loginform_label {
	width: 65px; 
	font-weight: bold;
}

#content .enquiryform .checkbox_label {
	font-weight:bold;
}

#content #registrationform .itemlisttitle {
	font-weight: bold;
}
#left_content #pollform .pollAnswerRadio, #left_content #pollform .item {
	padding-left: 10px;
	font-weight: normal;
	font-size: 1.2em;
}
#content #registrationform .listlabel{
	padding-left: 10px;
	font-weight: normal;
	}
	
#content .ThankyouText{
	font-weight: bold;
}


#content .enquiryform .textinput, #content .photossearchform .textinput, #content #registrationform .textinput, #left_content #loginform .textinput, #content #resetpasswordform .textinput {
	float: left;
/*	width: 320px;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	height:20px;
}

#content .enquiryform .dateinput {
	float: left;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	height:20px;
}

#content .enquiryform .input-calendar {
	float: left;
	height:20px;
	padding-left: 5px;
	cursor:pointer;
}

#left_content #loginform .textinput {
	width:105px;
}

#content #registrationform .itemmandatory, #content #registrationform .itemmandatory_explain {
	/*color:#FE791F;*/
}

#content #registrationform .itemmandatory .itemmandatory_mark, #content #registrationform .itemmandatory_explain .itemmandatory_mark{
	color:#FE791F;
	font-weight: bold;
}

#content #registrationform .itemlist{
	padding-left: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content #registrationform .itemlisttitle{
	padding-top: 8px;
	padding-bottom: 8px;
}

#content .enquiryform .medium, #content #registrationform .medium {
	width: 570px;
	margin-top: 5px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

#content .enquiryform .submitbutton, #content .photossearchform .submitbutton, #content #registrationform .submitbutton, #left_content #loginform .submitbutton, #left_content #pollform .submitbutton, #content #resetpasswordform .submitbutton {
	background-color: #6C89BB;
	background-image: url(../images/template-images/arrow.png);
	background-repeat: no-repeat;
	min-width: 80px;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-right: 18px;
	margin-bottom: 10px;
	float: right;
	background-position: 93%;
	color: #FFFFFF;
	display:block;
}

#content .enquiryform .submitbutton, #content .photossearchform .submitbutton, #content #registrationform .submitbutton, #content #resetpasswordform .submitbutton{
	height: 25px;
}

#left_content #loginform .submitbutton, #left_content #pollform .submitbutton{
	height: 20px;
}


#left_content #loginform #fp_link{
	padding-top: 10px;
}

#left_content #logoutsection{
	background-color: #F0F3F8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #223E6E;

}
#left_content .pollresult .pollanswer{
	float:left;
	font-weight:bold;
	font-size: 1.2em;
	padding-left: 5px;
}
#left_content .pollresult .pollcount{
	float:right;
	font-size: 1.2em;
	padding-right: 5px;
}
#left_content .polltotal{
	padding-top: 5px;
	font-size: 1.2em;
	padding-left: 5px;
}

#left_content .polltotalnumber{
	font-weight:bold;
}

/************************** SHOPPING BASKET *************************/
.shopping_basket {
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 1px solid #F4C6B4;
	margin-bottom: 20px;
}

.shopping_basket .basket_title{
	font-size: 1.5em;
	color:#FE791F;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

.shopping_basket .basket_item {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.shopping_basket .basket_item .PubCode{
	font-weight: bold;
	padding-right: 5px;
}

.shopping_basket .basket_item .PubQty .value{
	font-weight: bold;
}

.shopping_basket .basket_button{
	padding-top: 10px;
}

/************************** MEDIA CENTRE AREA (FRONTEND) : SEARCH RESULT **************************/
.pressreleases_top {
	background-color: #F0F3F8;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;	
	margin-top: 20px;
	margin-bottom: 30px;
}

.pressreleases_top .item {
	float:left;
	font-size:1.2em;
	padding-right: 20px;
	padding-bottom: 4px;
}

.pressreleases_top .title {
	float:left;
	font-weight:bold;
	color: #253F70;
}

.pressreleases_top .value {
	float:left;
	padding-left: 5px;
}

.pressreleases_top .resultsummary {
	font-size:1.2em;
	padding-top: 6px;
}

.pressreleases_top .resultsummary .number{
	font-weight: bold;
}

.pressreleases_top .resultsummary .comments{
	padding-top: 5px;
	font-weight: bold;
}


/**************************  **************************/

#content hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4C6B4;
	margin-top: 4px;
	margin-bottom: 10px;
}
#content .bluebox_content {
	background-color: #F0F3F8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .left_picture {
    float: left;
	padding-right: 10px;

}

#content .right_picture {
    float: right;
	padding-left: 10px;
}

/************************** TEMPLATE 1 : PAGE WITH MASTHEAD **************************/



/************************** TEMPLATE 2 : PAGE WITH 2 COLUMNS IN THE MAIN CONTENT **************************/
#content #main_content_left {
	float: left;
	width: 410px;
	margin-top: 10px;
	padding-right: 10px;
}

#content #main_content_right {
	float: left;
	width: 205px;
	margin-top: 10px;
	padding-left: 10px;
}
/************************** TEMPLATE 3 : PAGE WITHOUT MASTHEAD **************************/


/************************** SITE INDEX **************************/
.level1 a{
	font-weight:bold;

}

.level2 a{
	font-weight:normal;

}

.level3 a{
	font-weight:normal;

}

.level4 a{
	font-weight:normal;

}

.level5 a{
	font-weight:normal;

}

#sitemap ul {
	font-size: 1em;
}

/* NOMINATION FORMS */

.InstanceItem {
	font-size: 1.2em; 
	padding:5px; 
	border-bottom:1px solid #eee;
}

.nomFormText {
	float:right; 
	padding-right:20px;
}

.submitbuttonAnch {
	float:left !important; 
	line-height:24px; 
	text-align:center; 
	text-decoration:none; 
	padding-bottom:0px !important;
}

p#messageBox {
	width:98%;
	border:2px solid #223E6E;
	background-color:#F0F3F8;
	padding:5px;
	font-size:1.3em;
	font-weight:bold;
}

.loginconfirm {
	padding:5px;
}
