* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #090e22 url('images/bg.jpg') no-repeat top center;
	background-attachment: fixed;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 16pt;
	margin-bottom: 18px;
}

h2 {
	font-size: 10pt;
	margin-bottom: 8px;
}

h3 {
	font-size: 10pt;
	margin-bottom: 8px;
}

img {
	border: 0px;
	vertical-align: top;
}

p {
	font-size: 10pt;
	line-height: 150%;
	margin-bottom: 8px;
}

div {
	font-size: 10pt;
}

p:last-child {
	margin-bottom: 0px;
}

table {
	border-collapse: collapse;
	background-color: #f8f8f8;
}

td {
	font-size: 9pt;
	padding: 5px;
}

input[type="text"], input[type="password"], textarea, select{
	padding: 6px 8px;
	border: 1px solid #a9a9a9;
	background-color: #f5f2ee;
}

input[type="submit"] {
	padding: 6px 12px;
	border: 1px solid #a9a9a9;
	background-color: #cccccc;
	margin-right: 10px;
}

input.required, textarea.required {
	background: #f5f2ee url(images/asterisk.png) no-repeat 97% 50%;
}

select {
	padding: 5px 8px;
}

select.required {
	background: #f5f2ee url(images/asterisk.png) no-repeat 85% 50%;
}

select.error, input.error, textarea.error {
	border: 1px solid red;
	background-color: #ffd2d3;
}

table.grid, table.list {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table.grid td {
	text-align: center;
}

table.grid td:nth-child(1) {
	text-align: left;
}

table.grid thead td, table.list thead td, table.grid tfoot td, table.list tfoot td, table.list tr.title td, table.grid tr.title td {
	background-color: #e4e4e4 !important;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-weight: bold;
	cursor: pointer;
}

table.grid tbody td, table.list tbody td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	min-width: 17px;
}

table.grid.matches td {
	text-align: center;
}

table.grid.matches td.separator {
	background-color: #cccccc;
}

table.grid.matches td.season-half {
	background-color: #e8e8e8;
}

table.grid.matches td:nth-child(2) {
	text-align: left;
}

table.grid.top-scorers td:nth-child(1), table.grid.top-scorers td:nth-child(3) {
	width: 10px;
}

table.grid.top-scorers td:nth-child(2), table.grid.top-scorers td:nth-child(4) {
	text-align: left;
}

#top-news-thumbs {
	float: right; 
	width: 85px;
}

#top-news-thumbs a {
	display: block;
	margin-bottom: 2px;
	width: 100%;
	border: 1px solid #000000;
}

#top-news-thumbs a.active {
	border: 1px solid #ff0000;
}

#top-news-thumbs img {
	width: 85px;
	height: 56px;
}

.news {
	float: left;
	width: 240px;
	height: 80px;
	margin: 0px 5px 5px 0px;
}

.news img {
	float: left;
	width: 100px;
	height: 65px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 3px;
	margin-right: 8px;
	background-color: #e9e9e9;
}

.news p.title {
	max-height: 55px;
	margin-left: 110px;
	line-height: 150%;
	font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
	margin-bottom: 0px;
}

.news p.date {
	font-size: 8pt;
}

.columns-two {
    -webkit-columns: 100px 2; /* Chrome, Safari, Opera */
    -moz-columns: 100px 2; /* Firefox */
    columns: 100px 2;
}

.row {
	border: 2px solid #cccccc;
	padding: 10px 20px 10px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	max-height: 70px;
	overflow: hidden;
}

.row:nth-child(even) {
	background-color: #f8f8f8 !important;
}

.row:nth-child(odd) {
	background-color: #d9d9d9 !important;
}

.row:hover {
	border: 2px solid #747474;
}

.row .title {
	font-size: 11pt;
	font-weight: bold;
}

.row .action-buttons {
	float: right; 
	padding-top: 5px;
}

.row.active {
	border: 2px solid #ff0000 !important;
	background-color: #ffd2d3 !important;
}

.pages {
	text-align: center;
}

.pages a {
	padding: 2px 4px;
}

.pages a.selected {
	font-weight: bold;
	border: 1px solid #cccccc;
	font-weight: #f8f8f8;
}

.standing .border-right {
	border-right: 1px solid #999999;
}

.standing {
	width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
	border: 1px solid #999999;
}

.standing td {
	text-align: center;
}

.standing tbody td:nth-child(1) {
	text-align: left;
}

.standing tbody td:nth-child(2) {
	width: 16px;
}

.standing thead td {
	background-color: #cccccc !important;
	border-bottom: 1px solid #999999;
	cursor: pointer;
}

.standing thead td:nth-child(1), .standing thead td:nth-child(3) {
	text-align: left;
}

.standing tr.champion td {
	background-color: #d7fda7 !important;
	font-weight: bold;
}

.standing tr.champions-league td {
	background-color: #e2f4cc !important;
}

.standing tr.europa-league td {
	background-color: #ccf9ff !important;
}

.standing tr.drop-out td {
	background-color: #fdd99b !important;
}

.standing tbody td:nth-child(3), .standing.full tbody td:nth-child(9), .standing.full tbody td:nth-child(15) {
	border-right: 1px solid #999999;
}

.standing tbody td:nth-child(1), .standing tbody td:nth-child(3) {
	text-align: left;
}






.matches-list {
	width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
	border: 1px solid #999999;
}

.matches-list td {
	border-bottom: 1px solid #b0b0b0;
	padding: 10px 5px;
}

.matches-list tr:nth-child(even) td {
	background-color: #f0f0f0;
}

.matches-list tr:nth-child(odd) td {
	background-color: #ffffff;
}

.matches-list td:nth-child(1) {
	font-size: 8pt;
	padding-left: 5px;
	line-height: 150%;
}

.matches-list td:nth-child(2) {
	width: 30%;
	text-align: right;
	line-height: 150%;
}

.matches-list td:nth-child(6) {
	width: 30%;
	text-align: left;
	line-height: 150%;
}

.matches-list td:last-child {
	padding-right: 10px;
	text-align: right;
}

.matches-list td:nth-child(3), .matches-list td:nth-child(5) {
	width: 30px;
	text-align: center;
}

.matches-list td:nth-child(3) img, .matches-list td:nth-child(5) img {
	height: 30px;
}

.matches-list td:nth-child(4) {
	width: 40px;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}

.matches-list tr:last-child td {
	border-bottom: 0px;
}

.matches-list tr.date td {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	background-color: #cccccc;
	padding: 8px 8px;
}

.season-rounds {
	width: 100%;
}

.season-rounds td {
	text-align: center;
}



.match-upcoming {
	background-color: #fafafc; 
	padding: 4px; 
	border: 1px solid #adadaf; 
	float: left; 
	min-width: 103px;
	margin-right: 4px; 
}

.match-upcoming a {
	font-size: 11px;
	font-family: Tahoma;
}

.match-upcoming p {
	font-size: 8pt; 
	font-weight: bold;
	margin-bottom: 4px;
}




.month {
	width: 280px;
	height: 240px;
	float: left;
	margin: 0px 10px 10px 0px !important;
}

.month table {
	width: 100%;
	table-layout: fixed;
}

.month td {
	text-align: center;
	height: 18px;
}




.club {
	float: left;
	width: 62px;
	height: 45px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 5px;
}

.club.large {
	width: 100px;
	height: 100px;
}

.club img {
	margin-bottom: 10px;
}

.club.large img {
	height: 55px;
}

.club p {
	font-weight: bold;
	height: 35px;
}

.club-link {
	color: #339999 !important;
	text-decoration: underline;
}









.player {
	float: left;
	width: 125px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 5px;
}

.player img {
	width: 100%;
	margin-bottom: 10px;
}

.player p {
	font-weight: bold;
	height: 35px;
}





.win {
	background-color: #ccffcc;
}

.draw {
	background-color: #ffffcc;
}

.loss {
	background-color: #ffcccc;
}


.ad {
	display: none;
}

.ad img {
	margin-bottom: 10px;
}

.past {
	background-color: #efefef;
}

.today {
	background-color: #999999;
	font-weight: bold;
}

.color-1 {
	background-color: #fffaaf;
}

.color-2 {
	background-color: #FFF550;
}

.color-3 {
	background-color: #FFE13C;
}

.color-4 {
	background-color: #FFCD28;
}

.color-5 {
	background-color: #FFB914;
}

.color-6 {
	background-color: #E18700;
}

.color-7 {
	background-color: #F59B00;
}

.color-8 {
	background-color: #EB9100;
}

.color-9 {
	background-color: #D77D00;
}

.color-10 {
	background-color: #C36900;
}

.center, .center * {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}
