/*****************************************
		BLOCKS_NONE STYLES
 *****************************************/
#blocksNoneBody {
	background-color: #ffffff;
	background: none;
}

#blocksNoneBody #module {
	margin: 0px;
	border: none;
	background: none;
}

#blocksNoneHeader {
	background: #1e77ab;
	height:41px;
}

#blocksNoneHeader tr td {
	padding: 0px 12px 0px 12px;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

#blocksNoneHeader tr td h1 {
	color: #ffffff;
	margin: 0px;
	font-size: 20px;
	letter-spacing: 1px;
}
/************* BLOCKS_NONE STYLES END **************/

/***************************************************
					BLOCK
****************************************************/
.blockTitle {
	background-image: url(../images/blocktitle.png);
	background-repeat: no-repeat;
	padding: 5px 8px;
	white-space: nowrap;
	font-family: Impact, Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 13px;
}

.blockContainer {
	margin-bottom: 15px;
	padding: 8px 8px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	border-top: none;
}
.blockContainer hr {
	border: 1px solid #eeeeee;
	border-top: solid 1px #cccccc;
}
/******************* BLOCK END ********************/


/**************************************************
				BLOCK PLACES START
***************************************************/

.MenuBlock {
	background-color: #299826;
	height: 28px;
}

.MenuBlock {
	height: 27px\9 /* IE8 fix */
}

* html .MenuBlock {
	overflow: hidden;
}

.LeftBlock {
	padding-right:20px;
	width: 198px;
}

.RightBlock {
	width: 198px;
	padding-left:20px;
}

.CenterTopBlock {
	margin-bottom:10px;
}

.CenterBottomBlock {
	
}

/*************** BLOCK PLACES END ***************/

.topleft {
	float: left;
	position: absolute;
	width: 223px;
	height: 461px;
	background-image: url(../images/topleft.png);
}

.pagecontainer {
	float: left;
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-top: 10px;
}

.header {
	float: left;
	position: relative;
	width: 1000px;
	height: 212px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

.navi {
	float: left;
	position: relative;
	width: 976px;
	height: 34px;
	margin-left: 12px;
	display: inline;
	font-family: Impact, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	z-index: 1000;
}

.navi-items {
	float: left;
	position: relative;
	width: 976px;
	height: 28px;
	margin-top: 6px;
}

.container {
	float: left;
	position: relative;
	width: 1000px;
	background-image: url(../images/con_bg.png);
	background-repeat: repeat-y;
}

.content {
	float: left;
	position: relative;
	width: 965px;
	margin-left: 21px;
	margin-top: 20px;
	display: inline;
}

.footer {
	float: left;
	position: relative;
	width: 1000px;
	height: 83px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}



.footer table tr td {
	color: #ffffff;
	font-size: 0.9em;
}

.footer table tr td a:link {color: #ffffff; text-decoration: none;}
.footer table tr td a:visited {color: #ffffff; text-decoration: none;}
.footer table tr td a:active {color: #ffffff; text-decoration: none;}
.footer table tr td a:hover {color: #ffffff; text-decoration: underline;}

.languageFlag {
	border: 1px solid #fff;
	margin-right: 6px;
	cursor: pointer;
}

#LanguageForm {
	white-space: nowrap;
}

.footer_info {
	float: left;
	position: relative;
	width: 1000px;
	margin-top: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #636363;
	padding-bottom: 20px;
}

.footer_info a:link {color: #636363; text-decoration: underline;}
.footer_info a:visited {color: #636363; text-decoration: underline;}
.footer_info a:active {color: #636363; text-decoration: underline;}
.footer_info a:hover {color: #636363; text-decoration: underline;}
