html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_haivytys.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/*** MISC ***/

p {
	line-height: 22px;
	margin-bottom: 20px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

div.clear {
	clear: both;
}

img {
	border-style: none;
}

/*** property table ***/
table.property {
	border-collapse: collapse;
}

table.property td {
	padding: 3px 0px;
	vertical-align: top;
}

table.property td.key {
	text-align: right;
	padding-right: 10px;
}

/*** TEXT STYLES ***/

h1, h2, h3 {
	padding: 3px 0px 7px 0px;
	margin: 0px;
	color: #868686;
	font-family: calibri, arial, sans-serif;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	display: block;
	background-image: url(../images/h1bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#4e4e4e;
}
h2.newstitle{
	color:#4E4E4E;
}
#contentlifts h1 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	background-image: none;
}

#contentupper h1 {
	font-size: 23px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h3 a:hover {
	text-decoration: underline;
	color: #FF9F04;
}

a {
	color: #0715AA;
	text-decoration: underline;
}

a:hover {
	color: #0715AA;
	text-decoration: none;
}

/*** MAIN WRAPPER ***/

#mainwrapper {
	width: 732px;
	margin: 0px auto;
}
#headerwrapper{
	border-left:1px #B1BACB solid;
	border-right:1px #B1BACB solid;
}
/*** HEADER ***/

#headertop {
	height: 29px;
	background-image: url(/www/images/banner_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#headertop a{
	color:white;
	font-size:11px;
	text-decoration:none;
}
#headertop #headertoplogo img{
	vertical-align:top;
	margin-left:5px;
}
#headertop #headertoplogo a{
	line-height:25px;
	height:100%;
	display:block;
}
#headertoplogo {
	margin: 0px 0px 0px 0px;
	float: left;
}

#headertopactions {
	float: right;
	width: 130px;
	margin: 5px 10px 0px 0px;
	text-align: right;
	color: #FFFFFF;
}
#headertopactions input.searchkeyword{
	background-color:#3E4D92;
	border:1px #63698D solid;
	color:white;
	font-size:11px;
}
#headertop .loginform {
	font-size: 10px;
	width: 100%;
}

#headertop .loginform .textie {
	width: 95px;
}

#headertopsearch .error {
	font-size: 10px;
	color: #FF0000;
	padding-top: 2px;
}

#headertopsearch .error a {
	color: #FF0000;
	text-decoration: none;
}

#headertopsearch .error a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#headertopsearch .logged {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
}

#headertopsearch .logged a {
	color: #FFFFFF;
	text-decoration: none;
}

#headertopsearch .logged a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#headertop .unameinput input,
#headertop .passinput input {
	font-size: 10px;
	margin-left: 5px;
	width: 75px;
	border: 1px solid;
}

#headertop .submit input {
	padding: 0px 5px;
	font-size: 10px;
	margin-left: 5px;
	border: none;
	cursor: pointer;
	background-color:transparent;
	color:white;
	
}

#headertop #headerlinks {
	float: left;
	margin: 00px 0px 0px 45px;
}

#headertop #headerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#headertop #headerlinks ul li {
	display: block;
	float: left;
}

#headertop #headerlinks ul li a {
	display: block;
	padding: 0px 7px;
	color:white;
	line-height:25px;
	background:url(/www/images/linkdivider.jpg) right 8px no-repeat;
}
#headertop #headerlinks ul li a.last {
	background:none;
}
#headermiddle {
	height: 141px;
	/*background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/
}

#headermiddle div.content {
	padding: 20px 400px 10px 20px;
	color: #ffffff;
	height: 146px;
}

#headermiddle div.content h1,
#headermiddle div.content h2,
#headermiddle div.content h3 {
	color: #ffffff;
}

#headermiddle div.content a {
	color: #ffffff;
}

/*** TOPNAVI ***/

#topnavi {
	background-color: #FFFFFF;
	height: 41px;
}

#topnavibg {
	height: 41px;
	margin: 0px 0px;
	background-image: url(../images/top_navi_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#topnavi ul {
	height: 41px;
	margin: 0px 0px;
	padding: 0;
}

#topnavi ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 41px;
}
#topnavi ul li a {
	display: block;
	float: left;
	line-height: 41px;
	padding: 0px 14px;
	color: #0715AA;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

#topnavi ul li a:hover {
	text-decoration: underline;
}

#topnavi ul li.current {
	background-color: #FFFFFF;
	height: 39px;
	border-right: 1px solid #B3BACD;
	border-left: 1px solid #B3BACD;
	border-top: 1px solid #B3BACD;
	margin-top:1px;
}
#topnavi ul li.current_first {
	background-color: #FFFFFF;
	height: 39px;
	border-right: 1px solid #B3BACD;
	border-top: 1px solid #B3BACD;
	margin-top:1px;
}
#topnavi ul li.current a {
	color: #0A16AA;
	line-height: 39px;
}
#topnavi ul li.current_first a {
	color: #0A16AA;
	line-height: 39px;
}
#topnavibar {
	background-color: #ffffff;
}

#topnavibarupper {
	margin: 0px 6px;
	background-color: #476e01;
}

#topnavibarupper div.content {
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px 0px 5px;
}

#topnavibarupper table {
	border-collapse: collapse;
	width: 100%;
}

#topnavibarupper table td {
	padding: 0;
}

#topnavibarbottom {
	height: 7px;
	background-color: #ffffff;
}

/*** UPPER CONTENT ***/

#contentupper {
	background-color: #fff;
	border-right: 1px solid #B3BACD;
	border-left: 1px solid #B3BACD;
}

#contentupperwrapper {
	padding: 5px 0px 0px 0px;
}

#contentupper div.onecol div.col1 {
	width: 730px;
}

#contentupper div.onecol div.col1 .content {
	padding: 0px 20px;
}

#contentupper div.twocols div.col1,
#contentupper div.twocols div.col2 {
	width: 365px;
	float: left;
	overflow: hidden;
}

#contentupper .threecols div.col2 {
	width: 233px;
	float: left;
	overflow: hidden;
}

#contentupper .threecols div.col1,
#contentupper .threecols div.col3 {
	width: 243px;
	float: left;
	overflow: hidden;
}

#contentupper div.twocols .col1 div.content {
	padding: 0px 10px 0px 20px;
}

#contentupper div.twocols .col2 div.content {
	padding: 0px 20px 0px 10px;
}

#contentupper div.threecols .col1 div.content {
	padding: 0px 10px 0px 20px;
}

#contentupper div.threecols .col2 div.content {
	padding: 0px 10px 0px 10px;
}

#contentupper div.threecols .col3 div.content {
	padding: 0px 20px 0px 10px;
}

#contentupperbottom {
	height: 10px;
	background-color: #fff;
	border-right: 1px solid #B3BACD;
	border-left: 1px solid #B3BACD;
}

/*** LOWER CONTENT ***/

.twocols-left,
.twocols-right,
.threecols-left,
.threecols-center,
.threecols-right {
	float: left;
}

#contentlower {
	border-right: 1px solid #B3BACD;
	border-left: 1px solid #B3BACD;
	border-bottom: 1px solid #B3BACD;
	margin: 0px 0px;
	padding-top: 10px;
	background-color:#ffffff;
}

#contentlowernormal,
#contentlowerwide,
#contentlowerhalf,
#contentlowerindex {
}

#contentlowernormal,
#contentlowerwide {
	/*margin-left: 160px;*/
	float:left;
}

#contentlowerhalf div.col1 {
	float: left;
	width: 530px;
}

#contentlowernormal div.col1 {
	float: left;
	width: 430px;
}

#contentlowerwide div.col1 {
}

#contentlowernormal div.col2 {
	float: left;
	width: 280px;
	background-image: url(../images/green_dot_vert.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#contentlowernormal div.content,
#contentlowerwide div.content {
	padding: 0px 20px;
}

#contentlowerhalf div.content {
	padding: 0px 20px;
}

#rightlifts {
	float: left;
	padding-top: 37px;
	width: 120px;
}

#contentlowerhalf #rightlifts {
	float: left;
	padding-right: 20px;
	padding-top: 37px;
	width: 180px;
}

/*** LOWER CONTENT - INDEX ***/

#contentlowerindex .onecol .col1 {
	width: 730px;
	padding: 0px 0px 10px 0px;
}

#contentlowerindex .twocols_left .col1,
#contentlowerindex .twocols_right .col2 {
	width: 530px;
	float: left;
}

#contentlowerindex .twocols_left .col2,
#contentlowerindex .twocols_right .col1 {
	width: 200px;
	float: left;
}

#contentlowerindex .twocols div.col1,
#contentlowerindex .twocols div.col2 {
	width: 365px;
	float: left;
}

#contentlowerindex .threecols div.col2 {
	width: 233px;
	float: left;
}

#contentlowerindex .threecols div.col1,
#contentlowerindex .threecols div.col3 {
	width: 243px;
	float: left;
}

#contentlowerindex .onecol div.col1 div.content {
	padding: 0px 20px;
}

#contentlowerindex div.col1 div.content {
	padding: 0px 10px 0px 20px;
}

#contentlowerindex div.col2 div.content {
	padding: 0px 10px 0px 10px;
}

#contentlowerindex .twocols div.col2 div.content,
#contentlowerindex .twocols_right div.col2 div.content,
#contentlowerindex .twocols_left div.col2 div.content {
	padding: 0px 20px 0px 10px;
}

#contentlowerindex div.col3 div.content {
	padding: 0px 20px 0px 10px;
}

#contentlifts div.indexliftimg {
	width: 215px;
	border: 1px solid #a7c85d;
	padding: 2px;
	text-align: center;
	margin: 0px;
}

#contentlifts div.indexliftimg img {
	margin: 0px auto;
	padding: 0;
	border-style: none;
}

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

#contentlifts ul li {
	background-image: url(../images/list_arrow_whitebg.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 12px;
	margin: 3px 0px 2px 0px;
}

table.indexnewstable {
	border-collapse: collapse;
}

table.indexnewstable td {
	vertical-align: top;
	padding: 3px 0px;
}

table.indexnewstable td.date {
	text-align: right;
	padding-right: 5px;
}

/*** CONTENT LIFTS ***/

#contentlifts {
	margin: 0px 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 11px;
	background-color: #EFF0F2;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #B3BACD;
	border-left: 1px solid #B3BACD;
	border-bottom: 1px solid #B3BACD;
}

#contentlifts div.col1,
#contentlifts div.col2,
#contentlifts div.col3,
#contentlifts div.col4 {
	overflow: hidden;
	float: left;
}

/*** CONTENT LIFTS - THREE COLUMNS ***/
#contentlifts div.threecols div.col1,
#contentlifts div.threecols div.col3 {
	width: 243px;
}

#contentlifts div.threecols div.col2 {
	width: 233px;
}

#contentlifts div.threecols div.col1 div.content {
	padding: 0px 10px 10px 20px;
}

#contentlifts div.threecols div.col2 div.content {
	padding: 0px 10px;
}

#contentlifts div.threecols div.col3 div.content {
	padding: 0px 20px 0px 10px;
}

/*** CONTENT LIFTS - FOUR COLUMNS ***/

#contentlifts div.fourcols div.col1,
#contentlifts div.fourcols div.col4 {
	width: 187px;
	float: left;
}

#contentlifts div.fourcols div.col2,
#contentlifts div.fourcols div.col3 {
	width: 177px;
	float: left;
}

#contentlifts div.fourcols div.col1 div.content {
	padding: 0px 10px 0px 20px;
}

#contentlifts div.fourcols div.col2 div.content,
#contentlifts div.fourcols div.col3 div.content {
	padding: 0px 10px;
}

#contentlifts div.fourcols div.col4 div.content {
	padding: 0px 20px 0px 10px;
}

#contentlifts img {
	padding: 1px;
	border: 1px solid #808183;
	margin-bottom: 10px;
}

/*** COLUMN BACKGROUNDS ***/

div.colbgright {
	/*background-image: url(../images/grey_dot_vert_trans.gif);*/
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom:10px;
}

div.colbgleft {
	/*background-image: url(../images/grey_dot_vert_trans.gif);*/
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:10px;
}

/*** LEFT NAVI  ***/

#leftnavi {
	width: 150px;
	padding: 0px 5px;
	float: left;
}

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

#leftnavi ul li {
	display: block;
	line-height: 18px;
	text-decoration: none;
	color:#1C6C52;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/leftnavi_bullet2.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding:1px 0px 3px 7px;
}
#leftnavi ul li a, #leftnavi ul li ul li a{text-decoration:none; display:block; line-height:1.5;}
#leftnavi ul li a:hover {
	text-decoration: underline;
}

#leftnavi ul li a.current {
	font-weight: 900;
}

#leftnavi ul li a.current ul li {
	background-position: 10px 7px;
	padding-left:20px; margin:0;
	background-image: url(../images/leftnavi_bullet2.gif);
	background-position: 10px 0px;
	background-repeat: no-repeat;
}
#leftnavi ul li a.current ul li a {font-weight:bold;}
#leftnavi ul li ul li 
{
	padding-left:10px;
}

/*** FOOTER ***/

#footerwrapper {
	padding-top: 10px;
}

#footer {
	border-top: 1px solid #cccccc;
}

#footer div.content {
	padding: 5px 10px;
	text-align: center;
	color: #1d6b53;
}


/*** RIGHT LIFTS ***/

#rightlifts div.liftentry {
	margin-bottom: 10px;
}

/**
 * default CSS used in meForm public mode
 */

table.meFormPublicTable td.meFormPublicTitle {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

table.meFormPublicTable td.meFormPublicTextcell {

}

div.meFormErrorDialog {
	margin: 20px 0px;
}

div.meFormErrorTitle {
	font-weight: bold;
	color: #ff0000;
}

div.meFormErrorEntry {
	
}

div.meFormSuccessMsg {
	margin: 20px 0px;
}

/*** PAGEACTIONS ***/

div.pagecontentactions {
	margin-top: 15px;
}

table.actionswrapper {
	margin: 0px auto;
}

table.actionswrapper td {
	padding-right: 20px;
}

table.actionswrapper td a {
	text-decoration: underline;
	font-size: 11px;
}

table.actionswrapper td a:hover {
	text-decoration: none;
}

/* Newslists */
ul.newslist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.newslist li {
	padding: 0px 0px 3px 9px;
	background:url(/www/images/listbullet.gif) left 4px no-repeat;
}

ul.newslist li a {
	text-decoration: none;
}

ul.newslist li a:hover {
	text-decoration: underline;
}

.listing .mainitem {
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.listing .item {
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.errorbox,
.infobox {
	margin: 10px 0px;
}

.errorbox .title {
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
	margin:3px 0 7px;
	padding:0;
}

.infobox .title {
	font-size:20px;
	font-weight:bold;
	color:#1C6C52;
	margin:3px 0 7px;
	padding:0;
}

#contentlower .errorbox .content,
#contentlowernormal .errorbox .content,
#contentlowerwide .errorbox .content,
#contentlowerindex .errorbox .content {
	padding: 10px;
	color: #FFFFFF;
	background-color: #CC5050;
	border: 3px double #ffffff;
}

#contentlower .infobox .content,
#contentlowernormal .infobox .content,
#contentlowerwide .infobox .content,
#contentlowerindex .infobox .content {
	padding: 10px;
	color: #FFFFFF;
	background-color: #619484;
	border: 3px double #ffffff;
}

#contentlower .infobox .content h3,
#contentlowernormal .infobox .content h3,
#contentlowerwide .infobox .content h3,
#contentlowerindex .infobox .content h3 { 
	color: #ffffff; 
}

.url {
	padding-top: 5px;
}

.smalltext {
	font-size: 10px;
	font-style: italic;
}

.objectdivider {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	height: 10px;
}
.spacer{
	height:10px;
}
div.next{
	float:right;
	text-align:right;
}
div.previous{
	float:left;
	text-align:left;
}
