/* CSS */
body {
	background-color: white;
	margin-right: 2px;
	margin-top: 8px;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}


#wrap {
	width: 100%;
	min-width: 950px;
	margin-right: 3px;
}

#top {
	height: 23px;
	margin: 0;
}
#top .login {
	float: left;
	margin-left: 28px;
	font: bold 12px/13px Verdana,sans-serif;
	color: #0099FF;
}
#top .login input {
	width: 80px;
	font: normal 11px/11px Arial,sans-serif;
	border: 1px solid #0099ff;
	padding: 0px 0px 0px 4px;
}
#top .language {
	float: right;
	margin-right: 2px;
	font: bold 12px/13px Verdana,sans-serif;
	color: #0099FF;
}
#top .lselect {
	border: 1px solid #0099ff;
	font: normal 11px/11px Arial,sans-serif;
}
#top .loggedin {
	float: left;
	font: bold 11px/11px Verdana,sans-serif;
	color: #666666;
	padding: 2px 0px 0px 8px;
}
#topright {
	float:right;
	width:300px;
	height: 20px;
	margin: 0;
	padding: 0 4px 0 0;
	text-align: right;
}
#topright img, #topright a {
 	margin:0;
 	padding:0;
 	outline: none;
}
.left {
	float: left;
}
.cblock {
	margin-left: 45px;
	margin-top: 0px;
	padding: 0px 0px 8px 0px;
	color: #4d8ff4;
	font: normal 11px/11px Verdana,sans-serif;
}


#topblue {
	height: 44px;
	background-image: url(../../media/layout/top-bg.gif);
	background-repeat: x;
}
#topblue .left {
	width: 134px;   
	float: left;
}
#topblue .main {
	float: left;
	padding-top: 5px;
}
#topblue .right {
	float: right;
	width: 350px;
	height: 38px;
	padding: 6px 10px 0px 0px;   
	text-align: right;
	background-image: url(../../media/layout/top-illu_unicef.gif);
	background-repeat: no-repeat;
}
#topblue .right a {
	text-decoration: none;
	color: white;
	display: block;
	width: 100%;
}

#topgrey {
	background-color: #e6e8f0;
	border-bottom: 1px solid #0099ff;
}
#topgrey .claim {
	float: left;
    margin-left: 27px;
	font: bold 15px/15px Arial,Helvetica,sans-serif;
	font-style: italic;
	letter-spacing: 1px;
	color: #666666;
	padding: 4px 0px 4px 0px;
}
#topgrey .date {
	padding: 6px 10px 1px 0px;
	font: bold 12px/11px Arial,sans-serif;
	color: #999999;
	float: right;
}

#topmenu {
	float: right;
	height: 18px;
}
#topmenu .navitem {
	float: left;
	font: bold 11px/11px Verdana,sans-serif;
	background-color: #9CA3BD;
	border-right: 1px solid white;
}
.navitem a {
	float: left;
	display: block;
	height: 17px;
	color: #f0f0f0;
	padding: 4px 6px 1px 6px;
	text-decoration: none;
}
.navitem a:hover {
	background-color: #0099ff;
	color: white;
}
#topmenu .first {
	height: 22px;
	background-image: url(../../media/layout/top-firstnav-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 8px;
}
#topmenu .first a {
	color: white;
}
#topmenu .first a:hover {
	/*background-image: url(../../media/layout/top-firstnav-bg-1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	background-color: transparent;
	color: #FFF9B2;
}
#topmenu .last {
	border-right: none;
}

/*** floating **/
#topillu {
	position: absolute;
	top: 48px;	
	left: 145px;
	width: 172px;
	height: 84px;
}


.bold {
	font-weight: bold;
}
.spacer {
	height: 45px;
}
input { 
	text-indent : 2px; 
	margin-bottom: 2px;
}

.leftside-icon {
	margin: 0 0 8px 0;
}