body, html {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
}

div, td, h1, h2, h3, h4 {
	font-size: 11px
}

form, div, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

#HeaderContainer {
	width: 100%;
	height: 55px;
	z-index: 2;
	background-color: #738FBF;/*#8C90FF;*/
	position: absolute;
	top: 0;
	left: 0;
}

#HeaderTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: White;
	position: absolute;
	left: 30px;
	top: 7px;
}

#Logo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 117px;
	height: 86px;
	background-image: url(/images/test_design/logo-trans.png);
	background-repeat: no-repeat;
	background-image: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/test_design/logo-trans.png', sizingMethod='crop');
	z-index: 3;
}

#LineRed1 {
	position: absolute;
	width: 1px;
	background-color: #F4223B;
	top: 82px;
	height: 60%;
	left: 235px;
}

#LineRed2 {
	position: absolute;
	border-top: 1px solid #F4223B;
	top: 82px;
	height: 1px;
	left: 235px;
	right: 15px;
}

#ContentContainer {
	position: absolute;
	left: 235px;
	top: 82px;
	right: 15px;
}


#FooterContainer {
	height: 50px;
	border-top: 1px solid #F4223B;
	border-left: 1px solid #F4223B;
	right: 10px;
	left: 430px;
	position: fixed;
	bottom: 1px;
	background-color: white;
}

#FooterRedLine {
	position: fixed;
	width: 1px;
	border-right: 1px solid #F4223B;
	bottom: 51px;
	height: 40px;
	right: 10px;
}

#FooterContent {
	height: 40px;
	margin-top: 5px;
	width: 90%;
	position: relative;
	left: 10%;
   	background-color: white;
}

.MBlockContainer {
	margin-bottom: 10px;
    border: 1px solid #3E5C92;
}

.MBtitle {
	margin-bottom: 10px;
	clear: both;
    background-color: #738FBF;
    border-bottom: 1px solid #3E5C92;
}

.MBtitle * a {
    color: White;
}

.MBtitle h3 {
	/*background-color: #6469FF;*/
	/*border-bottom: 1px solid #6469FF;*/
   /*display: block;
	float: left;*/
	color: White;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

.MBcontent {
	/*position: relativ
  left: 10px;
  right: 30px;
  display: block;*/
  padding: 10px;
  /*margin: 0px 20px 40px 10px;*/
 
}


#LeftBlocksContainer {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 10px;
	min-height: 50px;
	background-color: white;
}

#LeftBlockHeader {
   	position: relative;
	margin-bottom:-5px;
	background-color: White;
	margin-left: 7px;
	float: left;
	font-weight: bold;
	color: Black;
	z-index: 10;
	clear: right;
	padding: 0 5px 0 5px;
}

.LeftBlockContainerContent {
	width:100%;
	min-height: 50px;
	border-top: 1px solid #8C90FF;
	border-left: 1px solid #8C90FF;
	margin-bottom: 20px;
	z-index: 4;
	clear: left;
   	padding-bottom: 5px;
  	border: 1px solid #3E5C92;
}


.LeftBlockContent {
	margin: 5px;
	width: 190px;
	min-height: 40px;
}

hr.hide {
	display: none;
}

.test {
	/*background-color: #F5F5F5;*/
}

.button {
	border: 1px solid #D5D5D5;
	height: 21px;
	color: black;
	text-align: center;
	background-color: #E7E7E7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text {
	color: black;
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #727272;
}

a.link:active, a.link:focus, a.link:visited, a.link:link {
  color: blue;
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

a.link:hover {
  /*color: black;*/
  text-decoration: underline;
}

.hint {
  display: block;
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 85%;
}

#TMainMenu {
  position: absolute;
  top: 32px;
  right: 2px;
  z-index: 120;
  text-align: right;
}
