

body
{
   margin: 0px;
   padding: 0px;
	color: #666666;
	font: normal 11px Tahoma;
	background: #F1F8FF url('../images/main-bg3.jpg') repeat-x top left;
}

#header
{
   margin: 0px;
   padding: 0px;
   width: 850px;
   height: 100px;
   background: url('../images/header.jpg') no-repeat top left;
}

#content
{
 width: 900px;
}

#side
{
	width: 240px;
	overflow: hidden;
	display: inline;
	height: 100%;
	position: relative;
	float: left;
}

#side .title
{
	width: 240px;
	background: url('../images/menu-active.jpg') no-repeat top left;
	height: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	font: bold 10px Tahoma;
	text-transform: uppercase;
	padding-top: 3px;
	margin-top: 10px;
}

#main
{
	position: relative;
	width: 560px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
}
#planai div
{
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
	padding-top: 40px;
	height: 158px;
	padding-left: 5px;
	width: 133px;
	color: #FFFFFF;
	font: normal 11px Tahoma;
}
#planai .planas1
{
	background: url('../images/planas1.jpg') no-repeat top left;
}
#planai .planas2
{
	background: url('../images/planas2.jpg') no-repeat top left;
}
#planai .planas3
{
	background: url('../images/planas3.jpg') no-repeat top left;
}
#planai .planas4
{
	background: url('../images/planas4.jpg') no-repeat top left;
}

.clear
{
	clear: both;
}

#main .title
{
	width: 560px;
	background: url('../images/title-bg.jpg') no-repeat top left;
	height: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	font: bold 10px Tahoma;
	text-transform: uppercase;
	padding-top: 3px;
}
#main .content
{
	padding-left: 3px;
	margin-bottom: 25px;
}
#main .date
{
	font: normal 10px Tahoma;
	color: #cc3300;
}
h1
{
	font: bold 11px Tahoma;
	color: #000000;
	margin: 0;
	padding: 0;
}

#menu
{
	margin-top: 10px;
	width: 240px;
}
#menu a.main
{
	display: block;
	background: url('../images/menu.jpg') no-repeat top right;
	width: 220px;
	line-height: 22px;
	height: 20px;
	color: #000000;
	text-transform: uppercase;
	font: bold 10px Tahoma;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}

#menu a:hover.main
{
	background: url('../images/menu-active.jpg') no-repeat center right;
	color: #FFFFFF;
}

#menu a.submenu, #menu a.submenu2
{
	display: block;
	background: url('../images/list.jpg') no-repeat 20px 5px;
	padding-left: 35px;
	width: 220px;
	text-decoration: none;
	color: #000000;
	height: 14px;
        font: normal 11px Tahoma;
}

#menu a:hover.submenu, #menu a:hover.submenu2  
{
	color: #FFFFFF;
	background: #cc3300 url('../images/list-on.gif') no-repeat 20px 5px;
}

#menu a.submenu2
{
   padding-left: 55px;
   width: 200px;
   background: url('../images/list.jpg') no-repeat 40px 5px;
}
#menu a:hover.submenu2 
{
   background: #cc3300 url('../images/list-on.gif') no-repeat 40px 5px;
}

#footer
{	
	clear: both;
	width: 100%;
	border-top: 3px solid #cc3300;
	font: normal 10px Tahoma;
}

#footer span
{
	margin-left: 250px;
}

#langs
{
   position: absolute;
   top: 81px;
   left: 700px;
}

#langs a
{
   display: block;
   background-color: #CD3301;
   float: left;
   padding: 4px 10px 2px 10px;
   text-decoration: none;
   color: #FFFFFF;
   font: bold 11px Tahoma;
   margin-left: 5px;
   border-top: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
}

#langs a:hover
{
   background-color: #FFFFFF;
   color: #000000;
}

.login {
background: url('../images/jungtis.jpg');
width:82px;
height:18px;
border:0;
}

.tableTitle
{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
.tableRow
{

}
.tableRowEven
{
	background-color: #ececec;
}

input
{
	background-color: #f5d6cc;
	border: 1px solid #999999;
	font: normal 10px Tahoma;
}
select
{
	background-color: #f5d6cc;
	border: 1px solid #999999;
	font: normal 11px Tahoma;
}
textarea
{
	background-color: #f5d6cc;
	border: 1px solid #999999;
	font: normal 10px Tahoma;
        width: 250px;
        height: 70px;
}

a {
	font: normal 11px Tahoma;
	color: #cc3300;
	text-decoration: none;
}
a:hover {
	font: normal 11px Tahoma;
	color: #cc3300;
        text-decoration: underline;
        }
a:visited {
	font: normal 11px Tahoma;
	color: #cc3300;
}
a.more {
	text-decoration: none;
        font: normal 11px Tahoma;
        color: #ffffff;
}
a.more:hover {
	font: normal 11px Tahoma;
	color: #ffffff;
        text-decoration: none;
        }
a.more:visited {
	font: normal 11px Tahoma;
	color: #ffffff;
        text-decoration: none;
}
#available {
		display: none;
		color: green;
}
#not_available {
	display: none;
	color: red;
	}
