html, body, table, tr, td, div, span, img{
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

html{
	font-size: 13px;
}

body{
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	background: Black;
	color: White;
}

table{
	border-collapse: collapse;
}

a{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: Maroon;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #E30000;
	text-decoration: none;
}

div.head{
	width: 100%;
	height: 222px;
	background: url(../images/head_bg.jpg) repeat-x top;
	text-align: center;
	overflow: visible;
}

div.bottom{
	width: 100%;
	text-align: center;
}

div.latin{
	position: relative;
	width: 717px;
	height: 59px;
	left: 50%;
	margin-left: -359px;
	background: url(../images/latin.jpg) no-repeat top;
}

div.latin:hover{
	position: relative;
	width: 717px;
	height: 59px;
	left: 50%;
	margin-left: -359px;
	background: url(../images/latin_over.jpg) no-repeat top;
}

/* MAIN */

div.left{
	position: absolute;
	z-index: 100;
	width: 230px;
	height: 107px;
	background: url(../images/left.png) no-repeat left;
	margin-left: -186px;
	margin-top: -70px;
}

div.right{
	position: absolute;
	z-index: 101;
	right: 0px;
	width: 190px;
	height: 118px;
	background: url(../images/right.png) no-repeat left;
	margin-right: 20px;
	margin-top: -81px;
}

div.bottom_left{
	position: absolute;
	z-index: 102;
	width: 46px;
	height: 134px;
	background: url(../images/table_left_bottom.jpg) no-repeat left;
	margin-top: -134px;
}

div.bottom_right{
	position: absolute;
	z-index: 103;
	right: 0px;
	width: 42px;
	height: 138px;
	background: url(../images/table_right_bottom.jpg) no-repeat left;
	margin-right: 170px;
	margin-top: -138px;
}

/* SVITOK */

div.svitok{
/*	text-align: left;*/
	width: 250px;
	/*margin-left: 20px;*/
	margin-bottom: 20px;
}

div.svitok_head{
	text-align: left;
	width: 200px;
	height: 34px;
	background: url(../images/svitok_head1.jpg) no-repeat top;
}

div.svitok_title{
	text-align: left;
	color: Maroon;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
}

div.svitok_main{
	text-align: left;
	width: 200px;
	background: url(../images/svitok_bg1.jpg) repeat-y top;
}

div.svitok_foot{
	text-align: left;
	width: 200px;
	height: 35px;
	background: url(../images/svitok_foot1.jpg) no-repeat top;
}

div.back_01{
	position: absolute;
	z-index: -1;
	width: 163px;
	height: 173px;
	background: url(../images/back_01.jpg) no-repeat left;
	margin-top: -150px;
	margin-left: -163px;
}

div.back_02{
	position: absolute;
	z-index: -1;
	right: 0px;
	width: 154px;
	height: 307px;
	background: url(../images/back_02.jpg) no-repeat left;
	margin-right: 10px;
	margin-top: -280px;
}


span.active_url{
	margin-left: -10px;
	padding-left: 10px;
	background: #CC6316 url(../images/menu_arrow.gif) no-repeat left;
	font-weight: bold;
}

.shown {
	display: block;
}

.hidden {
	display: none;
}

.registration_hidden { 
	display: none;
}

.registration_shown {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background: Maroon;
	width: 100%;
	height: 100%;
	border: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.registration_form{
	color: Black;
	display: block;
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	background: White;
	width: 600px; /*height: 400px;*/
	border: 1px solid Black;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

div.login_form{
	 width:160px;
	 height:90px;
	 padding:5px;
	 line-height:16px;
	 color: White;
	 text-align: right;
}

div.ok{
	clear: both;
	width: 247px;
	height: 30px;
	background: Green;
}

div.ok .message{
	margin-left: 10px;
	padding-top: 10px;
	color: White;
	font-size: 12px;
}

div.error{
	clear: both;
	width: 247px;
	height: 30px;
	background: Maroon;
}

div.error .message{
	margin-left: 10px;
	padding-top: 10px;
	color: White;
	font-size: 12px;
}

div.activation_failed{
	position: absolute;
	z-index: 1004;
	top: 0px;
	right: 0px;
	width: 300px;
	padding: 10px;
	height: auto;
	background: Maroon;
	color: White;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

div.activation_ok{
	position: absolute;
	z-index: 1004;
	top: 0px;
	right: 0px;
	width: 300px;
	padding: 10px;
	height: auto;
	background: #228B22;
	color: White;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#sostav td{
	border: 1px solid Maroon;
	padding-left: 10px;
}

.rOr	{color:black;font-weight:bold}
.rEl	{color:green;font-weight:bold}
.rGn	{color:gray;font-weight:bold}
.rHb	{color:Maroon;font-weight:bold}
.rHm	{color:#BC2EEA;font-weight:bold}
.rDr	{color:red;font-weight:bold;}
.rAr    {color:#0066cc;font-weight:bold;}
.rAb    {color:#0800B9;font-weight: bold;}
.rWm	{color:black;font-weight:bold}
