* { 
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
}

body, html {
	width: 100%;
	height:100%;
	background: #fefefd;
	color: #474A45;
/*	background-repeat: repeat-x;*/
	font-size: 12px;
}

a:visited, a:link, a:active
{
	text-decoration:none;
	color: #2a5506;
}

a:hover
{
	text-decoration:underline;
	color: #52A516;
}

h1 a:active, h1 a:link, h1 a:visited {
	float:left;
	text-align: center;
	color: #2a4427;
	font-size: 11px;
	font-weight: normal;
/* 	margin-left: 5px; */
	margin-top: 5px;
	padding-left: 17px;
	padding-right: 17px;
	border-right:1px solid #fff;
	line-height:32px;
	text-decoration: none;
}

h1 a:hover
{
	float:left;
	color: #162c03;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	background: #fff;
}

h2 a:active, h2 a:link, h2 a:visited, h2 a:hover {
	float:left;
	text-align: center;
	color: #2a4427;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	text-align: center;
	margin: 15px;
	margin-left: 180px;
        vertical-align:middle;
	line-height:40px;
	font-weight: bold;
	font-size: 11px;
	width: 400px;
	height: 40px;
}

/***********************************************
	Objects table styles (flats list)
************************************************/

.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 4px 3px 4px;
	background-color: white;
	text-align: center;
}

.tableCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	text-align: center;
	cursor: pointer;
}

.tableCell1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

.tableRollover {
	background-color: #65B62B;
	color: white;
}

.tableReserved {
	background-color: #F8DF52;
}
.tableAvailable {
	background-color: #DFF2C2;
}
.tablePurchased {
	background-color: #EB2808;
}



.tableBgStyle {
	background-color: #CCCCCC;
}

table.flattable td
{
	padding-left: 5px;
	vertical-align: middle;
	line-height: 20px;
}

.inputs {
	FONT-SIZE: 11px;
	COLOR: #2a4427;
	FONT-FAMILY: Verdana, Arial;
	TEXT-ALIGN: left;
	width: 80px;
	padding: 2px;
}

.inputs_button {
	FONT-SIZE: 11px;
	COLOR: #2a4427;
	FONT-FAMILY: Verdana, Arial;
	TEXT-ALIGN: center;
	background-position: center center;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
	border-left: 1px solid #D8D8D8;
	background: url("images/button_back.gif");
	background-repeat: repeat-x;
	padding: 2px;
	width: 80px;
}

.tekstas {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

a.meniu_active:active, a.meniu_active:hover, a.meniu_active:link, a.meniu_active:visited
{
	color: #162c03;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
	background: #fff;
}

a.sub_active:active, a.sub_active:hover, a.sub_active:link, a.sub_active:visited
{
	color: #162c03;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.gallery img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.gallery:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.footer
{
	clear: both;
	color: #afadae;
	background: #fff;
	height: 34px;
	line-height: 30px;
	text-align: left;
	width: 900px;
}

