body {
	margin: 0;
	padding: 0;
	/* color: #555; */
	color: #132a56;
	font: normal 10pt Verdana, Helvetica, sans-serif;
	/* [disabled]background: #EFEFEF; */        
	/* background: #fed089; */
	min-height: 400px;
}
#page {
margin: 0 auto;
	/* background: white; */
    /* background: #ffe9c7; */
	/* [disabled]background: #cccccc; */
	/* border: 2px solid #C9E0ED; */
	/* [disabled]border: 3px solid #cccccc; */
    /* darkest color:  #fcb53b; */
	/* middle color:   #fed089; */ 
	/* lightest color: #ffe9c7; */
	/* even lighter: #f8e6c7; */
    /* Drak blue text color: #132a56; */
    /* border-radius: 5px; */
    /* box-shadow: 10px 15px 10px #fed089; */
}
/* A box that wraps around the content */
#orangebox {
/*  border: 3px solid #f9c205;*/
}
#header {
	margin: 0;
	padding: 0;
	/* border-top: 3px solid #C9E0ED; */
	/* [disabled]background: #f9c205; */
}
#content {
}
#sidebar {
	padding: 20px 20px 20px 0;
}
#footer {
	/* [disabled]background: #f9c205;
*/
	padding: 10px;
	/* margin: 10px 20px; */
	font-size: 0.8em;
	text-align: center;
	/* border-top: 1px solid #C9E0ED; */
	/* [disabled]border-top: 3px solid #f9c205; */
	/* [disabled]border-bottom-left-radius: 5px; */
	/* [disabled]border-bottom-right-radius: 5px; */
}
#logo {
	padding: 10px 20px;
	font-size: 200%;
}
#mainmenu {
	/* background:white url(bg.gif) repeat-x left top; */
	/* [disabled]background: #f9c205; */ 
    /* border-bottom: 3px solid #fcb53b; */
}
#mainmenu ul {
	padding: 0px;
	margin: 0px;
	height: 50px;
	list-style:none;
}
#mainmenu li {
	height: 50px;
	float: left;
	position:relative;
	list-style:none;
	padding: 0;
	margin: 0 0 0 10px;
}
#mainmenu li a {
	height: 38px;
	text-decoration: none;
	float: left;
	padding: 6px 10px;
	margin: 0;
	border: 0;
	color: #666;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#mainmenu ul li a:hover {
	color: #005999;
}
#mainmenu ul li.active a {
	color: #005999;
	background-color:#FFF;
	box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	padding: 6px 15px;
	margin: 0 8px;
	border: solid 1px #e3e3e3;
}
div.flash-error, div.flash-notice, div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
div.flash-error a {
	color: #8a1f11;
}
div.flash-notice a {
	color: #514721;
}
div.flash-success a {
	color: #264409;
}
div.form .rememberMe label {
	display: inline;
}
div.view {
	padding: 10px;
	margin: 10px 0;
	/* border: 1px solid #C9E0ED; */
	border: 1px solid #fed089;
}
div.breadcrumbs {
	font-size: 0.8em;
	padding: 5px 20px;
	border: 0px solid black;
}
div.breadcrumbs span {
	font-weight: bold;
}
div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}
.portlet {
}
.portlet-decoration {
	padding: 3px 8px;
	background: #fed089;
	border-left: 5px solid #fcb53b;
}
.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	/* color: #298dcd; */
	color: black;
}
.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	/* background:#EFFDFF; */
	background: #f8f0e1;
}
.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.portlet-content li {
	padding: 2px 0 4px 0px;
}
.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.operations li {
	padding-bottom: 2px;
}
.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}
.operations li a:visited {
	color: #0066A4;
}
.operations li a:hover {
	background: #80CFFF;
}
/* In general, all div boxes should have rounded corners */
div {
	border-radius: 0px;
}
