/*
	CSS for lzuu.lt
	Authored by Mindaugas Pelionis <mindaugas.pelionis@gmail.com>
*/

/*
	--------------------------------------------------------------------
	Generic rules
	--------------------------------------------------------------------
*/

body {
	color: #65685f;
	background: #e3e6d9 url(img/background.gif) repeat-y center top;
/*	background: #498D05 url(img/background.gif) repeat-y center top;*/
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}

hr {
	display: none;
}

/* Links */

a:link, a:visited {
	color: #65685f;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.a_no_hover:hover{
    text-decoration: none;
}

/* remove dotted border from active links */
a:focus {
	outline: none;
}

a img {
	border: 0;
}

/* Forms */

input, textarea, select {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

label {
	color: #2a2a2a;
}

fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

.error {
	color: red;
	font-weight: bold;    
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: #6f9e02;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 185%;
	margin: 14px 0;
}

h2 {
	font-size: 164%;
	margin: 13px 0;
}

h3 {
	font-size: 145%;
	margin: 12px 0;
}

h4 {
	font-size: 128%;
	margin: 10px 0;
}

h5 {
	font-size: 113%;
	margin: 9px 0;
}

h6, p {
	font-size: 100%;
	margin: 8px 0;
}

/*
	--------------------------------------------------------------------
	Rules used in all pages of the site - generic layout, navigation, header, footer etc.
	--------------------------------------------------------------------
*/

/*
	Container
*/

#container {
	background: #fff;
	width: 772px;
	margin: 0 auto;
	padding: 0 4px;
}


/*
	Header
*/

#header {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#logo {
	width: 107px;
	height: 110px;
	position: absolute;
	top: 3px;
	left: 41px;
}

#logo a, #logo span {
	background: url(img/lzuu-logo.gif) no-repeat center center;
	display: block;
	width: 107px;
	height: 110px;
}

#logo img {
	display: none;
}

#heading {
	background: #8cb01d url(img/header-background.gif) no-repeat top left;
	height: 94px;
	margin-bottom: 1px;
	clear: both;
}

#search {
	background: #fff;
	width: 176px;
	margin: 15px 0 0 auto;
	padding: 4px 4px 4px 12px;
	border: 1px solid #c8c8c8;
	border-right: 0;
	float: right;
}

#q {
	width: 98px;
	border: 1px solid #919a99;
}

#searchButton {
	margin-bottom: -4px;
}

.extendedSearchLink {
	margin-top: 7px;
}

.extendedSearchLink a:link, .extendedSearchLink a:visited {
	color: #3b771d;
	background: url(img/extended-search-arrow.gif) no-repeat center right;
	padding-right: 12px;
}

#loginLink {
	clear: right;
	padding: 11px 6px 0 0;
	text-align: right;
	color: #f2f1d4;
}

#loginLink a:link, #loginLink a:visited {
	background: url(img/login-arrow.gif) no-repeat center right;
	padding-right: 14px;
	font-weight: bold;
	color: #f2f1d4;
}


/*
	Utility navigation
*/

#languageNav {
	list-style: none;
	margin: 4px 0 4px 140px;
	padding: 0;
	float: left;
	font-weight: bold;
}

#languageNav, #languageNav a:link, #languageNav a:visited {
	color: #9d9d9c;
}

#languageNav li {
	margin: 0;
	padding: 0 8px;
	display: inline;
}

#languageNav .current, #languageNav .current a:link, #languageNav .current a:visited {
	color: #3b771d;
}


#utilityNav {
	list-style: none;
	margin: 4px 0;
	padding: 0;
	float: right;
}

#utilityNav li {
	background: url(img/nav-separator.gif) no-repeat center left;
	margin: 0;
	padding: 0 6px;
	float: left;
}

li#quickNav, #quickNav li {
	background: none;
}

#quickNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#quickNav a:hover, #quickNav a:active {
	text-decoration: none;
}

#quickNav li {
	background: url(img/quicknav-arrow.gif) no-repeat center right;
	margin-left: 14px;
	padding: 0 32px 0 12px;
	border: 1px solid #c1c1c1;
	position: relative;
}

#quickNav ul ul {
	background: #edecec;
	display: none;
	width: 123px;
	padding: 4px;
	border: 1px solid #959494;
	position: absolute;
	top: 13px;
	left: -1px;
	z-index: 20;
}

#quickNav ul ul li {
	background: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #959494;
}

#quickNav ul ul li.last {
	border: none;
}

#quickNav ul ul a {
	display: block;
	padding: 4px 3px;
	color: #494948;
}

#quickNav ul ul a:hover, #quickNav ul ul a:active {
	color: #fff;
	background: #959494;
}

#quickNav li:hover > ul {
	display: block;
}


/*
	Global navigation
*/

#globalNav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 45px;
	border: 1px solid #b9b9b9;
	border-width: 1px 0;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#globalNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 1px;
	background: url(img/nav-separator.gif) no-repeat center right;
}

#globalNav li.last {
	background: none;
}

#globalNav a  {
	padding: 7px 15px;
	display: block;
	}

#globalNav span {
padding: 7px 23px;
	display: block;
	background: url(img/nav-separator.gif) no-repeat center right;
}

#globalNav a:link, #globalNav a:visited {
	color: #5e5e5d;
}

#globalNav .current, #globalNav .current a:link, #globalNav .current a:visited, #globalNav a:active, #globalNav a:hover {
	color: #8faf40;
	background: url(img/globalnav-hover.gif) repeat-x bottom left;
	text-decoration: none;
}


/*
	Section header
*/

#sectionHeader {
	background: #bfc0b8;
	height: 113px;
	margin: 1px 0 3px 0;
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sectionDeco {
	background-position: center right;
	background-repeat: no-repeat;
	height: 113px;
	width: 382px;
	border-right: 2px solid #fff;
	float: right;
}

#sectionHeader #title {
	overflow: hidden;
	width: 370px;
	height: 100px;
	color: #fff;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 158%;
	text-transform: uppercase;
}


#home #sectionHeader {
	background: none;
	height: 305px;
}

#home #sectionDeco {
	background-color: #a2a498;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	width: 578px;
	float: right;
}

/*
	Section navigation (home page)
*/

#sectionNav {
	background: url(img/sectionnav-background.gif) repeat-x 0 0;
	list-style: none;
}


#sectionNav ul {
	list-style: none;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sectionNav li {
	margin: -1px 0 0;
}

#sectionNav a, #sectionNav span {
	display: block;
/*	background: url(img/0.gif) repeat 0 0;*/
}

#sectionNav li.last > a span {
	border: none;
}

#sectionNav a:hover, #sectionNav a:active {
	text-decoration: none;
}

#sectionHeader li {
    text-transform: uppercase;
    /*width: 165px;*/
}

/* 1st level */

#sectionNav ul {
	background: url(img/white-dot.gif) repeat-y top right;
	width: 179px;
	padding: 4px 0 0 15px;
	text-transform: uppercase;
}

#sectionNav li {
	background: url(img/sectionnav-bullet.gif) no-repeat left center;
	padding: 0 0 0 13px;
}

#sectionNav a {
	color: #363636;
	padding: 0 12px 0 8px;
}

#sectionNav span {
	padding: 6px 1px;
	border-bottom: 1px solid #b3b3b3;
}

#sectionNav .more > a span {
	background: url(img/sectionnav-more.gif) no-repeat right center;
	padding-right: 11px;
}

#sectionNav li:hover > a {
	color: #f7f7f7;
	background: #9d9d9d;
}

#sectionNav li:hover > a span {
	background: none;
	padding-right: 1px;
	border-bottom-color: #9d9d9d;
}


/* 2nd level */

#sectionNav ul ul {
	margin-left: -2px;
	background: #9d9d9d;
	text-transform: none;
	padding: 4px 0 4px 11px;
}

#sectionNav ul ul li {
	background: none;
	padding: 0;
}

#sectionNav ul ul a {
	color: #434343;
	padding: 0 12px 0 0;
}

#sectionNav ul ul span {
	background: none;
	padding: 5px 1px 5px 3px;
	border-bottom: 1px solid #c7c7c7;
}

#sectionNav ul ul .more > a span {
	background: url(img/sectionnav-more-l2.gif) no-repeat right center;
	padding-right: 11px;
}

#sectionNav ul ul li:hover > a {
	color: #fff;
	background: #a6b584;
}

#sectionNav ul ul li:hover > a span {
	border-bottom-color: #a6b584;
}


/* 3rd level */

#sectionNav ul ul ul {
	padding-right: 4px;
	background: #a6b584;
	text-transform: none;
}

#sectionNav ul ul ul a {
	color: #fff;
	padding: 0 12px 0 0;
}

#sectionNav ul ul ul span {
	padding: 5px 1px 5px 3px;
	border-bottom: 1px solid #ced7b7;
}

#sectionNav ul ul ul li:hover > a {
	color: #373735;
	background: #e4e6d9;
}

#sectionNav ul ul ul li:hover > a span {
	border-bottom-color: #e4e6d9;
}


/* positioning */

#sectionNav ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 179px;
}

#sectionNav li {
	position: relative;
}

#sectionNav li:hover > ul {
	display: block;
}


/* Slogan */

#slogan {
	background: url(img/slogan-background.gif) repeat-x 0 1px;
	padding: 1px 0;
	border: 1px solid #b9b9b9;
	border-width: 1px 0;
	line-height: 1.6;
}

#slogan strong {
	color: #73a106;
}

#slogan p {
	margin: 0;
}

#mission {
	width: 430px;
	float: left;
	padding-left: 14px;
}

#values_old {
	width: 267px;
	float: right;
	padding-right: 10px;
	text-align: right;
}

#values {
	width: 520px;
	float: right;
	padding-right: 10px;
	text-align: right;
}


/*
	Section navigation
*/

#sectionNav2 {
	width: 202px;
	float: left;
}

#sectionNav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sectionNav2 li {
	margin: -1px 0 0;
	padding: 0;
}

#sectionNav2 a, #sectionNav2 span {
	display: block;
	position: static;
}

#sectionNav2 li.last > a span {
	border: none;
}

#sectionNav2 a:hover, #sectionNav2 a:active {
	text-decoration: none;
}


/* 1st level */

#sectionNav2 ul {
	padding: 4px 0;
	text-transform: uppercase;
}

#sectionNav2 a {
	color: #363636;
	background: url(img/sectionnav-bullet.gif) no-repeat 15px 8px;
	padding: 0 20px 0 36px;
}

#sectionNav2 span {
	padding: 6px 1px;
	border-bottom: 1px solid #b3b3b3;
}

#sectionNav2 .more > a span {
	background: url(img/sectionnav-more.gif) no-repeat right center;
	padding-right: 11px;
}

#sectionNav2 a:hover {
	color: #f7f7f7;
	background-color: #9d9d9d;
}

#sectionNav2 a:hover span {
	background: none;
	padding-right: 1px;
	border-bottom-color: #9d9d9d;
}


/* 2nd level */

#sectionNav2 ul ul {
	background: #9d9d9d;
	margin-top: -1px;
	padding: 0;
	text-transform: none;
}

#sectionNav2 ul ul li {
	background: none;
}

#sectionNav2 ul ul a {
	color: #fff;
	background-image: none;
	padding: 0 13px 0 36px;
}

#sectionNav2 ul ul span {
	background: none;
	padding: 5px 1px 5px 3px;
	border-bottom: none;
}

#sectionNav2 ul ul .more > a span {
	background: url(img/sectionnav2-more-l2.gif) no-repeat right center;
	padding-right: 11px;
}

#sectionNav2 ul ul a:hover {
	color: #fff;
	background: #a6b584;
}


/* 3rd level */

#sectionNav2 ul ul ul {
	background: #a6b584;
	text-transform: none;
}

#sectionNav2 ul ul ul a {
	color: #fff;
	padding: 0 13px 0 20px;
}

#sectionNav2 ul ul ul span {
	padding: 5px 1px 5px 3px;
}

#sectionNav2 ul ul ul a:hover {
	color: #373735;
	background: #e4e6d9;
}

/* 	Positioning	*/
/*
#sectionNav2 ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 179px;
}

#sectionNav2 li {
    position: relative;
}

#sectionNav2 li:hover > ul {
    display: block;
}
*/
/*
	Main content
*/

#content {
	background: url(img/sectionnav2-bg.gif) repeat-y 0 0;
	margin-bottom: 3px;
}

#home #content {
	background: none;
	margin-bottom: 20px;
}

#pSearch #content {
	background: none;
	margin-bottom: 8px;
}

#content #main {
	width: 510px;
	padding: 0 24px 0 36px;
	float: right;
	font-size: 12px;
}

#content #main #mainx a{
	color: #4A6603;
	text-decoration: underline;
}

#home #content #main {
	
	width: auto;
	padding: 0;
	float: none;
}

#content h1, #content h2 {
	margin-left: -12px;
}


/*
	Footer
*/

#footer {
	text-align: center;
}

#footerNav {
	background: #dde2d0;
	padding: 2px 0;
	line-height: 1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#footerNav, #footerNav a:link, #footerNav a:visited {
	color: #000;
}

#footerNav ul {
	list-style: none;
	padding: 4px 0;
	margin: 0;
}

#footerNav li {
	display: inline;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #000;
}

#footerNav li.last {
	border-right: 0;
}

/*
	--------------------------------------------------------------------
	Page-specific rules
	--------------------------------------------------------------------
*/

/*
	News and events
*/

#news, #events {
	width: 240px;
	margin-left: 18px;
	padding-left: 12px;
	float: left;
}

#news {
	width: 250px;
}

#news ul, #events ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news li {
	margin: 0 0 16px;
	padding: 0;
}

#news a:link, #news a:visited {
	color: #676862;
	font-weight: bold;
}

#news .time, #events .date {
	color: #6f9e02;
}

.kiti-news {
font-weight: bold;
font-size:13px;
text-decoration: none;
}
.kiti-date{
font-weight:normal;
font-size:11px;
color:#6f9e02;
}
.news-title{
    font-size:12px !important;
}
.news-img{
    line-height: 90px;
    float: left;
    overflow: hidden;
    width: 120px;
    height: 90px;
    padding: 2px;
    margin: 8px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 1px solid gray;
}
.news-line{
    display: block;
    border: 0;
    height: 1px;
    color: #dcdcdc;
    background-color: #dcdcdc;
    width: 220px;
}


#events ul {
	margin-top: -8px;
}

#events .date {
	display: block;
}

#events a:link, #events a:visited {
	color: #676862;
}

#events li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #b9b9b9;
	font-weight: bold;
}

#events .more {
	margin: 29px 0 0;
}

#events .more a:link, #events .more a:visited {
	color: #73a106;
	background: url(img/more-arrow.gif) no-repeat center right;
	padding-right: 11px;
	font-weight: bold;
	font-size: 91%;
}


/*
	Sidebar
*/

#sidebar {
	width: 208px;
	padding-left: 12px;
	float: right;
}

#searchAZ .selector {
	padding: 8px;
	border: 1px solid #c8c8c8;
	border-right: 0;
}

#searchAZ .grid {
	background: url(img/cell-borders.gif) repeat 0 0;
	width: 162px;
}

#searchAZ .grid .i {
	background: url(img/grid-border.gif) no-repeat bottom right;
}

#searchAZ a {
	display: block;
	width: 17px;
	height: 16px;
	padding: 0 1px 1px 0;
	float: left;
	line-height: 16px;
	text-align: center;
}

/* Banners */

.banners {
	margin: 12px 0;
	padding: 2px;
	border: 1px solid #c8c8c8;
	border-right: 0;
}

.banner_head {
	border: 1px solid #c8c8c8;
	border-right: 0;
	font-size: 130%;
	text-align: center;		
}

/*
	Extended search
*/

#extendedSearch h1 {
	display: none;
}

#extendedSearch #naujienaSelected h1 {
    display: inline;
}    

#extendedSearch .selector {
	background: url(img/search-border.gif) repeat-x bottom left;
	width: 100%;
	font-weight: bold;
}

#extendedSearch dl {
	margin: 0;
	padding: 0;
	float: right;
}

#extendedSearch dt, #extendedSearch dd {
	margin: 0;
	padding: 0;
	float: left;
}

#extendedSearch dt {
	margin-right: 25px;
	padding-top: 12px;
	text-align: right;
}

#extendedSearch dd {
	background: #ebebeb url(img/search-tab-corner.gif) no-repeat 0 0;
	margin-top: 6px;
	margin-right: 5px;
}

#extendedSearch dl a {
	display: block;
	padding: 9px 16px 4px;
}

#extendedSearch dl a:hover, #extendedSearch dl a:active {
	color: #557600;
	text-decoration: none;
}


#extendedSearch dd.current {
	background: #f0eee4 url(img/search-active-tab-corner.gif) no-repeat 0 0;
	margin-top: 0;
	margin-bottom: 0;
	border-right: 1px solid #c9c9be;
}

#extendedSearch dd.current a, #extendedSearch dd.current span {
	color: #557600;
	display: block;
	padding: 10px 17px 10px 18px;
	text-decoration: none;
}


#extendedSearch form {
	color: #65685f;
	background: #f0eee4;
	margin: 0;
	padding: 28px;
	border: 1px solid #c9c9be;
	border-width: 0 1px 1px;
}

#newsContent{    /* naujienoms pritaikyti stiliai */
	color: #65685f;
	background: #f0eee4;
	margin: 0;
	padding: 20px 20px 20px 20px;
	border: 1px solid #c9c9be;
	font-size:100%;
}

#newsContent .date{
	color: #6f9e02;
	font-weight:normal;
	font-size:90%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;


}
#newsText{
	font-weight:normal;
	font-size:95%;
}

#newsContent a{
	color: #65685f;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsContent a:hover{
	color: #6f9e02;
	text-decoration:none;
	}


#naujienaSelected {       /*  pasirinktos naujienos aprasymo stiliai */
	font-weight:normal;
	background: #f0eee4;
	font-size:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid #c9c9be;
}

#naujienaSelected a{
    text-decoration: underline;
}

#naujienaSelected #title{
	font-size:150%;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight:bold;
}
#naujienaSelected #date{
	font-size:100%;
	color: #6f9e02;
	font-weight:bold;
	padding-bottom: 10px;
}
#naujienaSelected #text{
	font-size:110%;
	color: #65685f;
	font-weight:normal;
	padding-bottom: 10px;
}

#news .more {
	margin: 8px 0 0;
}

#news .more a:link, #news .more a:visited {
	color: #73a106;
	background: url(img/more-arrow.gif) no-repeat center right;
	padding-right: 11px;
	font-weight: bold;
	font-size: 91%;
}

#backToPrevious{    /*  grizimo i naujienu psl mygtuko stilius */
float: right;
margin-top: 10px;
font-weight: bold;
}

#backToPrevious a{/*  grizimo i naujienu psl mygtuko stilius */
color:#6f9e02;
}


#extendedSearch .fields {
	margin-left: 120px;
	position: relative;
}

#extendedSearch .fields .instructions {
	position: absolute;
	top: 1.6em;
}

#extendedSearch form a {
	color: #557600;
}

#extendedSearch .explanation {
	color: #777776;
	margin-top: 64px;
	padding-top: 6px;
	border-top: 1px solid #adadaa;
	text-align: center;
}

#extendedSearch .button {
	color: #65685f;
	background: #ececec;
	border: 1px solid #909b97;
	font-weight: bold;
	font-size: 91%;
}

#extended_search_q {
	width: 263px;
}

#extendedSearch .results {
	margin-top: 52px;
	padding: 0 16px;
	border-bottom: 1px solid #adadaa;
}

#extendedSearch ol {
	color: #3f3f3f;
	margin: 0;
	padding: 0 16px;
	list-style: none;
}

#extendedSearch #naujienaSelected ol {
	color: #3f3f3f;
	margin: 0;
/*	padding: 0 16px;*/
	list-style:decimal;
}

#extendedSearch #naujienaSelected ol li{
	border: 0px;
}

#extendedSearch ol li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #adadaa;
}

#extendedSearch ol .title {
	margin-bottom: 12px;
	font-weight: bold;
}

#extendedSearch ol .link {
	color: #557600;
	font-size: 92%;
}

#extendedSearch ol .link a {
	font-style: italic;
}

.pageCounter {
	padding: 0 16px;
}

.pageCounter .i {
	display: block;
	float: right;
}

.pageCounter a, .pageCounter span {
	display: block;
	float: left;
}

.pageCounter .prev {
	background: url(img/arrow-prev.gif) no-repeat center left;
	padding-left: 9px;
	margin-right: 28px;
}

.pageCounter .next {
	background: url(img/arrow-next.gif) no-repeat center right;
	padding-right: 9px;
	margin-right: 28px;
}

.pageCounter .pages a, .pageCounter .pages span,
#extendedSearch .pageCounter .pages a {
	color: #3f3f3f;
	padding: 0 4px;
	border-left: 1px solid #3f3f3f;
	line-height: 1;
}

.pageCounter .pages .current {
	color: #557600;
	font-size: 109%;
	font-weight: bold;
}

.pageCounter .pages .first {
	border-left: none;
}

/*
	File list
*/

ul.files {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.files li {
	background: url(img/file-icon.gif) no-repeat 0 5px;
	margin: 0 0 0 -5px;
	padding: 0 20px;
}

ul.files a {
	padding: 7px 0;
	display: block;
}

ul.files li a {
	border-top: 1px solid #e5e5e5;
}
ul.files li.first a {
	border-top: none;
}

/*
	Pictures
*/

.picture {
	color: #6f9e02;
	text-align: center;
}

.picture.left {
	float: left;
	margin: 0 24px 24px 0;
}

.picture.right {
	float: right;
	margin: 0 0 24px 24px;
}

/*
	--------------------------------------------------------------------
	Calendar stuff by Maliafka
	--------------------------------------------------------------------
*/
#contentCalendar{  /* bendras kalendoriaus turinio dalies blokas, turintis savyje visus kitus*/
	width:772px;
	background-image:url(img/calendarpic.gif);
	background-position:left;
	background-repeat:repeat-y;
	float:left;
	height:100%;
	display:inline
	
	}
#explCalendar{ /* blokelis kaireje*/
	width: 202px;
	height: 100%;
	background-color:#e5e5e5;
	float:left;
	}
#explainer{
	font-weight: bold;/* blokelio kaireje antraste*/
	font-size: 12px;
	margin-top:10px;
	margin-bottom:14px;
	padding-left:10px;
	color: #666666;
	}
#bigPic {           /* aiskinami paveiksliukai ( didesnio formato )*/
	border:0;
	width:170px;
	margin-left:10px;
	margin-bottom: 10px;
	vertical-align:middle;

}

#calendarText {  /* centrine kalendoriaus dalis turinti savyje dropdownus, pavadinima ir esamus renginius */
	float:left;
	width: 389px;
}

#calHeader ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;

}
#calHeader li{
	display:block;
	float:left;
}

#calendarText .button { 			/* mygtuko stilius*/
	color: #65685f;
	height: 20px;
	background: #ececec;
	border: 1px solid #909b97;
	font-weight: bold;
	font-size: 10px;
}
#calendarText .droper { 			/* drop down elemento stilius */
	color: #65685f;
	background: #ffffff;
	border: 1px flat #909b97;
	font-weight: normal;
	font-size: 91%;
	color:#333333;
}

#calHeader{ 						/* kalendoriaus centrines dalies antrastes stilius ( blokas apima dropdownus ir title)*/
display:block;

}
#calTitle{							/* antrastes stilius*/
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;
	 color: #6f9e02;
	 font-size:120%;
	 border-bottom:1px solid #cccccc;
	 border-top: 1px solid #cccccc;
	 line-height:30px;
	 margin-left:2px;
	 margin-top:3px;
	 float:left;
	 width:380px;
	 }
#calInfo {							/* kalendoriaus informacines dalies bloko stilius*/
    clear:both;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	width:370px;
	vertical-align:top;
	}

#calInfo img{ 							/*  informacineje dalyje naudojamu paveiksleliu stilius*/
	border:0;
	vertical-align:text-bottom;
	}
#calInfo .date{ 							/* informacines dalies datos stilius*/
    color: #6f9e02;
	}
#calInfo ul{							/* antro bloko saraso stilius*/
	margin:0;
	padding:0;
	list-style-type:none;

	}
#calInfo div {
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #state{
	background-image:url(img/states.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #religion{
	background-image:url(img/religiouss.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #sport{
	background-image:url(img/sports.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #culture{
	background-image:url(img/cultures.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #other{
	background-image:url(img/others.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #winter{
	background-image:url(img/winters.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
#calInfo #science{
	background-image:url(img/sciences.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	margin-left:5px;
	min-height:30px;
	}
		
#calInfo a{							/* informacines dalies linko stilius*/
	color: #5e5e5e;
	text-decoration: none;
	}
#calInfo a:hover{							/*  informacines dalies hover linko stilius*/
	color: #6f9e02;
	text-decoration:none;
	}
 
#calRightSide{							/* desineje esancio bloko su ateinanciais ir svarbiausiu ateinanciu renginiu, stilius */
	float:right;
	width:180px;
	background-color:#e7eadd;
	}
#calRightSide ul{							/* desinio bloko saraso stilius */
	margin:0;
	padding:0;
	background-color:#e7eadd;
	list-style-type:none;
	}
#calRightSide a{							/* desinio bloko linko stilius */
	display: block;
	color: #5e5e5e;
	background-color: #e7eadd;
	padding-left:16px;
	padding-top:5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	}
#calRightSide a:hover{							/* desinio bloko hover linko stilius*/
	color: #6f9e02;
	text-decoration:none;
	}
#calRightSide .date{							/* data desiniam bloke*/
	padding-left:16px;
	font-weight:bold;
	color:#6f9e02;
	}


#calRightSideNext{							/* antras desinio bloko blokelis, kuriame turetu buti svarbiausio renginio baneris */
	clear:right;
	float:right;
	width:200px;
	padding-top:4px;
		
}
#calRightSideNext ul{							/* antro bloko saraso stilius*/
	margin:0;
	padding:0;
	list-style-type:none;

	}
#calRightSideNext li{
	background-color: #ececec;
	padding-left:5px;
	padding-right: 5px;
}
	
#calRightSideNext a{							/* antro bloko linko stilius*/
	display: block;
	color: #5e5e5e;
	text-decoration: none;
}

#calRightSideNext a:hover{							/* antro bloko linko stilius*/
	color: #6f9e02;
	text-decoration: none;
}
#selectedEvent{
font-weight:normal;
color: #6f9e02;
font-size:92%;

}


/* studentu indekso puslapis  */
#studContainer{
	/*overflow:auto;*/
	padding-top:5px;
	}

#studBendras{
	display:block;
	padding:0;
	}


#studContent {
	float: left;
	margin-left:30px;
	margin-right:10px;
	width:335px;
	}
	

#studHeader {
	font-size:170%;
	color:#739f02;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #afaeae;
	margin-bottom:5px;
	
	}

#studContent ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	}
#studContent p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1;
	color:#739f02;
	
	}
#studContent li{
	padding-bottom:3px;
	padding-top:3px;
	}

#studContent a{
	font-size:12px;
	color:#636262;
	text-decoration:none;
	
	}

#studContent a:hover{
	color: #739f02;
	text-decoration:underline;
	}

#archive {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px double #afaeae;
	
	}

#archive a{
	color: #739f02;
	font-family: Tahoma, Arial;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	}
#archive a:hover{
	text-decoration: underline;
	}


#studDocs {
	float:right;
	width:179px;
	background:#f2f1d3;
	margin-right:3px;
	padding-bottom:20px;
	border-top: 1px solid #afaeae;
	border-left: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	
	}

	

#docHeader{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom:3px;
	font-weight: bold;
	color:#739f02;
	font-size: 11px;
	}

#studDocs ul{
	list-style:none;
	margin:0;
	padding:0;
	}

#studDocs li{
	background-image:url(img/studDocsBullet.gif);
	background-position: center left;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-top:9px;
	padding-left: 14px;
	padding-bottom:9px;   
	
	}

#studDocs a{
font-weight: bold;
color:#5f5e5e;
text-decoration:none;
}
#studDocs a:hover{
color:#739f02;
text-decoration:underline;
}

#other3blocks {
width: 180px;
float: right;

}

#other3blocks #big{
	padding-top: 3px;
	padding-left: 10px;
	font-weight:bold;
	color:#739f02;
	text-transform:capitalize;

}
#documentBox {
	width:179px;
	background:#f2f1d3;
	margin-right:3px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-top: 1px solid #afaeae;
	border-left: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	}

#documentBox ul{
 	list-style:none;
	margin:0;
	padding:0

}
#documentBox li{
    background-image:url(img/studDocsBullet.gif);
	background-position: center left;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-top:3px;
	padding-left: 14px;
	padding-bottom:3px;   
}
#birthdayBox{
	float:right;
	width: 179px;
	background: url(img/birthday-bg.gif) repeat-x;
	border-left: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	margin-bottom:10px;
	padding-top: 3px;
	padding-bottom:10px;


}
#namedayBox{
	float:right;
	width: 179px;
	background: url(img/nameday-bg.gif) repeat-x;
	border-left: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	padding-top: 3px;
	margin-bottom:10px;
	padding-bottom:10px;


}
#birthdayBox p{
 padding-left: 15px;
 padding-right: 10px;
 font-weight: bold;
 font-size:11px;
 

}
#namedayBox p{
 padding-left: 15px;
 padding-right: 10px;
 font-weight: normal;
 font-size:11px;
 

}




#mazi3blokai {
	float: left;
	width:172px;
	}
#mazi3blokai #header{
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom:2px;
	font-family: Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	color:#739f02;
	text-transform:capitalize;

}

#mailBox {
	width: 170px;
	background:#dee2d1;
	border-top: 1px solid #afaeae;
	border-right: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	margin-bottom:10px;
	padding-bottom:10px;
	}
#mailBox ul{
	list-style:none;
	padding:0;
	margin:0;
	
	}
	
#mailBox li{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;


}	
#mailBox a{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}
#mailBox a:hover{
	color:#739f02;
	text-decoration:underline;
}

#studLinks {
	width: 170px;
	background:#f2f1d3;
	border-top: 1px solid #afaeae;
	border-right: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	height:100px;
	margin-bottom:10px;
	}
#studLinks ul{
	list-style:none;
	padding:0;
	margin:0;
	
	}
	
#studLinks li{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:30px;


}	
#studLinks a{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:none;
}
#studLinks a:hover{
	color:#739f02;
	text-decoration:underline;
}

#studContacts {
	width: 170px;
	background:#fff;
	border-top: 1px solid #afaeae;
	border-right: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	height:140px;
	margin-top: 10px;
	margin-bottom:10px;
	}

#studContacts #header{
padding-left: 16px;
padding-top: 3px;
padding-bottom:2px;
font-family: Tahoma, Arial;
font-weight:bold;
font-size:12px;
color:#565656;
text-transform:capitalize;

}
#studContacts p{

padding-bottom: 5px;
	padding-left:30px;
}	


.prisijungelis {
 font-size: 11px;
 font-weight: normal;
 color: #f2f1d4;
}

#fakultetuLinkai img{
border:0;
}

#alumniBox{

	width: 180px;
	margin-bottom:10px;
	padding-bottom:10px;
}
#alHeader {
	font-size:170%;
	color:#739f02;
	padding-top: 5px;
	margin-bottom:5px;
	
	}
#alumniBox ul{
	list-style:none;
	padding:0;
	margin:0;
	border-top: 1px solid #afaeae;
	border-left: 1px solid #afaeae;
	border-bottom: 1px solid #afaeae;
	
	}
	
#alumniBox li{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;


}	
#alumniBox a{
	
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:#636363;
	text-decoration:none;
}
#alumniBox a:hover{
	color:#739f02;
	text-decoration:underline;
}
#alumniBox p{
	font-weight:normal;
	color:#739f02;
}



/* clearing contained floats for better compatibility with Opera (Opera 7 hides everything when overflow:auto is used, newer versions sometimes add scrollbars) */

#globalNav:after,
#slogan:after,
#content:after,
#extendedSearch .selector:after,
#searchAZ .grid .i:after,
.pageCounter:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*search helpers*/
.zyme {
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:yellow;
	text-decoration:none;
}

/* table style */
.table_search{
	border: 1px solid #c8c8c8;
	width:100%;
}
.table_odd {
	background: #edecec;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
}
.table_even {
	background: #fff;
	font-family:Tahoma, Arial;
	font-size:12px;
	text-decoration:none;
}
th {
	background: #fff;
	font-family:Tahoma, Arial;
	font-size:13px;
	text-decoration:none;	
}
