/*******************************************************************************
* KuohuCMS DemoSite
* ANOTHER QUALITY WEBSITE BY KUOHU MEDIA  - www.kuohumedia.fi
*******************************************************************************/

/* IMPORT STYLES USED IN THE EDITOR MENU
*******************************************************************************/
@import "styles_editor.css";

/* GENERAL
*******************************************************************************/

body, html {
    margin: 0; padding: 0;
    
    color: #333;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}

/* PAGE ELEMENTS
*******************************************************************************/
ul .flags {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.flags li {
    margin: 0px;
    padding: 0px;
    display: inline;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 -.3em;
    font-size:18px;
    line-height: 13px;
}

li.fin { background-image: url("../images/flags/fin.png"); }
li.swe { background-image: url("../images/flags/swe.png"); }

.clear {
	clear: both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

.footertext {
	padding:5px 5px 0px 5px;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	line-height:16px;
	color:#fff;
}

/* FORMS
*******************************************************************************/
form {
	margin: 0px 0px 0px 0px;
	}

input { text-align:left; }

.footerlink {
	text-decoration:none;
    border-bottom: 1px dotted #fff;
	color:#fff;
}

.footerlink:hover {
	border-bottom: 1px solid #fff;
	color:#fff;
}

.kentta {
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:2px 0px 5px 0px;
	}

textarea.kentta {
	width:450px;
	margin:2px 0px 5px 0px;
}

.nappi {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color:#cc0000;
	margin:0px 2px 25px 0px;
	text-align:center;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
