/*****************************************
		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: 5px 8px;
	background-color: #eeeeee;
	
}
.blockContainer hr {
	border: 1px solid #eeeeee;
	border-top: solid 1px #cccccc;
}
/******************* BLOCK END ********************/

.pagecontainer {
	float: left;
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	margin-top: 30px;
}

.border {
	float: left;
	position: relative;
	width: 950px;
	border: 1px solid #cccccc;
}

.header {
	float: left;
	position: relative;
	width: 950px;
	height: 150px;
	background-image: url(../images/header_bg.jpg);
}

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

.left {
	float: left;
	position: relative;
	width: 250px;
}

.navi {
	float: left;
	position: relative;
	width: 230px;
	margin-left: 10px;
	margin-top: 20px;
	display: inline;
	font-weight: bold;
}

.navi ul li.menu-current a:link {color: #0030b1; text-decoration: underline;}
.navi ul li.menu-current a:visited {color: #0030b1; text-decoration: underline;}
.navi ul li.menu-current a:active {color: #0030b1; text-decoration: underline;}
.navi ul li.menu-current a:hover {color: #0030b1; text-decoration: underline;}

.right {
	float: left;
	position: relative;
	width: 650px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.footer {
	float: left;
	position: relative;
	width: 950px;
	height: 50px;
	background-color: #925854;
	font-size: 10px;
}

.login {
	float: left;
	position: relative;
	width: 930px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	font-size: 10px;
}

.leftblock {
	float: left;
	position: relative;
	width: 950px;
	margin-top: 10px;
}

.language {
	float: left;
	position: relative;
	height: 50px;
	padding-top: 20px;
	padding-left: 20px;
}

* html .language {
	height: 25px;
}

.poweredby {
	float: right;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
}


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

#LanguageForm {
	white-space: nowrap;
}
