@charset "utf-8";
/* CSS Document */
/* css main */
html,
body {
	margin: 0;
	padding: 0;
}

/* default styles */

body,
div,
p,
ul,
li,
td,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

p {
	margin: 0;
	font-size: 14px;
	line-height:1.5em;
	padding: 3px 5px 1px 5px;
	text-align: justify;
}

h1 {
	font-size: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
	text-align: left;
}
h2 {
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
	text-align: left;
}

a:link {
	color: #b90000;
	text-decoration: underline;
}
a:visited {
	color: #b90000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}

hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #a7c63a;
}

/****************************
Design styles
*****************************/

#left_side {
	width: 145px;
	vertical-align: top;
}
#main_content {
	vertical-align: top;
}
#logo {
	float: left;
}
#mainImage {
	padding-bottom: 5px;
}
#top_banner {
	float: left;
	height: 60px;
	width: 468px;
	padding: 10px 0 5px 10px;
	vertical-align: middle;
}
#top_clock {
	background-image: url(../images/clock_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	height: 12px;
	width: 100px;
	padding: 15px 10px 17px 10px;
	margin: 20px 0 15px 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
#top_clock * {
	font-size: 12px;
}
#footer {
	background-color: #e7e7e7;
	padding: 7px 10px 7px 10px;
}

.menu_main {
	background-image: url(../images/menu_btm_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 10px 0;
}
.menu_main_top {
	color: #934805;
	background-image: url(../images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 7px 10px 10px 10px;
}
.menu_main_top p,
.menu_main_top h2 {
	color: #934805;
}
.menu_main a:link,
.menu_main a:visited,
.menu_main a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #934805;
	text-decoration: none;
}
.menu_main a:hover {
	text-decoration: underline;
}

a.comments:link,
a.comments:visited,
a.comments:hover {
	color: #dd0000;
	font-weight: normal;
}

.left_box {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 10px 0;
}
.left_box_top {
	
	background-image: url(../images/box_head.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px 10px 5px 10px;
}
.left_box_top2 {
	background-image: url(../images/box_head.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 7px 10px 5px 10px;
}
.left_box_cont,
.left_box_cont_2 {
	color: #934805;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.left_box_cont {
    padding: 7px 10px 7px 10px;
}
.left_box_cont_2 {
	width: 140px;
	padding: 5px 0 5px 5px;
}
.left_box_cont p {
    font-size: 12px;
    line-height: 1.1em;
    text-align: left;
}

.rightIframe {
	margin-left: 5px;
}
.left_box_cont p,
.left_box_cont h2,
.left_box_cont h3 {
	color: #934805;
}
.left_box_cont h2 {
	font-family: Arial, Helvetica, sans-serif;
}

.title_bg {
	background-image: url(../images/title_mid.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 0 10px -1px;
	height: 32px;
}
.title_bg_left {
	background-image: url(../images/title_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 32px;
	padding: 5px 0 0 15px;
	float: left;
}
.title_bg_right {
	background-image: url(../images/title_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
	padding: 5px 15px 0 0;
	float: right;
}

.bottom_banner_grp {
	padding: 10px 0 10px 10px;
}
.bottom_banner {
	float: left;
	margin: 0 35px 10px 0;
}
.left_banner {
	margin: 0 0 5px 0;
}
.right_banner {
	text-align: center;
}

.top_marquee {
	clear: right;
}
.top_marquee * {
	color: #cd0101;
}

/****************************
News
*****************************/

.module_right {
	vertical-align: top;
	width: 145px;
}

.newsTable {
	width: 700px;
}
.newsTableInner {
	width: 100%;
}

.newsTable,
.newsTable p {
	text-align: left;
}
.newsTableCell,
.newsTableInnerCell {
	padding: 0 0 0 5px;
	vertical-align: top;

}
.newsTableBorder,
.newsTableInnerBorder {
	border-right: 1px solid #a7c63a;
	padding: 0 5px;
	vertical-align: top;
}
.newsTableCell {
	width: 32%;
}
.newsTableBorder {
	width: 34%;
}
.newsTableInnerBorder {
	width: 599px;
	/*width: 600px;*/
}
.newsImage {
	float: left;
	padding: 3px 7px 0 0;
	font-size: 10px;
}
.newsImageCell {
	padding: 0 7px 3px 0;
	font-size: 10px;
	vertical-align: top;
}
.newsIntroCell {
	vertical-align: top;
}
.newsTableCell a:link,
.newsTableCell a:visited,
.newsTableCell a:hover,
.newsTableBorder a:link,
.newsTableBorder a:visited,
.newsTableBorder a:hover {
	color: black;
}
.author {
	font-style: italic;
}

.comments_bottom {
	background-image: url(../images/comments_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 470px;
	margin-bottom: 5px;
}
.comments_top {
	background-image: url(../images/comments_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 450px;
	padding: 5px 10px 10px 10px;
}

.pagingLinks {
	margin-right: 5px;
}
.today_events_link {
	margin-left: 100px;
}

/****************************
Link styles
*****************************/

h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	color: black;
	text-decoration: none;
}
h2 a:hover,
h3 a:hover {
	color: black;
	text-decoration: underline;
}

/****************************
Other styles
*****************************/

.copyright {
	color: black;
	text-align: right;
}

.solution {
	color: black;
	text-align: left;
	vertical-align: middle;
	width: 170px;
}
.solution_lt {
	color: #d33f97;
}
.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.solution a:link,
.solution a:visited,
.solution a:hover {
	color: black;
}

.footerMenu {
	font-weight: bold;
}
.footerMenu a:link,
.footerMenu a:visited,
.footerMenu a:hover {
	margin: 0 10px 5px 0;
	white-space: nowrap;
	color: black;
}

.banner {
	padding: 0 0 10px 0;
}

.guestResponse {
	color: #666666;
}

.image_title {
	border: 3px solid #bdc2c6;
	padding: 0;
	margin: 5px 10px 10px 0;
}

.voteSlider {
	height: 5px;
	background-color: #91ad2e;
}

/****************************
Form styles
*****************************/

form {
	padding: 0;
	margin: 0;
}

.button {
	background-color: #dcdcdc;
	border-top: 1px solid #a7a390;
	border-right: 1px solid #201d0a;
	border-bottom: 1px solid #121005;
	border-left: 1px solid #726c4d;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 1px 10px 1px 10px;
}

.textField {
	background-color: #f7f7f7;
	border: 1px solid #6b6b6b;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
textarea {
	width: 100%;
}

.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

/* EDITED */

.mainImageBorders{
	position: relative;
	z-index: 400;
	width: 999px;
	height: 196px;
}
.herbas {
	background: url(../images/kauno_herbas.gif) 0px 0px no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 500;
	width: 86px;
	height: 104px;
	display: block;
}
a.fotoAuthor {
	position: absolute;
	bottom: 11px;
	left: 11px;
	z-index: 500;
	font-size: 11px;
	text-decoration: none;
	color: #ACC533;
}


