/********************************************************************/
/*																	*/
/*		main.css	-	Main stylesheet for www.nathnac.org			*/
/*						Contains general information for all 3		*/
/*						major sections.								*/
/*																	*/
/*						tso.web.manager@tso.co.uk					*/
/*																	*/
/********************************************************************/

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0}

form {
	font-family: Arial, Helvetica, sans-serif}
	
.centerfix, .center {
	text-align: center}

.center {
	margin-bottom: 5px}

.mainwrapper {
	text-align: left;
	margin: 0 auto;
	width: 760px}

img {
	border: 0}

/*** HEADER TAGS ***/

h1, h2  {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	margin-left: 5px}

h3, h4, h5  {
	font-size: 105%;
	line-height: 140%;
	font-weight: bolder;
	color: #003366;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 5px}

/*** MAIN CONTAINERS ***/

#header {

}

#section_title {
	height: 60px;
	overflow: hidden}

#section_title img {
	margin-left: 195px;
	margin-top: 20px}

#content {
	margin: 0px}

/*** Index Page CSS ***/

#index_content {
	width: 640px;
	text-align: left}

#index_content p {
	margin: 10px 0}

div.index_left {
	float: left;
	width: 300px}

div.index_right {
	float: right;
	width: 300px}

/*** SEARCH ***/

#searchbar {
	background: url("/images/blue_globe.jpg") top right no-repeat;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
	width: 760px}

#ds #searchbar {
	background: url("/images/green_globe.jpg") top right no-repeat !important}

#searchhook {
	float: right;
	margin-top: 38px}

form {
	margin: 0}

.searchbutton {
	display: inline;
	vertical-align: top;
	margin-left: 4px}

/*** TOP MENU ***/

#menubar {
	/* where are these images getting 4px from?? */
	padding-left: 3px;
	border: 0}

.menuimg {
	/* where are these images getting 4px from?? */
	margin-left: -3px;
	border: 0px;
	padding: 0px}
/*** COLUMNS ***/
/*** 3 COLUMNS ***/

#columnfloat {
	float: left;
	width: 560px;
	border: 0;
	margin: 0;
	padding: 0}

#column1 {
	width: 180px;
	float: left}

#column2 {
	width: 360px;
	float: right}

#column3 {
	width: 180px;
	float: right}

/*** 2 COLUMNS ***/
#columnfloat2 {
	float: left;
	width: 760px;
	border: 0;
	margin: 0;
	padding: 0}

#column2n3 {
	width: 560px;
	float: right}

/*** PANELS ***/

/* 	essentially two main panels - content (center panels) and then the side panels in the 
	left and right columns
*/

/* side panel */

.side_panel {
	background: url("/images/content_shadow_180.gif") repeat-y;
	margin: 0;
	margin-bottom: 20px}

.side_panel_header {
	padding: 4px;
	padding-left: 5px}

.side_panel_content {
	padding: 5px}

.side_panel_footer {
	clear: both;
	background: url("/images/baseline_180.gif") no-repeat;
	height: 4px;
	overflow: hidden}

/* center panel */
.center_panel {
	background: url("/images/content_shadow_360.gif") repeat-y;
	margin: 0;
	margin-bottom: 20px}

.center_panel_header {
	padding: 4px;
	padding-left: 5px}

.center_panel_content {
	padding: 5px;
	padding-right: 10px;
	overflow: hidden}

.center_panel_footer {
	clear: both;
	background: url("/images/baseline_360.gif") no-repeat;
	height: 4px;
	overflow: hidden}

#disclaimer {
	clear: both;
	text-align: right;
	padding: 5px}

/*** TOOL TIPS ***/

	a.tip {
	    color: #003466;
		cursor: help;
	    position: relative;
	    text-decoration: none !important;
	    z-index: 24}

	a.tip:hover{	
		z-index: 25;
		background-color: #FFFFFF}
	
	a.tip span {
		display: none;
		text-decoration: none}
	
	a.tip:hover span {
	    background-color:#EEEEEE;
	    border: 2px solid #6699CC;
		color: #000000;
	    display: block;
		padding: 0.25em;
	    position: absolute;
		    top: 1.5em;
			left: .5em;
		width: 15em;}

/*** FONTS AND MISC STYLING ***/

p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px}

a, a:visited  {
	color: #003466;
	text-decoration: none}

a:hover {
	text-decoration: underline}

ul  {
	/* default */
	list-style-image: url("/images/pro_bullet.gif");
	padding: 0px;
	margin: 10px 0px 10px 16px}

li  {
	padding: 0;
	margin: 0}

ul.hollow {
	list-style-image: none;
	list-style: circle !important;}

.back {
	border: solid 1px #CDCDCD;
	margin: 5px;
	padding: 1px 3px 1px 3px}

.blue {
	color: #003366}

.hidden {
	height: 0;
	display: none}

.inline li {
	display: inline}

.return {
	margin: 0.5em 0.25em 0 0;
	text-align: right}

div.access {
	text-align: center;
	width: 340px}

.survey_link {
	border: solid 1px #CDCDCD;
	margin: 0px 5px 1em 0;
	padding: 1px 3px;
	float: right;}
.back {
	border: solid 1px #CDCDCD;
	margin: 5px;
	padding: 1px 3px;
	float: left;}
	


/** MISC TABLES **/

table.password,
table.login,
table.yf_popup {
	font-family: Arial, Helvetica, sans-serif}

table.login {
	width: 100%}

table.password th,
table.login th,
table.yf_popup th {
	background: #4c7094;
	text-align: center}

table.password th h1,
table.login th h1 {
	padding: 2px}

table.password {
	width: 760px}

table.yf_popup td {
	font-size: 80%}

.results td {
	text-align: left}
	
/*  SEARCH ENGINE */
	/* generic */

h1.search { 
	color: #000000;
	margin-bottom: 1em}

.searchnav span {
	font-weight: bold}

dl.search {
	clear: both;
	margin: 1em 0 1.5em 0;
	padding: 0}

dl.search dt {
	margin: 0;
	padding: 0}

dl.search dd {
	margin: 0.25em 0 0.75em 1em;
	padding: 0}
	
p.searchnav {
	border-top: 1px solid #CCCCCC;
	margin: -0.5em 0 1.5em 0;
	padding: 0}

#search_tab h2 {
	clear: both;
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	width: 100%;}

.results_hp {
	background: #003466}

.results_trav {
	background: #74B744}

.results_ds {
	background: #67819D}

	/* the tabs */

#search_tab {
	font-weight: bold;
	width: 100%}

#search_tab div {
	color: #FFFFFF;
	margin: 0}

#search_tab div a {
	color: #FFFFFF;
	float: left;
	padding: 0.25em 1.5em 0.25em 1.5em}

#search_tab div {
	background-image: url(/images/site_corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	}
	
#search_tab div a {
	background-image: url(/images/site_corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

.tab_hp {
	background: #003466}

.tab_trav {
	background: #74B744}

.tab_ds {
	background: #67819D}

.tab_all a {
	color: #003466 !important}
	
.results_all {
	color: #003466;
	border-top: 1px solid #003466;
	border-bottom: 1px solid #003466;
}
	
dd {
margin-bottom: 0.5em;}

.underlined {
text-decoration:underline;
}


.aClinicalUpdateList dd{
margin-left: 0;
}

.dlCountry dt {

float: left;

margin-right: 0.5em;

}


.clinical_updates dd, .dlCountry dd {

margin-left: 0;

}

.side_panel dl, .dlCountry {
margin-top: 0
}


.dlCountry dt {float: left;margin-right: 0.5em;}
.dlCountry {margin: 0; padding-top: 1.25em;}
p.updatelink {text-align: right;}
p.clinical_updates {clear: left; padding-top: 1.5em;} /* added to clear sentence if no clinical updates */
.ds_map_panel_content p {zoom: 1;}

/* Twitter side panel specific styling */
#side_panel_twitter a img {float: left; margin: 0.75em 5px 0 2px;}
#side_panel_twitter p {margin-left: 35px;}


