html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#FFFFFF;
	
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004DA9;
}

p {
	margin:0;
	padding:0;
}

img {
	border:0;
	behavior:url("js/pngbehavior.htc"); 
}
form {
	margin:0;
	padding:0;
	height:0;
}

#rootTable {
	width:100%;
	height:100%;
}

#rootTableTdLeft {
	background-color:#DEDEDE;
	background-image: url(../images/website/bg_left.jpg);
   background-repeat: repeat-x;
}

.footerTdLeft {
	background-color:#DEDEDE;
	background-image: url(../images/website/footer_left_bg.jpg);
   background-repeat: repeat-x;
}

#footerTdRight {
	background-color:#DEDEDE;
}

#rootTableTdCenter {
	width:980px;
	background-color:#FFFFFF;
}

#rootTableTdRight {
	background-color:#DEDEDE;
	background-image: url(../images/website/bg_right.jpg);
   background-repeat: repeat-x;
}

#headerTable { width:980px; }
#bodyTable   { width:980px; }

#headerTableLeft {
	width:362px;
	height:190px;
}

#headerTableRight {
	background-image: url(../images/website/bg_right.jpg);
   background-repeat: repeat-x;
}

#bodyTableLeft {
	width:206px;
	background-image: url(../images/website/menu_bg.jpg);
   background-repeat: no-repeat;
}

#bodyTableLeftBg {
	width:27px;
	background-color:#DEDEDE;
	background-image: url(../images/website/bg_body.jpg);
   background-repeat: repeat-x;
}

#bodyTableRight {
	width:704px;
}

#bodyTableRightBg {
	width:43px;
	background-color:#DEDEDE;
	background-image: url(../images/website/bg_1.jpg);
   background-repeat: no-repeat;
}

#bodyTableRightBgInner {
	width:43px;
	background-color:#DEDEDE;
	background-image: url(../images/website/bg_1_inner.jpg);
   background-repeat: no-repeat;
}

#logoBlock {
	width:362px;
	height:190px;
	background-image: url(../images/website/logo_bg.jpg);
   background-repeat: no-repeat;
}

#flashBlock {
	width:600px;
	height:190px;
	float:right;
}

#menuBlock {
	margin-left:30px;
	height:318px;
}



#menuBlock img {
	margin-right:11px;
}

#menuBlock div {
	margin-bottom:20px;
}

#langsBlock{
	width:704px;
	height:25px;
	background-image: url(../images/website/ff_bg.jpg);
   background-repeat: no-repeat;
}

#topMenuBlock {
	width:704px;
	height:40px;
	background-color:#4173B1;
	line-height:40px;
}

#topMenuBlockInner {
	width:704px;
	height:40px;
	background-color:#4173B1;
	background-image: url(../images/website/info_bg.jpg);
   background-repeat: no-repeat;
   background-position:top right;
	line-height:40px;
}

#footerTitle {
	width:617px;
	height:40px;
	background-color:#4274B3;
}

#footerTitle h1 {
	margin-left:35px;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:40px;
}

#footerLine {
	float:right;
	width:690px;
	height:5px;
	overflow:hidden;
	background-color:#DEDEDE;
}

.subList {
	background-color:#ECF1F7;
	padding:0px 0px 0px 15px;
	margin-bottom:2px;
}

.subList a {
	text-decoration:none;
	color:#4173B1;
}

.subList a:hover {
	text-decoration:underline;
	color:#4173B1;
}

a{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#000000;
   text-decoration:underline;
}

a:hover{
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

.menuItem {
	float:left;
}

.menuItem h1 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

#topMenuBlockBg {
	width:704px;
	background-image: url(../images/website/bottom_bg.jpg);
   background-repeat: no-repeat;
   background-position:bottom right;
}

#innerTable {
	width:704px;
	background-image: url(../images/website/bottom_bg.jpg);
   background-repeat: no-repeat;
   background-position:bottom right;
}

.rootItem {
	margin:0px 20px 20px 20px;
}

.rootItem h1 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#004DA9;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-left:3px;
}

.topSubmenu {
	margin: 0px 0px 3px 0px;
	background-color:#ECF1F7;
	width:206px;
}

.topSubmenu h2 {
	margin:0;
	padding:5px 5px 5px 15px;
	color:#004FAA;
	line-height:20px;
	text-decoration:none;
}

.topSubmenu h2:hover {
	margin:0;
	padding:5px 5px 5px 15px;
	color:#004FAA;
	line-height:20px;
	text-decoration:underline;
}

.linkaz{
   text-decoration:none;
}
.linkaz:hover{
   text-decoration:underline;
}

.menuLink{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   text-decoration:none;
   font-weight:bold;
   color:#004EA9;
}
.menuLink:hover{
   font-size:11px;
   text-decoration:underline;
   font-weight:bold;
}

.nav_link{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#FFD632;
   background:#7C7D9A;
   text-decoration:none;
   font-weight:bold;
   padding-left: 5px;
   padding-right: 20px;
   padding-top: 1px;
   padding-bottom: 1px;
}
.nav_link:hover{
   color:#FFD632;
   font-size:11px;
   text-decoration:underline;
   font-weight:bold;
}


.dark_font{
   color:#666666;
}

.maintext {
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #004DA9;
   font-size: 12px;
   text-align: justify;
   vertical-align: top;
   width:410px;
   padding:10px 0px 10px 0px;
}

.title {
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: 17px;
   font-weight: bold;
   line-height: 20px;
}

.category_title {
   color: #000000;
   font-size: 14px;
   font-weight: bold;
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.subkategorija {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-left: 15px;
}

.cat_blokas {
   background: #7C7D9A;
}

.navigacija {
   font-size: 11px;
   color: #000000;
   padding-left: 10px;
}

.navigation{
	
}

a.navigation{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#000000;
   text-decoration:underline;
}

a.navigation:hover{
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

.submenu_linkas{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	line-height: 20px;
}
.submenu_linkas:hover{
	font-weight:bold;
	text-decoration:none;
	line-height: 20px;
}




.login_box{
   background-color: #EEEEEE;
   border:0;
}
.red_link{
   color:#C71444;
   text-decoration:underline;
}
.red_link:hover{
   color:#C71444;
   text-decoration:none;
}

.admin_link{
   color:#000000;
   font-weight:normal;
   text-decoration:none;
}
.admin_link:hover{
   color:#CB0101;
   font-weight:normal;
   text-decoration:underline;
}
.cctop_info{
   background-image: url(../images/website/cc_bg.jpg);
   background-repeat: repeat;
   border-bottom: 1px dashed #CCCCCC;
   padding-right:10px;
   font-variant: small-caps;
   font-size: 14px;
   font-weight:bold;   
}
input,select,option,textarea{
   font-size: 11px;
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #666666;
   padding-left:5px;
   border:1px solid #C8C8C8;
}
.admin_mlink{
   color:#2A53A5;
   text-decoration:none;
   font-weight:bold;
   font-size:11px;
}
.cc_admin_button{
   border:1px solid black;
   background-color:#2A53A5;
   color:#000000;
   font-weight:bold;
}
.cc_admin_button_red{
   border:1px solid black;
   background-color:#CB0101;
   color:#000000;
   font-weight:bold;
}

.ccleft_menu{
   background-image: url(../images/website/cc_bg.jpg);
   background-repeat: repeat;
   padding-top:10px;
   border-right: 1px dashed #CCCCCC;
}
.cc_menutext{
   margin-left:10px;
   margin-top:20px;
}




.naujiena{
   font-size: 12px;
   width:395px;
   padding-top:10px;
   padding-left:8px;
   padding-right:0px;
   padding-bottom:20px;
}
.red_link{
   color:#A82400;
   text-decoration:underline;
}
.red_link:hover{
   color:#A82400;
   text-decoration:none;
}


.form_input{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
	background: #FFFFFF;
	border:1px solid #C8C8C8;
}
.form_button{
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
	 background: #000000;
	 border:0;
}
.news_hr{
   background: #A1C3DF;
}
.news_photo{
   background: #000000;
   margin-right: 5px;
   margin-bottom: 5px;
}


h1 {
   font-size:14px;
   margin:0;
   padding:0;
}

h2 {
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height:12px;
   margin:0;
   padding:0;
   font-weight:normal;
}


.news_link_h1{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   margin:0;
   padding:0;
   margin-bottom:4px;
   color:#004DA9;
   font-weight:bold;
   line-height:19px;
}
.news_link{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#004DA9;
   text-decoration:underline;
   font-weight:bold;
}
.news_link:hover{
   color:#004DA9;
   font-size:12px;
   text-decoration:none;
   font-weight:bold;
}

.news_more_link{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#000000;
   text-decoration:none;
}

.news_more_link:hover{
   font-size:11px;
   color:#000000;
   padding-bottom:2px;
   text-decoration:underline;
}

.news_archive{
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#000000;
   text-decoration:none;
}

.news_archive:hover{
   font-size:11px;
   color:#000000;
   padding-bottom:2px;
}

.news_date {
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:11px;
   padding:2px;
   margin-right:7px;
}


.cc_alpha {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.cc_no_alpha {
	position : relative;
	-moz-opacity:1;
	filter:Alpha(Opacity=100);
}
.cc_no_alpha img {
	position : relative;
	-moz-opacity:1;
	filter:Alpha(Opacity=100);
}
@media print { div.hidep {   display: none; } } 

.tamsesne_lentele {
   background-color: #DBAF56;
   font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: 12px;
   line-height: 15px;
   padding:15px;
}

