

/* Tyylit */
body {
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	color: #111111;
	background-image:url(../img/wrapper.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #fe9516;
}

#wrapper {
	background-image:url(../img/wrapper.jpg);
	background-position: top center;
	background-color: #fe9516;
	background-repeat: repeat-x;
}

p{
	margin:10px 0;
	font-size: 11px;
}

.white {
	color: #ffffff;
}

a, a:link, a:visited, a:active, a.alter, a.alter:link, a.alter:visited, a.alter:active{
	font-family: Trebuchet ms, arial;
	color: #eba308;
	text-decoration: none;
}

a.alter, a.alter:link, a.alter:visited, a.alter:active{
	color: #696969;
}

a:hover, a.alter:hover {
	text-decoration: underline;
}

/* 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: #eba308 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

a.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:active, a.menuitem:hover {
	font-family: trebuchet ms;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

a.menuitem:hover {
	text-decoration: none;
}

td {
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.login {
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

img {
	border: 0px;
}

h1 {
	font-family: trebuchet ms;
	font-size: 20px;
	color: #3c3c3c;
	font-style: italic;
}

h2 {
	font-family: trebuchet ms;
	font-size: 12px;
	color: 3c3c3c;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.ingressi {
	font-family: trebuchet ms;
	color: #707070;
	font-weight: bold;
	font-size: 12px;
}

.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;
}

.inner_content {
	margin: 5px 20px 5px 25px;
}


.fbox_left {
	background-image:url(../img/fadingbox_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 26px;
	height: 227px;
}
.fbox_right {
	background-image:url(../img/fadingbox_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 25px;
	height: 227px;
}
.fbox_container {
	background-image:url(../img/fadingbox_container.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 150px;
	height: 227px;
	padding-top: 20px;
	padding-left: 3px;
	padding-right: 3px;
	color: #696969;
	vertical-align: text-top;
	
}

.fbox_container p {
	color: #696969;
	font-size: 13px;
}

.fbox_container td {
	color: #696969;
	font-size: 13px;
}

.fbox_container a {
	color: #696969;
	font-size: 13px;
}

.fbox_container h3 {
	font-size: 14px;
	font-style: italic;
}


.slogan {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

input[type="text"] {
	background-image:url(../img/textbox_bg.jpg);
	background-repeat: no-repeat;
	color: #111111;
	width: 230px;
	height: 22px;
	border: 0px;
	padding: 5px 10px 5px 10px;
}

textarea {
	background-image:url(../img/textarea_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #111111;
	width: 380px;
	height: 92px;
	border: 0px;
	padding: 5px 20px 5px 10px;
}

/*
input[type="submit"] {
	background-image:url(../img/btn_laheta.jpg);
	color: #111111;
	width: 100px;
	height: 39px;
}*/