
table {
	background-color: black;
	color: white;
	font-family: arial;
	font-size: 10pt;
}

/*	not referenced
#spc {			/*	not referenced
	font-size: 10pt;
	color: white;
}
*/

/*	not referenced
#wspc2  {			/*	not referenced
	font-size: 10pt;
	color: #00FF00; 
}
*/
#win {
	color: #00FF00; 
}
#red   {
	color:	#FF0000;
}

/**************************************************************
/*
/*	START:	hbf added to original for "em_getDates.php" pages
/*
*/
table.toptab {
	width: 800px;
	height: 100px;
	border-style: none;
	padding: 0px;
	background-color: black;
}

.toptab_c1 {
	width: 255px;
	padding: 0px
	background-color: black;
}

.toptab_c2 {
	margin:auto;
	background-color: black;
}

/*	not referenced
.banner {			/*	not referenced
	font-family: Arial;
	font-size:24pt;
	font-style:italic;
	color: #eeeeee;
	height: 32px;
	text-align: center;
}
*/

/*****************************
/*
/*	main (center) table
*/
table.centertab {
	width: 800px;	
	height: 750px;
	border-style: none;
	align-left: auto;
	align-right: auto;
	padding: none;
	background-color: #111111;
}

/*	not referenced
.ctab_spacer {			/*	not referenced
	background-color: black;
}
*/

.ctab_c1 {
	width: 5px;			/*	10px;	*/
	background-color: #111111;
}

.ctab_c2 {
	width: 250px;			/*290px;	*/
/*	margin: 0px 0px 0px 22px;	*/
	background-color: #111111;
}

/*****************************
/*
/*	left column (main body) table
*/
table.lefttab {
	width: 250px;	
	align-left: auto;
	align-right: auto;
	padding: none;
	background-color: #111111;
}

/****************************
/*
/*	select text and boxes
*/
.selectText {
	background-color: #111111;
	color: #eeeeee;
	font-family: arial;
	font-size: 11pt;
	height: 24px;
	margin-left: 4%;		/* center	*/
/*	margin-left: 20px;		/* left	*/
}	


select {			/*	DOUBLE CHECK THIS ONE not referenced	*/
	background-color:  black;
	color: #eeeeee;
	font-family: arial;
	font-size: 9pt;
	width: 92%;			/*	278px;	*/
	margin-left: 4%;		/*	20px;	*/
}


/****************************
/*
/*	login table (column 2)
*/
table.logintab {
	width: 100%;
	border-style: none;
	padding: 0px;
	background-color: #111111;
}

.logintabHeading {
	width: 100%;
	border-style: none;
	padding: 0px;
	background-color: #111111;
color: #fcc701;
text-align: left;
	font-size:12pt;
}

/****************************
/*
/*	legend table (column 2)
*/
table.legendTab {
	width: 80%;
	margin-left: 10%;		/*	20px;	*/
	border-style: none;
	background-color: #111111;
	font-family: Arial;
}

.legend {
	font-family: Arial;
	font-size:12pt;
	color: #fcc701;
	height: 22px;
	text-align: center;
}
.legendWinner {
	font-family: Arial;
	font-size: 12px;
	color: #00FF00;
	height: 22px;
	text-align: center;
}

.legendLoser {
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	height: 22px;
	text-align: center;
}

.legendRedlight {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	height: 22px;
	text-align: center;
}

/****************************
/*
/*	main data "cell" (column 3)
*/
td.mainData {
	height: 725px;
	width: 100%;		/*	545px;	*/
	vertical-align: top;
}

div.mainData{
	width: 100%; 
	height: 725px; 
	overflow: auto;
}

/******************************
/*
/*	END:	hbf added to original for "em_getDates.php" pages
/*
**************************************************************/
.myTable {
	border-style: solid;
	border-width: 4px;
	border-color: black;
	padding: 0px;
	width: 100%;
}
.myHeader {
	text-align: center;
	background-color: #333333;
	font-family: Arial;
	font-size: 12;
	color: #fcc701;
}

/*	not referenced
.myHeader1 {			/*	not referenced
	text-align: center;
	background-color: #000000;
	font-family: Arial;
	font-size: 14;
	color: #fcc701;
}
*/

.myHeader2 {
	text-align: right;
	background-color: #333333;
	font-family: Arial;
	font-size: 12;
	color: #fcc701;
} 

/*	not referenced
.myColumn {			/*	not referenced
	background-color: #000000;
	font-family: Arial;
  	font-size: 12;
}
*/

.spacer {
	background-color: #333333;
	border-style: none;
	font-family: Arial;
 	font-size: 10;
}
.winner {
	font-family: Arial;
	font-size: 12;
	color: #00FF00;
}

.redlight {
	font-family: Arial;
	font-size: 12;
	color: #FF0000;
}

.loser {
	font-family: Arial;
	font-size: 12;
	color: #cccccc;
}

.link { /*  MMA change - makes the link on the results page white  */
	font-family: Arial;
	font-size: 11pt;
	color: #fcc701;
}

p { /*  MMA change - makes the text the correct size, color, etc.  */
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
}
