/* Some inspiration from undohtml.css - (CC) 2004 Tantek Celik. Some Rights Reserved. */
a:link,a:hover,a:visited {text-decoration:none;}
html, body, img, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, legend, a, button, input, select, textarea {margin:0;padding:0;border:0;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
a img,:link img,:visited img {border:none;}
abbr {cursor:default;}
body {
	color:#666;
	font:normal 62.5%/1.5em Arial,sans-serif;
	background-color:#d0d5db;
}
a {
	color:#069;
	text-decoration:none;
	font-weight:normal;
}
a:hover {text-decoration:underline;}

div#wrapper {
	/*Frank Palmieri: Remove this line to allow text wrapping when resizing horizontally
	min-width:1015px;*/
	padding:0;
	position:relative;
	background-color:#fff;

}
div#head {
	height:90px;
	background:#085592 url(../images/bg_head.jpg) repeat-x left -1px;
	position:relative;
}
div#logo {
	height:90px;
	width:225px;
	background:#085592 url(../images/bg_logo.jpg) no-repeat left -1px;
	position:relative;
}
div#logo img#jana-logo {
	position:absolute;
	left:35px;
	top:22px;
}
div#logo a:hover img#jana-logo {
	cursor:hand;/*Original value: cursor:default*/
}
div#head ul {
	position:absolute;
	right:0;
	top:0;
	height:63px;
	width:35em;/* Original value: 30em */
	text-align:right;

	margin:27px -1px 0 0;
	/*fixed bug of vertical blue lign on the top right corner
	margin:27px 0 0 0;*/

	padding:0 30px 0 0;
	background:transparent url(../images/bg_head_ul.gif) no-repeat right bottom;
}
div#head ul li {
	display:inline;
	margin-left:30px;
}
div#head ul li a {
	color:#fff;
	font-size:115%;
	font-weight:normal;

	/*Added to adjust white spaces between site tools header*/
	padding-left:35px;
	/*End*/
}

/*Added to hightlight "Home" header links when its selected -- Ronald Surya*/
div#head ul li a.on {
	text-decoration: underline;
}

/*Added to make the header and footer contents area 100% -- Ronald Surya*/
div#header-footer {
	width:100%;
}

div#header-footer p {
	margin:0 0 0.8em 0.8em;
}

div#header-footer p.intro-text-large {
	font-size:180%;
	line-height:120%;
	color:#566d7b;
	letter-spacing:-1px;
 	margin:0 0 10px 0.51em;/*Original value: margin:0 0 10px;*/
}

div#header-footer p.intro-text-medium {
	font-size:135%;/*Original Value: 115%*/
	line-height:120%;
}

/*----End Header and Footer changes-----*/

div#mid {
	font-size:125%;
 	margin:0 220px 0 35px;
	padding:20px 0 0 0;
	position:relative;
	min-height:34em;
}
h1 {
	font-size:180%;
	font-weight:normal;
	letter-spacing:-1px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	color:#333;
	border-bottom:1px solid #fdb813;
 }
h2 {
	font-size:180%;
	letter-spacing:-1px;
	font-weight:normal;
	margin:.8em 0 0.3em 0;
	color:#2d4b5b;
}
h3 {
	font-size:140%;
	margin:.8em 0 0.3em 0;
	letter-spacing:-1px;
	font-weight:normal;
	color:#2d4b5b;
}
h4 {
	font-size:130%;
	letter-spacing:-1px;
	margin:.8em 0 0.3em 0;
	color:#2d4b5b;
}
h5 {
	font-size:120%;
	letter-spacing:-1px;
	margin:0 0 4px 0;
	color:#2d4b5b;
}
h6 {
	font-size:115%;
	letter-spacing:-1px;
	margin:0 0 4px 0;
	color:#2d4b5b;
}
div#mid p {
	margin:0 0 0.8em 0;
 }
div#mid p.intro-text-large {
	font-size:180%;
	line-height:120%;
	color:#566d7b;
	letter-spacing:-1px;
 	margin:0 0 10px;
}
div#mid p.intro-text-medium {
	font-size:115%;
	line-height:120%;
}
div#mid img {
	float:left;
	margin:0 20px 5px 0;
}
div#mid ul {
	margin:0.5em 0 1.3em 15px;
	list-style-position:outside;
}
div#mid ul li {
	margin-bottom:5px;
	list-style-type:none;
}
div#mid ul.list-links {
	margin-left:0;
}


ul.list-links li a {
	background:transparent url(../images/bullet.gif) no-repeat left 0.25em;
	padding:0 8px 0 15px;
	display:block;
}


div#mid ul.two-col li {
	width:50%;
	float:left;
 }
div#mid ol {
	margin:0.5em 0 1.3em 24px;
	list-style-position:outside;
}
div#mid ol li {
	margin-bottom:5px;
}

div#mid table.jana {
	width:100%;
	background:#dadaa4;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#mid table.jana td {
	background:#fff;
	padding:3px 5px;
}
div#mid table.jana th {
	background:#f5f5df;
	padding:3px 5px 5px 5px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
div#mid table.jana caption {
	text-align:right;
	font-size:85%;
	color:#999;
	margin:3px 0;
}
div#mid dl {
	margin:0.5em 0;
}
div#mid dl dt{
	font-weight:bold;
	margin:0;
	padding:5px 0 0 0;
}
div#mid dl dd{
	padding:4px 0 5px 19px;
}
div#left-col, div#right-col {
	float:left;
	width:48%;
}
div#mid div.section {
	/*overflow:auto;*/
	min-height:11em;
	width:100%;
	border-bottom:1px solid #fff;
	padding:10px 0 0 0;
}

div#left-col  {
	padding-right:10px;
}
div#right-col  {
	padding-left:10px;
}

div#teaser-col {
	width:180px;
	font-size:125%;
	float:right;
	margin:0 30px 0 20px;
}
div#teaser-col p.teaser-header {
	font-size:100%;
	font-weight:bold;
	color:#fff;
	background:#fdb813 url(../images/bg_teaser_header_yellow_left.gif) no-repeat;
	display:inline;
	padding:3px 0 3px 8px;
	margin:0;
	position:relative;
	line-height:155%;
}
div#teaser-col p.blue{
	background:#728d9e url(../images/bg_teaser_header_blue_left.gif) no-repeat;
}
div#teaser-col p.teaser-header span {
	background:transparent url(../images/bg_teaser_header_yellow_right.gif) no-repeat right top;
	padding:3px 8px 7px 0;
}
div#teaser-col p.blue span {
	background:transparent url(../images/bg_teaser_header_blue_right.gif) no-repeat right top;
}
div#teaser-col div.teaser {
	position:relative;
	background:transparent url(../images/bg_teaser_yellow_top.gif) no-repeat;
	margin-bottom:20px;
}
div#teaser-col div.blue-teaser {
	background:transparent url(../images/bg_teaser_blue_top.gif) no-repeat;
}
div#teaser-col div.teaser div {
	background:transparent url(../images/bg_teaser_yellow_bottom.gif) no-repeat left bottom;
	width:180px;
	padding-bottom:5px;
}
div#teaser-col div.blue-teaser div {
	background:transparent url(../images/bg_teaser_blue_bottom.gif) no-repeat left bottom;
}
div#teaser-col div.teaser ul {
	padding:13px 0 5px 0;
}
div#teaser-col div.teaser ul li {
	margin:0 0 0.5em 10px;
}

/*Added to adjust the height of the Opencms Edit button on Quick Links -- Ronald Surya*/
div#teaser-col div.teaser div.ocms_de_norm {
	margin-bottom: -5px;
}

div#teaser-col div.teaser div.ocms_de_over {
	margin-bottom: -5px;
}
/*--------End Changes-----------*/


div#wrapper div#teaser-col div.teaser img, div#teaser-col div.teaser img {
	margin:10px 0 10px 10px;
}
div#teaser-col div.teaser img, div#teaser-col div.teaser p {
	margin:0 10px 8px 10px;
}
div#teaser-col div.teaser p.teaser-link {
	background:transparent url(../images/bullet.gif) no-repeat left 3px;
	padding-left:14px;
}
div#footer {
	padding:10px 20px 30px 35px;
 	background:#d0d5db url(../images/bg_footer.gif) repeat-x;
	font-size:115%;
	color:#666;
	clear:both;
}
div#footer p.footer-links {
	float:right;
	text-align:right;
	width:60%;
	color:#999;
}
div#footer p.footer-links a {
	font-weight:normal;
	padding:0 10px;
}
div#footer p a.on {
	text-decoration:underline;
	font-weight:bold;
}

/* additional styles */
li a.on {text-decoration:underline; cursor:default;}
img#print {display:none;}

/*------Additional Styles by Frank Palmieri------------*/

p.intro-text-large {
	font-size:180%;
	line-height:120%;
	color:#566d7b;
	letter-spacing:-1px;
 	margin:0 0 10px;
}

p.intro-text-medium {
	font-size:130%;
	line-height:120%;
	padding: 10px 0;
}

div#content {
	font-size:135%; /*increased text size for more accessibility*/
 	margin:0 0 0 0; /*Original value-- margin:0px 20px 0 200px; This will bring the contents section close to the leftnav section*/
	padding: 10px 0 30px 0;
	position:relative;
	/*3 lines below used to fix IE6 not understanding min-height */
	min-height:26em;
	height:auto !important;
	height:26em;
	border-left:1px solid #fdb813;
}
div#content h1	{
	padding:10px 0 10px 10px;
}

div#content h2	{
	/*font-style:italic;*/
	padding:0 0 0 10px;
	font-size:150%;
}

div#content h3	{
	padding:8px 0 0 20px;
	font-size:120%;
	font-weight:bold;
}

div#content h4	{
		padding:0 0 0 20px;
		font-size:110%;
		font-weight:bold;
	}

div#content p	{
	/*margin:5px 10px 0 20px; changed to*/
	margin:0 10px 0 20px;
	padding:5px 0;
}
div#content ul {
	padding-bottom:5px;
	padding-left:30px;
	padding-top:5px;
	line-height:150%;
	margin-left:20px;
	list-style-type: disc;
}

div#leftnavigation {
	width:190px;
	font-size:100%;
	color:#006699;
	padding:10px 5px 0 5px;
	float:left;
	position:relative;
	background:transparent url(../images/bg_left_navigation.gif) no-repeat;
	/*border-bottom: 2px solid #fdb813;*/
	}

.MenuLevel1 {
	font-weight:bold;
	font-size:140%;
	text-decoration:none;
}


/* with icon mouseover flash bug */

ul.leftnavlinks li {
	font-size:110%;
	display:block;
	margin:0.5em 0px 0.5em 5px;
}

ul.leftnavlinks a
{
	background:transparent url(../images/bullet.gif) no-repeat left 0.25em;
	padding:0 0 0 14px;
}

ul.leftnavlinks a.on
{
	background:transparent url(../images/bullet_on.gif) no-repeat left 0.25em;
	padding:0 0 0 14px;
	text-decoration:none;
}

ul.leftnavlinks a.on:hover
{
	background:transparent url(../images/bullet_on.gif) no-repeat left 0.25em;
	padding:0 0 0 14px;
	text-decoration:none;
}


ul.leftnavlinks {
	margin:2px 0 10px 0;
	position:relative;
	display:block;
	}


/* unused
/* created in case there is a 3d level of navigation on the left
ul.level3links li a {
	background:transparent url(../images/bullet.gif) no-repeat left 0.25em;
	display:list-item;
	padding:0 8px 0 28px;
	margin:0 0 0 8px;
	}
	*/
/*-----End Additional Styles------*/

/*Ronald additional styles -- bug fix*/
#leftColumn {
	width:10%;
	align:left;
	vertical-align:top;
	margin:0 0 0 0;
}

#rightColumn {
	width:100%;
	align:left;
	vertical-align:top;
	margin:0 0 0 0;
}

/*Frank bug fix*/
/* added directly in opencms */



a.pdf,span.pdfOff,a.word,a.excel,a.gen,a.ppt,a.zip {
	margin:0 0 0 0;
	padding:1px 0 2px 20px;
	line-height:20px;
}
a.pdf {
	background:transparent url(../images/icon_pdf.gif) left top no-repeat;
}
span.pdfOff {
	background:transparent url(../images/icon_pdf_grey.gif) left top no-repeat;
}
a.word {
	background:transparent url(../images/icon_word.gif) left top no-repeat;
}
a.excel {
	background:transparent url(../images/icon_excel.gif) left top no-repeat;
}
a.gen {
	background:transparent url(../images/icon_generic.gif) left top no-repeat;
}
a.ppt {
	background:transparent url(../images/icon_ppt.gif) left top no-repeat;
}
a.zip {
	background:transparent url(../images/icon_zip.gif) left top no-repeat;
}

dl.doclist {
margin:10px 0;
}

dl.doclist dd {
	margin:0 0 0.7em 20px;
	font-size:100%;
}

dl.doclist dt {
	margin:0 0 0.7em 20px;
	font-size:110%;
}

/* added by Frank Palmieri for tables, eg Research Programme
Tables are handled by this part of the stylesheet no need to specify anything in table, th or td tags */

div#content table {
border-spacing:0 0;
padding: 10px 20px;
background-color: #ffffff;
width:95%;
color: #006699;
}

div#content table th {
padding:8px 10px;
background-color: #ffedc5;
font-size:1.2em;
}

div#content table th.title {
background-color: #ffffff;
border:1px solid #FFEDC5;
font-size:1.2em;
}

div#content table td {
border:1px solid #FFEDC5;
padding:10px 10px;
spacing:0 0;
}

/*styles added for team profiles, amended on Nov 23 for new version of our people*/
/*updated styles 10/06/2010 for new our people 2 column design */

#outside_container {
	width: 990px;
}

#left_container{
	float: left;
	width: 450px;
}
#right_container {
	float: right;
	width: 450px;
}
.teamprofile {

font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
margin: 0 10px 10px 15px;
display:block;
position:relative;
/*background-color:#FFEFD5;*/
width:450px;
border: 1px solid #d3d3d3;
}

.teamprofile  img {cursor:pointer; float: left; margin: 0 27px 0 0;}

.teamprofile dl {float: left; margin: 15px 0 10px 0; display:block}

.teamprofile  dt {font-weight: normal; font-size:11px; margin:0;}

.teamprofile  dt  a {text-decoration: none; border: 0 none #FFFFFF; color: #000000;}

.teamprofile dd {font-weight: normal; font-size:11px; margin:0;}

.teamprofile dd a {text-decoration: underline; color: #000000;}

dd.borderbot  {
font-weight: bold;
font-size:11px;
color: #336699;
margin: 0;
/*border-bottom: 1px #FFCC00 solid;
width: 500px;*/
 }

.clear {clear: both; height: 0;}

.teamprofile p {margin: 0 0 5px 0; font-size: 11px; padding-right: 50px;}

.session {
	padding:0px;
}
div.session {
	padding:0px;
	cursor:pointer;
	font-size:11px;
}
/*
.on {
	display:block;
	height:auto;
}
.off {
	display:block;
	height:0px;
	overflow:hidden;
	cursor:pointer;
}
*/

p.close {
/*background:transparent url(../images/close.gif) right no-repeat;*/
text-align:right;
}

p.close a {
padding:0 30px 0 0;
color: #000000;
font-weight:bold;
}

.hidden {display:none; overflow:hidden;}

img {border: 0; margin: 0 0 5px 0;}

div.bio {
	display:block;
	margin:-55px 0 0 100px;
	padding:0px 7px 0px 7px;
	/*width:491px;*/
	/*background-color:#FFEFD5;*/
	}

/* added extra right padding for pages without left navigation */
div.nonav {
	margin-right:100px;
	}
