@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color	: #444;
	font	: normal 70% Verdana,sans-serif;
	width	: 100%;
	height	: 100%;
	overflow-x: hidden;
}

/* Page Container */

.container {
	margin-top: 50px;
	margin-left	: auto;
	margin-right: auto;
	width: 900px;
	background-color: #fff;
}

.padding-container {
	width: 900px;
	padding: 10px;
	float: left;
	border: 1px solid #949490;
	background-color: #fff;
	margin-bottom:50px
}

.inner-container {
	background-color: #f7f7f2;
	float: left;
}

/* breadcrumb */
.breadcrumb {
	background-color: #949490;
	color: #FFF;
	font: normal 1.1em;
	padding: 8px 12px;
}
.breadcrumb a {
	color: #fafafa;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #ffe;
	text-decoration: underline;
}

/* Content */
.content {
	float: left;
	width: 690px;
	background-color: #fafafa;
	padding: 5px;
}

.content h1 {
	margin-bottom: 20px;
	color: #816464;
	font-size: 1.7em;
}

.content h2 {
	margin-bottom: 10px;
	color: #814646;
	font-size: 1.5em;
}

h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}

.content a {
	color: #814646 !important;
}



.PortalNews {
	both: clear;
	padding-top: 40px;
	padding-bottom: 40px;
}

.PortalNews .entry {
	margin-top: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

.PortalNews .entry h2 {
	margin-bottom: 5px;
}

.PortalNews .date {
	color: #666644;
	display: block;
	margin-bottom: 10px;
}

.PortalNews .short {
	font-style: italic;
}

.PortalNews .link {
	float: right;
	clear: both;
	display: block;
	color: #666644;
}



/* navigation */
.navigation {
	float: left;
	width: 200px;
}

.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
	list-style-type: none;
}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover {
	background: #dcdcd3;
	color: #654;
}

.navigation li a.active	{
	font-weight: bold;
}

/* header */
.header img {
	border: 0;
}

/* footer */
.footer {
	clear: both;
	float: left;
	width: 900px;
	background-color: #949490;
	color: #E6E0E0;
}

.footer a {
	color: #fafafa;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 2px;
	margin: 2px;
	border: 1px solid #949490;
}

.footer a:hover {
	color: #fafafa;
	text-decoration: none;
	border: 1px solid #fafafa;
}

.footer h2 {
	font-family: serif,sans-serif;
}

.footer .previous {
	padding: 20px;
	width: 400px;
	float: left;
}

.footer .top10 {
	padding: 20px;
	width: 400px;
	float: left;
}

.footer ul {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.footer li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	clear: both;
	width: 100%;
}
.footer li a {
	display: block;
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}

.footer li a span {
	font-weight: bold;
}

.footer li a:hover {
	color: #553;
	background: #D2D0C0;
	border: 1px solid #D2D0C0;
}

.footer img {
	height:  auto;
	width: 50px;
	float: left;
	border: 0px;
	padding-right: 10px;
}

.disable_flag {
	filter	:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity	: 0.5;
	border:none;
}

.lang {
	float:right;
	position: relative;
	top: 0px;
	right: 10px;
	display:block;
}


