
/* Editorin säädöt */
.mceContentBody{
	background: transparent none;
	background-color: transparent;
}
.dynamic_contentarea{
	border:1px dotted red;
}
.static_contentarea{
	border:1px dotted blue;
}


.menutable	{
	text-transform:uppercase;
}

.etusivulinkki	{
	color: #002752;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 18px;
}

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#002752;
	margin:0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #045499;
	text-decoration: none;
}
a: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: #045499 !important;
	text-decoration: none !important;
}

a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#ad0000;
	text-decoration: none;
}

a.news, a.news:link, a.news:visited {
	color:#002752;
	text-decoration: none;
}
a.news:hover{
	text-decoration:underline;
	color:#045499;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#002752;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


img{
	border:0;
}

img.borders{
	border:1px solid #000000;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text{
	width:100%;
}

h1 {
	font-size: 16px;
	color: #002752;
}

h1.uppercase{
	font-size: 16px;
	color: #002752;
	text-transform:uppercase;
	letter-spacing: -1;
}

h2 {
	font-size: 16px;
	color: #61778D;
}

h3 {
	font-size: 12px;
	color: #003366;
}

h4 {
	font-size: 12px;
	color: #000000;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


table.newscols{
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table.newscols td{
	vertical-align:top;
}
td.newstextcontainer{
	padding-right:10px;
}
td.newsimagecontainer{
	padding-left:10px;
	border-left:2px dotted #c3c3c3;
	width:200px;
}

/* Multimediakirjasto */
.mm_groupname{
	background:#aaccf5 url(../img/mm_nuoli.gif) left top no-repeat;
	width:50%;
	padding:1px 4px 2px 35px;
	vertical-align:top;
}
.mm_groupname img{
	margin-left:-1px;
	margin-top:-1px;
	float:left;
}
.mm_title{
	background:#002752 url(../img/mm_kulma_dark.gif) left top no-repeat;
	width:50%;
	padding:7px 4px 7px 12px;

}
.mm_data{
	padding:10px;
	height:150px;
}
a.mm_link:link, a.mm_link:visited, a.mm_link:active{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#002550;
	display:block;
	margin-top:3px;
}
a.mm_link:hover{
	text-decoration:underline;
	color:#0b5ea4;
}

#blog_content{
	width: 360px;
}

