body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}

#page
{
	margin-top: 25px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #e8e8e8;
	box-shadow: 2px 2px 3px #aaaaaa;
}

#header
{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:586px;
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background-color:#759057;
	height:60px;
}

#mainmenu ul
{
	padding:22px 20px 5px 0px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	font-family:"Arial Narrow";
	text-transform:uppercase;	
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:22px 12px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #759057;
	background-color:#FFF;
	text-decoration:none;
}

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;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.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;
}

#header #h_button_red {
	position:absolute;
	margin-top:360px;
	margin-left:590px;
	background-image:url(../images/header_button_red.png);
	width:166px;
	height:166px;
}

#header #h_button_green {
	position:absolute;
	margin-top:360px;
	margin-left:770px;
	background-image:url(../images/header_button_green.png);
	width:166px;
	height:166px;
}

.title-green {
	padding-right:55px;
	color:#729150;
	font-size:1.8em;
	margin-bottom:0.75em;
}

.subtitle-grey {
	font-family:"Arial Narrow";
	color:#999;
	font-size:1.6em;
	margin-bottom:0.75em;
}

.button_green {
	width:150px;
	text-align:center;
	color:#FFF;
	font-size:1.4em;
	font-family:"Arial Narrow";
	font-weight:bold;
	background-color:#4b6c27;
	padding:7px;
	-moz-border-radius: 25px;
	border-radius: 25px;
} 

.button_pink {
	text-decoration:none;
	clear:both;
	width:150px;
	text-align:center;
	color:#FFF;
	font-size:1.4em;
	font-family:"Arial Narrow";
	font-weight:bold;
	background-color:#b4264e;
	padding:7px;
	-moz-border-radius: 25px;
	border-radius: 25px;
} 

#h_button_red {
	margin:5px;
	background-image:url(../images/header_button_red.png);
	width:166px;
	height:166px;
}

#h_button_green {
	margin:5px;
	background-image:url(../images/header_button_green.png);
	width:166px;
	height:166px;
}
