.z {border: 1px solid #F00; }



/* Системные Классы */

img { border: 0px;}

table { border-collapse: collapse; }



body, thead, tbody, tfoot, th, div, p, input, textarea, form, blockquote

{

font-family: 'Monaco', 'Courier New', monospace; font-size: 10pt; margin: 12px 0; font-weight: normal;
}



body

{

	 background: #fff; color: #000; font-family: 'Lucida Grande', 'Tahoma', sans-serif; text-align: center; margin: 0px;

}



input, textarea

{

	font-family: 'Monaco', 'Courier New', monospace; font-size: 10pt; color: #222; border: 1px solid #ccc; background: #f3f2f0; font-weight: normal;
}



a

{

	color: #000;

	text-decoration: none;

}

a:hover

{

	color: #AAA;

	text-decoration: none;

}



hr

{

	width: 770px;

}





h1

{

	font-size: 18px;

	font-weight: bold;

	color: #000;

}

h2

{

	font-size: 10px;

	font-weight: normal;

	color: #000;

}



/* ------------------------------------------------------------------------------------------- */





/* Самая главная таблица */

.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;

}
.header { font-family: 'Georgia', 'Times', 'Times New Roman', serif; font-size: 30pt; line-height: 77px; height: 77px; text-align: center;  }


/* 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: #FFF;

	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: bold;

	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: #B8EE16;

	padding: 0 10px;

	text-decoration: none;

}

a { text-decoration: none; color: #33e; }





/* 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: #f3f3f3;
	
	border: 1px dotted #999;
	
	color: #333;

	display: block;

	font-size: 10pt;
	padding: 5px;

}

div.aby { font-size: large; text-align: center; font-weight: bold; background: #f3f3f3; padding: 5px; border: 1px dotted #999; }
div.aby a { width: 50%; padding: 5px; text-align: center; display: block; margin: auto; }
div.aby a:hover { background: #551a8b; color: #fff; text-decoration: none; }
