*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.fClear{
	clear: both;
}

body{
	color: #5b5b5b;
	font: 12px/16px Tahoma, sans-serif;
	background: #f3f5f7 url(../images/body_bg.jpg) repeat-x top left;
	width: 100%;
	text-align: center;
	padding: 0px;
}

#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headerContainer{
	height: 150px;
	width: 100%;
}

a#logo {
	display: block;
	float: left;
	height: 80px;
	width: 245px;
	margin: 17px 0px 0px 0px;
	background-image: url(../images/logo.jpg);
}

.bannerType1 {
	/*width: 491px;*/
	float: right;
}

#headerContainer .bannerType1 {
	padding-top: 16px;
}

#contentContainer .bannerType1 {
	padding-top: 15px;
}

.bannerType1 .head {
	height: 6px;
	background: transparent url(../images/banner_type1_bg.gif) no-repeat 0px 0px;
	line-height: 6px;
	font-size: 2px;
}

.bannerType1 .body {
	height: 72px;
	background: transparent url(../images/banner_type1_bg.gif) no-repeat 0px -6px;
	text-align: center;
}

.bannerType1 .footer {
	height: 8px;
	background: transparent url(../images/banner_type1_bg.gif) no-repeat 0px -392px;
}

.bannerType2 {
	width: 142px;
	float: right;
	padding-top: 15px;
}

.bannerType2 .head {
	height: 6px;
	background: transparent url(../images/banner_type3_bg.gif) no-repeat 0px 0px;
	line-height: 6px;
	line-height: 6px;
	font-size: 2px;
}

.bannerType2 .body {
	background: white url(../images/banner_type3_bg.gif) no-repeat 0px -6px;
}

.bannerType2 .footer {
	height: 8px;
	background: transparent url(../images/banner_type3_bg.gif) no-repeat 0px -1992px;
}

.contentType1b {
	width: 843px;
	padding-bottom: 10px;
}

.contentType1b .head {
	height: 6px;
	background: transparent url(../images/content_container_bg_corners.gif) no-repeat 0px 0px;
	line-height: 6px;
	font-size: 2px;
}

.contentType1b .body {
	background: transparent url(../images/content_container_bg_content.gif) repeat-y;
	padding: 0px 0px 1px 0px;
}

.contentType1b .footer {
	height: 8px;
	background: transparent url(../images/content_container_bg_corners.gif) no-repeat 0px -6px;
}

.contentType1 {
	width: 843px;
	padding-bottom: 10px;
}

.contentType1 .head {
	height: 6px;
	background: transparent url(../images/content_container_bg2_corners.gif) no-repeat 0px 0px;
	line-height: 6px;
	font-size: 2px;
}

.contentType1 .body {
	background: transparent url(../images/content_container_bg2_content.gif) repeat-y;
	padding: 5px 8px 10px 8px;
}

.contentType1 .body2 {
	background: transparent url(../images/content_container_bg2.gif) no-repeat 0px -6px;
	padding: 5px 10px 0px 10px;
}

.contentType1 .footer {
	height: 8px;
	background: transparent url(../images/content_container_bg2_corners.gif) no-repeat 0px -6px;
}

.contentType2 {
	width: 843px;
}

.contentType2 .head {
	height: 6px;
	background: transparent url(../images/content_container_bg2_corners.gif) no-repeat 0px 0px;
	line-height: 6px;
	font-size: 2px;
}

.contentType2 .body {
	background: transparent url(../images/content_container_bg2_content.gif) repeat-y;
}

.contentType2 .body .gradient{
	background: #f1f1f1 url(../images/content_container_gradient.jpg) repeat-x;
	margin: 0px 2px;
	padding: 5px 10px 10px 10px;
	width: 819px;
}

.contentType2 .footer {
	height: 35px;
	background: transparent url(../images/content_container2_footer_bg.gif) no-repeat;
	text-align: center;
}

.contentType2b {
	width: 843px;
}

.contentType2b .head {
	height: 6px;
	background: transparent url(../images/content_container_bg3.gif) no-repeat 0px 0px;
	line-height: 6px;
	font-size: 2px;
}

.contentType2b .body {
	background: transparent url(../images/content_container_bg3.gif) no-repeat 0px -6px;
	padding: 5px 0px 5px 0px;
}

.contentType2b .footer {
	height: 35px;
	background: transparent url(../images/content_container2_footer_bg.gif) no-repeat;
	text-align: center;
}

#topMenuContainer {
	margin-top: 13px;
	background: transparent url(../images/topMenu_bg.gif) no-repeat;
	height: 39px;
}

ul#topMenu {
	list-style: none;
	float: left;
}

ul#topMenu li {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	width: 180px;
	text-align: center;
	border-right: 1px solid #e2e2e2;
}

ul#topMenu li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #5b5b5b;
	font-size: 13px;
}

ul#topMenu li a.active {
	background: transparent url(../images/meniu_active_bg.gif) no-repeat !important;
	color: white;
}

ul#topMenu li.first a.active {
	background: transparent url(../images/meniu_active_first_bg.gif) no-repeat !important;
	color: white;
}

ul#topMenu li a:hover {
	text-decoration: none;
	background: transparent url(../images/meniu_hover_bg.gif) no-repeat;
}

ul#topMenu li.first a:hover {
	text-decoration: none;
	background: transparent url(../images/meniu_hover_first_bg.gif) no-repeat;
}


.newsBlock {
	float: left;
	width: 392px;
	padding: 0px 20px 0px 8px;
	font-size: 12px;
}

.newsImage {
	float: left;
	padding: 4px;
	margin-right: 10px;
	border: #b8b8b8 1px solid;
	background-color: white;
}

.newsImage img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

.newsCreated {
	color: #b7b7b7;
	font-size: 11px;
	line-height: 18px;
}

.newsTitle {
	font-weight: bold;
	color: #f7b412;
	text-decoration: none;
	font-size: 12px;
}

a.newsTitle:hover {
	text-decoration: underline;
}

.readMore {
	text-align: right;
}

.readMore a {
	background: transparent url(../images/arrow.gif) no-repeat right top;
	padding-right: 17px;
}

.readMore a {
	color: #177dcc;
	text-decoration: underline;
	padding-left: 10px;
}

.readMore a:hover {
	color: #00acea;
	text-decoration: none;
}

.newsItemBlock .readMore {
	padding-top: 10px;
}

/*
ul#footerMenu {
	width: 600px;
	height: 33px;
	list-style: none;
	border: 1px solid;
	margin-right: auto;
	margin-left: auto;
}

ul#footerMenu li {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	text-align: center;
	padding: 0px 20px;
}

ul#footerMenu li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #5b5b5b;
}

ul#footerMenu li a.active {
}

ul#footerMenu li a:hover {
	text-decoration: none;
	color: #5b5b5b;
}
*/

#footerMenu {
	height: 33px;
	font-size: 11px;
}

#footerMenu .footerMenuItem {
	line-height: 33px;
	padding: 0px 8px;
	color: #5b5b5b;
}

#footerMenu a {
	text-decoration: underline;
	color: #5b5b5b;
}

#footerMenu a:hover {
	text-decoration: none;
}

#footerMenu a.active {
	text-decoration: none;
}

#contentContainer {
	width: 843px;
	float: left;
	padding-top: 15px;
}

table.palukanuLentele {
	width: 100%;
	text-align: center;
}

table {
	border-collapse: collapse;
}

table th{
	height: 40px;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

table td{
	height: 30px;
	padding: 0px 5px;
	border: #bababa 1px solid;
	background-color: white;
	color: #334e73;
	font-size: 11px;
}

.cl1 {
	vertical-align: middle;
}

.cl1 a {
	display: block;
	width: 120px;
	height: 30px;
}

.cl1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table td.zebras {
	background-color: #e9edf2;
}

table th.left {
	color: white;
	background: transparent url(../images/th_bg_left.jpg) no-repeat top left;
	border-right: white 1px solid;
}

table th.middle {
	color: white;
	background: transparent url(../images/th_bg.jpg) repeat-x;
	border-right: white 1px solid;
	border-left: white 1px solid;
}

table th.right {
	color: white;
	background: transparent url(../images/th_bg_right.jpg) no-repeat top right;
	border-left: white 1px solid;
	border-right: 0px;
}

a {
	text-decoration: underline;
	color: #5b5b5b;
}

a:hover {
	text-decoration: none;
	color: #00acea;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul.banners {
	list-style: none;
}

.bannerType2 ul.banners {
	padding-left: 11px;
}

.topRightMenu {
	float: right;
	width: 250px;
}
/*37*/
.print {
	float: right;
	padding: 7px 0px 0px 5px;
	height: 25px;
}

.print span {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
}

.print a {
	display: block;
	height: 25px;
}

.rss {
	float: right;
	padding: 7px 15px 0px 0px;
	height: 25px;
}

.rss a {
	display: block;
	height: 25px;
	width: 25px;
}

.facebook {
	float: right;
	padding: 7px 5px 0px 0px;
	height: 25px;
}

.facebook a {
	display: block;
	height: 25px;
	width: 25px;
}

.paddbot20 {
	padding-bottom: 20px;
}

.pageContent {
	padding: 0px 5px;
}

.pageContent p {
	text-align: justify;
	padding-bottom : 5px;
	padding-top: 5px;
}

.pageContent h1, .pageContent h1 a {
	color: #f7b412;
	font: normal 20px/28px Arial,Verdana,Geneva,Helvetica,sans-serif;
	text-decoration: none;
	padding-top: 5px;
}

.pageContent h1 a:hover {
	text-decoration: underline;
}

.pageContent h1.newsItemIndex, .pageContent h1.newsItemIndex a {
	color: #00acea;
	font: normal 20px/28px Arial,Verdana,Geneva,Helvetica,sans-serif;
	text-decoration: underline;
	padding-top: 5px;
}

.pageContent h1.newsItemIndex a:hover {
	color: #f7b412;
	text-decoration: underline;
}

.pageContent h2, .pageContent h2 a {
	color: #f7b412;
	font: normal 16px/20px Arial,Verdana,Geneva,Helvetica,sans-serif;
	padding: 10px 0px;
}

.pageContent h3, .pageContent h3 a {
	color: #b7b7b7;
	font-size: 12px;
	line-height: 28px;
}

.pageContent a {
	color: #177dcc;
	text-decoration: underline;
}

.pageContent a:hover {
	color: #00acea;
	text-decoration: none;
}

.pageContent ul {
	list-style: none;
	padding: 10px 0px;
}

.pageContent ul li {
	padding: 2px 5px 2px 18px;
	background: transparent url(../images/arrow2.gif) no-repeat left top;
}

.source {
	padding-top: 10px;
	float: left;
}

.source a {
	color: #8cc61c;
}

.goBack {
	padding-top: 10px;
	float: right;
}

.goBack a {
	color: #8cc61c;
}

.center {
	text-align: center;
}

.newsImage .center {
	font-style: italic;
	font-size: 10px;
	line-height: 16px;
}

.newsItem {
	padding: 0px 0px 20px 0px;
}

.width27 {
	width: 27px;
}

.width50 {
	width: 50px;
}

.width110 {
	width: 110px;
}

.width15 {
	width: 15px;
}

.width25 {
	width: 25px;
}

.width35 {
	width: 35px;
}

.width45 {
	width: 45px;
}

.width50 {
	width: 50px;
}

.width95 {
	width: 95px;
}

.width85 {
	width: 85px;
}

.lh20 {
	line-height: 20px;
}

.tableHover {
	background-color: #e2e2e2 !important;
}

.tableHoverActive {
	background-color: #fdff69 !important;
	font-weight: bold;
	color: black !important;
}

.green {
	background-color: #88be21 !important;
	color: white;
	font-weight: bold;
}

table.poll {
	margin-top: 5px;
}

table.poll td{
	height: 14px;
	line-height: 14px;
	border-collapse: collapse;
	border: 0px;
	padding: 2px 5px;
	background-color: transparent;
	text-align: left;
}

table.poll td.pollStats {
	height: 6px;
}

table.poll td.pollStats div {
	background-color: #88be21;
	height: 6px;
}

table.poll input {
	height: 14px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.poll label {
}

ul.paging {
	list-style: none;
	padding: 0px 10px;
}

ul.paging li {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 5px;
	background-image: none;
}

ul.paging li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	text-decoration: none;
	border: 1px solid #177dcc;
	text-align: center;
}

ul.paging li a:hover {
	color: white;
	font-weight: bold;
	background-color: #177dcc;
	border: 1px solid black;
}

ul.paging li a.active {
	color: black;
	font-weight: bold;
	background-color: #aed7f7; /*#177dcc;*/
	border: 1px solid #266697;
}

.leftAlign {
	text-align: left;
}

input.textField {
	border-top:#7c7c7a 1px solid;
	border-right: #d7d8d0 1px solid;
	border-bottom: #d7d8d0 1px solid;
	border-left: #7c7c7a 1px solid;
	background-color: #f3f4ee;
	width: 40px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 2px;
}

input.fileUpload {
	border-top:#7c7c7a 1px solid;
	border-right: #d7d8d0 1px solid;
	border-bottom: #d7d8d0 1px solid;
	border-left: #7c7c7a 1px solid;
	background-color: #f3f4ee;
	width: 200px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 2px;
}

input.textFieldSmall {
	border-top:#7c7c7a 1px solid;
	border-right: #d7d8d0 1px solid;
	border-bottom: #d7d8d0 1px solid;
	border-left: #7c7c7a 1px solid;
	background-color: #f3f4ee;
	width: 40px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 2px;
	text-align: center;
}

input.textFieldLong {
	border-top:#7c7c7a 1px solid;
	border-right: #d7d8d0 1px solid;
	border-bottom: #d7d8d0 1px solid;
	border-left: #7c7c7a 1px solid;
	background-color: #f3f4ee;
	width: 155px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 2px;
}

input.capcha {
	border-top:#7c7c7a 1px solid;
	border-right: #d7d8d0 1px solid;
	border-bottom: #d7d8d0 1px solid;
	border-left: #7c7c7a 1px solid;
	background-color: #f3f4ee;
	height: 40px;
	width: 70px;
	font-size: 32px;
	line-height: 36px;
	padding: 0px 5px;
	text-align: center;
	float: left;
}

img.capcha {
	display: block;
	float: left;
}

span.capcha {
	display: block;
	height: 40px;
	width: 165px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px;
}

select.selectBox {
	border-top:#7c7c7a 1px solid;
	border-right: #d7d8d0 1px solid;
	border-bottom: #d7d8d0 1px solid;
	border-left: #7c7c7a 1px solid;
	background-color: #f3f4ee;
	font-size: 12px;
	line-height: 16px;
}

label.label {
	font-size: 12px;
}

.button {
	height: 20px !important;
	width: 80px;
	background: transparent url(../images/button_bg.gif) no-repeat;
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	cursor: pointer;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;;
}

.button2 {
	height: 20px !important;
	width: 80px;
	background: transparent url(../images/button_bg2.gif) no-repeat;
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	cursor: pointer;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;;
}

.button3 {
	height: 20px !important;
	width: 130px;
	background: transparent url(../images/button_bg3.gif) no-repeat;
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	cursor: pointer;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;;
}

a.button, a.button2, a.button3 {
	display: block;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}

a.button:hover, a.button2:hover {
	color: white;
}

.red {
	color: red;
}

.loginBox {
	padding-top: 10px;
	text-align: center;
}

.loginBox table {
	margin-right: auto;
	margin-left: auto;
}

.leftMenu {
	float: left;
	width: 200px;
	padding: 5px 0px;
	margin: 10px 0px;
}

.leftMenu ul {
	list-style: none;
	padding-left: 10px;
}

.leftMenu ul li {
	padding: 5px 0px;
	background-image: none;
}

.leftMenu ul li a {
	display: block;
	height: 15px;
	width: 100%;
	background: transparent url(../images/arrow.gif) no-repeat;
	padding-left: 18px;
}

.leftMenu ul li a.active {
	color: #F7B412;
	text-decoration: underline;
}

.leftMenu ul li a:hover {
	color: #F7B412;
	text-decoration: none;
}

.innerContent {
	float: left;
	padding: 10px 10px 10px 30px;
	width: 570px;
}

input.disabled {
	/*background-color: silver !important;*/
}

.green2 {
	color: green;
}

.gray {
	color: gray;
}

input.gray {
	background-color: silver;
}

a.kiMenu {
	display: block;
	float: left;
	height: 20px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	margin: 0px 10px;
}

div.fileImageActions{
	background: #CEDEF5;
	height: 16px;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
}

div.fileImageActions div{
	height: 16px;
	line-height: 16px;
	float: left;
	padding-right: 10px;
}

a.imageDelete{
	background: url(../images/actions.gif) no-repeat 0px 0px;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
}

.cl1 a {
	line-height: 30px;
}

.cl1 a span {
	text-decoration: none;
	line-height: 30px;
}

.newsItemBlock {
	border-bottom: 1px dotted;
	padding: 0px 8px 10px 8px;
}

.newsItemBlock h3 {
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
}

td.errorBox {
	border: 1px solid #F89D8F !important;
	background: #FDE6E3;
	color: #571006;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

td.successBox {
	border: 1px solid #8FC079;
	background: #E4F1DE;
	color: #28451D;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

fieldset {
	border: 1px solid #989898;
}

.indelisType {
	line-height: 28px;
	height: 30px;
	padding-right: 10px;
}

.slide {
	display: none;
}

.palukanuLenteleDidele {
}

table.indeliuType td {
	border: 0px;
}

.paddleft {
	padding-left: 40px;
}

.fs11 {
	font-size: 11px;
}

.notice {
	padding: 10px 0px 5px 0px;
}

.loginButtons {
	width: 200px;
	height: 25px;
	padding-top: 5px;;
	margin-left: auto;
	margin-right: auto;
}

table.bottomBanner {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	border: 0px;
}

table.bottomBanner td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

td.tl {
	height: 6px;
	width: 6px;
	line-height: 6px;
	background: transparent url(../images/rounded_corners.gif) no-repeat 0px 0px;
}

td.tm {
	height: 6px;
	line-height: 6px;
	background: transparent url(../images/borders2.gif) repeat-x 0px 0px;
}

td.tr {
	height: 6px;
	width: 6px;
	line-height: 6px;
	background: transparent url(../images/rounded_corners.gif) no-repeat -6px 0px;
}

td.ml {
	width: 6px;
	background: transparent url(../images/borders.gif) repeat-y 0px -0px;
}

td.mr {
	width: 6px;
	background: transparent url(../images/borders.gif) repeat-y -14px 0px;
}

td.bl {
	height: 6px;
	width: 6px;
	line-height: 6px;
	background: transparent url(../images/rounded_corners.gif) no-repeat 0px -6px;
}

td.bm {
	height: 6px;
	line-height: 6px;
	background: transparent url(../images/borders2.gif) repeat-x 0px -14px;
}

td.br {
	height: 6px;
	width: 6px;
	line-height: 6px;
	background: transparent url(../images/rounded_corners.gif) no-repeat -6px -6px;
}

ul.banners {
	list-style: none;
}

ul.banners li {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

ul.banners li a {
	background-image: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: white;
	display: block;
}

ul.banners li img {
	/*float: left;*/
	border: 1px solid;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.gap {
	display: none
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a.marginauto, div.marginauto{
	margin-left: auto;
	margin-right: auto;
}

.creator {
	float: right;
	padding: 7px 0px 0px 0px;
	line-height: 14px;
	height: 14px;
	font-size: 11px;
	margin-bottom: 20px;
}

.creator a {
	display: block;
	float: left;
	height: 14px;
	width: 62px;
}

.creator div {
	float: left;
}

.balsasInfoBlock {
    padding: 5px 12px 24px 12px;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 13px;
    font-weight: bold;
}
.balsasInfoBlock a {
    display: block;
    margin: 6px 0;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
.balsasInfoBlock a.newsTitle, .balsasInfoBlock a.newsTitle:hover {
    color: #F7B412;
    margin: 0;
}
.balsasInfoBlock a:hover {
    color: #000000;
    text-decoration: underline;
}
