body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	/*background: #EFEFEF;
	*/
	background:url("../images/bg-repeat.png") 0 0 repeat-x;
}


.bg 
{
	/*
	*/
	min-height:400px;
	background:url("../images/bg.png") 50% 0 no-repeat;
}

#page
{
	margin-bottom: 5px;
	min-height:400px;
	width: 960px;
	margin: 0 auto;
	/*
	border: 3px solid #00fF00;
	*/
}

#header
{
	background:url("../images/buhoWhite.png") no-repeat;
	/*
    margin: 0 auto;
	border: 3px solid #FF0000;
    */
    float:left;
    width: 30%;
    height: 180px;
}

.pageDesc, pageDesc ul
{
	font-size: 20px;
	
}

#content
{
    padding: 0 0 10px;
}

#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%;
	float:right;
}



#mainmenu
{
	/*
	background:blue url(bg.gif) repeat-x left top;
	width: 400px;
	border: 3px solid #F0F000;
	*/
	padding: 50px 0 0 0;
	float:right;
}


.adminMenu
{
	float:right;
	min-width:400px; 
}

#mainmenu ul, .adminMenu ul
{
	height:30px;
	padding:6px 10px 5px 0;
	margin:0px;
}

#mainmenu ul li, .adminMenu ul li
{
	padding:6px 12px 5px 10px;
	display: inline;
}

#mainmenu ul li a, .adminMenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	/*padding:60px 8px 10px;*/
	opacity:0.6;
 	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#mainmenu ul li a:hover, #mainmenu ul li.active a, .adminMenu ul li a:hover, .adminMenu ul li.active a 
{
	/*
	background-color:#434a53;
	*/
	text-decoration:none;
	opacity:1;
 	filter:alpha(opacity=100); /* For IE8 and earlier */
	color: #ffffff;
}


.box {min-height:1px; _height:1%;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.cols2 {margin:0; list-style:none;}
.cols2 li {display:block; float:left; width:400px; margin-right:25px;}
.cols2 li.last {margin:0;}
.cols2 li h2 {margin:0;}
.cols2 li .thumb {margin:10px 0;}
.cols2 li .thumb img {display:block; width:400px;}




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

.socialIcon
{
	margin: 15px 25px 0 0;
}

.left
{
	float: left;	
}

.right
{
	float: right;	
}


.clear
{
	clear: both;
}



/************* Headers and general boxes  *******************/
h2
{
	color: #2f6ded;
}

.bullet
{
	color: #4080a0;
}

.hidden
{
	display: none;
}