/*
Top left div
*/

#topLeft {
	display: block; 
	position: relative; 
	float: left; 
	border: 0px solid red; 
	width: 460px; 
	height: 130px; 
	margin: 0px 0px 4px 0px;
}

#topLeft .backgroundImageLeft {
	background-image: url('/images/tournament/bg_top_left.jpg'); 
	width: 454px; 
	height: 104px;
}

#topLeft .img {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 99px; 
	height: 95px;
	background-image: url('/images/tournament/podium.png');
	background-repeat: no-repeat;
	background-position: center;
	* background-image: none;
	* filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='/images/tournament/podium.png', sizingMethod='scale');
}

#topLeft .gameImg {
	position: absolute; 
	left: 5px; 
	top: 30px; 
	width: 62px; 
	height: 62px;
}

#topLeft .text {
	position: absolute; 
	left: 70px; 
	top: 35px;
}

#topLeft .linkContainer {
	position: absolute; 
	bottom: 8px; 
	right: 10px; 
	text-align: right;
}

/*
Top right div
*/

#topRight {
	position: relative; 
	float: right; 
	margin-bottom: 4px; 
	width: 230px; 
	height: 130px;
}

#topRight .backgroundImageRight {
	background-image: url('/images/tournament/bg_top_right.jpg'); 
	width: 224px; 
	height: 104px;
}

#topRight .img {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 99px; 
	height: 95px;
	background-image: url('/images/tournament/daynight.png');
	background-repeat: no-repeat;
	background-position: center;
	* background-image: none;
	* filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='/images/tournament/daynight.png', sizingMethod='scale');
}

#topRight .text {
	position: absolute; 
	left: 10px; 
	top: 35px; 
	width: 120px;
}

#topRight .linkContainer {
	position: absolute; 
	bottom: 7px; 
	left: 6px;
}

#topRight .linkImg {
	position: relative; 
	float: left; 
	width: 14px; 
	height: 14px;
	background-image: url('/images/greenarrow.png');
	background-repeat: no-repeat;
	background-position: center;
	* background-image: none;
	* filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='/images/greenarrow.png', sizingMethod='scale');
}

#bottomLeft {
	position: relative; 
	z-index: 9000; 
	float: left; 
	border: 0px solid red; 
	width: 460px;
}

#bottomLeft .selectGame {
	position: absolute; 
	top: 4px; 
	right: 10px;
}

/*
Alpha layer
*/

#alphaLayer {
	position: absolute;
	display: none;
	left: 3px;
	top: 25px;
	z-index: 9200;
	width: 454px;
	height: 72px;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

/**/

.tournamentBox {
	border-bottom: 1px solid #e4e4e4; 
	border-top: 1px solid #ffffff; 
	height: 72px;
	background-color: #f6f6f6;
	
}

.tournamentBoxMonthly {
	border-bottom: 1px solid #8c1010; 
	border-top: 1px solid #c80b0b; 
	height: 72px;
	background-image: url('/images/tournament/bg_top_left.jpg');
}

.tournamentBoxXmas {
	border-bottom: 1px solid #8c1010; 
	border-top: 1px solid #c80b0b;
	height: 72px;
	background-image: url('/images/tournament/bg_top_xmas.jpg');
}

div.voteformContainer {
	position:relative;
	margin:0 85px;
	width:auto;
}

.tournamentHeadlineMonthly {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.tournamentTextMonthly {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.tournamentImg {
	position: relative; 
	float: left; 
	width: 62px; 
	height: 62px; 
}

.tournamentTextHolder {
	position: relative; 
	float: left; 
	margin: 8px 0px 0px 10px; 
	width: 217px;
}
.tournamentTextHolder .tournamentInfo {
	float: left;
}

.tournamentButtonHolder div.tournamentClock{
	position:relative;
	float:right;
	width:19px;
	height:17px;
	margin-left:3px;
	margin-top:-1px;
	*margin-top:0;
}
.tournamentButtonHolder {
	position: relative; 
	float: right; 
	margin: 8px 10px 0px 0px; 
	height: 54px; 
	width:153px;
	right: 0px; 
	text-align: right;
}

.tournamentButton {
	position: absolute; 
	bottom: 4px; 
	width: auto; 
	right: 0px; 
	text-align: right;
}

.tournamentHeadline {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
}

.tournamentText {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
	font-weight: normal;
}

.statusJoined {
	color: #339900; 
	font-weight: bold;
}

.statusOpen {
	color: #339900;
	font-weight: bold;
}

.statusPending {
	color: #339900;
	font-weight: bold;
}

.statusPending1 {
	color: #cc0033; 
	font-weight: bold;
}

.statusFullMonthly,
.statusPendingMonthly {
	color: #530b0b; 
	font-weight: bold;
}

.statusFull {
	color: #cc0033;
	font-weight: bold;
}

.statusEnded {
	color: #cccccc;
	font-weight: bold;
}

.statusStarted {
	color: #cc0033;
	font-weight: bold;
}

/*
Signup div
*/

#signupContainer {
	position: absolute; 
	z-index: 100000; 
	top: 75px; 
	left: 18px;
	width: 420px;
	display: none;
}

/**/

.signupTmp {
	display: none;
	z-index: 10001;
}

.signupInner {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.signupRadios {
	width: 200px;
}

.signupRadio {
	text-align: left;
}

div.signupButtonContainer {
	position:relative;
	width:252px;
	*width:250px;
	margin:10px auto;
}
div.signupButtonContainer .signupButtonLeft {
	float: left;
}
div.signupButtonContainer .signupButtonRight {
	float: right;
}

/**/

#bottomRight {
	position: relative;
	float: left;
	left: 9px;
	width: 160px; 
	text-align: right;
	margin-top:1px;
}

.winnerBox {
	border-bottom: 1px solid #e4e4e4; 
	border-top: 1px solid #ffffff; 
	height: 72px;
}

.winnerImgRoundCorners {
	margin: 4px;
	position: absolute;
	z-index: 1000;
}

.winnerImg {
	margin: 4px;
	position: absolute;
	border: 1px solid yellow;
}

.winnerImg {
	border: solid 1px #CCCCCC;
}

.winnerInfo {
	margin: 4px 0px 0px 80px;
}

.winnerInfoIcons {
	float: left;
}

.winnerInfoText {
	line-height: 18px;
	margin: 0px 0px 0px 4px;
	float: left;
}

.winnerInfoDate {
	float: left;
	clear: left;
	width: 110px;
}

/*
Calendar
*/

.calendarHeader {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF; 
	background-image: url('/images/gradient_blue.gif');
	height: 25px;
} 

.calendarDayTop {
	width: 25px;
	height: 25px;
	background-image: url('/images/gradient_blue.gif');
	border-top: 1px solid white;
	border-left: 1px solid white;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.emptyCell {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	width: 25px;
	height: 25px;
}

.cell {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #dfdfdf;
	width: 25px;
	height: 25px;
	text-align: center;
}

.cellSel {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #51b225;
	width: 25px;
	height: 25px;
	text-align: center;
}

.cellToday {
	background-image: url('/images/calendar_today.gif');
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #dfdfdf;
	width: 25px;
	height: 25px;
	text-align: center;
}