body {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-family: Verdana,Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 16px;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

form, ul, ol, li, h1, h2, h3, h4, dl {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

a {
	color: #641824;
	text-decoration: underline;
	cursor: pointer;
}

.hidden {
	display: none;
}

#main {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}

#title {
	display: none;
}

#header {
	height: 140px;
}

#menu ul
{
	height: 39px;
	padding: 0 5px;
	font-weight: bold;
	background: url(images/menu.png) repeat-x top left;
	margin: 2px 0;
}

#menu li
{
	display: block;
	float: left;
	background: url(images/menu-border.png) no-repeat top right;
}

#menu li.last {
	background: none;
}

#menu ul ul {
	display: none;
}

#menu a, #menu strong {
	margin: 7px 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 4px 10px 3px;
	text-align: center;
}

#menu a:hover,#menu strong,#menu .parent a {
	color: #ECE020;
}

#left {
	float: left;
	width: 190px;
	min-height: 1px;
}

#icons {
	height: 62px;
}

#icons li {
	float: left;
	margin: 3px 10px 8px 4px;
}

#submenu .ongoing {
	margin: 10px 15px;
}

#submenu .ongoing a {
	text-transform: uppercase;
	color: #fff;
	background: #CF405D;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
}

#submenu ul a, #submenu ul strong {
	background: transparent url(images/bullet.png) no-repeat scroll left center;
	padding-left: 14px;
	color: #484747;
	text-decoration: none;
}

#submenu li strong, #submenu li a:hover {
	background: transparent url(images/bullet-green.png) no-repeat scroll left center;
}

#submenu li.parent {
}

#submenu li.parent > a {
	font-weight: bold;
}

#submenu > ul ul {
	margin-left: 10px;
}

#leftcenter {
	float: left;
	width: 665px;
	min-height: 1px;
}

table#game-calendar {
	width: 100%;
	margin-top: 5px;
}

table#game-calendar img {
	vertical-align: bottom;
}

table#game-calendar th {
	color: #BF3317;
	font-size: 13px;
	text-align: left;
	padding: 5px 2px;
}

table#game-calendar td {
	font-size: 11px;
	padding: 2px;
}

table#game-calendar a {
	display: block;
	text-decoration: none;
}

table#game-calendar tr:hover a {
	text-decoration: underline;
}



table#game-calendar tr.game-ongoing {
	background: #FFF4C8;
	font-weight: bold;
}

table#game-calendar tr:hover a {
	color: #BF1736;
}

table#game-calendar tr.current a {
	color: #000;
	text-decoration: none;
	cursor: default;
}

table.game-info {
	width: 100%;
	margin-bottom: 5px;
}

table.game-info th {
	color: #BF3317;
	font-size: 13px;
	padding: 5px 0;
	text-align: left;
}

table.game-info td {
	vertical-align: top;
}

table.game-info table {
	width: 100%;
}

table.game-info table td, table.game-info table th {
	border: 1px solid #efefef;
	padding: 1px 3px;
}

table.game-info td th {
	color: #333333;
	font-size: 12px;
	padding: 0px 5px;
}

table.game-info ul li {
	display: inline;
	padding-right: 10px;
}

table.game-info ul li:after {
	content: ',';
}

table.game-info ul li:last-child:after {
	content: '';
}

#game {
	padding: 5px;
}

.game-referees dt {
	display: block;
	float: left;
	font-weight:bold;
	text-align:right;
	width: 315px;
	clear: both;
}

.game-referees dd {
	display:block;
	margin-left:333px;
	text-align:left;
}

.game-results {
	margin-top: 0px;
	padding-bottom: 7px;
}

.game-results dt, .game-results dd {
	text-align: center;
	margin: 0px;
}

.game-results dt {
	font-style: italic;
	padding-top: 5px;
}

.results {
	font-size: 14px;
	color: #337733;
	font-weight: bold;
}

table.center {
	text-align: center;
}

#game .odd {
	background: #efefef;
}

#game dl {
	padding: 5px 0;
}

#leftcenter h2, #game h2 {
	text-align: center;
	display: block;
	padding: 5px 0;
	font-size: 12px;
}

.game-events li {
	text-align: center;
	margin: 0px;
	padding: 0 5px;
}

.game-events li.left {
	text-align: left;
}

.game-events li.right {
	text-align: right;
}

.game-events li.left .score-left,
.game-events li.right .score-right {
	color: #337733;
	font-weight: bold;
}

.game-events .score {
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	text-align: center;
}

.game-events li.break {
	border-top: 3px dashed #ccc;
	padding-top: 3px;
	margin-top: 3px;
}

table.turniri {
	text-align: center;
}

table.turniri td, table.turniri th {
	border: 1px solid #f60;
	padding: 6px 8px 7px;
}

table.turniri .left {
	text-align: left;
}

table.turniri th {
	font-weight: normal;
}

#center {
	float: left;
	width: 455px;
	min-height: 1px;
	margin-left: 20px;
}

#right {
	float: left;
	width: 223px;
	margin-left: 10px;
	border: 1px solid #eee;
}

#right h2 {
	font-size: 12px;
	padding: 5px 15px;
	color: #444;
	background-color: #eee;
	text-align:center;
}

#right p {
	text-align: center;
}

#gallery li {
	margin: 5px;
	float: left;
}

h4 {
	margin: 10px 0 15px;
	padding-left: 5px;
}

h4, h4 a {
	font-size: 14px;
	color: #641824;
	text-decoration: none;
}

.article {
	background: url(images/hline.png) no-repeat bottom left;
	padding-bottom: 20px;
}

.article .time {
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 5px;
}

.article a.more, a.news {
	display: block;
	padding: 3px 0;
	font-weight: bold;
}

#center .thumbnail {
	padding: 15px 10px 10px 5px;
	float: right;
}

#forum {
	overflow: auto;
	height: 500px;
}

#footer {
	padding: 5px;
	text-align: center;
	clear: both;
	width: 100%;
}
