/* CSS Document */
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../../images/menu_background.gif) repeat-y left top;
	z-index: 999;
	font-size: small;
	}

em {
	color: #005281;	
}

a {				
	color: #005281;
	text-decoration: none;
	}	

body#editorials #main_body a {
    text-decoration: underline;
}
		
h1 {
	color: #005281;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	}	
	
h4 {
	color: #005281;
	font-size: medium;
	text-decoration: underline;
	}	
	
body#editorials h4 {
    text-decoration: none;
}
	
hr {
	background-color: #005281;
	width: 100%;
	padding-bottom: 0;
	}	
	

	
/*-----menu-----*/	
	
#menu {
	position: absolute;
	left:0;
	top:0;
	padding:0;
	width:215px;
	height:100%; /* works only if parent container is assigned a height value (put height: 100% on body tag) */
	min-height: 100%;
	text-transform: uppercase;
	border: 5px;
	font-size: 12px;
	z-index: 998;
	} 	
			
#menu a {
	display: block;
	color:#FFF;
	padding: 3px 3px 5px 18px;
	ouline: none;
	}

#menu ul {
	margin: 0px;
	list-style: none;
	padding-top: 15px;
	padding-left: 0px;
	}

#menu li {
	margin: 5px auto;
	list-style: none;
	width: 185px;
	}
/*RS*/
#menu li:hover {
	background: url(../../images/Nav_Arrow.gif) no-repeat left;
	}
	
body#index #menu_index, body#reports #menu_reports, body#editorials #menu_editorials, body#registration #menu_registration, body#articles #menu_articles, body#news #menu_news, body#trials #menu_trials, body#events #menu_events, body#updatesplus #menu_updatesplus, body#search #menu_search, body#consultancy #menu_consultancy, body#jobs #menu_jobs, body#submit #menu_submit, body#pharmaceutical_report #menu_pharmaceutical_report {
	background: url(../../images/Nav_Arrow.gif) no-repeat left;
	}
		
/*-----menu end-----*/	

#google {
	position:absolute;
	top: 60px;
	right: 0;
	padding: 0;
	border:0;
	margin: 0;
	width:215px;
	height: 100%; /* works only if parent container is assigned a height value (put height: 100% on body tag) */
	background:url(../../images/right_bar.jpg);
	overflow:inherit;
	z-index: 999;
	} 

#google div {
	padding: 10px;
	} 

#google_top {
	float: left;
}	
/*-----middle section-----*/
	
#content_container {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 215px;
	background:url(../../images/right_bar.jpg) top right repeat-y;
	z-index: 998;
	min-width: 800px;
	}
	
#main_body {
	padding: 20px;
	margin-right: 215px;
	min-width: 550px;
	}

body#editorials #main_body {
	overflow: auto;
}
	
#main_body a:hover {
	text-decoration: underline;
	}
	
#leftColumn {
    float: left;
    width: 70%;
}	
	
#rightColumn {
    float: left;
    margin: 0 0 0 20px;
    width: 25%;
    min-width: 200px;
}
	
#rightColumn img {
    margin: 49px 0;
}	
	
#rightColumn ul {
    padding: 0 0 0 20px;
}	
	
#rightColumn.full img {
    margin: 0;
}	
	
/*-----middle section end-----*/	

/*-----search bar-----*/

#top_bar {
	margin: 0;
	padding: 0;
	background-color: #005281;
	height: 60px;
}

#top_nav {
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
	color: #FFF;
}

#top_nav li {
	display: inline;
	margin-right: 10px;
}

#top_nav li a {
	color: #FFF;
	text-decoration: none;
}

#top_nav li a:hover {
	text-decoration: underline;
}


/*-----search bar end-----*/

.channel_group {
	background: #DDD;
	padding: 1px 10px;
	margin: 0;
}

#main_body .channel_group a:hover {
	text-decoration: none;
}

.channel_items a:hover {
	text-decoration: underline;
}

.odd, .even {
	padding: 5px;
	margin: 0;
}

.even {
	background: #DDD;
}

.header {
	background: #005281 url(../../images/newsnow.gif) no-repeat right;
	color: #FFF;
	padding: 4px;
}

.header p  {
	margin: 0;
	padding: 0;
}

.header p strong  {
	color: #FF9;
}

.red {
	color: #900;
	font-weight: bold;
}

.float_right {
	float: right;
}

body#search fieldset {
	background: #EEE;
	border: none;
}
body#search fieldset h1 {
	font-size: 110%;
}

body#trials #content_container, body#news #content_container, body#events #content_container {
	background: none;
}

body#trials #main_body, body#news #main_body, body#events #main_body {
	margin-right: 0;
}

.icon_holder {
	background-image: url(../../images/channel_icon/header_icons/reports.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 60px;
	width: 70px;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.icon_holder_search {
	background-image: url(../../images/channel_icon/header_icons/search.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 60px;
	width: 70px;
	float: left;
	padding-right: 20px;
	margin-top: 5px;
}

.icon_holder_trial {
	background-image: url(../../images/channel_icon/header_icons/trial.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 60px;
	width: 70px;
	float: left;
	padding-right: 20px;
	margin-top: 15px;
}

#header_sub {
	margin-right: 100px;
	}
