body {
	background-image: url("/template/images/bg.jpg");
} 
table {
	font: normal 12px Arial;
	line-height: 20px;
	border: 0px;
}
li {
	list-style-image: url("/template/images/arrow.jpg");
}
h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #026c9d;
}
h3 {
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #026c9d
}
hr {
	color: #d69b23;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
select, input { 
	font: normal 12px Arial;
	border: #9f9f9f; 
	border-style: solid;
	border-width: 1px;
}
input.button1 { 
	font: normal 12px Arial;
	font-weight: bold;
	color: #026c9d;
   	background-color: #fbf1cd;
   	border: solid 1px #9f9f9f;
   	cursor: hand;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input.button1:hover {
    color: #de008c;
}
button {
	background-color: #fae7a6;
	border-style: solid;
	border-width: 0px;
	cursor: hand;
	cursor: pointer;
}
table.orng {
	border-style: solid;
	border-collapse: collapse;
	border-color: #fbeec1;
}
table.orng th {
	border-style: solid;
	border-color: #fbeec1;
}
table.orng td {
	border-style: solid;
	border-color: #fbeec1;
}
table.active th {
	border-style: solid;
	border-color: #b30000;
	color: #b30000;
}
table.orng, table.orng th, table.orng td, table.active th {
	border-width: 1px;
}
.tekstas {
	line-height: 20px;
}
table.meniu_top {
	font: bold 15px Arial;
}
table.meniu_left {
	font: bold 13px Arial;
}
td.drugelis {
	width: 45px;
	text-align: center;
}
.white {
	background-color: #ffffff;
}
.dark_orange {
	background-color: #fae7a6;
}
.orange {
	background-color: #fbeec1;
	width: 930px;
}
a.meniu_top_href {
	color: #ffffff;
	text-decoration: none;
}
a:hover.meniu_top_href {
	color: #c9fffd;
	text-decoration: none;
}
a.meniu_left_href {
	color: #026c9d;
	text-decoration: none;
}
a:hover.meniu_left_href {
	color: #e6178f;
	text-decoration: none;
}
a {
	color: #026c9d;
}
a:hover {
	color: #e6178f;
}
img {
	behavior: url("/template/images/pngbehavior.htc");
	border: 0;
}
td.kampas1_kair {
	width: 11px;
	background-image: url("/template/images/kampas1_kair.png");
}
td.kampas1_des {
	width: 11px;
	background-image: url("/template/images/kampas1_des.png");
}
td.linija_virsus {
	width: 952px;
	background-image: url("/template/images/linija_virsus.jpg");
}
td.linija_kair {
	background-image: url("/template/images/linija_kair.jpg");
}
td.linija_des {
	background-image: url("/template/images/linija_des.jpg");
}
td.meniu_virs {
	background-image: url("/template/images/meniu_virs.jpg");
}
td.linija_apacia {
	background-image: url("/template/images/linija_apacia.jpg");
}
td.linija_orange {
	background-image: url("/template/images/linija_orange.jpg");
}
td.logo {
	background-image: url("/template/images/logo.jpg");
}
td.sonas_kair {
	width: 11px;
	background-image: url("/template/images/sonas_kair.jpg");
}
td.sonas_des {
	width: 11px;
	background-image: url("/template/images/sonas_des.jpg");
}
td.kampas2_kair {
	background-image: url("/template/images/kampas2_kair.png");
}
td.kampas2_des {
	background-image: url("/template/images/kampas2_des.png");
}
td.kampas3_kair {
	width: 10px;
	background-image: url("/template/images/kampas3_kair.jpg");
}
td.kampas3_des {
	width: 10px;
	background-image: url("/template/images/kampas3_des.jpg");
}
td.kampas4_kair {
	background-image: url("/template/images/kampas4_kair.jpg");
}
td.kampas4_des {
	background-image: url("/template/images/kampas4_des.jpg");
}
td.kampas5_kair {
	background-image: url("/template/images/kampas5_kair.jpg");
}
td.kampas5_des {
	background-image: url("/template/images/kampas5_des.jpg");
}
tr.tr1 {
	height: 1px;
}
tr.tr10 {
	height: 10px;
}
tr.tr11 {
	height: 11px;
}
tr.tr50 {
	height: 50px;
}
tr.tr200 {
	height: 200px;
}
tr.tr400 {
	height: 400px;
}
.dateSelection {
	border-bottom: 1px dashed #d69b23;
	padding: 0 0 9px 0;
}
.userSelection {
	border-top: 1px dashed #d69b23;
	padding: 5px 0 5px 0;
}

.with_line {
	height: 25px;
	border-bottom: 1px dotted #dcb97b;
	padding: 10px 5px 0px 5px;
}
.no_line {
	height: 25px;
	padding: 10px 5px 0px 5px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #fbf1cd;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #f0d096;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 18px Verdana;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #b30000;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
