/*����� ����� */
#hintbox {
        position:absolute;	
        top: 0;	background-color: #7e7e7e;	
        width: 160px;	
        padding: 2px;	
        border:1px solid #7e7e7e;	
        font:normal 11px Verdana;	
        line-height:18px;	
        z-index:100;	
        visibility: hidden;
}

/*������ ������������� */
.line {
	padding: 1px;
	border: 1px solid #cccccc;
	background-color: #e2e2e2;
	height: 3px;
	font-size: 0;
}

.linein {
	background-color: #b9b9b9;
	height: 3px;
}

/*���������� ������ */
#status_quality {
	overflow: hidden;
	width: 133px;
	height: 8px;
	margin-top: 1px;
	background: url(http://mega-server.my1.ru/images/status.png) no-repeat;
	margin: 0px 5px;
}

.status_bad, .status_error {
	background-position: 0 -7px !important;
}

.status_intermediate {
	background-position: 0 -14px !important;
}

.status_good {
	background-position: 0 -21px !important;
}

.status_text_bad, .status_text_error {
	color: red;
}

.status_text_intermediate {
	color: #e9922b;
}
.status_text_good {
	color: green;
}

/*������ */
p.admpost {
	font-size: 11px;
	color: #618570;
	float: right;
	margin: 0;
	padding: 0;
	font-style: italic;
}

p.posttime {
	 font-size: 11px;
	color: #CCCCCC;
	 padding-top: 5px;
	float: left;
	margin: 0;
	padding: 0;
	font-style: italic;
}

/*Facebox */
.plist table {
	width:  100%;
	height: 100%
}

.plist td {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

div.plistcount  {
	padding-top: 10px;
	font-size: 11px;
	color: #7e7e7e;
	font-style: italic;
	padding-left: 10px;
}

.zebra1 {
	background: #EAEAEA;
	color: #000
}

.zebra2 {
	background: #f7f7f7;
	color: #666;
}