/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin:0;
	color: #565656;
	background: url('../img/bg_body.jpg') no-repeat center top;
	background-color: #dacfb1;
}
p{
	margin:10px 0;
}
a, a:link, a:visited, a:active{
	font-family: arial;
	color: #0c6c94;
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial;
	color: #0c6c94;
	text-decoration: none;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}


a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: underline;
}
a.menu_item, a.menu_item:link, a.menu_item:visited {
	color:#282828;
	font-size: 13px;
}

a.menu_item_subpage, a.menu_item_subpage:link, a.menu_item_subpage:visited {
	color:#565656;
	font-size: 12px;
}

a.menu_footer, a.menu_footer:link, a.menu_footer:visited {
	color:#565656;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

img.valistys {
	margin: 5px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.text{
	width:100%;
}

h1 {
	line-height: 25px;
	font-size: 18px;
	color: #005a6f;
	font-weight: 400;
	border-bottom: 1px dashed #bfbfbf;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h2 {
	line-height: 20px;
	font-size: 14px;
	color: #005a6f;
}

h3 {
	font-size: 12px;
	color: #005a6f;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

/***************************************** SIVUN RAKENNE *******************************/

#wrapper{
	position: relative;
	width:980px;
	margin:0 auto;
}
#header{
	height: 40px;
	background: url('../img/bg_banner_top.png') no-repeat center top;
	color: #005a6f;
	
}
#logo {
	height: 228px;
	text-align: left;	
}
#wrapper_column_left {
	width: 240px;
	float:left;
	text-align:left;
}
#column_left {
	background: url('../img/bg_column_left.jpg') repeat-y center top;
	padding: 0px 0px 10px 0px;
}

#content{
	width: 460px;
	min-height: 2px;
	float:left;
	text-align:left;
}

#wrapper_column_right {
	width: 240px;
	float:left;
	text-align:left;
}
#column_right {
	background: url('../img/bg_column_left.jpg') repeat-y center top;
	padding: 4px 0px;
	clear: both;
}

#footer{
	clear:both;
	margin-top: 25px;
	padding: 15px 0px 40px;
	background-color:#fff;
	border-top: 2px solid #bfbfbf;
}
.sitenews_revolver_topic{
	display:block;
	position:absolute;
	height:100%;
}


/****************************** Menu rakenne ************************************/
#menu{
	padding: 4px 0px 4px 0px;
}
div.wrapper_menu_item {
	width: 210px;
	margin: 0px auto 4px auto;	
}

div.menu_item {
	width: 202px;
	height: 29px;
	float: left;
	background: url('../img/menu/bg_menu_item.jpg') repeat-x left top;
	text-align: left;
}
img.menu_left {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}
img.menu_right {
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/****** Alasivut menussa ***********/

div.menu_item_incl_subpage {
	height: 35px;
	background: url('../img/heading_nosto.png') no-repeat center top;
	color: #fff;	
}

div.menu_item_subpages {
	padding-top: 5px;
	padding-right: 5px;
	background: url('../img/bg_content_nosto.jpg') repeat-y center top;
}



/********************************** Nostot *********************************/
div.nosto {
	width: 210px;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.nosto_heading {
	width: 210px;
	height: 35px;
	background: url('../img/heading_nosto.png') no-repeat center top;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

div.nosto_content {
	background: url('../img/bg_content_nosto.jpg') repeat-y center top;
	min-height: 50px;
	width: 210px;
}

div.blog_item {
	margin: 5px 15px 0px 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

/* Kalenterin tagi-autocompleten tyylit */

.autocomplete-w1 {
	background: #fff;
	position:absolute;
	top:0px;
	left:0px;
	/* IE6 fix: */
	_background:none;
	_margin:1px 0 0 0;
}

.autocomplete {
	border:1px solid #999;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:350px;
	overflow:auto;
	/* IE6 specific: */
	_height:350px; 
	_margin:0;
	_overflow-x:hidden;
}
.autocomplete .selected {
	background:#eaeaea;
}
.autocomplete div {
	padding:2px 5px;
	white-space:nowrap;
	overflow:hidden;
}
.autocomplete strong {
	font-weight:bold;
	/*color:#3399FF;*/
}

