@charset "iso-8859-2";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}

body {
	background-color: #f5f5f5;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}

hr {
	height: 1px;
}

img {
	border: 0;
}

img.right {
	float: right;
}

a,a:visited,a:active  {
	color: #000;
}
a:hover  {
	color: #9bb9d1;
}

#content {
	background-image: url(../images/bg_blackline.png);
	background-repeat: repeat-x;
	width: 100%;
	padding: 0;
	text-align: left;
	height: 100%;
}

#top_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 755px;
	height: 407px;
	background-color: #fff;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 14px;
	top: 33px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 39px;
}

/* -------------------- icons */
#icons {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 81px;
	height: 15px;
	background-image: url(../images/icons_bg.png);
	background-repeat: no-repeat;
}
#icons img {
	padding-right: 1px;
	border: 0;
}

/* -------------------- menu */
#menu {
	position: absolute;
	left: 364px;
	top: 22px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 382px;
	height: 22px;
	line-height: 22px;
}

#menu a,#menu a:visited,#menu a:active  {
	height: 27px;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#menu a:hover  {
	color: #fff;
}

/* -------------------- login */

#login {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	width: 285px;
	height: 123px;
	padding-left: 30px;
	padding-top: 44px;
	padding-right: 13px;
	padding-bottom: 9px;
	color: #fff;
}

#login input {
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #E1E4E9;
	width: 147px;
	padding:2px;
	color:#666666;
	font-size:11px;
}

#login input.submit {
	background-image: none;
	background-color: #fff;
	color:#000;
	padding: 0;
	margin: 0;
	width:auto;
	border: 0;
	font-size:11px;
	font-weight:normal;
}

/* -------------------- form */

input, textarea, select {
	border: 1px solid #E1E4E9;
	font-size:11px;
	color:#666666;
	padding:2px;
}

select, input {
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

input {
	width: 200px;
}

select {
	width: 208px;
}

textarea {
	background-image: url(../images/input_bg_fill.png);
	background-repeat: no-repeat;
	background-position: top left;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #FAFAFA
}

input.submit {
	background-image: none;
	background-color: #fff;
	color:#000;
	padding: 3;
	margin: 0;
	width:auto;
	font-weight: bold;
	font-size:14px;
}

input.button {
	background-image: none;
	background-color: #fff;
	color:#000;
	padding: 3;
	margin: 0;
	width:auto;
	font-size:14px;
}

input.radio, input.checkbox, input.radios, input.checkboxes {
	width:12px;
	height:12px;
	border:none;
	background:none;
}
