@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: url(../img/bluebody.gif) 0 0 repeat-x;
	background-color: #EDF7FA;
}

img { border:none; }

.username {
	color:#FFF500;
	font-size: 14px;
	font-weight: bold;
}

#div_top_L{
	height: 80px;
	width: 744px;
	background-image: url(../img/logo_t_kz.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#335384;
}
#div_top_R{
	height: 80px;
	color:#FFFFFF;
	background-color:#335384;
	font-size: 14px;
	font-weight: bold;
}

#div_top_menu{
	background-image: url(../img/tmbg.gif);
	background-color: #F2F3F4;
	height: 34px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
.top_menu_separator { width: 5px; }
#div_top_menu .topm {
	text-align:center;
	height:100%;
	vertical-align:bottom;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:105px;
}
#div_top_menu .topm a {
	padding:10px 0px;
	height: 100%;
	display:block;
	color:#000;
	text-decoration:none;
}
#div_top_menu .topm a:hover {
	color:#555;
	background-image: url(../img/tmbg-up.gif);
}
#div_top_menu .topm a.logout { color:#CC0000; }

.tbody {
	margin-top: 5px;
	height:100%;
}
/* ------------------------ */
#inf {
	padding: 5px;
	padding-left: 0.25in;
	font-size:14px;
	font-weight: bold;
	color: #CC0000;
	width: 50%;
	z-index: 100;
	position: absolute;
	background: transparent url(../img/indicator.white.gif) no-repeat;
	background-position: 5px 5px;
	border: 1px dotted #CC0000;
	background-color: #F3F3F3;
	display: none;
}

.title {
	font-weight: bold;
	padding: 0px;
	padding-top: 15px;
	background-image: url(../img/dlgTitleFon.gif);
	background-color: #F3F3F3;
	border-bottom: 1px solid #C88;
	height: 33px;
	text-indent:0.25in;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	margin:0px;
}

/* --- */
#authdlg{
	width: 280px;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFF;
}
#authdlg dl {
	margin: 5px;
	margin-bottom:0px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
}
#authdlg ul { margin:0;	padding:0; list-style: none; }
#authdlg ul li {
	border-bottom: 1px dotted #CCC;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 10px;
}
#authdlg ul li input {
	font-size: 16px;
	font-weight:bold;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 100%;
}
#authdlg ul li input:hover { border-color: #A7D9F5; }
#authdlg dl div input.btn {
	border:none;
	color:#444;
	font-size: 12px;
	width:139px;
	height:21px;
	background: transparent url(../img/btn.gif) 0 0 no-repeat;
	background-color: #F1F1F1;
}
#authdlg dl div input.btn:hover {background-color: #DEF2FC; background-position: 0 -22px; color:#555; cursor:pointer;}

#authdlg ul.captcha input {
	font-size: 11px;
	font-weight:normal;
	width:38px;
}
#authdlg ul.captcha li {
	display:inline;
	border:none;
}
#authdlg a{ font-weight:normal; font-size: 11px; color:#C00;}
#authdlg a:hover{ color:#C;}
/* --- */
ul.lngdropdown {
 list-style: none;
 margin:0px;
 padding:0px; 
}
ul.lngdropdown li {
 float: left;
 border-right:1px solid #CCC;
 padding:0px;
 margin:0px;
 margin-left:3px;
 display:block;
 }
ul.lngdropdown li ul {
 position:absolute;
 list-style: none;
 margin:0px;
 padding: 0px;
 display:none; 
 z-index:1000;
 padding-top:5px;
 color:#00204E;
 border:1px solid #CCC; /* 8E908F */
}
ul.lngdropdown li:hover ul, ul.lngdropdown li:hover ul li, ul.lngdropdown ul li:hover ul {
	display:block;
	margin-left:10px;
	background: #F8F8F8;
	padding: 0.3em 0.8em;
	max-width: 50em;
	line-height: 140%;
	font-size: 92%;
	text-decoration: none;
	white-space: nowrap;
}
ul.lngdropdown li a {
 display:block;
 padding: 0px 5px 0px 2px;
 text-decoration: none;
 color:#00204E;
}
ul.lngdropdown li a:hover { color:#8E908F; }
ul.lngdropdown li ul li {
 float: left;
 position: relative; 
 background-color:white;
 padding:5px;
 border-right:0px;
 margin:0px;
 font-size:8pt;
}
ul.lngdropdown li ul li:hover a { color:#8E908F; }
/* --- */

#cnt {
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	display: block;
}
#cnt table {
	width: 100%;
}
#cnt dl {
	margin: 5px;
	margin-bottom:0px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
}
#cnt ul { margin:0; padding:0; list-style: none; }
#cnt ul li {
	border-bottom: 1px dotted #CCC;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 10px;
}
#cnt a{
	color: #006699;
	text-decoration: none;
}
#cnt a:hover {
	color: #6C9529;
	text-decoration: underline;
}
#cnt a:active {
	color: #FF8822;
	text-decoration: underline;
}
#cnt .a_active {
	color: #FF8822;
	text-decoration: none;
}
#cnt .ctitle {
	font-weight:normal;
	text-indent:0.15in;
	border: none;
}
table.rating {
	font-family:Tahoma, Arial;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	color:#333333;
	font-weight:normal;
}
table.rating td{
	border: none;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.rtitle{
	background: url(../img/bgrtt.gif) repeat-x;
	font-weight:bold;
	font-size:8pt;
	background-color:#D7EBF4;
	border-color:#C5E1ED;
	white-space: nowrap;
	
}
.rtitles{
	font-weight:bold;
	font-size:8pt;
	/*background: url(../img/bgrtt.gif) repeat-x;*/
	background-color:#D7EBF4;
	border-color:#C5E1ED;
}
font{
	font-weight:bold;
	font-size:8pt;
}