﻿
body
{
	background-color: black;	
	position:absolute;	
	top:0px;
	margin:0px;
	margin-top:10px;
	font-family:verdana;
	font-size:12px;
	width:100%;
}

a
{
	color:blue;
}

a:hover
{
	color:red;
}

a:visited
{
	color:blue;
}

.link
{
	color:blue;
	cursor:pointer;
	text-decoration:none;
}

.link-hover
{
	color:red;
	cursor:pointer;
	text-decoration:none;
}
.header
{
	width: 990px;	
	height: 145px;	
	display:block;
	background-image: url("../img/header.png");	
	background-repeat: no-repeat;		
	background-position:bottom;
	background-color:#b8db7c;
	cursor:pointer;
}

.header .logo
{	
}

.main
{	
	background-color:#b8db7c;
	display: block;
	color: white;
	width: 990px;	
	overflow:auto;
}

.main .leftMenu
{
	background-color:#b8db7c;
	width: 223px;	
	display: inline;	
	float: left;		
	padding-left:1px;
}

.main .leftMenu .content
{	
	background-image: url("../img/left_grad.png");	
	background-repeat: repeat-x;
	display:block;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height:301px;
	width: 200px;		
}

.main .leftMenu .leftMenuBottom
{
	background-image: url("../img/left_btm.png");
	background-repeat: no-repeat;
	height:18px;
	width:200px;
}
.main .rightMenu
{
	background-color:#b8db7c;
	width: 224px;
	display: inline;	
	float:left;
}

#flashWrapper
{
	width:160px;
	height:270px;
	z-index:0;
}

.main .rightMenu .content
{	
	background-image: url("../img/right_grad.png");	
	background-repeat: repeat;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
	height: 301px;
	width: 200px;	
	z-index:0;
}

.main .rightMenu .rightMenuBottom
{
	background-image: url("../img/right_btm.png");
	background-repeat: no-repeat;
	height:18px;
	width: 200px;	
}
.main .middle
{	
	background-color:#b8db7c;
	display: inline;
	width: 542px;
	float:left;
}

.main .middle .content
{		
	min-height: 300px;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 10px;
	padding-bottom:10px;
	color:#1f1a17;
	background-image: url("../img/center_grad.png");
	background-repeat: repeat-x;	
	background-color: #8bc457;
	width: 486px;
}

.main .middle .content-foot
{
	background-image: url("../img/center_btm.png");
	background-repeat: no-repeat;
	height:25px;
	width: 516px;
}

.scrollableArea
{
	//width: 100%;
	//height: 95%;
	//overflow-y:auto;
	//overflow-x:hidden;
}

.smallText
{
	width: 100%;
	height: 95%;
/*	overflow-y:auto;
	overflow-x:hidden;*/
	margin:0px;
	font-family:verdana;
	font-size:10px;
}

.menuItem
{
	color: #fffdbe;
	font-weight:bold;
	margin-top:4px;	
}

.boostermenuItem
{
	background-image: url("../img/booster_off.gif");
	background-repeat:no-repeat;
	background-position:center center;
	min-width:134px;
	min-height:19px;
	width:134px;
	height:19px;
	margin-top:4px;	
	cursor:pointer;
}

.boostermenuItem-hover
{
	background-image: url("../img/booster_on.gif");
	background-repeat:no-repeat;
	background-position:center center;
	min-width:134px;
	min-height:19px;
	width:134px;
	height:19px;
	margin-top:4px;	
	cursor:pointer;
}

.footer .menuItem
{
	color: #00a13a;
	font-weight:bold;
	margin-top:4px;
}

.footer .menuItem-hover
{
	color: #296d41;
	cursor: pointer;
	font-weight:bold;
	margin-top:4px;
}

.menuItem-hover
{
	color: #fff85d;
	cursor: pointer;
	font-weight:bold;
	margin-top:4px;
}

.title
{
	color: red;
	font-size: 12px;
}

.leftPanelText
{

}

.rightPanelText
{


}

.footer
{
	height:40px;
	width:990px;
	background-color:#b8db7c;
	display:block;
	font-size:10px;
}

// zaokraglone rogi

.curvy 
{	
	position:relative; 	
	width:990px;
	max-width:990px;
	background:#9caf9c;
	color:#000;
	margin:5em auto;
}
#ctl, #cbl, #ctr, #cbr 
{
	position:absolute;
	width:20px;
	height:20px;
	color:#9caf9c;
	background:black;
	overflow:hidden;
	font-style:normal;
	z-index:1;
}

#ctl 
{
	top:0;
	left:0;
}

#cbl
{
	bottom:0;
	left:0;
}

#ctr
{
	top:0; 
	right:0;
}

#cbr
{
	bottom:0;
	right:0;
}

.curvy em b 
{
	position:relative;
	font-size:150px;
	font-family:arial;
	color:#b8db7c;
	line-height:40px;
	font-weight:normal;
}

#ctl b 
{
	left:-8px;
}

#ctr b 
{
	left:-25px;
}

#cbl b 
{
	left:-8px; 
	top:-17px;
}

#cbr b 
{
	left:-25px;
	top:-17px;
}

.tabPanel 
{
	display:block;
	width:100%;	
}

.tabPanel .tabItem
{			
	color: #fffdbe;
	font-weight:bold;
	width: 127px;
	height: 25px;
	background-color:#f3ae4a;
	border-width:1px;
	border-style:solid;
	border-color:black;	
	vertical-align:middle;
	text-align:center;	
}

.tabItem .tabItem-link
{		
	color: #fffdbe;
	cursor: pointer;	
	vertical-align:middle;
	font-weight:bold;
}

.tabItem-link-hover
{		
	color: #fff85d;
	cursor: pointer;	
	vertical-align:middle;
	font-weight:bold;
}

.tabPanel .tabItem-selected
{			
	color: #fff85d;
	cursor: pointer;
	font-weight:bold;
	width: 127px;
	height: 25px;
	background-color:#55BF55;
	border-width: 1px;
	border-style:solid;
	border-color:black;	
	vertical-align:middle;
	text-align:center;	
}

.button
{
background-color: #f3ae4a;
font-weight: bold;
font-size: 12px; 
color: black;
border-style:none;
text-decoration:none;
}
