@charset "windows-1251";
/* CSS Document */

BODY {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

A {
	color:#009;
	text-decoration: underline;
}
A:HOVER {
	text-decoration:none;
}

FORM {
	margin:0;
	padding:0;
}

.menu {
	font-size: 100%;
	color: #472111;
	font-weight:bold;
	text-align:left;
}

.main {
	width:100%;
	height:100%;
	text-align:center;
	background-color:#f2efca;
	border:none;
	padding:0;
	margin:0;
}

.main2 {
	width:100%;
	text-align:center;
	background-color:#f2efca;
	border:none;
	padding:0;
	margin:0;
}

.login_form {
	background: url(i/bg_login.gif) repeat-x;
	width: 600px;
	height: 36px;
	text-align:center;
	color:#FFF;
	font-size: 80%;
	padding-top:4px;
	margin-top: 5px;
}
.login_form input {
	height: 22px;
}
.login_form .submit {
	border: none;
	background-color:#f2efca;
	text-decoration:underline;
}
.reg_link {
	text-align:right;
	font-size: 80%;
}

.title1 {
	font-size: 150%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:right;
	margin: 27px 10px 0px 0px;
	padding-bottom:5px;
}

.mainmenu {
	background-color: #472111;
	height:36px;
	clear: both;
	margin-bottom: 2px;
	text-align: left;
	color: white;
	line-height: 200%;
}
.mainmenu span {
	margin-left: 35px;
	font-weight:bold;
	color:#f2efca;
}
.mainmenu a {
	margin-left: 30px;
	font-weight:normal;
	color: white;
	clear:both;
}
.mainmenu .right {
	float:right; 
	margin-right: 20px;
}
.mainmenu .left {
	float:left; 
}

.hr {
	background-color: #472111;
	margin: 2px 0px 2px 0px;
	height: 2px;
	width:100%;
	font-size:1px;
}

.listmenu, .listmenu_active, .listmenunew {
	font-size: 80%;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
}
.listmenu_active {
	background-color:#f2efca;
}
.listmenu a {
	color: #472111;
	font-weight:normal;
}

.listmenunew {
	margin-top: 10px;
	font-weight:normal;
}

.tabmenu td {
	padding: 3px 20px 3px 20px;
	font-size: 90%;
}
.tabmenu .active {
	background-color:#f2efca;
	font-weight: bold;
}

.subtabmenu {
	margin-left: 80px;
}
.subtabmenu td {
	padding: 3px 10px 3px 10px;
	font-size: 80%;
}
.subtabmenu .active {
	background-color:#beb192;
	font-weight: bold;
	color: white;
}
.subtabmenu a {
	color:#000;
}

.content_bg {
	background-color:#f2efca;
}

.footer_bg_top {
	background-color:#f2efca;
}

.tabmenu_bg {
	background-color:white;
}

.footer {
	background-color: #472111;
	height: 100px;
	font-size:70%;
	padding: 10px 20px 10px 20px;
	color:white;
}
.footer a {
	color:white;
}

.regform {
	font-size:90%;
}
.regform input {
	width:300px;
}
.regform textarea {
	width:300px;
	height:50px;
}
.regform .submit {
	border: none;
	background-color:#472111;
	text-decoration:underline;
	color:#FFF;
	width:200px;
}
.regform td {
	height: 30px;
}

.input_radio {
	font-size: 80%;
}
.input_radio input {
	width:auto;
}
input.input_radio  {
	width:auto;
}

.users_list {
	font-size: 90%;
	line-height: 180%;
}

.users_list .inactive {
	color: gray;
}

.regform .arrow_button {
	border: none;
	background-color:#472111;
	font-weight:bold;
	color:#FFF;
	width:30px;
}

.regform .user_list {
	width: 160px;
}

.regform .projects_list {
	width: 200px;
}

input.rate {
	width: auto;
}

.edit_proj {
	font-size: 80%;
	text-align:right;
	margin-right: 20px;
}
.edit_proj a {
	color:gray;
}

.tz {
	padding: 0px 20px 20px 20px;
	font-size: 80%;
}

.comments {
	font-size: 80%;
	background-color:#FFF;
	padding-top:5px;
}

.hr2 {
	font-size: 1px;
	background-color:#CCC;
	height: 2px;
}

.com_date {
	width:120px;
	background-color: gray;
	color: white;
	font-size: 95%;
	font-weight:bold;
	padding: 3px;
}
a.com_title {
	color:#000;
	text-decoration:none;
}
