body {
	padding: 0;
	margin: 0;
	width: 100%; /* 92% */
	background: #fff; /* dbe8f8, ebf5e0, b6c7e5 */
	font-size: 0.8em;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

body, div, td {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #333333;/*#595959;*/
}

html, body {
    height: 100%;
}

a {
	color: #40773B;
	text-decoration: underline;
}

a:hover {
	color: #16448a;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #306fdf;
	font-weight: normal;
}

#header {
	padding: 0;
	margin-left: 10px;
	background: #fff url(../images/raa.png) no-repeat center left; /* ffff00 */
	height: 80px;
    text-align: right;
}


#header img {
    /* height: 80px; */
    padding: 0;
    margin: 0;
    border-left: 1px solid #fff;
}

#header img#first {
    border-left: none;
}

#header img#undp {
    padding: 0 4px 0 4px;
    border: 4px solid #fff;
}

#container { /* min-height works for IE7, Firefox, Chrome, Opera */
	background: #fff;
	min-height: 90%; /* 99% */
	/* border-right: 0.1em dotted #dbe8f8; */
}

* html #container { /* hack for IE6 */
    height: 90%; /* 100% */
}

#container .statuspanel {
	position: relative;
	float: right;
	text-align: right;
	font-size: 0.85em;
	color: #777;
	background: #F8F9F7;/*#f5f8fa;*/
	border-bottom: 0.1em solid #CDEDBB; /* dbe8f8, ccc */
	padding: 8px 0 4px 0;
}

#container .statuspanel .breadcrumbbar {
	float: left;
}

#container .column {
	position: relative;
	float: left;
}

#userpanel {
	width: 100%;
}

#content {
	width: 100%;
}

#pad {
    padding: 0 10px; /* CC padding */
}

#footer {
	clear: both;
	/* position: absolute; */
	/* bottom: 0; */
    height: 22px;
	/* width: 100%; */
	font-size: 0.8em;
	margin: 30px 0 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	color: #888;
	background:#F8F9F7;/* #f5f8fa;*/
	border-top: 0.1em solid #CDEDBB;
	/* border-bottom: 0.1em solid #d7e8f0; */
}

#info {
	margin-top: 8px;
	padding-left: 24px;
	background: #fff url(../images/media/info.gif) no-repeat center left;
}

#info span {
    -moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFEBE8;
    border: 1px solid;
    color: #EE0000;
    font-size: 85%;
    font-weight: bold;
    padding: 8px;
}

ul#action-errors div#login-error{
color:#333;
background-color: #FFEBE8;
border:#CC0000 1px solid;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
padding: 8px;
position:relative;
right:56px;
width:375px;
}

ul#action-errors div#session-timeout{
background-color: #FFFFE0;
border:#E6DB55 1px solid;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
padding: 8px;
position:relative;
right:56px;
width:375px;
}

div#success{
background-color: #FFFFE0;
border:#E6DB55 1px solid;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
padding: 8px;
position:relative;
width:375px;
}

fieldset{ width:650px; position: relative; padding: 10px; padding-top: 0; margin-bottom:30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF)); background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%); box-shadow: 3px 3px 10px #ccc; -moz-box-shadow: 3px 3px 10px #ccc; -webkit-box-shadow: 3px 3px 10px #ccc}
/*fieldset { width:650px; position: relative; padding: 10px; padding-top: 0; margin-bottom: 30px; background: #F6F6F6; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF)); background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%); box-shadow: 3px 3px 10px #ccc; -moz-box-shadow: 3px 3px 10px #ccc; -webkit-box-shadow: 3px 3px 10px #ccc} */
legend { padding: 6px 12px; position: absolute; left: 10px; top: -11px; background-color: YellowGreen; color: white; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: 2px 2px 4px #888; -moz-box-shadow: 2px 2px 4px #888; -webkit-box-shadow: 2px 2px 4px #888; text-shadow: 1px 1px 1px #333 }
