 /* 
--------------------------------------------------
IAEA.org Header/Footer Style
Version: 18-March-2005
The styles are arranged as follows:
		I.    Page Wrapper 
		II.   Header Elements
		III.  Tab Navigation Elements
		IV.   Breadcrumbs Navigation Elements
		V.    Footer
--------------------------------------------------*/



/* 
I.  Defines the Page Wrapper 
(Keeps page width of the body at a certain width)
--------------------------------------------------*/ 

#pageWrapper {
	position: relative;
	width: 770px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	background: #FFFFFF;
	}


/* 
II.  Defines Header Elements
--------------------------------------------------*/ 
#header {
	/* 	if position of the #header is relative
		it is possible to absolute position the children elements
		within the #header
	*/
	position: relative;
	background: url(images/bgr_header.jpg) no-repeat;
	width: 770px;
	height: 78px;
	text-align: left;
}


/* 
Defines styles for the IAEA.org Logo 
------------------------------- */
#header img#logo {
	border: none;
	position: absolute;
	top: 8px;
}

#header img#print {
	display: none;
}

/* 
Defines styles for the Meta-navigation 
------------------------------- */

/*  Meta Navigation */
#header #metanav {
	padding: 0;
	margin: -4px 0 0 0;
	display: inline;
	position: absolute;
	right: 8px;
	top: 4px;
	color: #acbfe0;
	background-color: transparent;
}
#header #metanav ul {}
#header #metanav li  {
	display: inline;
	list-style: none;
}
#header #metanav li a:link, 
#header #metanav li a:visited {
	color: #acbfe0;
	background-color: transparent;
	text-decoration: none;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
#header #metanav li a:hover {
	color: #fff;
	background-color: transparent;
	border: none;
}


/*
TABBED NAVIGATION
--------------------------------------------------*/
#tabnav_container {
	height: 30px;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0 0 0 0;
	background: #84adff url(images/bgr_tabnav.jpg) repeat-x 0px 2px;
}
#tabnav_container #tabnav {
	float: left;
	margin: 0;
	overflow: hidden;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 1px 0;
}
* html #tabnav {
	margin: 0 0 0 0;
}
#tabnav_container #tabnav ul {
	margin: 0 0 0 14px;
	padding: 10px 0 5px;
}
#tabnav_container #tabnav ul li {
	text-align: center;
	display: inline;
	margin-right: 3px;
}
#tabnav_container #tabnav ul li.bold {
	font-weight: bold;
}
#tabnav_container #tabnav ul li a {
	text-decoration: none;
	background: url(images/tabnav_separator.gif) no-repeat 100% 5px;
	padding: 8px 0;
}
#tabnav_container #tabnav ul li a span {
	background: none;
	padding: 8px 10px;
	font-weight: normal;
}
#tabnav_container #tabnav ul li a:link, 
#tabnav_container #tabnav ul li a:visited {
	color: #FFFFFF;
}
#tabnav_container #tabnav ul li.active a:link, 
#tabnav_container #tabnav ul li.active a:visited,
#tabnav_container #tabnav ul li a:link:hover, 
#tabnav_container #tabnav ul li a:visited:hover {
	background: url(images/bgr_tabnav_rollover.gif) no-repeat 100% 0%;
	color: #003399;
	text-decoration: none;
	
}
/*#tabnav_container #tabnav ul li.active a:link, 
#tabnav_container #tabnav ul li.active a:visited {
	font-weight: normal;
}*/
#tabnav_container #tabnav ul li.active a:link span, 
#tabnav_container #tabnav ul li.active a:visited span,
#tabnav_container #tabnav ul li a:link:hover span, 
#tabnav_container #tabnav ul li a:visited:hover span {
	background: url(images/bgr_tabnav_corner.gif) no-repeat 0 0;
}
/*\*//*/
#tabnav ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
#tabnav ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/
/*\*/
* html #tabnav ul li a {
	padding: 0;
}
/**/


/* search form */
#tabnav_container #tabnav form {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 8px;
	
}
#tabnav_container #tabnav input#searchbox {
	width: 150px;
	height: 13px;
	padding: 0 0 0 5px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #3b7bd3;
	position: absolute;
	top: 0;
	right: 30px;
	border: 1px solid #3366cc;
	background: url(images/bgr_input.gif) no-repeat left top;
	vertical-align: baseline;
}
#tabnav_container #tabnav #go {
	position: absolute;
	top: 0;
	right: 0;	
}



/* 
IV.  Defines the Breadcrumbs Navigation Elements
--------------------------------------------------*/ 

#breadcrumbs {
	width: 770px;
	margin: 0px auto;
	height: auto;
	background: #FFFFFF;
	color: #000;
	text-align: left;
}

* html #breadcrumbs {
	top: 0px;
}

#breadcrumbs a {
	border-bottom: 0px;
}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px; /* MR 12-1 */
}


#breadcrumbs li {
	display: inline;
	position: relative;
	left: 10px;
	margin: 0px;
	line-height: 2.5em;
}

#breadcrumbs li#child,
#breadcrumbs li#child a,
#breadcrumbs li.child {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/double_arrow.gif) no-repeat 2px 3px;
}

#breadcrumbs li a:link, 
#breadcrumbs li a:visited {
	text-decoration: none;
	color: #a52a2a;
	background-color: transparent;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #a52a2a;
	background-color: transparent;
}


/* 
V.  Defines styles for the Footer
--------------------------------------------------*/ 

#footer {
	margin-top: 15px;
	border-top: 3px solid #CCCCCC;
	border-right: 1px solid #E7E6E6;
	font: 9px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 10px 15px 10px;
	background: url(/images/footer_bg.gif) repeat-x;
	bottom: 0px;
	width: 750px;
	clear: both;
}

/** html #footer {
	bottom: -9px;
	width: 769px;*/ /*Read by IE 5.5 */
	/*voice-family:"\"}\""; 
	voice-family:inherit;
	width: 749px;*/ /* Read by IE 6 and Mozilla */
/*}*/

#footer a:link, #footer a:visited {
	border-bottom: 1px dashed #3366cc;
}

#footer a:hover {
	border-bottom: 1px solid #a52a2a;
}


/*
Define Google Display width and height
--------------------------------------------------*/ 
/*
#srchResult iframe { 
        width: 770px; 
        height: 1000px; 

} 

/*-------------------------------------------------*/