/* CSS Document */
body{
	margin:0;
	padding:0;
	font: 110% Calibri, Arial,Helvetica,sans-serif;
	color:#444;
}
a{
	color:#444;
}
a:hover{
	color:#8cc737;
}
a img{
	border:none;
}
input{
	padding-left:3px;
	padding-right:3px;
}


#page{
	width:990px;
	margin: 0 auto;
	position:relative;
}
#header{
	margin: 1em 0;
	width:730px;
}
#logo{
	float:left;
	width:485px;
}
#auth{
	font-size:12px;
	float:left;
	width:232px;
}	
#auth input{
	font-size:10px;
	border:solid 1px #444;
}
#auth .box{
	margin:20px 0 0 20px;	
}
#menu,
#main{
	width:730px;
}
#menu{
	background:#f6f6f6;
	padding: .5em 0;
}
#right_m {
	left:750px;
	position:absolute;
	top:5px;
	width:240px;
	padding: 0 0 60px 0;
}
#right_m .box{
	
}
#right_m .box h3{
	font-weight:normal;
	font-size:16pt;
	margin:0;
}
#right_m .box p{
	font-size:11pt;
	margin:0;
}
#right_m .box textarea{
	margin:.5em 0;
	width:236px;
	border: 1px solid #cbcdcf;
}

/****************** Menu items *******************/




#mark {
	color:white;
	font-size:14px;
	font-weight:bold;
}
.graph {
	border:1px solid #CBCDCF;
	height:350px;
	margin-bottom:14px;
	overflow:hidden;
	width:240px;
}
.primary a{
	font-size:14pt;
	color:#5ab5dc;
	display:block;
	padding:3px;
}
.primary a:hover{
	color:#8cc737;
	background:#f5f5f5;
}
.sbut{
	background-color:#7AB15E;
	border:1px solid #444;
	height:17px;
	width:20px;
}
.smenu {
	background:#626469 none repeat scroll 0%;
	height:141px;
	padding:5px 5px 5px 15px;
}
.smenu a{
	color:#D1D3D4;
	display:block;
	font-size:14px;
	margin:2px 0px 7px;
	text-decoration:none;
}
.stroka {
	background:red none repeat scroll 0%;
	border-bottom:3px solid #FFFFFF;
	height:17px;
	overflow:hidden;
	width:730px;
	*height:24px;
}
.stroka a{
	text-decoration:none;
	color:#fff;
	padding: 0;
}


/************ Main content *************/

table.IntroReportsList{
	width:100%;
	font-size:70%;
}


table.ReportsList{
	width:100%;
	border-collapse:collapse;
}

table.ReportsList td.thumbnail{
	padding: 10px 30px 0 0;
	width:130px;
}
table.ReportsList td.small_thumbnail{
	padding: 5px 10px 0 0;
	width:64px;
}
table.ReportsList td.description{
	/*text-align:justify;*/
	padding: 0 0 1em 0;
}
table.ReportsList td p{
	margin: .5em 0;
}
table.ReportsList td h3{
	font-size:18pt;
	margin: 0 0 .5em 0;
}
table.ReportsList td h5{
	font-size:12pt;
	margin: 0;
}


table.ReportDetails{
	margin: .75em 0;
	width: 100%;
}

table.ReportDetails h2{
	font-weight: normal;
	margin:0 0 .5em 0;
}

.ReportInfo{
	background: #f8f8f8;
	border-top: solid 1px #aaa;
	padding: 0 0 .5em 0;
	font-size:12px;
}
.ReportInfo ul{
	list-style:none;
}


#bottom_menu{
	margin: 2em 0 1em 0;
	width:700px;
}
#footer{
	width:705px;
	margin: 1em 0;
	border-top:solid 1px #ccc;
	font-size:60%;
	padding:1em;
}

.lang{
	text-align:right;
}
.lang a{
	text-decoration:none;
	font-weight:bold;
	font-size:14pt;
}
.lang span{
	text-decoration:none;
	font-weight:bold;
	font-size:14pt;
	color:#8cc737;
}

.searchOverview{
	font-size:10pt;
	color:#888;
	margin: 0 0 1em 0;
	border-top:1px solid #eee;
	
}

.order{
	display:block;
	float:right;
	font-size:18px;
	color:#8cc737;
	text-decoration:underline;
	background: transparent;
	cursor:pointer;
	*cursor:hand;
}
.order:hover{
	background:#f8f8f8;
}

.order .a1{
	background: transparent;
}
.order .a2{
	background: transparent;
	padding: 2px 20px 0;
	height: 29px;
*	height: 31px;
	text-align:center;
}

.order:hover .a1{
	background:url(../images/buttons/a1/sprite.gif) no-repeat 0 0;
}
.order:hover .a2{
	background:url(../images/buttons/a1/sprite.gif) no-repeat right -31px;
}

.orderTypeForm,
.orderForm{
	width:100%;
}
.orderTypeForm td{
	vertical-align:top;
	padding: 20px;
	font-size: 14px;
}
.orderForm td{
	vertical-align:top;
	padding: 3px;
	font-size: 14px;
}



.gray,
.grey{
	color:#bbb;
}
.red{
	color:#EA5B5B;
}
.right{
	text-align:right;
}
.thin{
	font-weight:normal;
}
.small{
	font-size:11px;
}
.clear{
	clear:both;
}
.nounderline{
	text-decoration:none;
}
