table.tbas {
       width: 100%;
       border-right: 1px solid #716c66;
       border-collapse: collapse;
}

body {
 font-family: Verdana;
 color: #fff;
 font-size: 12px;
 padding: 0px;
 margin: 0px;
 /*background: #322005 url('/images/bg.png') repeat-x;*/
 background-color: #322005;
}

p, table {
 font-family: Verdana;
 color: #fff;
 font-size: 12px;
 line-height: 170%;
}

a {
 color: #ffe2a8;
}

a:hover {
 text-decoration: none;
}

h1 {
 margin: 0px;
 padding: 0px;
 font-size: 18px;
 font-weight: bold;
 color:#FFCC99;
 font-family:Verdana;
}

h2 {
 margin: 0px;
 padding: 0px;

 font-size: 18px;
 font-weight: normal;
 color:#FFCC99;
 font-family: Verdana;
}

h3 {
 margin-top: 0px;
 padding: 0px;
 font-style:italic;
 font-size:13px;
 color="#ffcc99";
 font-weight: bold;
 color: rgb(255, 204, 153);
 font-family: Verdana;
}
h4 {
 margin-top: 0px;
 padding: 0px;
 color:#FFCC99;
 font-family:Verdana;
 font-size:24px;
 font-weight: lighter;
 
}
.first {
 margin-top: 0px;
 padding-top: 0px;
}

.l2 {
 padding: 20px 30px 5px 40px;
 line-height: 1.2em;
}

.inp_search {
 margin: 0px;
	padding: 6px 10px;
	width: 365px;
	height: 26px;
	font-family: Verdana;
 color: #fff;
 font-size: 12px;
	border: none;
	background: url('/images/inp_bg.gif') no-repeat;
}

.search_but {
 margin: 0px;
	padding: 0px;
	width: 67px;
	height: 26px;
	border: none;
	background: url('/images/search_but.gif') no-repeat;
	cursor: pointer;
}

.inp_search_m {
 margin: 0px;
	padding: 2px 7px;
	width: 287px;
	height: 19px;
	font-family: Verdana;
 color: #fff;
 font-size: 12px;
	border: none;
	background: url('/images/inp_bg_m.gif') no-repeat;
}

.m2 {
 padding: 10px 7px 5px 40px;
}

.m2 a {
 color: #ffe2a8;
	text-decoration: none;
}

.mb2 {
 padding: 0px 7px 5px 40px;
	text-align: right;
}

.b1 {
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
}
.b1 td {
        border-left: solid 1px #fff;
								border-top: solid 1px #fff;
}

.b1 th {
        border-left: solid 1px #fff;
								border-top: solid 1px #fff;
								background-color: #774f19;
								color: #fff;
								font-weight: bold;
}

.screen {
 margin: 5px 0px 5px 10px;
	float: right;
}

.screen td {
 padding: 12px 35px;
	background-color: #474542;
}

td.screen_title {
 background: #8c550c url('/images/screen_bg.gif') repeat-y;
	padding: 5px 35px;
}

td.block_title {
 background: #8c550c url('/images/screen_bg.gif') repeat-y;
	padding: 5px 35px;
}

.screen img {
 margin: 5px 0px;
}

a.s_zadachi {
 font-size: 14px;
}

.tb1{
      
       border-right: 1px solid #FFFFFF;
       border-bottom: 1px solid #FFFFFF;
       border-collapse: collapse;
}

.tb1 td {
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding: 5px;
  padding-left: 10px; 
  padding-right: 10px; 
}


.tb2{
       
       border-right: 1px solid #716c66;
       border-collapse: collapse;
}

.tb2 td {
  border-left: 1px solid #716c66;
  padding: 5px;
  padding-left: 10px; 
  padding-right: 10px;   
}

tr.th1 {
 background-color: #775019;
 font-weight: bold;

}

tr.th2 {
 border-right: 0px;
 border-left: 0px;
 background-color: #513610;
 font-weight: bold;
 }

tr.str {
 background-color: #3b342c;
}

table.zadachi {
 position: absolute;
	z-index: 1;
	margin-left: 100px;
	margin-top: -20px;
	display: none;
}

.zadachi td {
 padding: 12px 35px;
	background-color: #474542;
}

.zadachi td.screen_title {
 background: #8c550c url('/images/screen_bg.gif') repeat-y;
	padding: 5px 35px;
}

.zadachi td.screen_title h3 {
 margin: 0px;
	white-space: nowrap;
}

.func {
 padding-left: 15px;
	display: none;
	white-space: nowrap;
}

.sec_title {
 padding: 5px 10px;
	background-color: #754D17;
	font-size: 14px;
	font-weight: bold;
	color: #FFE2A8;
}

.sec_title a {
 color: #FFE2A8;
	text-decoration: none;
}

.showhere {
 width: 150px;
	height: 150px;
	overflow: hidden;
}

.buttondiv {
 margin-top: 5px;
	padding: 5px;
	text-align: center;
	background-color: #754D17;
}

.buttondiv img {
 cursor: pointer;
}

.more {
 font-size: 11px;
	color: #ffe6b1;
	padding-right: 16px;
	background: url('/images/more.gif') right 6px no-repeat;
}

table.vote {
 width: 250px;
	border-collapse: collapce;
	border: none;
	float: left;
	margin: 5px 10px 5px 0px;
}

table.vote td {
 padding: 2px 15px;
	background-color: #474542;
}

table.vote td.vote_title {
 background: #8c550c url('/images/screen_bg.gif') repeat-y;
	padding: 5px 35px;
}

table.vote input.w100, table.vote textarea, table.vote select {
 width: 100%;
	border: none;
	background-color: #f4f4f4;
}

table.vote td.quest {
 font-size: 14px;
	color: #dbbe6d;
	padding: 12px 15px;
}

table.vote td.sub {
 padding: 7px 15px;
	text-align: center;
}

table.vote td.sub input {
 padding: 0px;
 border: none;
	width: 94px;
	height: 33px;
	background: url('images/vote.jpg') no-repeat;
	cursor: pointer;
}

div.partners {
 position: absolute;
	margin-top: -90px;
	margin-left: 750px;
}

table.tabs {
 background-color: #4e4843;
}

td.tab_td {
 padding: 10px 20px 0px 20px;
}

td.tab_footer {
 background: url('/images/tab_footer_left.gif') left bottom no-repeat;
	height: 20px;
}

td.tab_footer div {
 background: url('/images/tab_footer_right.gif') right bottom no-repeat;
	height: 20px;
}

td.tab_buttons {
 background-color: #3f3a36;
}

td.tab_first {
 background: url('/images/tab_head_left.gif') no-repeat;
}

td.tab_last {
 background: url('/images/tab_head_right.gif') right top no-repeat;
}

td.tab_buttons a {
 white-space: nowrap;
 cursor:pointer;
 font-size:14px;
 color:#FFFFFF;
 font-family:Verdana;
 font-weight:bold;
 text-decoration:none;
}

td.tab_diver {
 width: 20px;
 background: url('/images/tab_diver.gif') center center no-repeat;
}

td.tab_diver_sel {
 width: 20px;
 background: #4e4843;
}

td.tab_buttons td.sel {
 background-color: #4e4843;
}

td.tab_ten_left {
 background: url('/images/tab_ten_left.gif') right top no-repeat;
}

td.tab_ten_right {
 background: url('/images/tab_ten_right.gif') no-repeat;
}
