@charset "utf-8";
/* Submenu */
.submenuEvents {
	margin:0;
	padding:0;
}
.submenuEvents li {
	display:block;
	float:left;
	padding:6px 8px 0 8px;
	height:33px;
	border-right:#333 1px solid;
	background-repeat:no-repeat;
}
a.us, a.us:visited, .usO,
a.ca, a.ca:visited, .caO,
a.uk, a.uk:visited, .ukO,
a.au, a.au:visited, .auO {
	display:block;
	width:35px;
	height:25px;
}
a.us, a.us:visited, .usO {
	background:url(../images/icons/flag_us.gif);
}
a.ca, a.ca:visited, .caO {
	background:url(../images/icons/flag_ca.gif);
}
a.uk, a.uk:visited, .ukO {
	background:url(../images/icons/flag_uk.gif);
}
a.au, a.au:visited, .auO {
	background:url(../images/icons/flag_au.gif);
}
a.us:hover, .usO,
a.ca:hover, .caO,
a.uk:hover, .ukO,
a.au:hover, .auO {
	background-position: 0 -25px;
}
a.allCountry, a.allCountry:visited, .allCountryO,
a.allWinners, a.allWinners:visited, .allWinnersO {
	display:block;
	float:left;
	width:auto;
	height:auto;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
}
a.allCountry:hover, .allCountryO {
	color:#FF0000;
}
a.allWinners:hover, .allWinnersO {
	color:#FF0000;
}
#usInactive, #caInactive, #ukInactive, #ausInactive, #allActive, #winnersInactive, #rulesInactive{
	display:none;
}
/* page Elements */
a .seeAll, a.seeAll:visited {
	display:block;
	float:right;
	width:auto;
	text-decoration:none;
	text-align:center;
}
.eventBanner{
	padding: 10px 0 10px 0;
}
.contentMain{
	float:left;
	background:url(../images/backgrounds/eventsBg.gif) repeat-x;
	width:961px;
	height:auto;
	padding:10px;
}
.datesMain{
	float:left;
	width:705px;
	height:auto;
	padding-top:10px;
}
.headerWinners{
	float:left;
	width:214px;
	padding: 0px 10px 0px 10px;
}
.headerEvents{
	float:left;
	width:685px;
	padding: 0px 10px 0px 10px;
}
.heading{
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	width:auto;
}
.dateContent{
	width:225px;
	height:75px;
	border-bottom:#333333 1px solid;
	float:left;
	padding: 10px 0 10px 10px;
}
.dateIcon{
	height:25px;
	width:24px;
	float:left;
	font-size:20px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
	background: url(../images/backgrounds/bs2_home_dateBG.gif) no-repeat;
}
.monthFont {
	line-height:10px;
	padding-bottom:2px;
}
.eventInfo{
	float:left;
	font:Arial, Helvetica, sans-serif;
	padding: 0 0 0 7px; 
}
.NameTime{
	color:#FFFFFF;
	width:185px;
	height:auto;
}
.Address{
	width:185px;
	height:auto;
	}
.winnersMain{
	float:right;
	width:235px;
	height:auto;
	padding-top:10px;
}
.winnerContent{
	width:225px;
	height:72px;
	border-bottom:#333333 1px solid;
	float:left;
	padding: 0 0 5px 10px;
}
/* Tournament Winners */
.bs2_winners_content li {
	 width:auto;
	 width:225px;
	 height:auto;
	 padding:23px 0 22px 10px;
	 display:block;
	 float:left;
	 border-bottom:1px solid #333;
}
.eventTalk{
	border-bottom:#333333 1px solid;
	padding-bottom:5px;
}
.padderDiv{
	padding:12px;
}
.spacer{
	padding-top:10px;
	width:225px;
	float:left;
}
.imgCn{
	display:block;
	width:auto;
	float:left;
	padding-right:20px;
	padding-bottom:5px;
}

.featureContainer{
	float:left;
	padding:5px;
}
.feature{
	border-top:#555 1px solid;
	width:685px;
	float:left;
	padding:5px;
}

a.iconCN, a.iconCN:visited{
	display:block;
	float:left;
	background:url(../images/icons/iconCN.jpg);
	width:50px;
	height:50px;
	border: #FFFFFF 1px solid;
	
}
a.iconCN:hover{
	display:block;
	float:left;
	background:url(../images/icons/iconCN.jpg);
	width:50px;
	height:50px;
	border: #FF0000 1px solid;
}
.imgTxt{
	float:left;
	width:600px;
	height:50px;
	font-size:12px;
	color:#FFFFFF;
	padding-left:5px;
	
}

a.cnLink, a.cnLink:visited {
	float:left;
	width:500px;
	height:auto;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	margin-top:5px;
	padding-left:5px;
	font-weight:bold;
}
a.cnLink:hover {
	float:left;
	width:500px;
	height:auto;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	text-align:left;
	margin-top:5px;
	padding-left:5px;
	font-weight:bold;
}
.paddit{
	padding-bottom:5px;
}

