@charset "utf-8";
body {
	background-image: url('/img/bgr.png');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mainMenuFirst > a {
	font-size: 15px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	font-weight: bold;
}

.mainMenuFirst a {
	_font-size: 15px;
	_color: #FFF;
	_text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	_font-weight: bold;
}

.mainMenuFirst li a {
	_font-size: 12px;
	_color: #FFF;
	_text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	_font-weight: normal;
}

#header {
	padding-top: 15px;
}
.colName {color: #a58a0c;}
.colOk {color: #478407;}
.colAttention {
	color: #cd2c0e;
	}
.colAttention a:link {
	color: #fff;
	}
.colAttention a:hover {
	background-color: #cd2c0e !important;
	color: #fff !important;}
.colWeak {color: #999;}
#subheader {
	margin-bottom: 20px;
	height:26px;
}
.important{
	padding-left:20px;
	background-image:url('/img/important.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#lEdited li,#system li, #lastComents li, #lastOrders li  {
	list-style-type: none;
	margin-left: -10px;
	line-height:1.9em;
}
.edt {
	padding-left:10px;
	padding-top:10px;}
.bl a{
	color:#000;
	font-weight: bold;
	}
.bl a:hover{
	color:#4a69a9;
	font-weight: bold;
	}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
.stat strong {
	color:#C03;
	font-size:1.3em;
	line-height:2em;
}

#footer {
	padding:0px 1%;
	padding-bottom:8px;
	*padding-bottom:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	background-color:#f4f4f4;
	bottom:0;
	left:0;
	position:fixed;
	width:98%;
	text-align:right;
	height:12px;
}

* html #footer { /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode == "CSS1Compat" ? (documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight))  + "px" : 
		(document.body.scrollTop + (document.body.clientHeight-this.clientHeight)) + "px");
}