* {
    margin: 0;
    padding: 0;
}

#button::-moz-focus-inner {
	border: none;
}

*:focus {
	outline: none;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    background: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #000;
}

li, ul {
	list-style: none;
}

img {
    border: none;
}

strong {
    font-weight: 700;
}

small {
    font-size: 10px;
}

form input, form textarea {
	border: 1px solid #c8c8ca;
}

form input[type='checkbox'] {
	border: none;
}

form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

table {
	border: none;
}

hr {
	height: 3px;
	background: #c8c8ca;
	border: 1px solid #c8c8ca;
}

iframe {
	border: none;
}

#wrapper {
	width: 1000px;
    margin: 0 auto;
	font-weight: 400;
	position: relative;
}

#header {
	clear: both;
    margin-bottom: 6px;
	margin-top: 2px;
}

img#logo {
    width: 240px;
    height: 34px;
    margin: 15px 0 10px;
	background: url('images/logo.png') no-repeat;
}

#block-left {
	clear: both;
}

#block-left, #content, #block-right {
    float: left;
    margin-bottom: 8px;
    margin-top: 3px;
}

#block-left {
    width: 220px;
    border-left: 1px solid #c8c8ca;
    border-right: 1px solid #c8c8ca;
}

#content {
    width: 476px;
    font-weight: 400;
}

#block-right {
    width: 300px;
    border: 1px solid #c8c8ca;
    border-bottom: none;
    font-weight: 400;
}

ul#menu, ul#submenu {
    background: #ee1c25;
    position: relative;
    height: 36px;
    font-size: 14px;
    border-top: 2px solid #424242;
    border-bottom: 2px solid #424242;    
}

ul#submenu {
	clear: both;
    height: 33px;
    border-top: none;
}

ul#menu li, ul#submenu li {
    display: block;
	float: left;
}
ul#menu li a {
    display: block;
	padding: 9px 8px;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    margin-right: 1px;
}

ul#menu li a:hover {
    background: #ff3e3e;
    border-bottom: none;
}

ul#submenu li a {
    display: block;
    padding: 8px 13px;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    margin-right: 1px;
}

ul#submenu li a:hover {
    background: #ff3e3e;
    border-bottom: none;
    font-weight: 700;
}

#login {
	border-top: 2px solid #424242;
	border-bottom: 2px solid #424242;
	background: #ee1c25;
	height: 71px;
}

#login_submit {
	border: none;
}

#login_submit:hover {
	cursor: pointer;
}

h2#news {
    font-size: 12px;
    background: #c8c8ca;
    padding: 5px 6px;
    font-weight: 700;
}

h2#news a {
    color: #fff;
}

h2#news > a:hover {
    border-bottom: 1px solid #fff;
}

h4.news {
    font-size: 12px;
    font-weight: 100;
    padding: 2px 0;
}

h2#articles {
    font-size: 18px;
    font-weight: 700;
    color: #ee1c25;
    padding-left: 6px;
}

h3.articles {
    font-size: 14px;
    padding: 6px 0 0 0;
}

h5.right-block {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 6px;
	color: #9a0f14;
}

h3.content {
	font-weight: 400;
	font-size: 12px;
	padding: 5px 0;
}

h2.content {
	font-weight: 700;
	font-size: 14px;
	padding: 5px 0;
}

.news {
    padding: 5px;
}

.articles, .content {
    padding: 6px 8px;
}

.articles img {
    border: 1px solid #c8c8ca;
    float: right;
    margin: 5px 0;
    max-width: 550px;
}

p.articles, p.content {
    padding: 8px 0;
}

.articles a {
	font-style: italic;
	border-bottom: 1px solid #000;
}

.articles a.keywords {
	font-style: normal;
	border-bottom: 1px solid #000;
}

.articles a.title {
	font-style: normal;
	border-bottom: none;
}

.articles a.title:hover {
	border-bottom: 1px solid #000;
}

.articles a.simple {
	font-weight: 400;
	border-bottom: none;
	font-style: normal;
}

.articles a.simple:hover {
	border-bottom: 1px solid #000;
}

img.gallery {
    float: left;
    border: 1px solid #c8c8ca;
    margin: 0 10px 10px 0;
}

.pages {
	margin: 6px;
	padding: 2px 4px;
	background: #eeeef0;
}

.related {
	background: #eeeef0;
	padding: 4px;
}

h5.related {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 3px;
}

.related p {
	padding: 2px 2px 2px 6px;
}


table.conference {
	margin-top: 10px;
	border-collapse: collapse;
}

table.conference td {
	vertical-align: top;
}

table.conference td.title {
	width: 235px;
	background: #eeeef0;
}

table.conference tr.under {
	border-bottom: 1px solid #c8c8ca;
}

table.video {
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 auto;
}

table.video p {
	text-align: center;
	padding: 3px;
}

table.video a:hover, a.video:hover {
	border-bottom: none;
}

table.video a.comments:hover {
	border-bottom: 1px solid #000;
}

a.noborder, a.noborder:hover {
	border: none;
}

#comments a:hover {
    border: none;
}

#comments h4 {
    margin: 4px 0;
}

#comments h5 {
    background: #c8c8ca;
    color: #fff;
    padding: 2px;
}

#comments p {
    padding: 5px 2px;
}

h3#register {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 6px;
}

form#register {
    margin: 8px 0;
}

form#register fieldset {
    border: 0;
    padding: 0 8px;
}

form#register label {
    width: 150px;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

#footer {
	clear: both;
    font-weight: 700;
    padding: 10px 12px;
    background: #eeeef0;
	height: 14px;
}

.clear {
    clear: both;
}

.error {
    color: #ff0000;
}

table.unibet {
	background: #f2f2f2;
	padding: 4px 2px;
	border: none;
}

table.unibet td.time {
	width: 84px;
	font-size: 11px;
}

table.unibet td.teams {
	font-size: 11px;
}

table.unibet div.team {
	width: 120px;
	display: inline-block;
	font-weight: 700;
}

table.unibet div.result {
	width: 45px;
	display: inline-block;
}

table.unibet div.odd1 {
	width: 120px;
	display: inline-block;
}

table.unibet div.odd2 {
	width: 40px;
	display: inline-block;
}

table.unibet td.teams a.teams {
	font-weight: 700;
	font-style: normal;
	border: none;
}

table.unibet td.teams a.odds {
	color: #999;
	font-style: normal;
	border: none;
}

table.unibet td.teams a.odds:hover {
	border-bottom: 1px solid #999;
}

table.unibet td.teams a.teams:hover {
	border-bottom: 1px solid #000;
}
