.openPlayersLink {
    font:normal 13px Arial;
    color:#92C336;
    margin:0 10px 0 0;
}
.ctCtryTierlevelTitle {
	font: bold 15px Arial;
	background: url(/ct/1/static/header/bgMenu1.gif);
	padding: 2px 5px;
	margin:10px 0 1px 0;
    color:white;
}
#ctCtryContainer {
	font: normal 12px Arial;
}
#ctCtryContainer A {
	text-decoration: none;    
}
#ctCtryContainer A:hover {
	text-decoration: underline;
}
.ctCtryTourn {
	overflow:hidden;
}
.ctCtryTournName {
	font: bold 13px Arial;
}
.ctCtryTourn, .ctCtryTourn A {
	color:#222;
}
.ctCtryTournName, .ctCtryVenue {
	background: #92C336;
    padding:1px 5px 1px 5px;
}
.ctCtryVenue {
	font: italic normal 10px Arial;
    clear:both;
    background:#c8e19a;
    padding:0 5px;
}
.ctCtryCountry, .ctCtryCity, .ctCtryPriceMoney, .ctCtrySurface{
	font: normal 10px Arial;
	margin-left:4px;
    color:#444;
}
.ctCtryCountry:before, .ctCtryCity:before, .ctCtryPriceMoney:before, .ctCtrySurface:before, .ctCtryProRank:before, .ctCtryplStatus:before {
	content: "-";
	margin-right:5px;
}
.ctCtryplStatus {
	color: #995511;
	font-size:10px;
    margin-left:2px;
}
.ctCtryProRank {
	font: normal 9px Arial;
    color:#666;
    margin-left:2px;
}
.ctCtryQualif {
	margin-left:5px;
	color: #ffffff;
	background:#333333;
	border-radius:5px;
	padding:0 2px;
	font-size:11px;
}
.ctCtryTournPlayers {
	clear:both;
	padding:1px 0;
}
.ctCtryPlayer {
	font: normal 12px Arial;
	padding:0 0 0 17px;
	background-color: #E9E9E9;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	clear:both;		
}
.ctCtryPlaying{
	background-image: url("img/bullet_green.png");
}
.ctCtryNotPlaying{
	background-image: url("img/bullet_red.png");
}
.ctCtryWinner {
	background-image: url("img/bullet_star.png");
}
.ctCtryOpponents {
	font-size:11px;
	padding:0;
	clear:both;
}
.ctCtryOpp {
	overflow:hidden;
	clear:both;
}
.ctCtryOpp DIV {
	float:left;
}
.ctCtryOppW,.ctCtryOppL, .ctCtryOppVs {
	width:30px;
	color:red;
	font-size:10px;
	margin:0;
    text-align:center;
}
.ctCtryOppW {
	color:green;
}
.ctCtryOppVs {
	color:#555;
    font-weight:bold;
}
.ctCtryOppRnd {
	width:22px;
	font-size:10px;
	color: #995511;
	margin-left:17px;
}
.ctCtryOppScore {
	width:130px;
}
.ctCtrySeed {
	padding:0 0 0 6px;
	font: italic normal 10px Arial;
	color: #888888;
}
.ctCtryPlayerInd {
	font-size:10px;
	float:right;
    color: #888888;
    margin:0 10px 0 0;
}
.ctCtryPlayerInd:before {
	content: "#";
}
.ctCtryStillPlaying {
    float:right;
	font-size:10px;
    margin:2px 17px 0 0;
}
.ctCtryPlayerOpenPH, .ctCtryPlayerOpen {
	float:right;
    border:solid 1px #EEEEEE;
	font-size:10px;
    width:10px;
    padding:0;
}

.ctCtryPlayerOpen {
    background:white;
	cursor: pointer;
    border-color:#888;
    color:black;
    text-align:center;
}
.tabsLine {
    border-top: 1px solid gray;
    margin-bottom:5px;
    overflow:hidden;
}