@charset "utf-8";
/* CSS Document */

body{
	background-image:url(img/bg2.jpg);
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11pt;
}

.card{
 width: 300px;
 float:left;
 padding-left:10px;
 padding-bottom:10px;
 
}

.backsidecard{
 width: 300px;
 float:left;
}

.container{
	width:620px;
	height:auto;
	margin:0 auto;
	padding-top:100px;
}

.info{
	height:75px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}

.number{
	color:#FFFFFF; 
	font-size:11pt;
	float:left;
	margin-left:-180px;
	padding-top:395px
}

.numberLink{
	color:#FFFFFF; 
	font-size:11pt;	
	outline:none;
}

.startform{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:50px;
}

.king{
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}

.container2{
	width:620px;
	height:auto;
	margin:0 auto;
	padding-top:50px;
	background-color:#FFFFFF;
	text-align:center;
	padding:10px;
}

.countertable{
	width:500px;
	height:auto;
	margin:0 auto;
	padding:10px;
}

.autotable{
	height:auto;
	width:auto;	
}

.tr1{
	background-color:#E0E0E0;
}
	.tr1:hover{
		background-color:#D5EFFF;
	}

.tr2{
	background-color:#F3F3F3;
}
	.tr2:hover{
		background-color:#D5EFFF;
	}
	
.tr_win{
	background-color:#8DFF8A;
	font-weight:bold;
}

.js_vali{
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}

.td_thingy{
	vertical-align:top;
	text-align:right;
}

.textInput{
	width:250px;	
}

.contestID{
	margin:0 auto;
	margin-bottom:10px;
	font-size:20pt;
	font-weight:bold;
	color:#00FF00;
}

.contestInfo{
	text-align:left;
	padding-bottom:10px;
	color:#FFFFFF;
}

.contestInfoHeader{
	font-size:16pt;	
	color:#FF0000;
	font-weight:bold;
}

.playerStats{
	clear:both;
	color:#FFFFFF;
	font-size:14pt;
	font-weight:bold;
}

.addPlayer{
	font-size:10pt;
	color:#FFFFFF;
	text-decoration:none;
}

	.addPlayer:hover{
		font-size:10pt;
		color:#0066FF;
		text-decoration:underline;
	}
	
.removePlayer{
	font-size:10pt;
	color:#FF0000;
	text-decoration:none;
}

	.removePlayer:hover{
		font-size:10pt;
		color:#990000;
		text-decoration:underline;
	}
	
	
.game2{
	width: 290px;
	height:267px;
	background-image:url(img/blank3.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:150px;
	padding-left:5px;
	padding-right:5px;
}

.rules a{
	color:#2D7EE1;
	text-decoration:none;
}

.rules a:hover{
	color:#67A2E9;
	text-decoration:underline;
}

.fullscreen_msg{
	width:auto;
	height:auto;
	color:#FFFFFF;
	font-size:8pt;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	height:auto;
	width:auto;
	font-weight:bold;
	margin-top:7px;
	float:right;
	padding-right:5px;
}

	.fullscreen_msg a{
		color:#FFFFFF;
		text-decoration:none;
	}
	.fullscreen_msg a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
.fullscreen_img{
	width:32px;
	height:32px;
	float:right;
	border: none;
}