

/* 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: #cb75a3;
	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: #cb75a3 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !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: 12px;
}
.text{
	width:100%;
}

h1 {
	font-size: 16px;
	color: #f1824b;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

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

#sivu_tausta{
	background: url(../img/taustapala.jpg) 0 0 repeat-x;
}

#valikko{
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;

}

#sininen_h1{
	font-size: 16px;
	color: #40beca;
	text-transform: uppercase;
	font-weight: bold;
	
}

#etusivun_ajankohtaista{
	background:transparent url(../img/oranssikehys_ylos.jpg) 0 0 no-repeat;

}

#default_ajankohtaista{
	background:transparent url(../img/sininenkehys_ylos.jpg) 0 0 no-repeat;

}


div.padded {  
	padding-top: 10px;  
	padding-right: 0px;  
	padding-bottom: 0px;  
	padding-left: 0px;
} 

div.uutiscontent {  
	padding-top: 0px;  
	padding-right: 17px;  
	padding-bottom: 0px;  
	padding-left: 0px;
	
} 

.paikalliset a:link{
	font-family: arial;
	color: #000;
	text-decoration: none;
}
.paikalliset a:visited{
	font-family: arial;
	color: #000;
	text-decoration: none;
}
.paikalliset a:active{
	font-family: arial;
	color: #000;
	text-decoration: none;
}

.oik1 a:link{
	font-family: arial;
	color: #accd53;
	text-decoration: none;
}
.oik1 a:visited{
	font-family: arial;
	color: #accd53;
	text-decoration: none;
}
.oik1 a:active{
	font-family: arial;
	color: #accd53;
	text-decoration: none;
}

.oik2 a:link{
	font-family: arial;
	color: #bd4e6b;
	text-decoration: none;
}
.oik2 a:visited{
	font-family: arial;
	color: #bd4e6b;
	text-decoration: none;
}
.oik2 a:active{
	font-family: arial;
	color: #bd4e6b;
	text-decoration: none;
}

.oik3 a:link{
	font-family: arial;
	color: #4e98ad;
	text-decoration: none;
}
.oik3 a:visited{
	font-family: arial;
	color: #4e98ad;
	text-decoration: none;
}
.oik3 a:active{
	font-family: arial;
	color: #4e98ad;
	text-decoration: none;
}
.footer {
	font-family: arial;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.footer a:link{
	font-family: arial;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.footer a:visited{
	font-family: arial;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.footer a:active{
	font-family: arial;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.haeasuntoa1 a{
	font-family: Calibri;
	color: #1b7794;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#haeasuntoa2 a{
	font-family: Calibri;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


.error_message{
	padding: 10px;
	background-color: #fefefe;
	border: #dfdfdf;
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	padding: 10px;
	background-color: #fefefe;
	border: #dfdfdf;
	color:#368b1c;
	margin:10px 0 20px 0;
}

.notice {
	color: #5f5f5f;
}

/* 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;
}

.heading_divide {
	border-bottom: 1px solid #8f8f8f;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
}

table.hakemus_stages td {
	background-color: #f1f1f1;
}

img {
	border: 0px;
}



/* HAKUJÄRJESTELMÄ */

#popup {
	padding: 20px;
	width: 400px;
	background-color: #ffffff;
	border: 2px solid #dfdfdf;
}

a.popup_close {
	padding: 3px;
	border: 1px solid #222222;
	color: #222222;
	float: right;
	position: relative;
}

table.nal_list, #sortable {
	width: 100%;
}

table.nal_list th, #sortable th {
	font-size: 12px;
	color: #2f2f2f;
	border-top: 1px solid #dfdfdf;
	border-bottom: 3px solid #dfdfdf;
	text-align:left;
	cursor: pointer;
}

table.nal_list td, #sortable td {
	border-bottom: 1px solid #dfdfdf;
}

a.nal_button, a.nal_button_disabled {
	padding:3px 7px;
	line-height:16px;
	margin: 0px 3px 10px 0px;
	border: 1px solid #d0d0d0;
	background-color: #f9f9f9;
	font-size: 10px;
}

a.nal_button_disabled {
	color: #999999;
}

table.stat td {
	background-color: #f1f1f1;
}

/* Tabit */

.tab-button:link, .tab-button:active, .tab-button:visited{
	border:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	background-color:#eeeeee;
	padding:3px 7px;
	color:#555555;
	text-decoration:none;
	line-height:16px;
	margin-right:3px;
	margin-bottom:-1px;
	margin-top:4px;
	position:relative;
	float:left;
}
.tab-button-a:link, .tab-button-a:active, .tab-button-a:visited{
	border:1px solid #c3c3c3;
	border-bottom:0px solid #ffffff;
	background-color:#ffffff;
	padding:5px 7px 1px 7px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
	position:relative;
	bottom:-1px;
	float:left;
}
div.tab-content{
	clear:both;
	border:1px solid #c3c3c3;
	padding:10px;
	margin-bottom:10px;
	width: 95%;
}

