body, html{
	height: 100%;
	width:100%;
}

body{
	margin:0;
	background: #242424;
	overflow: auto;
	font-family:tahoma;
	color:white;
	font-size:12px;
}

td {
	font-size:12px;
/*	vertical-align:top;*/
}

table h1{
margin: 12px auto 42px;
font-size: 32px;
background: #333;
padding: 12px;}



.maintb {
	background-image:url(images/newsite/mainbg.jpg);
	background-repeat: repeat-x;
	height:100%;
    width:100%;
}
.maintb2 {

	height:100%;
    width:1000px;
}

.tab_title{
  font-weight:bold;
  color:#fed115;
  font-size:14px;
}

.section_title{
	cursor: pointer;
	padding: 18px 0 8px 38px;
	margin: 18px 0 6px;
	border-top: 1px dashed rgba(255,255,255,0.3);
	text-decoration: underline;
	color: #f0f0f0;
	background: url(images/slide_dwn.png) no-repeat 0% 25px;
}

.questions_tab{
	display: none;
	margin: 0 0 0 24px;
}

.questions_tab td:nth-of-type(1){
	width: 30px;
}

.edit_section{
	padding: 18px;
	margin: 18px 0 6px;
	border: 1px dashed rgba(255,255,255,0.3);
	color: #f0f0f0;
	background: #333;
	border-radius:6px;
}

.edit_section table{
	width: 1090px;
}

.edit_section table td:nth-of-type(1){	width: 30px;	}
.edit_section table td:nth-of-type(2){	width: 560px;	}

.edit_section input[type=text],
.edit_section textarea,
.edit_section select,
.edit_section button
{
	border-radius:4px;
	border: 1px solid #888;
	padding: 2px 1px;
}

.edit_section input[type=button],
.edit_section input[type=submit]{
	padding: 6px 12px;
	font-size: 12px;
}

li{
	line-height: 1.5;
}

table.logos{
	border-collapse: collapse;
}

table.logos td{
	vertical-align: middle;
}

table.logos td.active{
	border: 3px solid #fed115;
}

.small11{
  font-size:11px;
  font-family:tahoma;
}

.small10{
  font-size:10px;
  font-family:tahoma;
}

.menu_item{
  float:left;
  height: 38px;
  margin: 0 1px;
  border-right: 1px solid #333;
  border-left: 1px solid #666;
  padding:0 12px;
  line-height: 38px;
  font-weight:bold;
  font-family:Arial;
  font-size:12px;
}

.menu_item:hover{
  background: #dcdcdc url(/images/menu_bg1_active.gif) repeat-x;
}

.menu_item a{
color:white;
text-decoration:none;
}



/* --------------- STANDART ------------------ */

h1,h2,h3,h4{
	margin: 6px 0 6px 0;
	padding: 0;		
	font-weight: 600;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

img{ 
	border: none;
}


.button{
	color: #909090;
	text-decoration: none;
	background: #eeeeee url(/assets/templates/ofr/images/button_bg.png) repeat-x 50% 50%;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	padding: 9px 10px;
	box-shadow: 0px 0px 1px 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;	
}

.last{
	border:none;
	margin-right:0;
}

.first{
	border:none;
	margin-left:0;
}

.clr{
	clear: both;
}


.highlight{
/*	color: #b00;*/
	background-color: #8dc63f;
	color: white;
	font-weight: bold;	
	padding: 0 2px 0 1px;
}


.round{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

.shadow{
		box-shadow: 2px 2px 6px #dadada;
}

a, a:visited { color: #fed115; }
a:hover		{ text-decoration: underline; color: yellow; }


/*DIV, td{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}*/