/** {
	padding: 0px;
	margin: 0px;
	outline: none;
}
*/
* {
	padding: 0px;
	outline: none;
}
body, p, a, h1, h2, h3, h4, li, ul {
	margin: 0px;
}
img {
	border: none;
}
body {
	font: 12px arial;
}
#main {
	width: 926px;
	padding: 0 20px;
	margin: 0 auto;
}
#top {
	width: 926px;
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: left;
}
#top #logo {
	width: 293px;
	padding: 30px 0 0 0;
	float: left;
}
#top #logo span {
	font: 14px arial;
	padding: 10px 0 0 0;
	display: block;
}
#top #header {
	width: 605px;
	height: 175px;
	float: right;
}
#top #icons {
	padding: 10px 0 0 321px;
	float: left;
}
#top #icons img {
	margin: 0 10px 0 0;
	float: left;
}
#top #search, #top #newsletter {
	font: 11px tahoma;
	padding: 10px 8px 0;
	float: left;
}
#top #search label, #top #newsletter label {
	padding: 0 5px 0 0;
	float: left;
}
#top #search .input, #top #newsletter .input, #top #newsletter input {
	/*width: 131px;*/
	width: 127px;
	font: 9px tahoma;
	border: 1px solid #7A7B86;
	float: left;
}
#top #search .submit, #top #newsletter .submit {
	cursor: pointer;
	float: left;
	border:none;
	width:auto;
}
#top #lang {
	font: 10px arial;
	padding: 10px 0 0 0;
	float: right;
}
#top #lang a {
	color: #000;
	text-decoration: none;
	margin: 0 0 0 5px;
	display: inline;
	float: left;
}
#column {
	width: 296px;
	float: left;
}
#column #menu, #column #menu li, #column #menu li ul, #column #submenu_bg, #column #submenu {
	width: 296px;
	list-style: none;
	float: left;
}
#column #menu {
	border-bottom: 1px solid #000;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}
#column #menu li {
	border-bottom: 1px solid #FFF;
}
#column #menu li a {
	color: #000;
	font: 17px arial;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 10px;
	display: block;
}
#column #menu li a.sub {
	color: #FFF;
	background: #959595;
}
#column #menu li a:hover, #column #menu li a.act {
	color: #FFF;
	background: #000;
}
#column #menu li ul {
	padding: 2px 0 0 0;
}
#column #menu li ul li a {
	font: 12px arial;
	padding: 0 10px 0 25px;
}
#column #submenu_bg {
	background: url(img/submenu_bg.gif) repeat-y -310px 0;
	border-bottom: 1px solid #000;
}
#column #submenu {
	min-height: 292px;
	_height: 292px;
	background: url(img/submenu_bg.gif) no-repeat;
	border-bottom: 10px solid #FFF;
}
#column #submenu li {
	width: 256px;
	padding: 2px 5px 2px 40px;
	float: left;
}
#column #submenu li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#home_content_bg {
	width: 926px;
	background: url(img/home_content_bg.gif) repeat-y right 0;
	float: left;
}
#home_content {
	width: 605px;
	color: #D1D1D1;
	float: right;
}
#home_content .column {
	width: 271px;
	padding: 15px 0 5px 21px;
	float: left;
}
#home_content .column h2 {
	color: #FFF;
	font: 22px arial;
	padding: 10px 0;
	clear: both;
	display: block;
}
#home_content .column .date, #sidebar .short_news .date {
	font: 14px arial;
	display: block;
}
h3 {
	font: bold 14px arial;
	text-transform: uppercase;
	display: block;
}
#home_content .column p, #sidebar .short_news p {
	line-height: 1.4;
	padding: 0 0 12px 0;
	display: block;
}
#home_content a.more {
	color: #D1D1D1 !important;
	text-decoration: none;
}
#content a.more {
	color: #000 !important;
	text-decoration: none;
}
a:hover.more {
	text-decoration: underline !important;
}
#content {
	float: right;
}
.tight {
	width: 424px;
	border-right: 1px solid #000;
	padding: 0 16px 0 0;
}
.wide {
	width: 605px;
	padding: 0 0 0 0;
}
#content h2, #sidebar h2 {
	font: 18px arial;
	text-transform: uppercase;
	background: url(img/h2_line.gif) repeat-x 0 26px;
	padding: 10px 0;
	display: block;
}
#content h2 span, #sidebar h2 span {
	background: #FFF;
	padding: 0 5px 0 0;
}
#content i.name {
	padding: 0 0 5px 0;
	display: block;
}
#content p {
	padding: 0 0 12px 0;
	display: block;
}
#content .info_table {
	width: 424px;
	text-align: left;
	margin: 0 0 15px 0;
}
#content .info_table th, #content .info_table td {
	padding: 4px 12px;
}
#content .info_table th {
	color: #FFF;
	font: 18px arial;
}
#content .list {
	list-style: none;
	padding: 0 0 15px 0;
	display: block;
}
#content .list li {
	background: url(img/list_item.gif) no-repeat 1px 6px;
	padding: 1px 0 1px 25px;
	display: block;
}
#content .news {
	height: 1%;
	overflow: auto;
	display: block;
}
.tight .news {
	padding: 0 0 0 102px;
}
.wide .news {
	padding: 0 0 0 163px;
}
.tight .news img {
	width: 87px;
	margin: 0 15px 10px -102px;
	float: left;
}
.wide .news img {
	width: 148px;
	margin: 0 15px 10px -163px;
	float: left;
}
#content .news .name {
	font: bold 14px arial;
	text-transform: uppercase;
}
#content .news .date {
	font: 14px arial;
}
#content .img_left {
	padding: 0 12px 0 0;
	float: left;
}
#content .img_left span {
	color: #797B85;
	font: italic 11px arial;
	display: block;
}
#content #sort, #content #sort .left div {
	height: 1%;
	overflow: hidden;
	padding: 0 0 10px 0;
	display: block;
}
#content #sort .left div {
	padding: 10px 0 5px 0;
}
#content #sort .left {
	padding: 20px 0 0 0;
	float: left;
}
#content #sort .right {
	float: right;
}
#content #sort .left label {
	width: 50px;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	float: left;
}
#content #sort .left select {
	font: 12px arial;
	margin: 0 8px 0 0;
	float: left;
}
#content #sort .left select.size_143 {
	width: 143px;
}
#content #sort .left select.size_83 {
	width: 83px;
}
#content #sort .left select.size_52 {
	width: 52px;
}
#content #sort .left a.submit {
	width: 70px;
	height: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 10px;
	float: left;
}
#sidebar {
	width: 146px;
	padding: 0 0 10px 17px;
	float: right;
}
#sidebar .short_news {
	list-style: none;
	display: block;
}
#sidebar .short_news li {
	padding: 0 0 10px 0;
	display: block;
}
#sidebar .short_news li a {
	color: #000;
}
#calendar_ooutline {
	width: 269px;
	height: 180px;
	display: block;
}
#calendar_ooutline .calendar {
	margin: 28px 0 0 68px;
}
.calendar {
	width: 146px;
	color: #FFF;
	font: 11px arial;
	text-align: center;
	margin: 8px 0 0 0;
}
.calendar th, .calendar tbody td a {
	padding: 1px 0;
}
.calendar thead {
	font-weight: normal;
}
.calendar a {
	color: #636969;
	text-decoration: none;
	display: block;
}
#calendar_ooutline .calendar a, .calendar thead th a, .calendar a.act, .calendar a:hover {
	color: #FFF;
}
#footer {
	font: 11px arial;
	padding: 10px 0;
	clear: both;
	display: block;
}
#content p a:hover, #footer a:hover, #sidebar .short_news li a:hover {
	text-decoration: none;
}



/* ruda */
#bg_brown #top #lang a.act, #bg_brown #top #lang a:hover, #bg_brown #footer, #bg_brown #footer a, #bg_brown .calendar tbody th, #bg_brown #content p a, #bg_brown .calendar_title, #bg_brown #column #submenu li a.act, #bg_brown #column #submenu li a:hover {
	color: #8b4100;
}
#bg_brown #home_content .column #calendar_ooutline {
	border: 1px solid #8b4100;
}
#bg_brown #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px 28px;
}
#bg_brown .calendar, #bg_brown #content .info_table {
	border-top: 1px solid #8b4100;
	border-left: 1px solid #8b4100;
}
#bg_brown .page_navigation .nav,
#bg_brown .page_navigation .nav:link,
#bg_brown .page_navigation .nav:active,
#bg_brown .page_navigation .nav:visited,
#bg_brown .page_navigation .nav:hover,
#bg_brown .calendar thead th, 
#bg_brown .calendar tbody td a.act, 
#bg_brown .calendar tbody td a:hover, 
#bg_brown #content .info_table th {
	background: #8b4100;
}
#bg_brown .calendar tbody th, #bg_brown .calendar tbody td, #bg_brown #content .info_table th, #bg_brown #content .info_table td {
	border-right: 1px solid #8b4100;
	border-bottom: 1px solid #8b4100;
}
#bg_brown #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #8b4100 no-repeat 70px center;
}
#bg_brown #nav_current,
#bg_brown .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #8b4100;
}

/* zaliai-melyna */
#bg_green_blue #top #lang a.act, #bg_green_blue #top #lang a:hover, #bg_green_blue #footer, #bg_green_blue #footer a, #bg_green_blue .calendar tbody th, #bg_green_blue #content p a, #bg_green_blue .calendar_title, #bg_green_blue #column #submenu li a.act, #bg_green_blue #column #submenu li a:hover {
	color: #00a885;
}
#bg_green_blue #home_content .column #calendar_ooutline {
	border: 1px solid #00a885;
}
#bg_green_blue #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -172px;
}
#bg_green_blue .calendar, #bg_green_blue #content .info_table {
	border-top: 1px solid #00a885;
	border-left: 1px solid #00a885;
}
#bg_green_blue .page_navigation .nav,
#bg_green_blue .page_navigation .nav:link,
#bg_green_blue .page_navigation .nav:active,
#bg_green_blue .page_navigation .nav:visited,
#bg_green_blue .page_navigation .nav:hover,
#bg_green_blue .calendar thead th, 
#bg_green_blue .calendar tbody td a.act, 
#bg_green_blue .calendar tbody td a:hover, 
#bg_green_blue #content .info_table th {
	background: #00a885;
}
#bg_green_blue .calendar tbody th, #bg_green_blue .calendar tbody td, #bg_green_blue #content .info_table th, #bg_green_blue #content .info_table td {
	border-right: 1px solid #00a885;
	border-bottom: 1px solid #00a885;
}
#bg_green_blue #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #00a885 no-repeat 70px center;
}
#bg_green_blue #nav_current,
#bg_green_blue .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #00a885;
}

/* violetine */
#bg_violet #top #lang a.act, #bg_violet #top #lang a:hover, #bg_violet #footer, #bg_violet #footer a, #bg_violet .calendar tbody th, #bg_violet #content p a, #bg_violet .calendar_title, #bg_violet #column #submenu li a.act, #bg_violet #column #submenu li a:hover {
	color: #584486;
}
#bg_violet #home_content .column #calendar_ooutline {
	border: 1px solid #584486;
}
#bg_violet #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -372px;
}
#bg_violet .calendar, #bg_violet #content .info_table {
	border-top: 1px solid #584486;
	border-left: 1px solid #584486;
}
#bg_violet .page_navigation .nav,
#bg_violet .page_navigation .nav:link,
#bg_violet .page_navigation .nav:active,
#bg_violet .page_navigation .nav:visited,
#bg_violet .page_navigation .nav:hover,
#bg_violet .calendar thead th, 
#bg_violet .calendar tbody td a.act, 
#bg_violet .calendar tbody td a:hover, 
#bg_violet #content .info_table th {
	background: #584486;
}
#bg_violet .calendar tbody th, #bg_violet .calendar tbody td, #bg_violet #content .info_table th, #bg_violet #content .info_table td {
	border-right: 1px solid #584486;
	border-bottom: 1px solid #584486;
}
#bg_violet #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #584486 no-repeat 70px center;
}
#bg_violet #nav_current,
#bg_violet .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #584486;
}

/* melynai-zalia */
#bg_blue_green #top #lang a.act, #bg_blue_green #top #lang a:hover, #bg_blue_green #footer, #bg_blue_green #footer a, #bg_blue_green .calendar tbody th, #bg_blue_green #content p a, #bg_blue_green .calendar_title, #bg_blue_green #column #submenu li a.act, #bg_blue_green #column #submenu li a:hover {
	color: #04ABBD;
}
#bg_blue_green #home_content .column #calendar_ooutline {
	border: 1px solid #04ABBD;
}
#bg_blue_green #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -572px;
}
#bg_blue_green .calendar, #bg_blue_green #content .info_table {
	border-top: 1px solid #04ABBD;
	border-left: 1px solid #04ABBD;
}
#bg_blue_green .page_navigation .nav,
#bg_blue_green .page_navigation .nav:link,
#bg_blue_green .page_navigation .nav:active,
#bg_blue_green .page_navigation .nav:visited,
#bg_blue_green .page_navigation .nav:hover,
#bg_blue_green .calendar thead th, 
#bg_blue_green .calendar tbody td a.act, 
#bg_blue_green .calendar tbody td a:hover, 
#bg_blue_green #content .info_table th {
	background: #04ABBD;
}
#bg_blue_green .calendar tbody th, #bg_blue_green .calendar tbody td, #bg_blue_green #content .info_table th, #bg_blue_green #content .info_table td {
	border-right: 1px solid #04ABBD;
	border-bottom: 1px solid #04ABBD;
}
#bg_blue_green #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #40BFCD no-repeat 70px center;
}
#bg_blue_green #nav_current,
#bg_blue_green .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #04ABBD;
}

/* zydra */
#bg_blue #top #lang a.act, #bg_blue #top #lang a:hover, #bg_blue #footer, #bg_blue #footer a, #bg_blue .calendar tbody th, #bg_blue #content p a, #bg_blue .calendar_title, #bg_blue #column #submenu li a.act, #bg_blue #column #submenu li a:hover {
	color: #0099f9;
}
#bg_blue #home_content .column #calendar_ooutline {
	border: 1px solid #0099f9;
}
#bg_blue #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -772px;
}
#bg_blue .calendar, #bg_blue #content .info_table {
	border-top: 1px solid #0099f9;
	border-left: 1px solid #0099f9;
}
#bg_blue .page_navigation .nav,
#bg_blue .page_navigation .nav:link,
#bg_blue .page_navigation .nav:active,
#bg_blue .page_navigation .nav:visited,
#bg_blue .page_navigation .nav:hover,
#bg_blue .calendar thead th, 
#bg_blue .calendar tbody td a.act, 
#bg_blue .calendar tbody td a:hover, 
#bg_blue #content .info_table th {
	background: #0099f9;
}
#bg_blue .calendar tbody th, #bg_blue .calendar tbody td, #bg_blue #content .info_table th, #bg_blue #content .info_table td {
	border-right: 1px solid #0099f9;
	border-bottom: 1px solid #0099f9;
}
#bg_blue #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #0099f9 no-repeat 70px center;
}
#bg_blue #nav_current,
#bg_blue .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #0099f9;
}

/* oranzine */
#bg_orange #top #lang a.act, #bg_orange #top #lang a:hover, #bg_orange #footer, #bg_orange #footer a, #bg_orange .calendar tbody th, #bg_orange #content p a, #bg_orange .calendar_title, #bg_orange #column #submenu li a.act, #bg_orange #column #submenu li a:hover {
	color: #fd550a;
}
#bg_orange #home_content .column #calendar_ooutline {
	border: 1px solid #fd550a;
}
#bg_orange #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -972px;
}
#bg_orange .calendar, #bg_orange #content .info_table {
	border-top: 1px solid #fd550a;
	border-left: 1px solid #fd550a;
}
#bg_orange .page_navigation .nav,
#bg_orange .page_navigation .nav:link,
#bg_orange .page_navigation .nav:active,
#bg_orange .page_navigation .nav:visited,
#bg_orange .page_navigation .nav:hover,
#bg_orange .calendar thead th, 
#bg_orange .calendar tbody td a.act, 
#bg_orange .calendar tbody td a:hover, 
#bg_orange #content .info_table th {
	background: #fd550a;
}
#bg_orange .calendar tbody th, #bg_orange .calendar tbody td, #bg_orange #content .info_table th, #bg_orange #content .info_table td {
	border-right: 1px solid #fd550a;
	border-bottom: 1px solid #fd550a;
}
#bg_orange #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #fd550a no-repeat 70px center;
}
#bg_orange #nav_current,
#bg_orange .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #fd550a;
}

/* sviesiai-violetine */
#bg_bright_violet #top #lang a.act, #bg_bright_violet #top #lang a:hover, #bg_bright_violet #footer, #bg_bright_violet #footer a, #bg_bright_violet .calendar tbody th, #bg_bright_violet #content p a, #bg_bright_violet .calendar_title, #bg_bright_violet #column #submenu li a.act, #bg_bright_violet #column #submenu li a:hover {
	color: #f841a9;
}
#bg_bright_violet #home_content .column #calendar_ooutline {
	border: 1px solid #f841a9;
}
#bg_bright_violet #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -1172px;
}
#bg_bright_violet .calendar, #bg_bright_violet #content .info_table {
	border-top: 1px solid #f841a9;
	border-left: 1px solid #f841a9;
}
#bg_bright_violet .page_navigation .nav,
#bg_bright_violet .page_navigation .nav:link,
#bg_bright_violet .page_navigation .nav:active,
#bg_bright_violet .page_navigation .nav:visited,
#bg_bright_violet .page_navigation .nav:hover,
#bg_bright_violet .calendar thead th, 
#bg_bright_violet .calendar tbody td a.act, 
#bg_bright_violet .calendar tbody td a:hover, 
#bg_bright_violet #content .info_table th {
	background: #f841a9;
}
#bg_bright_violet .calendar tbody th, #bg_bright_violet .calendar tbody td, #bg_bright_violet #content .info_table th, #bg_bright_violet #content .info_table td {
	border-right: 1px solid #f841a9;
	border-bottom: 1px solid #f841a9;
}
#bg_bright_violet #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #f841a9 no-repeat 70px center;
}
#bg_bright_violet #nav_current,
#bg_bright_violet .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #f841a9;
}

/* zalia */
#bg_green #top #lang a.act, #bg_green #top #lang a:hover, #bg_green #footer, #bg_green #footer a, #bg_green .calendar tbody th, #bg_green #content p a, #bg_green .calendar_title, #bg_green #column #submenu li a.act, #bg_green #column #submenu li a:hover {
	color: #1b840d;
}
#bg_green #home_content .column #calendar_ooutline {
	border: 1px solid #1b840d;
}
#bg_green #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -1372px;
}
#bg_green .calendar, #bg_green #content .info_table {
	border-top: 1px solid #1b840d;
	border-left: 1px solid #1b840d;
}
#bg_green .page_navigation .nav,
#bg_green .page_navigation .nav:link,
#bg_green .page_navigation .nav:active,
#bg_green .page_navigation .nav:visited,
#bg_green .page_navigation .nav:hover,
#bg_green .calendar thead th, 
#bg_green .calendar tbody td a.act, 
#bg_green .calendar tbody td a:hover, 
#bg_green #content .info_table th {
	background: #1b840d;
}
#bg_green .calendar tbody th, #bg_green .calendar tbody td, #bg_green #content .info_table th, #bg_green #content .info_table td {
	border-right: 1px solid #1b840d;
	border-bottom: 1px solid #1b840d;
}
#bg_green #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #1b840d no-repeat 70px center;
}
#bg_green #nav_current,
#bg_green .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #1b840d;
}

/* blankiai raudona */
#bg_pale_red #top #lang a.act, #bg_pale_red #top #lang a:hover, #bg_pale_red #footer, #bg_pale_red #footer a, #bg_pale_red .calendar tbody th, #bg_pale_red #content p a, #bg_pale_red .calendar_title, #bg_pale_red #column #submenu li a.act, #bg_pale_red #column #submenu li a:hover {
	color: #fb5442;
}
#bg_pale_red #home_content .column #calendar_ooutline {
	border: 1px solid #fb5442;
}
#bg_pale_red #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -1572px;
}
#bg_pale_red .calendar, #bg_pale_red #content .info_table {
	border-top: 1px solid #fb5442;
	border-left: 1px solid #fb5442;
}
#bg_pale_red .page_navigation .nav,
#bg_pale_red .page_navigation .nav:link,
#bg_pale_red .page_navigation .nav:active,
#bg_pale_red .page_navigation .nav:visited,
#bg_pale_red .page_navigation .nav:hover,
#bg_pale_red .calendar thead th, 
#bg_pale_red .calendar tbody td a.act, 
#bg_pale_red .calendar tbody td a:hover, 
#bg_pale_red #content .info_table th {
	background: #fb5442;
}
#bg_pale_red .calendar tbody th, #bg_pale_red .calendar tbody td, #bg_pale_red #content .info_table th, #bg_pale_red #content .info_table td {
	border-right: 1px solid #fb5442;
	border-bottom: 1px solid #fb5442;
}
#bg_pale_red #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #fb5442 no-repeat 70px center;
}
#bg_pale_red #nav_current,
#bg_pale_red .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #fb5442;
}

/* sviesiai zalia */
#bg_bright_green #top #lang a.act, #bg_bright_green #top #lang a:hover, #bg_bright_green #footer, #bg_bright_green #footer a, #bg_bright_green .calendar tbody th, #bg_bright_green #content p a, #bg_bright_green .calendar_title, #bg_bright_green #column #submenu li a.act, #bg_bright_green #column #submenu li a:hover {
	color: #aab31a;
}
#bg_bright_green #home_content .column #calendar_ooutline {
	border: 1px solid #aab31a;
}
#bg_bright_green #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -1772px;
}
#bg_bright_green .calendar, #bg_bright_green #content .info_table {
	border-top: 1px solid #aab31a;
	border-left: 1px solid #aab31a;
}
#bg_bright_green .page_navigation .nav,
#bg_bright_green .page_navigation .nav:link,
#bg_bright_green .page_navigation .nav:active,
#bg_bright_green .page_navigation .nav:visited,
#bg_bright_green .page_navigation .nav:hover,
#bg_bright_green .calendar thead th, 
#bg_bright_green .calendar tbody td a.act, 
#bg_bright_green .calendar tbody td a:hover, 
#bg_bright_green #content .info_table th {
	background: #aab31a;
}
#bg_bright_green .calendar tbody th, #bg_bright_green .calendar tbody td, #bg_bright_green #content .info_table th, #bg_bright_green #content .info_table td {
	border-right: 1px solid #aab31a;
	border-bottom: 1px solid #aab31a;
}
#bg_bright_green #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #aab31a no-repeat 70px center;
}
#bg_bright_green #nav_current,
#bg_bright_green .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #aab31a;
}

/* gelsva */
#bg_light_bay #top #lang a.act, #bg_light_bay #top #lang a:hover, #bg_light_bay #footer, #bg_light_bay #footer a, #bg_light_bay .calendar tbody th, #bg_light_bay #content p a, #bg_light_bay .calendar_title, #bg_light_bay #column #submenu li a.act, #bg_light_bay #column #submenu li a:hover {
	color: #baa147;
}
#bg_light_bay #home_content .column #calendar_ooutline {
	border: 1px solid #baa147;
}
#bg_light_bay #calendar_ooutline {
	background: url(img/calendar_bg.gif) no-repeat 50px -1972px;
}
#bg_light_bay .calendar, #bg_light_bay #content .info_table {
	border-top: 1px solid #baa147;
	border-left: 1px solid #baa147;
}
#bg_light_bay .page_navigation .nav,
#bg_light_bay .page_navigation .nav:link,
#bg_light_bay .page_navigation .nav:active,
#bg_light_bay .page_navigation .nav:visited,
#bg_light_bay .page_navigation .nav:hover,
#bg_light_bay .calendar thead th, 
#bg_light_bay .calendar tbody td a.act, 
#bg_light_bay .calendar tbody td a:hover, 
#bg_light_bay #content .info_table th {
	background: #baa147;
}
#bg_light_bay .calendar tbody th, #bg_light_bay .calendar tbody td, #bg_light_bay #content .info_table th, #bg_light_bay #content .info_table td {
	border-right: 1px solid #baa147;
	border-bottom: 1px solid #baa147;
}
#bg_light_bay #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #baa147 no-repeat 70px center;
}
#bg_light_bay #nav_current,
#bg_light_bay .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #baa147;
}

/* sviesiai oranzine */
#bg_light_orange #top #lang a.act, #bg_light_orange #top #lang a:hover, #bg_light_orange #footer, #bg_light_orange #footer a, #bg_light_orange .calendar tbody th, #bg_light_orange #content p a, #bg_light_orange .calendar_title, #bg_light_orange #column #submenu li a.act, #bg_light_orange #column #submenu li a:hover {
	color: #f29632;
}
#bg_light_orange #home_content .column #calendar_ooutline {
	border: 1px solid #f29632;
}
#bg_light_orange #calendar_ooutline {
	/*background: url(img/calendar_bg.gif) no-repeat 50px -972px;*/
	background: url(img/kalendorius_sviesiai_oranzinis.gif) no-repeat 50px 27px;
}
#bg_light_orange .calendar, #bg_light_orange #content .info_table {
	border-top: 1px solid #f29632;
	border-left: 1px solid #f29632;
}
#bg_light_orange .page_navigation .nav,
#bg_light_orange .page_navigation .nav:link,
#bg_light_orange .page_navigation .nav:active,
#bg_light_orange .page_navigation .nav:visited,
#bg_light_orange .page_navigation .nav:hover,
#bg_light_orange .calendar thead th, 
#bg_light_orange .calendar tbody td a.act, 
#bg_light_orange .calendar tbody td a:hover, 
#bg_light_orange #content .info_table th {
	background: #f29632;
}
#bg_light_orange .calendar tbody th, #bg_light_orange .calendar tbody td, #bg_light_orange #content .info_table th, #bg_light_orange #content .info_table td {
	border-right: 1px solid #f29632;
	border-bottom: 1px solid #f29632;
}
#bg_light_orange #content #sort .left a.submit {
	background: url(img/submit_sort.gif) #f29632 no-repeat 70px center;
}
#bg_light_orange #nav_current,
#bg_light_orange .page_navigation  .nav:hover{
	background:#FFFFFF;
	border:1px solid #f29632;
}

#content .sitemap ul{
	padding-left:20px;
}
#content .sitemap a,
#content .sitemap a:link,
#content .sitemap a:visited,
#content .sitemap a:active,
#content .sitemap a:hover{
	color:#baa147;
}
.title_pic_block{
	position:relative;
	float:left;
	width:271px;
	height:182px;
	overflow:hidden;
}
.title_pic_block p{
	margin:0px;
}
.clear{
	clear:both;
	display:none;
}
.page_navigation{
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
}
.page_navigation  .nav_c{
	position:relative;
	float:left;
	width:24px;
	height:20px;
}
.page_navigation  .nav,
.page_navigation  .nav:link,
.page_navigation  .nav:active,
.page_navigation  .nav:visited,
.page_navigation  .nav:hover{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	line-height:18px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
#nav_current,
.page_navigation  .nav:hover{
	height:18px;
	width:18px;
	line-height:16px;
	color:#000000;
}
