 /* 
--------------------------------------------------
IAEA Publications Web-Statistics Header and Footer Styles
Written By Shaju
Version: 18-April-2006
The styles are arranged as follows:
		I.    Page Wrapper 
		II.   Header Elements
		III.  Tab Navigation Elements
		IV.   Blueleft Navigation Elements
		V.    Footer
--------------------------------------------------*/
/* 
I.  Defines the Page Wrapper 
(Keeps page width of the body at a certain width)
--------------------------------------------------*/ 
Body{
margin-left:0px;
margin-top:0px;
margin-right:0px;
}

/* 
II.  Defines Header Elements
--------------------------------------------------*/ 
#pageWrapper2 {
	position: relative;
	width: 770px;
	height:1255px;
	margin: 0px auto;
	text-align: left;
	background-color:#FFFFFF;
	}
	
#NewPubTopAuto {
	position:absolute;
	left:160px;
	top: 137px;
	height:auto;
	width:600px;
	background-color:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	
}
	
#NewPubTop {
	position:absolute;
	left:160px;
	top: 137px;
	height:290px;
	width:600px;
	background-color:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	
}



#NewPubTop h2 {
	color: #336699;
	padding-bottom: 3px;
	margin: 0px 0px 0px 0px;
}

#NewPub {
	position:absolute;
	left:160px;
	top: 435px;
	height:750px;
	width:600px;
	background-color:#F0F4FC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	
}

#NewPub h2 {
	color: #336699;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
}
#NewPubFeature {
	position:absolute;
	left:160px;
	top: 813px;
	height:435px;
	width:600px;
	background-color:#cce5f7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#NewPubFeature h2 {
	color: #336699;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
}

.floatimgleft {
float:left;
margin-top:0px;
margin-right:5px;
margin-bottom:5px;
}

.Ofsp {
	border-left: 0px solid #9EC1D0;
	border-right: 0px solid #9EC1D0;
	border-top: 0px solid #9EC1D0;
	border-bottom: 0px solid #9EC1D0;
	
}

#footerM {
    position:absolute;
	top: 1255px;
	left:1px;
	height:60px;
	width:585px;
	background-image:url(../pubimages/footerbottom.jpg);
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#004B6C;
	padding-top:5px;
	padding-right:2px;
	background-color:#C6E2EE;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
* html #footerM {
	width: 100%;/* Read by IE 5.5 */
	margin-left:0;
	margin-right:0;
}

/*
--------------------------------------------------*/ 

