﻿body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	padding: 0px;
	 background-color:#cbcecf;
     background-image:url(images/pattern.png);
      background-repeat:repeat;
}

#TopLine
{
    width:100%;
    height:69px;
    background-color:#093341;    
    text-align:center;    
}
#TopBanner
{
    width:100%;
    height:200px;    
    text-align:center;    
}
#BottomLine
{
    width:100%;
    height:45px;
    background-color:#f0f0f0;    
    text-align:center;    
    vertical-align:middle;
}

#MainBlock
{
    width:100%;    
    text-align:center;    
    
}

.ContentBlock
{
    width:1012px;
    height:606px;
    margin:0px auto;
    text-align:left;    
     background-image:url(images/podklad.jpg);
    background-repeat:no-repeat;

}

.InsideBlock
{
    padding-left:30px;
    padding-top:320px;
}


.ContentBottom
{
    width:1012px;
    margin:0px auto;
    text-align:left;    

}
.footer-copyright
{
    font-size: 12px;
    color:black;
    float: right;
    margin-top:15px;
}

.footer-2257-wrap
{
    float: left;
    margin-top:15px;
}

.footer-2257
{
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-decoration:none;
    
}

.Cleaner
{
    width:100%;
    clear:both;
}

#LoginBox
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#576068;
    width:386px;
    float:left;
    padding:20px 20px 20px 20px;
    font-size:14px;
    height:220px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85;
}

#InfoBox
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#576068;
    width:458px;
    float:right;
    padding:20px 20px 20px 20px;
    text-align:justify;    
    font-size:12px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85;
	margin-right:30px;
	line-height:150%;
	height:220px;
}

#InfoBox1
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#576068;
    width:904px;
    padding:20px 20px 20px 20px;
    text-align:justify;    
    font-size:12px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85;
	margin-right:30px;
	margin-bottom:30px;	
	line-height:150%;
	height:100px;
}


.HeaderText
{
    font-size:15px;
    font-weight:bold;
}

#MainMenu
{
margin-top:20px;
}

#MainMenu td
{
    text-align:center;
    padding-bottom:5px;
}

#MainMenu a
{
color:#787878;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

#HelpdeskForm
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#576068;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85;
    width:600px;
    padding:20px 20px 20px 20px;
    text-align:justify;    
    font-size:12px;
    margin:0px auto;  
}

#HelpdeskForm a
{
color:yellow;
font-weight:bold;
text-decoration:none;
}

.RoundedColoredBox
{
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius:5px;
background:#3a525a;
filter: alpha(opacity=80);
opacity: 0.8;
color:White;
}

