@CHARSET "UTF-8";

@import '/styles/reset.css';

html,body {
	font-size: 12px;
	background: #FFFFFF;
	color: #333;
	font-family: Arial;
	text-align: center;
	overflow: auto;
}
body {
	overflow: visible;
}

a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	position: relative;
	z-index: 0;
}
a:hover {
	text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	margin: 0px;
}

p {
	font-size: 12px;
	color: #333;
	font-family: Arial;
	margin-bottom: 5px;
}
ul, ol {
}
li {
	font-size: 12px;
}
b, strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	width: 700px;
	line-height: 20px;
	vertical-align: middle; 
}
h2 {
	font-size: 12px;
}
.left {float: left}
.right {float: right}
.cleft {clear: left}
.cright {clear: right}
.clear {clear: both}
.absoliute {position: absolute}
.paruostalentele { 
	margin: 10px;
	border: 1px solid #dfdede;
	width: 265px;
}


/* info messages */
.info-box, .success-box, .warning-box, .error-box, .validation-box, .message-box {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info-box, .message-box {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/icons/info.png');
}
.message-box {
    background-image: url('/images/icons/message.png');
}
.success-box {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/icons/success.png');
}
.warning-box {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/icons/warning.png');
}
.error-box {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/icons/error.png');
}