.defaultTbl {
	font-size: 12px;
	font-family: "Times New Roman";
	color: #979797;
	border: 1px #A640C7 solid;
	background: #fcf2fd;;
}
.defaultTbl a {

}
.defaultTbl td {
	padding-left: 4px;
}
.moreSpacing td {
	height: 22px;
}
.dHead td {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #d7aae3;
	height: 26px;
	border-bottom: 1px #A640C7 solid;
}
.tournamentTbl {
	font-size: 12px;
	font-family: "Times New Roman";
	color: #979797;
	border: 1px #A640C7 solid;
}
.tournamentTbl a {

}
.tournamentTbl td {
	padding: 0px;
} 
.tHead td {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #d7aae3;
	height: 26px;
	border-bottom: 1px #A640C7 solid;
	
}
.tHead input {
	color: #a6a6a6;
	font-style: italic;
	font-size: 9px;
	border: 1px #A640C7 solid;
}
.scoreTbl {
	font-size: 12px;
	font-family: "Times New Roman";
	color: #979797;
	border: 1px #255B97 solid;
	
}
.scoreTbl td {
	padding: 0px 4px; 
	margin: 0px;
	background: #F5F5F5;
}
.scoreTbl a {
	font-size: 12px;
	color: #A640C7;
}
.scoreTbl a:hover {
	font-size: 12px;
	color: #d7aae3;
	font-weight: normal;
}
.sHead td {
	font-size: 14px;
	font-weight: bold; 
	color: #255B97;
	background: #c4d3f6; /** light blue **/
	height: 26px;
	border-bottom: 1px #255B97 solid;
	
}
.subHead, .subHead td {
	font-size: 11px;
	font-weight: bold;
	color: #255B97;
	padding: 0px 4px;
	background: #E5E5F3;
}
.bigT:first-letter {
	font-size: 24px;
	font-weight: bold;
	font-family: serif;
}
.style1 {
	color: #255B97;
}
.style2 {
	color: #A640C7;
}
.subSpot {
	display: block;
	height: 90px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.bigHeight {
	height: 600px;
}
/** For the play now button **/
.playNow, .playNow input {
	color: #000;
	background: #FDDFCD;
	border: 1px #FC6C04 solid;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .3px;
	font-family: Serif;
	cursor: pointer;
	text-transform: uppercase;
	font-weight:bold;
}
.playNow:hover, .playNow input:hover {
	color: #000;
	background-color: #C4D3F6;
	border: 1px #002D62 solid;
}
/***************************/
.gameHost {
	font-size: 12px;
	color: #a640c7;
	font-weight: normal;
}
.tableHover td
{
	color: black;
	background-color: #aec7ff;
	cursor: pointer;
}
.hide
{
	display: none;
	
}

