<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#body
	{
		margin:0;
		padding:0;
		font:12px Tahoma;
		background:#ffffff;
	}
#wrapper
	{
		margin:-10 auto;
		width:998px;
		margin-top: -75px;
	}
#header
	{
		position:relative;
	}
#block-system-main-menu
	{
		position:absolute;
		left:253px;
		top:289px;
	}
#container
	{
		margin-top:-70px;
	}
#center, #sidebar-first, #sidebar-second
	{
		float:left;
		position:relative;
	}
#center
	{
		width:750px;
		margin-left: 135px;
	}
#header
	{
		background:url(images/header.jpg) transparent 50% 50% no-repeat;
		height:421px;
	}
#block-system-main-menu
	{
		background:url(images/main-menu-bg-brush.png) 100% 0 no-repeat;
		padding:7px 66px 7px 0;
		overflow:hidden;
	}
#block-system-main-menu .content
	{
		background:url(images/main-menu-bg.jpg) 0 0 no-repeat;
		padding:15px 0;
		height:26px;
	}
#block-system-main-menu ul.menu
	{
		margin:0;
		padding:0;
		width:678px;
		height:20px;
		overflow:hidden;
	}
#block-system-main-menu ul.menu li
	{
		margin:0;
		padding:0 4px;
		float:left;
		display:block;
		width: 125px;
		height:20px;
		overflow:hidden;
		text-align:center;
	}
#block-system-main-menu ul.menu li a
	{
		font-size:16px;
		color:#ffffff;
		text-decoration:none;
	}
#block-system-main-menu ul.menu li a.active, #block-system-main-menu ul.menu li a.active-trail
	{
		color:#ffffff;
		text-decoration:underline;
	}

#center h1, #center h2
	{
		border-bottom:solid 3px #c70000;
		font-variant:small-caps;
		font-size:15px;
		color:#000;
		width:300px;
	}
	
.table
	{
		text-align: center; 
		color: #FFFFFF; 
		background: #225FDC;
		font-weight: 200;
	}


.button
	{
		border: 1px solid #ccc;
		border-radius: 3px;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		transition: box-shadow 0.1s linear
	}

.input_left 
	{
		background: url("input_left.jpg") no-repeat scroll 0 0 transparent; /*Р¤РѕРЅ СЃ Р»РµРІС‹Рј СѓРіР»РѕРј*/
	}
	
.input_right 
	{
		background: url("input_right.jpg") no-repeat scroll 0 0 transparent; /*Р¤РѕРЅ СЃ РїСЂР°РІС‹Рј СѓРіР»РѕРј*/
	}
	
input 
	{
		width: 250px;
		font-size: 13px;
		padding: 6px 0 4px 10px;
		border: 1px solid #cecece;
		background: #F6F6f6;
		border-radius: 8px;
	}
	
.input 
	{
		width: 75px;
		font-size: 13px;
		padding: 6px 0 4px 10px;
		border: 1px solid #cecece;
		background: #F6F6f6;
		border-radius: 8px;
	}
</pre></body></html>