/*****************************************
		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: #cccccc;
	padding: 5px 8px;
	white-space: nowrap;
	color: #333333;
	font-weight: bold;
}

.blockContainer {
	margin-bottom: 15px;
	padding: 8px 8px;
	background-color: #eeeeee;
	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: #9c9a9c;
	height: 28px;
}

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

* html .MenuBlock {
	overflow: hidden;
}

.LeftBlock {
	padding-right:20px;
}

.RightBlock {
	padding-left:20px;
}

.CenterTopBlock {
	margin-bottom:10px;
}

.CenterBottomBlock {
	
}

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


.pageContainer {
	width: 900px;
}

.page {
	background-color: #ffffff;
}

.header {
	background-color: #ffffff;
}

#module {
	padding:20px;
}

.container {
	width: 100%;
	padding: 0px;
}

.contentContainer {
	width: 100%;
}

.moduleNavigation {
	margin-bottom: 20px;
}

.footer {
	padding: 8px 10px 8px 10px;
	background-color: #9c9a9c;
}

.footer table tr td, .footer p {
	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;
}

.BottomContact {
	text-align: left;
}
