/**********   GENERAL STYLES   **********/
body, html {      
   background: transparent url(../img/bg_yellow.jpg) repeat 0px 0px;
   width: 100%;
   height: 100%;
   padding: 0;    
   margin: 0;
}
body, td, select, input, textarea, h1, h2, h3, h4 { 
   font-family: Georgia, Tahoma, Verdana, Arial, Courier, sans-serif; 
   color: #ffffff;
   font-size: 14px;
}
select, input, textarea {
    color: #000000;
}
a, a:hover {
   color: #ffcd00;
   text-decoration: underline;
   outline: none;
}
a:hover {
   color: #ff7d00;
}
a.white {
   color: #ffffff;
}
a.white:hover {
   color: #ff7d00;
}
a.orange {
   color: #ff7d00;
}
span.orange, td.orange {
   color: #ff7d00;
}
span.yellow {
   color: #ffcd00;
}
a.orange:hover {
   color: #ffcd00;
}
.ast {
   color: #ff0000;
}
table {
   border: 0px; 
   border-collapse: collapse;
}

form, img, div, td {
   padding: 0px;
   margin: 0px;
   background: transparent;
   border: none;
}
p {
   padding: 0px 0px 10px 0px;
   margin: 0px;   
}
h1.decor {
   margin: 0px;
   text-align: center;
   background: transparent url(../img/pattern.gif) no-repeat 0% 0%;
   padding: 30px 0px 11px 0px;
   width: 260px;
}
h1.decor.wide {
   margin: 0px;
   text-align: center;
   background: transparent url(../img/pattern_h1.gif) no-repeat 0% 0%;
   padding: 30px 10px 11px 0px;
   width: 100%;
   margin: 0px;
}
td.decor {
   background: transparent url(../img/pattern_h1_bg.gif) repeat-x 0px 10px;
   width: 50%;
}
.columnCenter h1.decor.wide {
   margin: 5px 0px 0px 0px;
}
h2 {
   padding: 0px;
   margin: 0px;
   font-size: 18px;
   color: #ffe100;
}
h3 {
   padding: 0px 0px 5px 0px;
   margin: 0px;
   font-size: 18px;
   color: #ffe100;
}
h4 {
   padding: 5px 0px 10px 30px;
   margin: 0px;
   font-size: 14px;
   color: #ff7d00;
}
h5 {
   text-align: center; 
   padding: 7px 0px 11px 0px;
   margin: 0px 0px 0px 0px;
}
h6 {
   padding: 0px;
   margin: 0px;
   font-size: 16px;
   color: #ff7d00;
}
.marked {
   color: #ff7d00;
   font-weight: bold;
   font-style: italic;
}
.columnCenter p {
   padding-left: 30px;
}
.columnCenter ul {
   padding: 0px 0px 0px 29px;
   margin: 0px;
   list-style: none;
}
.columnCenter ul li {
   padding: 0px 0px 8px 31px;
   background: transparent url(../img/li2.gif) no-repeat 0px 2px;
   font-size: 12px;
}

/* design elements */
#out {
   width: 100%; height: 100%;
   background: transparent url(../img/bg_btm.jpg) repeat-x 50% 100%;
}
#main {
   width: 100%; height: 100%;
   background: transparent url(../img/bg_top.jpg) repeat-x 50% 0%;
}
.sideBg {
   height: 100%; width: 50%;    
}
#sideLeft {
   width: 100%; height: 100%; 
   background: transparent url(../img/bg_left.jpg) repeat-y 100% 0%;
}
#sideRight {
   width: 100%; height: 100%; 
   background: transparent url(../img/bg_right.jpg) repeat-y 0% 0%;
}
#sideLeftTop, #sideRightTop {
   vertical-align: top;
}
#sideLeftTop div  { background: transparent url(../img/crn1.jpg) no-repeat 100% 0%; }
#sideLeftBtm      { background: transparent url(../img/crn3.jpg) no-repeat 100% 100%; }
#sideRightTop div { background: transparent url(../img/crn2.jpg) no-repeat 0% 0%; }
#sideRightBtm     { background: transparent url(../img/crn4.jpg) no-repeat 0% 100%;   }
#centerBlock {
   height: 100%;
   background: #930000 url(../img/bg.jpg) repeat 0px 0px;
}
#centerBg {
   height: 100%;
   width: 820px;
   background: transparent url(../img/bg_center.jpg) no-repeat 0px 0px;
}
 #mainmenu {
   position: relative;
   z-index: 7;
   height: 42px;
   left: -40px;
   top: 0;   
   text-align: left;   
   //left: -15px;
}
#mainmenu div {
	position: absolute; 
	top: 0;
	left: 0; 
	z-index: 20; 
	width: 900px;
	//left:-30px;
	text-align: center;
	//overflow: hidden;
}
#mainmenu object {

	z-index: 20;
	width: 900px;
	
}
#mainmenu table {
   margin: 0 auto;
}
#mainmenu td {
   padding: 11px 6px 12px 6px;
}
.submenu {
   text-align: center;
   padding: 35px 0px 18px 0px;
}

#contentBg {
   background: transparent url(../img/bg_content.jpg) no-repeat 0 0;
}
.columnLeft {
   vertical-align: top;
   padding: 5px 9px 0px 0px;
}
.widthColumnLeft {
   width: 260px;
}
.columnCenter {
   width: 100%;
   vertical-align: top;
   padding-bottom: 15px;
}
#copyright {
   vertical-align: bottom;
   color: #640000;
   font-family: Tahoma, Verdana, Arial, Courier, sans-serif; 
   font-size: 11px;
}
#copyright div {
   height: 120px;
   background: transparent url(../img/bg_foot.jpg) repeat-x 0% 0%;   
}
#copyright p {
   padding: 74px 0px 0px 0px;
   margin: 0px;
   line-height: 1.4em;
   text-align: center;
}
.boxes td {
   vertical-align: top;
   padding: 0 0 7px 10px;   
}
.boxes div {   
   background: transparent url(../img/box-top.gif) no-repeat 0 0;
   width: 170px;
   min-height: 171px;   
   text-align: center;   
}
* html .boxes div {
	//height: 171px;
}
.boxes div div {
   background: transparent url(../img/box-bottom.gif) no-repeat 0% 100%;
}
* html .boxes div {
	//height: 171px;
}
.boxes h1 {
   padding: 13px 0px 5px 0px;
   margin: 0px;
   font-size: 11px;
   font-family: Georgia, Times New Roman;
/*   font-family: Tahoma, Verdana, Arial, Courier, sans-serif; */
/*   text-transform: uppercase;*/
   background: none;
}
.boxes img {
   border: 1px solid #ffe100;
   margin: 0px 0px 4px 0px;
}
.boxes ul {
   padding: 0px 0px 7px 20px;
   margin: 0px;
   list-style: none;
}
.boxes ul li {
   background: transparent url(../img/li.gif) no-repeat 0px 2px;
   text-align: left;
   padding: 3px 0px 0px 25px;
   line-height: 1.2em;
   margin: 0px;
   font-weight: bold; 
   font-family: Georgia, Times New Roman;  
/*   font-family: Tahoma, Arial, Courier, sans-serif; */
   font-size: 11px;
}
.boxes ul li a{
   text-decoration: none;
}
/* news box styles */
.news {
   color: #ffffff;
   padding: 0px 10px 21px 10px;   
}
.news, .news p {
   font-size: 12px;
}
.news span {
   color: #ff7d00;
}
.news p {
   padding: 4px 9px 9px 19px;
}
.news a {
   color: #ffffff;
}
.news a:hover {
   color: #ff7d00;
}
.news a.more {
   color: #ffcd00;
}
.news a.more:hover {
   color: #ff7d00;
}
.all a {
   color: #ff7d00;
}
.all a:hover {
   color: #ffcd00;
}
.news p.all {
   padding: 0px 9px 10px 19px;
   text-align: right;
   font-weight: bold;
}
.news .br {
   height: 21px;
}

/* cards box styles */
.cards {
   text-align: center;
   padding: 6px 0px 23px 0px;
}
.cards a img {
   border: 1px solid #320000;
   margin: 0px 6px 10px 6px;
}
.banner {    000
   text-align: center; 
   padding: 5px;
}
#patternsBox {
	position:absolute;
	width:100%;
	min-width:980px;
	height:150px;
}
#patternLeft {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 0;
}
#patternRight {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 20px;
	right: 0;
}
#select_lang {
	position: absolute;
	top: 70px;
	right: 170px;
	padding: 0;
	margin: 0;
	border-color: #980504;
	z-index: 10;
}
#select_lang select {
	border: none;
	background: #780000;
}

/* styles for forms */
form {
   margin: 5px 0px 15px 0px;
   border: 1px solid #5b0000;
   background: transparent url(../img/bg_form.jpg) repeat 0px 0px;
   padding: 18px 20px 18px 20px;
}
.yellowBg {
   border: 1px solid #5b0000;
   background: transparent url(../img/bg_form.jpg) repeat 0px 0px;
   padding: 18px 20px 18px 0;
   color: #640000;
}
form.nobg {
   margin: 0;
   border: none;
   background: none;
   padding: 18px 0 25px 30px;

}
.field_r select, .field_r input, .fieldTextarea textarea {
   color: #640000;
   border: 1px solid #5d1578;
   background: #ffffff;
   font-size: 11px;
   padding: 0px;
   margin: 0px;
   width: 240px;
   height: 20px;
   padding-left: 3px; 
   font-weight: normal;  
}
.field select, .field input, .fieldTextarea textarea {
   color: #640000;
   border: 1px solid #5d1578;
   background: #ffffff;
   font-size: 11px;
   padding: 0px;
   margin: 0px;
   width: 360px;
   height: 20px;
   padding-left: 3px; 
   font-weight: normal;  
}
.field select, .field input {
   vertical-align: middle;
}
.field_r select, .field_r input {
   vertical-align: middle;
}
.fieldTextarea textarea {
   height: 70px;
}
form, form td {
   font-size: 11px;
   color: #640000;
}
form td {
   font-weight: bold;
   text-align: right;
   vertical-align: top;
   padding: 4px 11px 0px 0px;
}
form td.field {
   padding: 0px;
   height: 30px;
}
form td.fieldTextarea {
   padding: 0px 0px 10px 0px;
}
form td.fieldCheckbox {
   text-align: left;
}
form td small {
   font-size: 10px;
   font-weight: normal;
   padding: 2px 0px 8px 0px;
   display: block;
}

/* content tables styles */
.table1 .table {
	/*margin-left: 30px;*/
	width: 100%;
	margin-bottom: 20px;
}
.table td, .table th {
	border: 1px solid #ff9b00;
	background: #9b0000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 6px 8px 8px 8px;
/*
	padding: 6px 30px 8px 8px;
*/
}

.table1 td, .table1 th {
	border: 1px solid #ff9b00;
	background: #9b0000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 6px 30px 8px 8px;
}
.table tr.odd td {
	background: #7d0000;
}
.table th {
   text-align: left;
   font-weight: bold;
   background: #690000;
}
.table.tableTitle {
	border-bottom: none;
	margin-top: 20px;
	border-right: 1px solid #ff9b00;
}
.table.tableTitle th {
   text-align: left;
   font-weight: bold;
   background: #690000;
}

.table1 th {
   text-align: left;
   font-weight: bold;
   background: #690000;
}
table.table.tablesInner td {
	padding: 0;
	vertical-align: top;
	background: #9b0000 url('../img/border.gif') repeat-x 0 100%;
	border-right: none;
	border-top: none;
	border-bottom: none;
}
table.table.tablesInner table.table {
	margin: 0 0 0 0;
}
table.table.tablesInner {
	margin: 0 0 -1px 0;
}
table.table.tablesInner td td {
	padding: 6px 30px 8px 8px;	
	border-top: none; 
	border-left: none;
	border-right: none;
}
table.table.tablesInner th {
	border-top: none; 
	border-right: none; 
	border-left: none;
	border-bottom: none;
	text-align: center;
	background: #690000 url('../img/border.gif') repeat-x 0 100%;
}	
table.table.tablesInner td td table {
	width: 100%;
	border-top: none;
}
.table.tablesInner td table.table.tablesInner {
	border-right: 1px solid #ff9b00;
}
.table.tablesInner td .table.tablesInner td {
	padding: 0;
	border-bottom: none;
}
.table.tablesInner td .table.tablesInner td table.table {
/*	margin: 0 0 -1px 0;*/
}
.table.tablesInner td .table.tablesInner td table.table td {
	padding: 6px 30px 8px 8px;	
}

.decorBox {
   width: 100%;   
   margin-top: 5px;
}

.dates {
   text-aligb: left;
   padding: 0px;
}
.dates select {
    font-size: 11px;
    font-weight: normal;
    font-family: Arial;    
    float: left;
    margin: 1px 0px 0px 4px;
}

.turing {
    margin: 3px 0px 7px 0px;
}
p.decor_link {
    background: transparent url(../img/icon_ex.gif) no-repeat 50% 0%;
    text-align: center;
    font-size: 16px;
    padding: 36px 0px 20px 0px;
    margin: 0px;
}
p.decor_link a {
    text-decoration: none;
}
.logoDevItroGS {
    position: relative;
    padding-left: 99px; 
    height: 0;
}
.logoDevItroGS div {
    position: absolute;
    top: -80px;
}

/* calendar */
table.table#calendar {
	width: 100%;
}
table.table#calendar td {
	border: 1px solid #ff9b00;
	background: #9b0000;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	width: 14%;
	height: 100px;
}

table.table#calendar th.calendarHeader {    
    text-align: center;
	background: transparent;
	border: none;	
	padding: 0;
	height: auto;
}
table.table#calendar th.calendarHeader p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #ffe100;
	font-family: Georgia;
	font-weight: bold;
	position: relative;
	top: -10px;
}
table.table#calendar td.calendarHeader {
    font-weight: normal;
    text-align: center;
	background: transparent;
	border: none;
	font-size: 11px;
	color: #ff7d00;
	font-family: Georgia;
	padding: 0 0 5px 0;
	height: auto;	
}
table.table#calendar td span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-family: Georgia;
	font-weight: bold;
}
table.table#calendar th.calendarToday {
	background: transparent;
	border: none;
	font-size: 11px;
	color: #ff7d00;
	font-family: Georgia;
	font-weight: normal;
	text-align: right;
	padding-top: 0px;
}
table.table#calendar th.calendarToday p {
	padding: 0;
	margin: 0;
	position: relative;
	top: -6px;
	margin-bottom: -6px;
}
.calendarNav td {
	font-size: 13px;
	font-weight: bold;
}
.calendarNav a {
	color: #ff7d00;
}
.calendarNav a:hover {
	color: #ffe100;
}
.calendarNav td img {
	position: relative;
	margin: 0 7px;
	bottom: -4px;
}
table.table#calendar td img {
    margin: 6px 0 3px 0;
    border: 1px solid #ffe100;
}
table.table#calendar td a {
    display: block;
    position: relative;
    text-decoration: none;
    float: left;
    padding: 1px;
}
table.table#calendar td a div {
    position: absolute;
    left: 1px; bottom: 4px;
    text-align: center;
    font-family: Tahoma;
    color: #fff;
    font-size: 11px;
    padding: 20px 0 4px 0;
    margin: 0;
	width: 100%;
    background: url(../img/blur2.png) no-repeat 0 0 !important; 
    background:none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blur2.png', sizingMethod='crop');
}
table.table#calendar td.calendarToday {
	background: #ffdda2;
}
table.table#calendar td.calendarToday span {
	color: #690000;
}
/*Support */
#chat_log {
	overflow: auto; 
	height: 231px; 
	border: 1px solid #5d1578; 
	background: #fff; 
	text-align: left; 
	font-size: 11px; 
	font-family: Tahoma; 
	padding: 0 5px;
	//width: 503px;
}
.chat_window {
	border: 1px solid #ff9200; 
	height: 354px; 
	background: #f49003 url(../img/box_grad.gif) repeat-x 0 0; 
	padding: 5px; 
	text-align: center;
}
span.support {
	color: #000;
	display: block;
	padding: 1px 0 7px 17px;
	clear: both;
	height: auto;
	//height: 20px;
	background: transparent url(../img/icon_chat_support.gif) no-repeat 0 1px;	
}
span.support b {
	color: #367436;
}
span.user {
	color: #000;
	display: block;
	padding: 1px 0 7px 17px;
	background: transparent url(../img/icon_chat.gif) no-repeat 0 1px;
	clear: both;
	//height: 20px;
}
span.user b {
	color: #ff6600;
}

span.system {
	color: red;
	display: block;	
}

span#is_online {
	background: #f8b24f url(../img/tab_online.gif) no-repeat 3px 0;
	font: bold 11px Tahoma;
	color: #367436;
	padding: 0 3px 0 20px;
}

span#is_online.offline {
	background: #f8b24f url(../img/tab_offline.gif) no-repeat 3px 0;
	color: #ff0000;
}

/* help */
ul.help {
   padding: 10px 0px 0px 20px;
   margin: 0px;
   list-style: none;
}
ul.help li {
   background: transparent url(../img/li2.gif) no-repeat 0px 2px;
   text-align: left;
   padding: 3px 0px 10px 25px;
   line-height: 1.2em;
   margin: 0px;
   font-weight: normal; 
   font-family: Georgia, Times New Roman;  
/*   font-family: Tahoma, Arial, Courier, sans-serif; */
}
ul.help li p {
	padding: 0 0 5px 0;
}
ul.help li h4 {
	color: #ff7d00;
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0;
}

ul.list {
   padding: 10px 0px 20px 20px;
   margin: 0px;
   list-style: none;
}
ul.list li {
   background: transparent url(../img/li2.gif) no-repeat 0px 2px;
   text-align: left;
   padding: 1px 0px 3px 25px;
   line-height: 1.2em;
   margin: 0px;
   font-weight: normal; 
   font-family: Georgia, Times New Roman;  
   font-size: 14px;
/*   font-family: Tahoma, Arial, Courier, sans-serif; */
}


/* /help */
p.stepping {
	padding-bottom: 25px;
	text-align: center;
}
p.stepping img {
	margin: 10px 0 12px 0;
}

p.stepping td, p.stepping td b {
	font-size: 12px;
}

.image_in_text {
	padding-top: 10px !important;
	position: relative;
}
.image_in_text img {
	margin: 3px 10px 10px 0;
	float: left;
}
.image_in_text table {
	width: 100%;
}
.image_in_text table td {
	width: 50%;
}


/* lang versions */

.langs {
    position: relative; 
    z-index: 10000;
    height: 45px; 
    margin-bottom: -45px; 
    text-align: right;
	float: right;
	//float: none;
}
.langs img {
    margin: 20px 0 0 15px;
}


/*whw*/
div.field {
    color: #fff;
    font-size: 14px;
    margin: 0;
    width: 109px;  
    height: 28px;
    text-indent: 5px;
    position: absolute;
	top: 60px;
	right: 150px;
	z-index: 26;
    background: transparent url('/img/bg_select.gif') no-repeat 0 0;
}
.select {
    background: transparent url('/img/select.gif') no-repeat 100% 0;
    cursor: pointer;
    //cursor: hand;
   line-height: 26px;
   width: 100%;   
}
.select#input_region, .select#input_city {
   overflow: hidden;
   height: 28px;
}
.select_fake {
    background: transparent url('/img/bg_select_bottom.gif') no-repeat 100% 100%;
   position: absolute; 
   z-index: 50;
   top: 81px;
   right: 150px;
   width: 109px;
   height: 100px;
   overflow: auto;
   border-top: none;
   display: none; 
   font-size: 14px;
}
.select_fake p {
	padding: 15px;
}
input[type=radio] {
	vertical-align: middle;
}
input[type=checkbox] {
	vertical-align: middle;
}
label.radio, label.checkbox {
	
}
.anketa input[type=text], .anketa select {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #5D1578;
	color: #640000;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	margin: 0;
	padding: 0 0 0 3px;
	width: 360px;
}
.anketa textarea {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #5D1578;
	color: #640000;
	font-size: 11px;
	font-weight: normal;
	height: 70px;
	margin: 0;
	padding: 0 0 0 3px;
	margin: 3px 0 0 21px;
	width: 360px;
}
