@import url('editor.css');

* {
	font-family: Verdana, Arial, sans-serif;
}

html, body {
	background-color: #ECECEC;
	margin: 0;
	padding: 0;
}
	

div {
	margin: 0;
	padding: 0;
}

div.ie_container {
	text-align: center;
}

div.outer_container {
	margin: 0px auto;
	text-align: left;
	width: 750px;
	border: 1px solid #000;
	background-color: #FFFFFF;
}

div#top_header{
	background-image: url('/static//static/gfx/ylakuva01.jpg');
	background-repeat: no-repeat;
	height: 117px;
	border-bottom: 1px solid #000;
}
img.toplogo{
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
.shadebg{
	background-image: url('/static/gfx/shadebg.gif');
	background-repeat: repeat-x;
	height: 23px;
}
div.topmenu{
	margin: 0;
	margin-top: 1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div.topmenu a, div.topmenu a:link, div.topmenu a:visited{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	padding-top: 5px;
	height: 18px;
	float: left;
	border-right: 1px solid #333;
	border-left: 1px solid #555;
}
div.topmenu a:hover{
	background-color: #555;
}
div#pagecontent{
	margin-top: 1px;
	background-image: url('/static/gfx/gradi01.jpg');
	background-repeat: repeat-y;
}
div#sidemnu{
	width: 150px;
	float: left;
	font-size: 11px;

}
#sidemnu h1{
	margin: 0;
	padding: 0;
	padding: 3px;
	padding-left: 15px;
	display: block;
	background-color: #333;
	background-image: url('/static/gfx/kilke.gif');
	background-repeat: no-repeat;
	background-position: 5px 6px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

div#mainarea{
	margin-left: 150px;
	/*padding: 5px;*/
	font-size: 11px;
	border-left: 1px dashed #000;
	/*border-bottom: 1px dashed #000;*/
	background-image: url('/static/gfx/dashedbg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#mainarea h1{
	color: #222;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mainarea .content {
	padding: 1em;
}
div.roundcorner{
	height: 20px;
	width: 20px;
	background-image: url('/static/gfx/corner.gif');
	background-repeat: no-repeat;
	margin-left: -1px;
	margin-bottom: -5px;
}
div.footer{
	margin-top: 7px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	height: 15px;
	clear: both;
}

div.adminator {
	text-align: center;
}

label {
	margin: 1em 0 0 0;
	display: block;
}

div.errors p {
	color: #FF0000;
}


/* frontpage update */
#singlecolumn div#sidemnu
{
        display: none;
}
#singlecolumn div#mainarea{
        margin-left: 0px;
        border-left: 0;
        /*border-bottom: 1px dashed #000;*/
        background-image: none;
}
#singlecolumn div.roundcorner
{
        display: none;
}
/*removes the gap between footer and content */
#singlecolumn div.footer
{
        margin-top: 0px;
}
#singlecolumn #mainarea .content
{
        margin-bottom: 0px;
}
