/*
	Bendras CSS failas
*/

html, body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font-family: Verdana, Tahoma, Arial;
}

.fir {
	display: none;
}

.header1 {
	top: 0px;
	border-bottom: 1px solid #CFCFCF;
}

.header2 {
	top: 100px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

.header {
	position: absolute;
	height: 30px;
	width: 100%;
	left: -16px;
	z-index: 7;
}

.headerBack {
	position: absolute;
	height: 30px;
	width:100%;
	left:-16px;
	z-index: 1;
	background-color: silver;
}

.headerBack2 {
	position: absolute;
	height: 30px;
	width: 204px;
	z-index: 5;
	background-color: silver;
}

#logo {
	position: absolute;
	margin: 0px;
	top:  33px;
	left: -16px;
	width: 100%;
	height: 70px;
	background-image: url('/img/logo.gif');
	background-repeat: no-repeat;
	background-position: 24px 9px;
	z-index: 8;
}

#logoBack {
	position: absolute;
	top:  30px;
	left: -16px;
	width: 100%;
	height: 70px;
	z-index: 6;
}

#logoBack2 {
	position: absolute;
	top: 30px;
	height: 70px;
	width: 204px;
	z-index: 5;
	background-color: white;
}


#Nav {
	height:100%;
	width:204px;
	position:absolute;
	z-index: 4;
	background-color: #18A1D0;
	background-image: url('/img/inner/background.jpg')
}

#NavBlock {
	top:180px;
	position:relative;
}

#NavBackground {
	position: absolute;
	margin: 0px;
	height: 222px;
	width: 204px;
	z-index: 1;
}

.navItem {
	position: relative;
	background-repeat: no-repeat;
	width: 204px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
}


#Page {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 2;
}

#Content {
	width: 60%;
	margin-left: 220px;
	margin-top: 150px;
	margin-bottom: 30px;
}

#Content a {
	color: navy;
	text-decoration: none;
}

#Content a:hover {
	color: black;
	text-decoration: underline;
}

.pdficon {
	background-image: url('/img/inner/pdf_icon.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 20px;
	height: 22px;
}

.pdf {
	background-image: url('/img/inner/pdf_icon.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-indent:28px;
}

.saveIcon {
	border: none;
	margin-left: 10px;
	width: 14px;
	height: 14px;
}

#katalogai td {
	border-bottom: 1px solid #E8E8E8;
}

#Content h1 {
	margin-bottom: -1em;
	font-family: Arial Black, Verdana, Tahoma;
	font-size: x-large;
}

#Content h2 {
	margin-top: 2em;
	font-family: Arial, Verdana, Tahoma;
	font-size: large;
	color: #0089B7;
}

#Content .blue {
	font-family: Arial, Verdana, Tahoma;
	font-size: large;
	color: #0089B7;
}

#sandelys {
	float:left;
	position:relative;
	left: 40px;
	top: 20px;
	width: 220px;
	background-color: #F1F1F1;
	border:1px solid silver;
	padding: 5px;
}

#Content ul {
	margin-top: 0.3em;
}

#uzsakymas td {
	background-color: #F1F1F1;
	border:1px solid silver;
}

textarea, input {
	font-family: Verdana;
	font-size: small;
}

.thumb {
	float:right;
	margin:5px 25px;
	margin-left:0px;
	padding:0 5px;
}

.br {
	clear:both;
}