
/* Each recording date needs a unique Div container ID, so add them here. */

#tbase1, #tbase2, #tbase3, #tbase4, #tbase5, #tbase6, #tbase7, #tbase8, #tbase9, #tbase10,
#cross1, #cross2, #cross3, #cross4, #cross5, #cross6, #cross7, #cross8, #cross9, #cross10,
#exit1, #exit2, #exit3, #exit4, #exit5, #exit6, #exit7, #exit8, #exit9, #exit10,
#rwc1, #rwc2, #grwc3, #rwc4, #rwc5,
#lot40_1, #lot40_2, #lot40_3,
#mills1, #mills2, #mills3, #mills4,
#ip1, #ip2, #ip3, #ip4, #ip5,
#jm1, #jm2, #jm3, #jm4,
#may,
#GE1, #GE2, #GE3, #GE4,
#cwc1, #cwc2, #cwc3, #cwc4, #cwc5,
#si1
{
	position: absolute;
	visibility: hidden;
	width: 250px;
	left: 0;
	top: 0;
	z-index: 1
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.border {
	border: 1px solid #666666;
	float: left;
}
#player_popup {
    cursor: pointer;
	POSITION: absolute;
	VISIBILITY: hidden;
	BACKGROUND-COLOR: white;
	width: 330;
	BORDER-LEFT: 1px solid black;
	BORDER-TOP: 1px solid black;
	BORDER-BOTTOM: 3px solid black;
	BORDER-RIGHT: 3px solid black;
	PADDING: 3px;
	z-index: 10
}

/* Specifications for container div for layers to show/hide.  Most browsers need both width and height set. */
#members_container {
	position: relative;
	width: 250px;
	height: 5px;
	z-index: 100
}

.members_popup {
    cursor: pointer;
	POSITION: absolute;
	VISIBILITY: hidden;
	BACKGROUND-COLOR: white;
	BORDER-LEFT: 1px solid black;
	BORDER-TOP: 1px solid black;
	BORDER-BOTTOM: 3px solid black;
	BORDER-RIGHT: 3px solid black;
	PADDING: 3px;
	z-index: 10
}


#cntrdiv {
	margin: 10 auto;   /* align for good browsers */
	border: 2px solid #000;
	width: 400px;
	padding: 10;
}
	
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.xlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC6633;
}
