/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p {
	color: #f5e7d5;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

select {
	width: 150px;
}

label {
	width: 130px;
	font-size: 11px;
}

input, select, textarea {
	border: 1px solid white;
	margin-bottom: 1px;
}
h1 {
	color: #f5e7d5;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #f5e7d5 !important;
}
hr {
	height: 1px;
	border: 1px solid white;
}
#my-body {
	background: #733d01;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(img/background.jpg) no-repeat;
	padding-top: 110px;
	padding-left: 65px;
}


#column-left {
	vertical-align: top;
	width: 145px;
	float: left;
}

#column-content {
	vertical-align: top;
	width: 330px;
	text-align: left;
	float: left;
	padding-left: 45px;
}

#column-right {
	vertical-align: top;
	width: 310px;
	float: left;
	padding-left: 25px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
	height: 110px;
	width: 150px;
	/* border: 1px solid red; */
	overflow: auto;
	margin-bottom: 40px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	height: 18px;
	line-height: 18px;
	padding: 2px 0px 2px 0px;
	color: #f5e7d5 !important;
}
/*******************************************************************************/


/************************************ Content **********************************/

p {
	color: #f5e7d5;
}

#content {
	padding: 3px;
	padding-right: 35px;
	line-height: 15px;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 9px;
	font-size: 110%;
}
#content h2 {
	font-size: 110%;
}
#content a {
	text-decoration: underline;
	color: white;
}
#content a:hover {
	text-decoration: underline;
	color: white;
}

#content {
	height: 460px;
	/* border: 1px solid red; */
	overflow: auto;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

.picture_top {
	margin-bottom: 10px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	/* border: 1px solid red; */
	color: #f5e7d5;
}
.portlet h1 {
	border: none;
	background: transparent;
	color: white;
	padding: 2px 5px 2px 5px;
	color: #f5e7d5;
}
.portlet a {
	line-height: 17px;
	display: block;
	color: #f5e7d5;
}
.portlet-content {
	padding: 3px;
	color: #f5e7d5;
	line-height: 17px;
}
.portlet-content p {
	color: #f5e7d5;
}


#portlet-listing-Box1 {
	height: 260px;
	margin-bottom: 35px;
	overflow: auto;
}

#portlet-listing-Box2 {
	height: 160px;
	overflow: auto;
	margin-bottom: 30px;
}

#portlet-listing-Box3 {
	height: 310px;
	margin-bottom: 30px;
	overflow: auto;
}


.management,
.management p,
.management a,
.management label {
	font-size: 12px;
	font-size: 12px !important;
}
.management label {
	width: 120px;
}



.page_counter {
	background: none;
	width: 96%;
	border: none;
	border-top: 1px solid white;
	padding: 3px 0px 0px 0px;
}


/*******************************************************************************/
