

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #666666;
	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 !important;
	color: #666666 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}

/* uutis widgetti */
div.newsengine_widget a{
	color:#000000 !important;
}
span.sectionTitleBank{
	color:black !important;	
}
a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

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

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

}

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

h1 {
	font-size: 18px;
	color: #0099cc;
}

h2 {
	font-size: 14px;
	color: #669966;
}

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

h4 {
	font-size: 18px;
	color: #339933;
}

h5 {
	font-size: 14px;
	color: #669966;
}

h6 {
	font-size: 12px;
	color: #669966;
}


.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;
}



#taustakerros{
	width:100%;
	height:100%;
	background:#fff url(../img/vihrea_gradient.jpg) repeat-x;
}

#ylapalkki{
	width:977px;
	height:106px;
	background: url(../img/vihrea_palkkipala.jpg) repeat-x top center;
}
/* +6px ylapalkin leveyteen */
#reunaviivataulu{
	width: 981px;
	height: 100%;
	background-color: #efffea;
}

#reunaviivat{
	width: 2px;
	height: 100%;
}
#menuvali{
	width: 12;
	height: 25;
	background: url(../img/menuvali.gif) no-repeat;
}

#valikko{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase; 
}
#valkoinen{
	color: #fff;
}
#aiheesta {
	font-size: 18px;
	color: #339933;

}
#smenu_ {
	color: #60a659;
	font-weight: bold;
}
#smenu_selected {
	color: #339933;
	font-weight: bold;
}
#smenu_iso {
	color: #60a659;
	font-size: 14px;
	font-weight: bold;
}
#smenu_selected_iso {
	color: #339933;
	font-size: 14px;
	font-weight: bold;
}
#uutiskirjeen_ylareuna{
	background: url(../img/UK_sininen_ylareuna.jpg) repeat-x;
}
#uutiskirjeen_sivu{
	background: url(../img/UK_sininen_sivubg2.jpg) no-repeat;
}


