@charset "windows-1251";

html {
	font-family: sans-serif;
	color: rgb(56,56,56);
	background-color: rgb(236,236,236);
	background-image: url(images/root.png);
	margin: 0 auto 10px;
/*	border-width: 0 1px;*/
/*	border-color: rgb(144,144,144);*/
/*	border-style: solid;*/
}
html, head {max-width: 1024px;}

.title {
	font-size: 130%;	
	font-weight: bold;
/*	text-transform: uppercase;*/
	color: #CC0000;
	position: absolute;
	top: 20px;
	left: 10px;
	display: block;
	speak: normal;
}
body {
/*	max-width: 800px;*/
	color: rgb(56,56,56);
/*	background-color: rgb(246,246,246);*/
/*	background-color: #FFFFFF;*/
	margin: 0;
}

img {
	border: 0px;
}

h1 {
	font-family: sans-serif;	
	font-size: 130%;
	text-align: right;
	letter-spacing: -1px;
	color: rgb(74,74,74);
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	padding: 20px 10px 15px 5em;
	margin: 0;
	border-bottom: 1px solid rgb(144,144,144);
	min-height: 25px;
}

h2 {
	font-family: sans-serif;
	font-size: 75%;
	font-weight: normal;
	letter-spacing: -1px;
	color: rgb(74,74,74);
	background-color: rgb(227,227,227);
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	padding: 5px 7px;
	margin: 0;
	border-top: 1px solid rgb(144,144,144);
	border-bottom: 1px solid rgb(144,144,144);
}

a {
	color: rgb(74,74,74);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 4px;
	font-size: 14px;
/*	line-height: 130%;*/
}

li {
	margin: 10px 10px 0 0;
}
/*body::after {
	content: "";
	background-color: rgb(250,250,250);
	background-image: url(images/center.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid rgb(144,144,144);
	height: 20px;
	width: 100%;
	display: block;
}*/

table {
	font-size: 14px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
th {
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	padding: 5px 3px 5px 3px;
	border-top: 1px solid rgb(188,188,188);
	border-bottom: 1px solid rgb(188,188,188);
}
td {
	text-align: left;
	vertical-align: top;
	padding: 4px 8px 4px 8px;
/*	border-width: 1px 0;
	border-style: solid;
/*	border-color	: rgb(223,223,223) rgb(246,246,246) rgb(246,246,246);*/
}

.ttl {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	color: rgb(74,74,74);
	background-color: rgb(227,227,227);
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	padding: 5px 7px;
	margin: 0;
	border-top:	1px solid rgb(144,144,144);
	border-right:	1px solid rgb(144,144,144);
	border-bottom:	1px solid rgb(144,144,144);
}

td:first-child {
	white-space: nowrap;
	padding-left: 8px;
}

/*td:first-child, td:first-child+td, td:first-child+td+td{
	border-width: 1px 1px 1px 0px;
	border-color: rgb(223,223,223) rgb(223,223,223) rgb(246,246,246) rgb(246,246,246);
border-top: 1px solid rgb(188,188,188);
}

th:first-child, td:first-child {
	padding-left: 32px;
}

tr:first-child+tr>td {border-top: 1px solid rgb(188,188,188);}*/
.end {
	background-color: rgb(250,250,250);
	background-image: url(images/center.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid rgb(144,144,144);
	height: 20px;
/*	width: 100%;
	display: block;*/
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-style: normal;
	padding: 4px 0px 0px 0px;
}

hr {
	height: 1px;
	color: #909090;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #787878;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 2px solid #787878;
border-bottom: 2px solid #787878;
visibility: hidden;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: monospace;
	font-size: 100%;
	color: WindowText;
	border: 1px solid #909090;
}
