/* Общие стили */

body {
	background: #044e7f url(../img/bg.jpg) repeat;
	margin: 0;
	padding: 0; 
	width: 100%;
	height: 100%;
	font: 15px/17px "Trebuchet MS", Tahoma, Arial;
	color: #aecadd;
	line-height: 20px;
}

/* Основные теги */

a {
	color: #96ddfd;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	color: #ffffff;
	font-family: Arial;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Шаблон */

#header {
	background: #044e7f url(../img/header-bg.jpg) repeat-x; 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	height: 360px; 
	position: relative; 
	top: 0px; 
	z-index: 6;
	min-width: 1000px;
	_width:expression(body.clientWidth>1000?"100%":"1000px");
}

#content {
	position: relative;
	top: 100px;
	width: 345px;
	margin: 0 auto;
	z-index: 333;
}

/* Главная страница. Шапка */

div#logo {
	position: relative;
	top: 50px;
	margin: 0 auto;
	background: url(../img/logo.gif) no-repeat;
	width: 150px;
	height: 110px;	
}

div#logo404 {
	position: absolute;
	left: 50px;
	top: 50px;
	margin: 0 auto;
	background: url(../img/logo.gif) no-repeat;
	width: 150px;
	height: 110px;	
}


div#bg-admin {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: url(../img/bg-admin.gif) no-repeat;
	width: 345px;
	height: 245px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=7);
	-moz-opacity: 0.07;
	-khtml-opacity: 0.07;
	opacity: 0.07; 	
}

div#entertit {
	position: relative;
	top: 160px;
	margin: 0 auto;
	width: 250px;
	padding-bottom: 20px;
}

ul.adminform {
	position: relative;
	z-index: 3434;
	padding: 35px;
}

ul.adminform li {
	padding-bottom: 10px;
}

input.start {
	width: 90px;
	height: 25px;
	border: none;
	margin-top: 20px;
	float: right;
}

input.focusField  {
	border: 1px solid white;
	background: #aecadd;
	width: 270px;
	height: 20px;
	color: #174262;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=73);
	-moz-opacity: 0.73;
	-khtml-opacity: 0.73;
	opacity: 0.73; 	
}

input.idleField {
	border: 1px solid white;
	background: #aecadd;
	width: 270px;
	height: 20px;
	color: #09283e;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=37);
	-moz-opacity: 0.37;
	-khtml-opacity: 0.37;
	opacity: 0.37; 	
	
}

div#fournull {
	position: absolute;
	left: 50px;
	top: 210px;
	line-height: 24px;
}
