@CHARSET "UTF-8";

*
{
	margin:					0;
	padding:				0;
	border:					0;
}

html, body
{
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
	height: 100%;
}

body {
	background: transparent url(../images/body_bg.jpg) no-repeat top left;
}
input {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#logout {
	background: #FFFFFF;
	color: #000000;
	padding: 4px 10px;
}

a {
	color: #c75f3e;
}

.clearfix {
	clear: both;
}
#content {
	padding: 10px 0 10px 10px;
}
#content INPUT, #content TEXTAREA {
	border: #ddd 1px solid;
	padding: 1px;
	margin: 1px;
}
#content DIV {
	padding: 0;
}
#content TABLE, #content DIV TABLE, #content DIV TABLE caption, #content DIV TABLE.admintable caption {
	width: 796px;
}
#content TABLE, #content DIV TABLE {
	background-color: #fff;
	border: #333 1px solid;
}
#content TABLE TR TD {
	border-bottom: #ddd 1px solid;
	padding: 3px;
	margin: 0px;
}

#content h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content h2 {
	font: 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content h3 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* LOGIN AREA */
#login_bg {height: 100%;}
	#login_bg_top {height: 50%;	background: #f5f5f5;}
	#login_bg_bottom {height: 50%; background: #e6eae9;}
#login {width: 100%; height: 234px; position: absolute; top: 50%; margin-top: -140px; background: url(../images/admin_mid_bg.jpg);}
#login_box {width: 382px; height: 234px; left: 50%; margin-left: -191px; position: relative; background: url(../images/admin_box_bg.gif);}
#login_box_area {width: 363px; height: 232px; position: relative; margin-left: 13px; margin-top: 1px; font-family: Arial;}
	#login_title {font-size: 24px; font-weight: bold; padding-top: 19px;}
	#login_address {font-size: 16px;}
	#login_admin {font-size: 14px; padding-top: 26px; padding-bottom: 10px;}
	.admin_input {border: 1px solid #c2c2c2; width: 110px; font-family: Arial; padding-left: 1px;}
	.admin_left {float: left; width: 140px; padding-bottom: 9px; text-align: right;}
	.admin_right {padding-left: 5px; float: left;}
	.admin_submit {background: #f0f0f0; border: 1px solid #c2c2c2; font-family: Arial; width: 50px;}
	#webdream {position: absolute; top: 202px; left: 334px;}

/* ERROR MESSAGE */
.error {
	border: 1px solid gray;
	background: #FFFFCC;
	padding: 5px 0px 5px 10px;
}
	.error legend {
		border: 1px solid gray;
		padding: 0px 10px 0px 10px;
		margin-left: 10px;
		background: #ef4b4b;
		background: black;
		color: white;
		font-weight: bold;
		letter-spacing: 1px;
		font-variant: small-caps;
	}
	
	.error #message {
		border: none;
		background: none;
		width: 100%;
	}
	
	.error #message TR TD {
		border: none;
	}
	
/*IUNO MAINPAGE*/
.doboz {
	border: 1px solid #b9b9b9;
	background: #f8f8f8 url(../images/iuno/doboz_bg.gif) bottom repeat-x;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 360px;
	margin-right: 10px;
	font-size: 11px;
}

.doboz legend {
	font-size: 11px;
	border: 1px solid #dbdbdb;
	background: #fbfbfb;
	margin-left: -5px;
	padding: 0px 5px 0px 5px;
}

.cim {
	font-size: 12px;
	font-weight: bold;
}

.doboz #verzio {
	border: 0px;
	background: none;
	width: 350px;
	font-size: 10px;
}

.doboz #verzio TR TD {
	border-bottom: 0;
	padding: 0px;
	margin: 0px;
}

div {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#search {
	position:absolute;
	top: 0px;
	left: 576px;
	width:220px;
	height:26px;
	background:url(../images/iuno/search-field.jpg);
	font-size: 11px;
}

	#search_form {
		padding: 3px 0px 0px 0px;
		margin: 0;
		
	}

	#search .search_input {
		border: 0;
		padding-left: 10px;
		color: gray;
		font-style: italic;
		width: 170px;
		background: none;
		
	}

	#search .active {
		color: black;
		font-style: normal;
	}
	
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}