HTML, BODY {height:100%;}
body{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
    background-color: #DFDFDF;   
    color: #666;
}
img{
	border:0;
}
h1{
	font-size: 20pt;
}
h2{
	font-size: 15pt;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 13pt;
	margin: 0;
	padding: 0;
}
h4{
	display: inline;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
a{
	color:#0259A2;
	text-decoration:none;
	font-size: 11pt;
}
a:visited{
	color:#0259A2;
}
a:hover{
	color:#00AC08;
}
span.comment{
	font-size:10pt;
}
span.red{
	color:red;
}
span.grey{
	color:#979797;
}
.input{
	width:200px;
}
#ta_text{
  width: 500px;
  height:100px;
  overflow: auto;
  margin:0;
  padding:0;
}
.resizer{
	position: relative;
	top:5px;
	right: 17px;
	cursor: se-resize;
}
div.loader{
	position: absolute;
	top:250px;
	left:50%;
}
/*Îøèáêà*/
div.error{
	position: absolute;
	top:200px;
	height:100px;
	width: 500px;
	border:1px solid #B1BAD9;
	padding:10px;
	background-color: #F1F3F6;
	cursor: default;
}
#error_close{
	background-image: url('images/delete.gif');
	background-position: right top;
	background-repeat: no-repeat;
	height: 24px;
}
#error_fon{
	position: absolute;
	left: 0;
	top: 0;
	
	background-color: #D9D9D9;
	height: 100%;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; 
}
/*end Îøèáêà*/
#tooltip{
	background:#FFFFFF;
	border:1px solid #666666;
	color:#333333;
	font:menu;
	margin-left:5px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden
}
div.terms{
    margin-top: 20px;
    padding: 5px;
    overflow: scroll;
    height: 300px;
    width: 600px;
    border: 1px solid black;
}
table.main_table, table.main_table td.main{
    border: 5px solid #fff;
    border-collapse: collapse;
    background: #ECECEC;
}
div.header{
    text-align: center;
}
div.footer{
    height: 50px;
    padding: 10px 0px 5px 20px;
}
a.page{
    border: 1px solid #ECECEC;
}
a.page:hover{
    border: 1px solid #CCCCCC;
    color:#00AC08;
}
div.page{
    margin: 1px;
    line-height: 90%;
}
div.page a{
    margin-left: 1px;
}
a.menu{
    border: 1px solid #ECECEC;
}
a.menu:hover{
    border: 1px solid #CCCCCC;
    color:#00AC08;
}
div.menu{
    margin: 5px;
    line-height: 150%;
}
div.menu a{
    margin-left: 10px;
}
div.content{
    margin: 5px;
}
table.stat_table, table.stat_table td{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    text-align: center;
}
tr.uppertr td{
    font-weight: bold;
    padding: 5px;
}
