

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #000;
	background-color: #fff;
	background-image: url();
}

#wrapper {
	display: none;
}

#maintable{
	width: 1003px;
	border:0px solid;
	height: 100%;
}

#menutd{
	display: none;
}

#menutd2{
	padding: 0 0 0 70;
}

#breadcrumb{
	display: none;
}

#content{
	width: 961px;
	background-color:#FFFFFF;
	vertical-align: top;
	height: 100%;
	}

#contentarea{
	padding: 0 20 0 20;
	background-color: #fff;
}


#ylanapit{
	display: none;
}

#menutable td{
 display: none;

}

#menutable a{
	display: none;
}



#menutable2 a{
	display: none;
}

#maintop{
	display: none;
}

#maintop_intra{
	display: none;
}

.hide{
	display:none;
}

p{
	display: none;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #1c7486;
	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: #ab0000 !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: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 20px;
	color: #1c7486;
	background-image: url(../img/h1_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 10;
	padding-left:25px;
	padding-top: 7px;
	line-height: 25px;
	border-bottom: 1px dotted #cbcbcb;
	font-weight: normal;
}

.basic {
	font-size: 20px;
	color: #1c7486;
	padding-top: 7px;
	line-height: 25px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #1c7486;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #1c7486;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

img {
	border: 0px;
}

/* Asiakirjapankki */
#resourcewrapper{
	padding:5px;
	border:1px solid #d4d4d4;
	width:500px;
}

.dirlist, .filelist{
	width:100%;
}
.dirlist a, .filelist a,
.dirlist a:active, .filelist a:active
.dirlist a:visited, .filelist a:visited{
	text-decoration:none;
	color:#555555;
}
.dirlist td{
	vertical-align:top;
}
.filelist td{
	padding:3px;
}
.highlight{
	background-color:#c3c3c3;
	/*cursor:pointer;*/
}
.dirlist .highlight a, .filelist .highlight a{
	color:#000000;
}
.dirlist .highlight .desc, .filelist .highlight .desc{
	color:#555555;
}
.desc{
	color:#a0a0a0;
	font-style:italic;
}
.newfile:link, .newfile:active, .newfile:visited{
	float:right;
	border:1px solid #c3c3c3;
	background-color:#eeeeee;
	display:block;
	padding:1px 3px;
	text-decoration:none;
	font-size:11px;
	margin-left:2px;
	white-space:nowrap;
	height:18px;
}
a.newfile:hover{
	border:1px solid #555555;
	background-color:#c3c3c3;
	color:#000000;
}
.folder_hr{
	border-bottom:1px solid #d4d4d4;
	margin-bottom:10px;
	height:5px;
}
.popup{
	width:400px;
	padding:10px;
	border:1px solid #555555;
	background-color:#ffffff;
}

.success_message{
	border:1px solid #eeeeee;
	padding:5px;
	color:green;
}



