* {
	margin: 0;
	padding: 0;
}

body {
	padding: 10px 0 0 10px;
	font: 11px Verdana, Helvetica, Sans-Serif;
	color: #333333;
}

.pavadinimas {
	color:#FFFFFF;
	font-weight:bold;
	}
	
.sukis {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}

.pilkas {
 color:#999999;
 }

.pastaba {
 color:#999999;
 font-size: 10px;

}

.raudona {color: #FF0000}

input {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
background: #efefef;
padding: 2px;
border: 1px solid #cccccc;
}


.none {
background:none;
border: 0px;
}

select {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
background: #efefef;
width:185px;
}


textarea {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
background: #efefef;
padding: 1px;
border: 1px solid #cccccc;
scrollbar-base-color: #cccccc;
scrollbar-arrow-color: #efefef;
}
a:active, a:link, a:visited {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #FF6600;
font-weight: normal;
text-decoration: none;
}
a:hover {
font-size: 11px;
color: #FF6600;
font-weight: normal;
text-decoration: underline;
}

a.raudona:active, a.raudona:link, a.raudona:visited {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #FF0000;
font-weight: normal;
text-decoration: none;
}
a.raudona:hover {
font-size: 11px;
color: #FF0000;
font-weight: normal;
text-decoration: underline;
}


.straipsniai_pav a:active, .straipsniai_pav a:link, .straipsniai_pav a:visited {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 12px;
color: #FF6600;
font-weight: bold;
text-decoration: none;
}

.straipsniai_pav a:hover {
font-size: 12px;
color: #FF6600;
font-weight: bold;
text-decoration: underline;
}


.straipsniai_data {
        padding-top: 3px;
	color: #999999;
}
	


.orange_tr {
	height: 16px;
	background: url(img/orange_tr.gif) top right
		no-repeat #ff6600;
}

.grey_tr {
	height: 7px;
	background: url(img/grey_tr.gif) top right
		no-repeat #FAFAFA;
}

.orange_tl {
	background: url(img/orange_tl.gif) top left
		no-repeat #ff6600;
	height: 16px;
}

.grey_tl {
	background: url(img/grey_tl.gif) top left
		no-repeat #FAFAFA;
	height: 7px;
}

.grey_br {
	height: 7px;
	background: url(img/grey_br.gif) bottom
		right no-repeat transparent;
		
}

.grey_bl {
	height: 7px;
	background: url(img/grey_bl.gif) bottom left
		no-repeat transparent;
}

.remelis_r {
	border: solid #cccccc;
	border-width: 0px 1px 0px 0px;
	background: #fafafa;
}

.remelis_b {
	border: solid #eeeeee;
	border-width: 0px 0px 1px 0px;
	background: #fafafa;
}

.remelis_b2 {
	border: solid #eeeeee;
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
}


.remelis_l {
	border: solid #ccc;
	border-width: 0px 0px 0px 1px;
	background: #fafafa;
}

.remelis_t {
	border: solid #ccc;
	border-width: 1px 0px 0px 0px;
}

.remelis_lr {
	border: solid #ccc;
	border-width: 0px 1px 0px 1px;
	background: #fafafa;
}

.remelis_tb {
	border: solid #ccc;
	border-width: 1px 0px 1px 0px;
	background: #fafafa;
}

.remelis_tb2 {
	border: solid #ccc;
	border-width: 1px 0px 1px 0px;
	background: #DDDDDD;
}

.remelis_tblr {
	border: solid #ccc;
	border-width: 1px 1px 1px 1px;
	background: #fafafa;
}


/* ---------------------- Style 1 nav ---------------------- */
#styleone{position:relative;display:block;height:21px;font-size:11px;font-weight:bold;background:transparent url(img/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-bottom:1px solid #d9d9d9;}
#styleone ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styleone ul li{display:block;float:left;margin:0 1px 0 0;}
#styleone ul li a{display:block;float:left;color:#333333;text-decoration:none;padding:3px 9px 0 9px;height:18px;}
#styleone ul li a:hover,#styleone ul li a.current{color:#333333;background:transparent url(img/bgON.gif) repeat-x top left;}
/* ---------------------- END Style 1 nav ---------------------- */


