

#container
{
	padding: 0px;
	border-bottom: 0px solid #ccc;
	background: #fff;
	font-family: verdana;
	font-size: 10px;
}



#selector
{
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	height: 130px;
}




#tabnav
{
	height: 18px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
}


#tabnav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

	
#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #8C949B;
}


#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #CC3333;
	
}


#tabnav a:hover
{
	background: #fff;
}




/*25/11/2010
made following change:

removed: 
	<br/> tags in template
added :
	display:block;
	height:18px;
why:
	IE7, IE8 and Mozilla were displaying "select" fields differently
	
Vitalijs*/


.select
{
	border: 1px solid gray;
	font-family: verdana;
	font-size: 10px;
	width: 450px;
	height:18px;
	display:block;
}


.button
{
	border: 1px solid gray;
	width: 80px;
	font-family: verdana;
	background: #f3f3f3;
	font-size: 10px;
	color: #CC3333;
}


.input
{
	border: 1px solid gray;
	width: 250px;
	font-family: verdana;
	font-size: 10px;	
}


.input2
{
	border: 1px solid gray;
	width: 100%;
	font-family: verdana;
	font-size: 10px;	
}


.textarea
{
	border: 1px solid gray;
	width: 100%;
	font-family: verdana;
	font-size: 10px;	
}


.meklet
{
	display: inline;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}


#langContainer
{
	position: relative;
	text-align: right;
	height: 20px;
}

#lang
{
	padding-right: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #8C949B;
}






.langActive
{
	color: #CC3333;
	text-decoration: none;
}


.langInActive
{
	color: #8C949B;
	text-decoration: none;
}


.logo
{
	vertical-align: middle;
	text-align: center;
}


.title
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	height: 25px;
	padding-left: 5px;
	color: black;
	text-decoration: none;
}



.location
{
	font-family: verdana;
	font-size: 10px;
	vertical-align: bottom;
	height: 22px;
	color:gray;
	vertical-align: bottom;
	padding-bottom: 2px;
}



.address
{
	font-family: verdana;
	font-size: 10px;
	height: 10px;
	color: gray;
	padding-left: 5px;
}




.txt
{
	font-family: verdana;
	font-size: 10px;
	color: gray;
}


.odd
{
	background: #F2F2F2;
}


.simple
{
	background: white;
}


.label
{
	font-family: verdana;
	font-size: 10px;
	background: #EFEFEF;
	font-weight: bold;
}


.head
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}


.link
{
	font-family: verdana;
	font-size: 10px;
	color: blue;
	cursor: pointer;
	text-decoration: none;
}


.link12
{
	font-family: verdana;
	font-size: 12px;
	color: blue;
	cursor: pointer;
	text-decoration: none;
}



#okno
{
	padding-left: 10px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	
}


#okno a:link, #okno a:visited
{
	color: #8C949B;
	text-decoration: none;
}


#okno a:hover
{
	color: #CC3333;
	text-decoration: none;
}

.button_1
{
	border: 1px solid gray;
	width: 90px;
	height: 15px;
	background: #f3f3f3;
}

.button_2
{
	width: 128px;
	height: 40px;
	background-image: url(images/stat.gif);
	color: #ffffff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;

}


