/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * Match
 */
#header a.match,
#header a.match:hover {
	background-color: #b32222;
	color: #eed7d7;
	text-decoration: none;
}
#main-content h2 {
	background-image: url("/resource/image/title/matches.gif");
}
#organise-options {
	width: 300px;
}
#main-content #matches {
	width: 611px;
}

/**
 * #organise-options
 */
#organise-options .organise-option {
	float: left;
}
#organise-options #month {
	width: 130px;
}
#organise-options #competition {
	width: 160px;
}
#organise-options img.specific-filter {
	margin: 0px 0px 20px 0px;
}
#organise-options li {
	margin-bottom: 5px;
	color: #999999;
}
#organise-options li.current {
	font-size: 18px;
}
#organise-options li.current a {
	background-color: #669900;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#organise-options li.coming-soon {
	font-weight: bold;
}
#organise-options li.coming-soon a {
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#organise-options img.example-avatar {
	border: 2px solid #000000;
}


/**
 * #matches
 */
#matches {
}
#matches .match {
	width: 610px;
	cursor: pointer;
	padding: 5px 0px 14px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ffffff;
}
#matches .match .sticker {
	display: block;
	width: 61px;
	height: 61px;
	position: absolute;
	margin: -16px 0px 0px 563px;
}


/* .coming-soon */
#matches .coming-soon {
	padding: 1px 0px 3px 0px;
}
#matches .coming-soon:hover {
	border: 1px solid #a84040;
}
#matches .coming-soon .sticker {
	display: none;
}
#matches .coming-soon:hover .sticker {
	display: block;
}

/* .rate */
#matches .rate {
	background-color: #fff4d2;
	border: 1px solid #a84040;
	margin: 5px 0px 5px 0px;
}
#matches .rate:hover {
}
#matches .rate .sticker {
}
#matches .rate:hover .sticker {
}

/* .expired */
#matches .expired {
}
#matches .expired:hover {
	border: 1px solid #8f8f8f;
	background-color: #ededed;
	background-image: url("/resource/image/match/stats-available.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#matches .expired .sticker {
	display: none;
}
#matches .expired:hover .sticker {
	display: block;
}




#matches .match table tr:hover td {
	background: none;
}
#matches .odd {
}
#matches .even {
}
#matches .match table {
}
#matches .match table td {
	border: none;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}
#matches .match table td.competition-type {
	width: 70px;
	padding-left: 6px;
	text-align: left;
}
#matches .match table td.competition-type img {
	margin: -3px 0px 0px 0px;
}
#matches .match table td.ref-stats {
	width: 280px;
}
#matches .match table td.ref-stats p {
	margin: 0px 0px 2px 0px;
}
#matches .match table td.ref-stats .popularity-vote {
	margin: 0px 0px 0px 16px;
}
#matches .match table td.ref-stats .popularity-vote p {
	color: #666666;
	font-size: 11px;
	float: left;
	margin-right: 10px;
}
#matches .match table td.ref-stats p.ref-name {
	background-position: left 4px;
	margin-bottom: 4px;
}
#matches .match table td.ref-stats p.ref-name img {
	margin: 0px -4px -3px 0px;
}
#matches .match table td.ref-stats p.comments {
	margin: 0px 0px 5px 14px;
	font-size: 11px;
}
#matches .match table td.ref-stats p.comments a {
	color: #999999;
}
#matches .match table td.flag {
	text-align: center;
	width: 60px;
}
#matches .match table td.team-name-one,
#matches .match table td.team-name-two {
	display: none;
}
#matches .match table td.team-name-one {
	text-align: left;
}
#matches .match table td.team-name-two {
	text-align: right;
}
#matches .match table td.vs {
	text-align: center;
	padding-top: 12px;
}
#matches .match table td.match-date {
	font-size: 10px;
	color: #999999;
	width: 100px;
	padding-right: 16px;
}



/* popularity-vote member-popup */
#matches .match table td.ref-stats .popularity-vote .pop-vote {
	float: left;
	height: 16px;
	width: 15px;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: 0.6;
	-moz-opacity: 0.6;
}
#matches .match table td.ref-stats .popularity-vote .pop-vote .member-details {
	position: absolute;
	display: none;
	background-color: #000000;
	padding: 2px 2px 2px 2px;
	height: 43px;
	width: 43px;
	margin: -50px 0px 0px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
#matches .match table td.ref-stats .popularity-vote .pop-vote:hover .member-details {
	display: block;
}
#matches .match table td.ref-stats .popularity-vote .pop-vote:hover {
	opacity: 1;
	-moz-opacity: 1;
	_background-color: #CCCCCC;
}
#matches .match table td.ref-stats p.popularity-vote .pop-vote .member-details p {
}
#matches .match table td.ref-stats .popularity-vote .pop-vote .member-details img {
	*margin: 0px 0px -3px 0px;
	_margin: 0px 0px -3px 0px;
}
#matches .match table td.ref-stats .popularity-vote .pop-vote .member-details em {
	color: #FFFFFF;
	position: absolute;
	z-index: 100;
	margin: -2px 0px 0px 47px;
	padding: 3px 5px 4px 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #000000;
	font-size: 11px;
	opacity: 0.82;
	-moz-opacity: 0.82;
}

/**
 * individual match page (view.php)
 */
#current-match {
	padding: 0px 0px 0px 0px;
	margin: -10px 0px 20px 0px;
}
#current-match #main-vote {
	margin: -44px 0px 10px 276px;
}
#current-match .team {
	padding: 5px 0px 0px 0px;
}
#current-match .team a {
	color: #999999;
}
#current-match p.date {
	position: absolute;
	margin: 60px 0px 0px 170px;
	*margin: 50px 0px 0px -355px;
	_margin: 50px 0px 0px -355px;
}
#current-match p.time {
	position: absolute;
	margin: 85px 0px 0px 170px;
	*margin: 75px 0px 0px -355px;
	_margin: 75px 0px 0px -355px;
}



