@CHARSET "utf-8";
@IMPORT url("reset.css");
@IMPORT url("global.css");

html, body{
	height: 100%;
}


body{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

#container{
	position: relative;
	min-height: 100%;
}

* html #container{
	height: 100%;
}

#header{
	background: #4977B2 url('/img/header_bg.png') repeat-x;
	border-bottom: #ffffff 1px solid;
}

#header a, #footer a{
	color: #ffffff;
	text-decoration: underline;
}

#header a:hover, #footer a:hover{
	text-decoration: none;
}

#header > .top{
	height: 58px;
	background: transparent url('/img/header_top_bg.png') no-repeat left top;
	padding: 10px;
}

#header .logo{
	float: left;
	margin-right: 100px;
}

#header .menu{
	float: left;
}

#header .menu ul li{
	display: inline;
	margin: 0 7px;
}

#header .infoblock{
	padding: 10px 30px 10px 20px;
	line-height: 150%;
	color: #ffffff;
	float: right;
	border-left: #dfdfdf 3px solid;
	background: transparent url('/img/opacity_15.png');
}

.infoblock .balance{
	font-weight: bolder;
}

.infoblock input {
	font-weight: normal;
	font-size: 12px;
	margin: 1px 5px;
}

#header .loginblock{
	padding: 5px 30px 5px 20px;
	line-height: 130%;
	color: #ffffff;
	float: right;
	border-left: #dfdfdf 3px solid;
	background: transparent url('/img/opacity_15.png');
}

.loginblock input {
	font-weight: normal;
	font-size: 12px;
	margin: 1px 5px;
}

.loginblock input[type=text], .loginblock input[type=password] {
	width: 110px;
}

.loginblock input[type=submit] {
	width: 50px;
}

.loginblock table{
	width: 230px;
}

#top-menu{
	height: 22px;
	padding: 0px 15px 0px;
	color: #000000;
	line-height: 180%;
	border-top: #2B5181 1px solid;
	border-bottom: #DEDEDE 1px solid;
	background: transparent url('/img/top_menu_bg.png') repeat-x;
	overflow: hidden;
}

#top-menu .partnerInfo{
	float: left;    
	padding-left: 20px;
	margin-left: 4px;
}

#top-menu .partnerInfo .partnerNumber{
	font-weight: bolder;
}

#top-menu .menuItems{
	float: right;
}

#top-menu .menuItems ul > li{
	float: left;
	padding: 0 6px 0 8px;
	height: 22px;
}

#top-menu .menuItems ul > li:hover{
	float: left;
	padding: 0 6px 0 8px;
	background: #CDE7A3 url('/img/dummy.gif') repeat-y 2px;
}

#top-menu .menuItems ul > li a{
	color: #000000;
	text-decoration: underline;
	display: block;
}

#top-menu .menuItems ul > li a:hover{
	text-decoration: none;
}

#content{
	padding: 15px;
	line-height: 1.6em;
	font-size: 1.2em;
	font-family: times, 'Times New Roman';
}

#wrapper{
	padding-bottom: 60px;
	clear: both;
}

#footer{
	color: #ffffff;
	position: relative;
	height: 48px;
	margin-top: -48px;
	background: transparent url('/img/footer_bg.gif') repeat-x;
}

#footer > div{
	text-align: center;
	height: 23px;
	background: transparent url('/img/footer_bottom_bg.png') no-repeat 0px 3px;
	padding: 15px 10px 10px;
}


/* Tooltips */
a.tooltip{
	text-decoration: none !important;
	border: 0 !important;
	background: transparent !important;
	z-index: 1000;
}
a.tooltip:hover {
	position: relative;
	cursor: help;
	text-decoration: none !important;
	border: 0 !important;
	background: transparent !important;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
   	position: absolute; 
   	top: 10px; left: 0;
   	padding: 5px; 
   	margin: 10px; 
   	z-index: 100;
   	background: #ffffff; 
   	border: #4F7DB8 1px dotted;
	font-family: times,'Times New Roman';
	font-size: 14px;
	font-weight: normal;
	min-width: 250px;
	max-width: 300px;
}

a.tooltip img{
	vertical-align: text-bottom;
}

.ajax-loader{
	background: transparent url('/img/ajax-loader.gif')  no-repeat 50% center !important;
	height: 16px;
}

.global-ajax-loader{
    background: transparent url('/img/global-ajax-loader.gif') no-repeat left 50%;
}

._blocknews_oneitem div {
	padding: 0.1em 0em;
}
._blocknews_newstitle {
	font: bold 110% serif;
}
._blocknews_newstitletext{
	width: 80%; 
	float: left;
}
._blocknews_newstime {
	font: bold 80% serif;
	width: 20%;
	float: right;
	color: #999999;
}
._blocknews_newsbody {
	clear: left;
}
