/*
тёмно-синий (ссылка): #0071BD
синий: #A1D0FE
голубой (заголовки): #98CAFE
светло-серо-голубой (границы полей текстового ввода): #E0E6F1
светло-голубой (кнопки): #D6EBFF
светло-светло-голубой: #F1FAFF
*/
a:hover, a {
	color: #0071BD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: url("/img/header.gif") repeat-x top white;
	text-align: center;
	margin: 0;
	padding: 0;
}
code, .info {
	background-color: InfoBackground;
	border: 1px solid silver;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}
form {
	margin: 0;
	padding: 0;
}
h1, h2 {
	color: #98CAFE;
}
h1 {
	background: url("/img/h1_back.gif") no-repeat right;
	font-size: 23px;
	margin: 5px 0px 10px 0px;
	padding: 5px 10px 5px 5px;
	text-align: right;
}
h2 {
	font-size: 20px;
	margin-bottom: 5px;
	padding: 0;
}
input, img {
	font-family: Tahoma, Arial, sans-serif;
	vertical-align: middle;
}
input.text, textarea {
	border-top: 1px solid #808080;
	border-left: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	vertical-align: middle;
}
input.text {
	height: 22px;
}
input.largetext {
	border: 1px solid #E0E6F1;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	height: 26px;
	margin: 2px;
	padding: 3px;
	vertical-align: middle;
}
input.text_small {
	border: 1px solid #E0E6F1;
	font-size: 12px;
	height: 20px;
	padding: 1px;
	vertical-align: middle;
}
select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}
select.text {
	border-top: 1px solid #808080;
	border-left: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	font-size: 12px;
	margin: 2px;
	overflow: auto;
	padding: 3px;
}
small, .small {
	font-size: 11px;	
}
td, .site_description {
	color: dimgray;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}
tr, td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 5px 5px 5px 50px;
}


.block {
	margin-bottom: 4px;
}
.button {
	background-color: #D6EBFF;
	border: 1px solid #A1D0FE;
	color: #0877BE;
	font-size: 11px;
	padding: 1px 5px 2px 5px;
}

.button_big {
	background-color: #D6EBFF;
	border: 1px solid #000000;
	color: #0877BE;
	font-size: 17px;
	padding: 5px 10px 5px 10px;
}
.container {
	display: none;
	font-size: 12px;
	margin-left: 20px;
	padding: 5px;
}
.error {
	background-color: #fef1ec;
	border: 1px solid red;
	color: red;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
.success {
	background-color: InfoBackground;
	border: 1px solid green;
	color: green;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
.expand {
	cursor: pointer;
	margin-right: 10px;
}
.howto_image {
	text-align: center;
	border: 6px solid #D6EBFF;
	margin-left: 50px;
}
.info {
	padding: 10px;
}
.invisible, .invisible:hover, .invisible:visited {
	font-weight: normal;
	text-decoration: none;
}
.list {
	background-color: #A1D0FE;
	border-collapse: collapse;
	border: 1px solid #A1D0FE;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.list th, .list th a, .list th a:hover {
	background-color: #A1D0FE;
	color: white;
	text-align: left;
}
.list tr.list_even td {
	background-color: #F1FAFF;
}
.list tr.list_odd td {
	background-color: white;
}
.list td, .list th	{
	font-size: 12px;
	padding: 2px 7px 2px 7px;
}
.list tr.list_over td, .list tr.list_over_fixed td {
	background-color: #DDDDDD;
}
.mhead a, .mhead a:hover {
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	width: 265px;
}
.mhead {
	color: white;
	background-image: url("/img/mhead.gif");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	height: 53px;
	text-align: center;
	width: 265px;
}
a.menu_active, a.menu_inactive, a.menu_inactive:hover, a.menu_active:hover {
	background-color: #0365A3;
	color: white;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}
a.menu_inactive:hover, a.menu_active:hover, a.menu_active {
	background-color: #0365A3;
	background: url("/img/menu_highlight.gif") no-repeat bottom;
}
.submenu {
	display: none;
}

.news_block {
	float: left; 
	margin: 0px 10px 0px 10px; 
	padding: 0px;
	width: 210px;
}
.news_content {
	color: #00A1ED;
	height: 110px;
	overflow: hidden;
	padding: 0px;
	z-index: -1;
}
.news_header {
	color: #0071BD;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 4px; 
	padding: 0px;
	text-align: left;
}
.news_next {
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.news_main_block {
	border: 1px solid #98CAFE;
	font-size: 11px;
	margin: 10px;
}
.news_main_announce {
	padding: 10px 10px 10px 10px;
}
.news_main_header_container {
	background-color: #A1D0FE;
	color: #0071BD;
	padding: 5px 10px 5px 10px;
}
.news_main_header_title {
	font-weight: bold;
	float: left;
}
.news_main_header_date {
	font-weight: normal;
	float: right;
}
.news_main_more {
	padding: 0px 10px 10px 10px;
}
.odBlock {
	min-width: 200px;
	max-width: 750px;
	margin-bottom: 4px;
}
.odBlock .hd .c, .odBlock .ft .c { 
	height: 4px; 
	font-size: 1px; 
}
.odBlock .hd {
	background: transparent url("/img/block_back_top.gif") no-repeat 0 0;
	margin-right: 4px;
}
.odBlock .hd .c {
	background: transparent url("/img/block_back_top_right.gif") no-repeat right;
	margin-right: -4px;
}
.odBlock .bd {
	background: transparent url("/img/block_back.gif") repeat-y 0 0;
	margin-right: 4px;
}
.odBlock .bd .c {
	margin-right: -4px;
	padding: 10px;
	background: transparent url("/img/block_back_right.gif") repeat-y right;
}
.odBlock .ft {
	background: transparent url("/img/block_back_bottom.gif") no-repeat 0 0;
	margin-right: 4px;
}
.odBlock .ft .c {
	background: transparent url("/img/block_back_bottom_right.gif") no-repeat right;
	margin-right: -4px;
}
.okmsg {
	background-color: InfoBackground;
	border: 1px solid orange;
	color: red;
	padding: 10px;
}
.pager {
	font-size: 12px;
	padding: 10px 0px 20px 0px;
}
.payment_tooltip {
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	position: absolute;
}
.projects_header {
	background-color: #0071BD;
	height: 18px;
	margin-bottom: 10px;
	padding: 2px;
}
.projects_header_name {
	color: white;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.projects_header_name a, .projects_header_name a:hover {
	color: yellow;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.project_select, .mode_select {
	float: left;
	height: 35px;
	text-align: center;
	width: 100px;
	color: #0071BD;
	font-size: 11px;
}
.projects_select_link {
	display: block;
	float: left;
	font-size: 13px;
	padding: 1px 5px 1px 5px;
	width: 165px;
}
.mode_select {
	height: 50px;
	width: 120px
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background: white; border-left:1px solid #E0E6F1; border-right:1px solid #E0E6F1;}

.xb3 {margin: 0 6px; background: #E0E6F1;}
.xb4 {margin: 0 4px; background: #E0E6F1;}

.xb5 {margin: 0 3px; background: white; border-width: 0 3px;}
.xb6 {margin: 0 2px; background: white; border-width: 0 2px;} 
.xb7 {margin: 0 1px; background: white; border-width: 0 2px; height:2px;} 

.block_content {display: block; background: white; border: 2px solid #E0E6F1; border-width: 0 2px;}

p.site_description {
	font-size: 10px;
	margin: 3px;
	padding: 0px;
	text-align: center;
}
.sms_msg {
	background-color: InfoBackground;
	font-family: Courier New, Courier, Consolas, monospace;
	font-size: 11px;
}
.stage, .stage_active {
	background-repeat: no-repeat;
	height: 104px;
	margin-bottom: 4px;
	vertical-align: middle;
	width: 710px;
}
.stage {
	color: #9ECAE5;
	background-image: url("/img/stage-inactive.gif");
	padding: 0;
}

.stage_big {
	background-repeat: no-repeat;
	height: 240px;
	margin-bottom: 4px;
	vertical-align: middle;
	width: 710px;
}

.stage_active_big {
	background-repeat: no-repeat;
	height: 240px;
	margin-bottom: 4px;
	vertical-align: middle;
	width: 710px;
}

.stage_active_big {
	color: #0071BD;
	background-image: url(../img/stage-active_big.gif);
	padding: 0;
}

.stage_big {
	color: #9ECAE5;
	background-image: url("/img/stage-inactive_big.gif");
	padding: 0;
}
.stage_active {
	color: #0071BD;
	background-image: url("/img/stage-active.gif");
	padding: 0;
}
.stage_num {
	color: #9ECAE5;
	float: left;
	font-size: 80px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.stage_active .stage_num {
	color: #0071BC;
}
.stage_active_big .stage_num {
	color: #0071BC;
}
.tab_block {
	border-bottom: 1px solid #98CAFE;
}
a.tab_link_active, a.tab_link_inactive, a.tab_link_active:hover, a.tab_link_inactive:hover {
	border-top: 1px solid #D6EBFF;
	border-left: 1px solid #D6EBFF;
	border-right: 1px solid #98CAFE;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin-right: 2px;
	padding: 2px 5px 8px 5px;
	text-decoration: none;
}
a.tab_link_active:hover, a.tab_link_inactive:hover {
	background-color: #F1FAFF;
}
a.tab_link_inactive {
	background-color: #D6EBFF;
}


#courses td {
	font-size: 18px;
	padding: 2px 20px 2px 0px;
}
#courses tr {
	vertical-align: middle;
}
#payfields_normal, #payfields_wmcard, #payfields_zcard, #payfields_lotr, #payfields_wow, #payfields_payonline {
	display: none;
}
#projects_window, #modes_window {
	background: url("/img/window_back.gif") repeat-x #CBE6FF;
	border: 1px solid #0071BD;
	display: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	position: absolute;
	width: 490px;
	z-index: +20;
}
#modes_window {
	height: 270px;
	width: 370px;
}
#black_back {
	display: none;
	background-color: black;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: +10;
}
#stage1_text {
	float: left;
	margin-top: 35px;
	width: 250px;
}
#stage1_data {
	float: left;
	margin-top: 35px;
}
#stage1_ok_button, #stage2_ok_button, #stage3_ok_button, #stage4_ok_button, #stage6_ok_button, #stage7_ok_button, #stage8_ok_button, #stage_end_ok_button, #stage_captcha_ok_button {
	float: left;
	margin: 28px 0px 0px 25px;
	padding: 0px;
}
#stage2_text {
	float: left;
	margin-top: 40px;
}
#stage2_data {
	float: left;
	margin-top: 35px;
}
#stage3_text {
	float: left;
	margin-top: 35px;
}
#stage3_data {
	float: left;
	margin-top: 35px;
}
#stage3_data_captcha {
	float: left;
	margin-top: 3px;
}
#stage4_text {
	float: left;
	margin-top: 40px;
}
#stage4_data {
	float: left;
	margin-top: 20px;
}
#stage5_text {
	float: left;
	margin-top: 40px;
}
#stage5_ok_button {
	text-align: center;
	padding-top: 28px;
	padding-right: 20px;
}

#stage_captcha_ok_button{
    margin-left: 10px;
}
.pointer_place { 
	cursor: pointer; 
	border: 1px solid black;
}
.points_line {
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.simple_pointer {
	cursor: pointer; 
}
input.text_reg_shop {
	border: 3px solid #A1D0FE;
	font-size: 14px;
	height: 26px;
	margin: 2px;
	padding: 3px;
	vertical-align: middle;
}

.list_tznews {
	background-color: #A1D0FE;
	border-collapse: collapse;
	border: 1px solid #A1D0FE;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.list_tznews th, .list th a, .list th a:hover {
	background-color: #A1D0FE;
	color: white;
}
.list_tznews tr.list_even td {
	background-color: #F1FAFF;
}
.list_tznews tr.list_odd td {
	background-color: white;
}
.list_tznews td, .list_tznews th	{
	font-size: 12px;
	padding: 2px 7px 2px 7px;
}

.micro_error{
	color: red;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.cinema_stage_active {
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom: 4px;
	vertical-align: middle;
	width: 710px;
	color: #0071BD;
	background-image: url("/img/cinema_stage_active.png");
	padding: 0;
}
.login_form {
	color: white;
	font-size: 11px;
	padding-top: 22px;
	text-align: right;
}
.login_form a {
	color: #98CAFE;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.login_text {
	background: #E0E6F1;
	border-width: 0px;
	font-size: 11px;
	padding: 2px;
}
.login_button {
	border-width: 0px;
	color: white;
	font-size: 11px;
	background-color: #0071BD;
	padding: 1px 10px 2px 10px;
}

.subscription_header{
        color: #ff6000;
	font-size: 14px;
	font-weight:bold;
        text-align: center;
        padding-top: 10px;
}

.subscription_body{
        width: 700px;
	background: #a2d0ff;
}