html { height: 100%; }
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url( '../img/bg.gif' ) repeat scroll top center;
	height: 100%;
}

#MContainer {
	width: 994px;
	margin: 0 auto;
	background: transparent url('../img/bg_twodots.gif') no-repeat scroll 11px 570px;
	min-height: 100%;
	margin-bottom: -15px;
}

#topTabs {
	width: 994px;
	height: 38px;
	border: 0 !important;
	padding: 0;
	margin: 0;
	margin-bottom: -2px;
}
#topTabs td, #topTabs tr {
	border: 0 !important;
	padding: 0;
	margin: 0;
}
#topTabs img {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#LPane, #RPane, #CPane {
	float: left;
	margin-bottom: 10px;

}

#LPane {
	width: 215px;
	margin-right: 17px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
}

#CPane {
	width: 534px;
	background-color: #fff;
	text-align: left;
}

#RPane {
	width: 211px;
	margin-left: 17px;
	text-align: left;
}

#Content {
	width: 100%;
	margin: 0 auto;
}

/* **** */
/* Menu */
/* **** */
#Menu, #Menu a, #Menu a:hover {
	color: #fff;
	text-decoration: none;
}
#Menu .Item {
	height: 31px;
	display: table;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 0 14px 0 0;
	background-position: right top;
	font-size: 8pt;
	background-repeat: no-repeat;
}
#Menu .Item p {
	margin: 1px 0 0 0;
	padding: 0;
	text-align: right;
}

#Menu .Yellow	{ background-image: url( '../img/menu_yellow.gif' ); }
#Menu .Blue	{ background-image: url( '../img/menu_blue.gif' ); }
#Menu .Green	{ background-image: url( '../img/menu_green.gif' ); }

#Menu .YellowActive, #Menu .Yellow:hover	{ background-image: url( '../img/menu_yellow_hover.gif' ); }
#Menu .BlueActive, #Menu .Blue:hover	{ background-image: url( '../img/menu_blue_hover.gif' ); }
#Menu .GreenActive, #Menu .Green:hover	{ background-image: url( '../img/menu_green_hover.gif' ); }

#Menu .Gap { height: 18px; clear: both;}

#Menu a { padding: 1px 7px 3px 7px; }

#Menu .Sub {
	background-color: #fff;
	color: #444;
	line-height: 18px;
	margin: 9px auto;
	text-align: right;
	color: #88ac2e;
	display: none;
}

#Menu .Yellow .Sub, #Menu .Yellow .Sub a, #Menu .YellowActive .Sub, #Menu .YellowActive .Sub a { color: #e1bc1c; }
#Menu .Green .Sub, #Menu .Green .Sub a, #Menu .GreenActive .Sub, #Menu .GreenActive .Sub a { color: #88ac2e; }
#Menu .Blue .Sub, #Menu .Blue .Sub a, #Menu .BlueActive .Sub, #Menu .BlueActive .Sub a { color: #0088b9; }

/* ******************** */
/* Naujienos tituliniam */
/* ******************** */

#News #Content { width: 100%; }

#News h1 {
	margin-left: 135px;
	margin-right: 0;
	margin-bottom: 5px;
}

#News img { margin-right: 7px; }
#News .date { color: #937d11; }
#News p { margin: 3px 3px 3px 135px; }
.NewsImage { margin-right: 7px; margin-bottom: 5px; float: left;}

/* *********** */
/* Kalendorius */
/* *********** */
#Calendar {
	height: 160px;
}
#Calendar #month {
	background-color: #fff;
	width: 100%;
	text-align: center;
}
#Calendar #month .previous, #Calendar #month .next {
	color: #ccc;
}
#Calendar #month .today {
	background-color: #d1014f;
	color: white;
	padding: 2px 5px;
	margin: 0;
}

#Calendar #title {
	background-color: #d1014f;
	color: white;
	padding: 2px 9px;
}
#Calendar #title a {
	color: white;
}

#Calendar #month, #Calendar #month td, #Calendar #month th, #Calendar #month tr {
	border: 0;
}
#Calendar #month td, #Calendar #month th {
	width: 14%;
	padding: 3px 0;
}

#Calendar #month a { color: #d1014f; }
#Calendar #month .today a { color: #fff; }
#Calendar #month .previous a, #Calendar #month .next a { color: #999; }


/* *********** */
/* Prenumerata */
/* *********** */

#Subscribe .stitle {
	background-color: #006f45;
	color: white;
	padding: 2px 9px 3px 9px;
}
#Subscribe form {
	margin-top: 5px;
	background-color: #fff;
	padding-bottom: 0.5em;
	height: 107px;
}
#Subscribe input {
	width: 93%;
	font-size: 8pt;
}
#Subscribe a { color: #006f45; }

/* ******* */
/* Parašas */
/* ******* */
#Signature {
	clear: both;
	width: 994px;
	background-color: #939598;
	color: #fff;
	font-size: 8pt;
	height: 15px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0 auto;
}
#Signature .left {
	margin-left: 5px;
	float: left;
}
#Signature .right {
	margin-right: 5px;
	float: right;
}
#Signature a {
	color: #ddd;
	text-decoration: none;
}
#Signature a:hover {
	color: #fff;
	text-decoration: underline;
}
