.z {border: 1px solid #F00; }

/* Системные Классы */
img { border: 0px;}
table { border-collapse: collapse; }

body, thead, tbody, tfoot, th, div, p, input, textarea, form, blockquote
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #848484;
	font-size: 11px;
}

body
{
	background: #000000 url('i/fon.png');
	margin: 20px;
}

input, textarea
{
	border: 1px solid white;
	background: #101518;
	color: #F2F2F2;
	padding: 2px;
}

a
{
	color: #FF6B6B;
	text-decoration: none;
}
a:hover
{
	color: #E6FF9B;
	text-decoration: none;
}

hr
{
	width: 770px;
}


h1
{
	font-size: 18px;
	font-weight: bold;
	color: #343434;
}
h2
{
	font-size: 10px;
	font-weight: normal;
	color: #E6FF9B;
}

/* ------------------------------------------------------------------------------------------- */


/* Самая главная таблица */
.x
{
	width: 700px;
	height: 100%;
	border: 2px solid #1B506E;
	background: #111212;
	margin: auto;
}



/* HEADER */
.x_h
{
	height: 120px;
}

.x_h .x_header
{
	width: 100%;
	height: 120px;
}
.x_h .x_header .header1
{
	width: 470px;
}
.x_h .x_header .header2
{
	width: 100%;
	vertical-align: top;
	text-align: right;
	padding: 5px 10px;
}

/* top menu */
.top_menu
{
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: bold;
}
.top_menu a
{
	display: block;
	text-decoration: none;
	color: #C1E9FF;
	padding: 0 20px 0 0;
	background: url('i/icon.png') 100% 50% no-repeat;
}
.top_menu a:hover
{
	color: #000;
	padding: 0 20px 0 0;
	background: url('i/icon.png') 99% 50% no-repeat;
	text-decoration: none;
}

/* user */
.user
{
	position: relative;
	top: 25px;
}



/* TOOLBAR */
.toolbar
{
	height: 30px;
	background: #0B2838 url('i/php.png') top left no-repeat;
	border-top: 1px solid #083148;
	border-bottom: 1px solid #083148;
	font-weight: bold2;
	display: block;
}
.toolbar a
{
	display: block;
	float: right;
	height: 30px;
	border-left: 1px solid #083148;

	text-decoration: none;
	color: #E6FF9B;
	padding: 0 10px;
	line-height: 30px
}
.toolbar a:hover
{
	background: #0A2332;
	color: #343434;
	padding: 0 10px;
	text-decoration: none;
}



/* BODY */
.body
{
	height: 100%;
	vertical-align: top;
}


/* FOOTER */
.x_f
{
	height: 54px;
}

.x_f .x_footer
{
	width: 100%;
	height: 54px;
	background: #101518;
	border-top: 1px solid #0B0F11;
}
.x_f .x_footer .footer1
{
	padding-left: 10px;
	white-space: nowrap;
}
.x_f .x_footer .footer2
{
	width: 100%;
	padding-right: 10px;
	text-align: right;
}


/* news */
.news .news_etc
{
	text-align: right;
}


#opacity img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#opacity:hover img
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

blockquote {
	background: #272727;
	border-bottom: 1px solid #343434;
	border-top: 1px solid #343434;
	color: #fff;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px;
}