@charset "utf-8";
/* CSS Document. Boris Panchenko, 2010. */
/* TAG's */
a			{ text-decoration: underline; color: #E2001A; }
a:hover		{ text-decoration: none; }
body		{ background: Black; margin: 0px; padding: 0px 0px 0px 0px; }
body,td,input,textarea,select	{ font: normal 13px Arial; color: Black; }
h1,h2,h3,h4,h5,h6				{ margin: 0px 0px 5px 0px; padding: 0px; }
h1			{ font-size: 20px; font-weight: normal; }
h2			{ font-size: 18px; font-weight: normal; }
h3			{ font-size: 16px; font-weight: normal; }
h4			{ font-size: 13px; font-weight: bold; }
img			{ border: none; margin: 0px; }
small		{ font-size: 0.86em; }
table		{ border: none; border-collapse: collapse; }
table td 	{ padding: 0px; vertical-align: top; }
ul			{ list-style: none; margin: 0.5em auto auto 0em; padding-left: 0em; }
ul li		{ padding-left: 1em; background: url(../_img/li.gif) no-repeat 0.45em 0.45em; }


/* Site Grid */
#head	{ width: 950px; height: 90px; margin: 0px auto 0px auto; }
#footer	{ width: 950px; height: 90px; margin: 0px auto 0px auto; }


/* Classes */
.event	{ width: 190px; float: left; margin-right: 10px; }

.color_red	{ color: #E2001A; }



/* FORM */
form		{ margin: 0px 0px 0px 0px; }
form br		{ clear: all; }
form label					{ float: left; width: 100px; margin-top: 2px; }
form input,textarea,select	{ float: left; width: 250px; margin: 0px 0px 6px 0px; }
form input.small			{ font-size: 0.8em; }
form textarea				{ height: 150px; overflow: auto; }
form input.auto	{
	width: auto !important;
	height: auto !important;
	border: none !important;
	background: transparent !important;
}


/* Other */
