* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Tahoma, Verdana, Arial, Verdana, sans-serif;
}

body, html {
	color: #000; 	
	background: #054773 url(/i/bg_body.gif) top left repeat; 
	text-align: center;
	height: 100%;
	font-size: 100%;
}

body {
	font-size: 75%;
}

.clear {
	clear: both;
	height: 0px;
}

#mainContainer {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	background: #e1e1e1;
	text-align: left;
}

* html #mainContainer {
	height: 100%;
}

#header {
	padding: 0px;
	margin: 0px;
}

#service_menu {
	background: url(/i/bg_service.gif) left top repeat-x;
	height: 34px;
	padding: 0;
	margin: 0px;
	width: 100%;
	font-size: 90%;
}

#service_menu a {
	color:#4f4f4f;
}

#service_menu .left {
	float: left;
}

#service_menu .left div {
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 22px;
	float: left;
}

#service_menu .left div.start {
	background: url(/i/ico_start.gif) left center no-repeat;
}

#service_menu .left div.favour {
	background: url(/i/ico_favour.gif) left center no-repeat;
}

#service_menu .right {
	float: right;
}

#service_menu .right div.rss {
	padding: 10px 10px 10px 22px;
	float: right;
	background: url(/i/ico_rss.gif) left center no-repeat;
}

#top_menu {
	background: url(/i/bg_menu.gif) left top repeat-x;
	height: 34px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

#top_menu li {
	float: left;
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
	color: #ffffff;
	list-style-type: none;
}

#top_menu .item {
	background: url(/i/top_menu_sep.gif) right top no-repeat;
}

#top_menu .item,
#top_menu .last_item {
	height: 34px;
}

#top_menu .item span {
	display: inline;
	padding: 0px 30px 0px 15px;
}

#top_menu .last_item span {

	display: inline;
	padding: 0px 30px 0px 15px;
}

#top_menu .item span a,
#top_menu .last_item span a {
	color: #ffffff;
	text-decoration: none;
}

#top_menu .item span a:hover,
#top_menu .last_item span a:hover {
	text-decoration: underline;
}

#top_menu .item span.current a,
#top_menu .last_item span.current a {
	color: #ecbf0b;
}

.outer {
	padding-left: 245px;  
}

* html .outer {
	padding-right: 245px;
}

.inner {
	width: 745px;
	padding-bottom: 100px;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 745px;
	margin-left: -245px;
}

* html .float-wrap {
	/*** No need for hacking IE on this layout ***/
}

#center {
	float: right;
	width: 500px;
	background: #e1e1e1 url(/i/bg_content.gif) top left repeat-x;
}

* html #center {
	position: relative;
}

#center .wrap{
	padding-top: 15px;
}

#content {
	font-size: 100%;
	line-height: 1.4em;
}

#content .column {
	padding: 0px 5px 0px 5px;
}

#content div.red,
#content div.blue,
#content div.gray {	
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	text-align: center;
	display: block;	
	line-height: 30px;
	height: 30px;
}

#content div.red {
	background: #eb0d15 url(/i/div_red.gif) left top repeat-x;
}

#content div.blue {
	background: #006fb8 url(/i/div_blue.gif) left top repeat-x;
}

#content div.gray {
	background: #9d9d9d url(/i/div_gray.gif) left top repeat-x;
}

#content div.red a,
#content div.blue a,
#content div.gray a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#content div.bn {
	background: #006fb8 url(/i/div_blue.gif) left top repeat-x;
	font-size: 90%;
	text-transform: uppercase;
	text-align: left;
	display: block;	
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	color: #d8edfb;
}

#content div.bn a {
	color: #a4cde8;
}

#content p {
	padding-bottom: 1.3em;
}

#content ul {
	margin: 10px 10px 10px 10px;
}

#content ul li {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

#content a {
	color: #116da9;
}

#content .infoblock {
	font-size: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}

#content .infoblock td {
	padding: 15px 15px 0px 15px;
	background: #ffffff;
}

#content .infoblock td.special {
	background: #d9effc;
}

#content .infoblock .date {
	font-size: 90%;
	color: #797d80;
	line-height: 0.9em;
	padding: 2px 5px;
	background: #e4e4e4;
}

#content .infoblock .teams td {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#content .infoblock .teams .title {
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
}

#content .infoblock .teams td.res_1 {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	color: #C03;
}

#content .infoblock .teams td.res_2 {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	color: #039;
}

#content .infoblock h1,
#content .infoblock h2 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.25em;
	margin: 5px 0px 0px;
	color: #116da9;
}

#content .infoblock h1 {
	font-weight: bold;
}

#content .infoblock h1 a,
#content .infoblock h2 a {
	color: #116da9;
}

#content .infoblock .nickname {
	line-height: 1.25em;
	margin: 5px 0px 0px;
	color: #116da9;
}

#content .infoblock .nickname a {
	color: #116da9;
}

#content .infoblock h1 a:hover,
#content .infoblock h2 a:hover {
	color: #014b7b;
}

#content .infoblock .description {
	text-align: justify;
	font-size: 100%;
	color: #101010;
	margin: 4px 0px 0px;
	background: url(/i/content_sep.gif) left bottom repeat-x;
	padding: 0px 0px 18px 0px;
}

#content .infoblock .description .info {
	font-size: 90%;
	margin-top: 15px;
	color: #818181;
}

#content .infoblock .description .comments {
	background: url(/i/ico_comments.gif) left bottom no-repeat;
	font-size: 90%;
	margin-top: 10px;
	padding-left: 22px;
}

#content .infoblock .description .comments a {
	color: #014b7b;
}

#content .infoblock .last {
	background: #ffffff;
}

#content .infoblock .description img {
	float: left;
	margin: 3px 8px -1px 3px;
	padding: 2px;
	border: solid 1px #dedede;
	background: #ffffff;
}

#content .infoblock img.avatar {
	padding: 2px;
	border: solid 1px #dedede;
	background: #ffffff;
}

#content .infoblock .comment_title {
	font-size: 90%;
}

#content .infoblock input {
	width: 90%;
	border: solid 1px #dedede;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 100%;
}

#content .infoblock textarea {
	width: 90%;
	height: 100px;
	border: solid 1px #dedede;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 100%;
}

#content .infoblock button {
	background: #9d9d9d url(/i/button_gray.gif) left top repeat-x;
	display: block;
	margin: 10px 0px;
	padding: 4px 20px;
	//padding: 0px 20px;
	text-align: center;
	line-height: 20px;
	width: 150px;
	color: #ffffff;
	cursor: pointer;
}

#content .infoblock #archive {
	font-size: 90%;
	margin-bottom: 20px;
}

#content .infoblock #archive a {
	background: url(/i/ico_archive.gif) left bottom no-repeat;
	color: #4f4f4f;
	padding: 2px 2px 2px 22px;
}

#content .infoblock #nav {
	font-size: 90%;
	padding-bottom: 30px;
	display: block;
}

#content .infoblock #nav a {
	color: #4f4f4f;
}

#content .infoblock #nav .prev {
	background: url(/i/ico_prev.gif) left bottom no-repeat;
	float: left;
	padding-left: 22px;
}

#content .infoblock #nav .next {
	background: url(/i/ico_next.gif) right bottom no-repeat;
	float: right;
	padding-right: 22px;
}

.ok {
	text-align: center;
	margin: 10px 0px;
	color: green;
}

/** left **/
#left {
	float: left;
	width: 245px;
	padding-top: 15px;
	background: #e1e1e1 url(/i/bg_content.gif) top left repeat-x;
}

* html #left {
	position: relative;  /*** IE needs this  ***/
}

#left ul {
	list-style: none;
	padding-bottom: 4px;
}

#left li {
	padding-bottom: 2px;
}

#loader {
	display: none;
	text-align: center;
	padding-bottom: 15px;
}

#polls {
	margin: 0px;
	padding: 0px;
	width: 205px;
}

#polls .poll_title {
	font-size: 120%;
	line-height: 1.25em;
	margin: 0px 0px 15px;
	color: #116da9;
}

#polls form {
	padding: 0px;
	margin: 0px;
}

#polls .option {
	margin: 0px 0px 10px 0px;
}

#polls .option_title {
	font-weight: bold;
}

#polls .option_stat {
	font-size: 90%;
	color: #898989;
	padding-bottom: 2px;
}

#polls .bar {
	height: 10px;
	background: #0279c9;
}

#polls .yourvote {
	background: #054773;
}

#polls .total {
	margin: 20px 0px;
	font-size: 90%;
	color: #898989;
}

#polls .poll_item:hover {
    background-color: #e5f5fe;
    border: solid 1px #d9effc;
}

#polls .poll_item {
	margin: 0;
    padding: 0;
    clear: both;
    border: solid 1px #ffffff;
}

#polls .poll_item input {
	width: 20px;
	display: inline;
	margin-right: 10px;
	border: 0px;
}

#polls .poll_item label {
	display: block;
	cursor: pointer;
    padding: 0.35em 0.5em 0.5em 2.5em;
    //padding: 0.5em 0.5em 0.5em 2.5em;
}

#polls .poll_item .poll {
	float: left;
    position: relative;     
    top: 0.5em;
    left: 0.5em;
}

#polls .submit {
	margin-top: 10px;	
}

#polls .submit input {
	padding: 4px 20px;
	background: #006fb8 url(/i/div_blue.gif) left top repeat-x;
	color: #ffffff;
}

#commentForm label.error {
	color: red;
	display: block;
	font-size: 90%;
}

/** right **/
#right {
	float: right; 
	width: 245px;
	padding-top: 15px;
	background: #e1e1e1 url(/i/bg_content.gif) top left repeat-x;
}

/*#right > div {
	padding: 0px 5px 0px;
}*/

* html #right {
	position: relative;
	margin-right: -245px;
}

#right ul {
	list-style: none;
	padding-bottom: 4px;
}

#right li {
	padding-bottom: 2px;
}

/** footer **/
#footer {
	width: 990px;
	height: 100px;
	margin: 0 auto;
	margin-top: -100px;
	background: #cbcbcb url(/i/footer_bg.jpg) 98% 50% no-repeat;
	text-align: left;
	font-size: 90%;
}

#footer .counters,
#footer .links {
	padding: 20px 10px 0px 10px;
}

#footer .counters .counter {
	float: left;
	margin-right: 10px;
	filter: alpha(opacity=40); opacity: 0.4;
}

#footer .links a {
	color: #242424;
	margin-right: 15px;
}