a.eventLink:link {
	font-weight: normal;
/*	color: #414D66;*/
	color: #536DBB;

	text-decoration: none;
}

a.eventLink:visited {
	font-weight: normal;
/*	color: #414D66;*/
	color: #536DBB;
	text-decoration: none;
}

a.eventLink:hover {
	font-weight: normal;
	color: #2359C6;
	text-decoration: underline;
}

a.tip {
    position:relative; 
    z-index:24;
	color: #000;
	font-weight: normal;
    text-decoration:none;
}

a.tip:hover{
	color: #000;
	font-weight: normal;
	z-index:25;
	/*background-color:#ff0*/
}

a.tip span {
	display: none;
}

a.tip:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:16px; left:8px; width:auto;
    border:1px solid #000;
    padding-left: 2px;
    padding-right: 2px;
    background-color:#FFFFE7; color:#000;
    text-align: center;
}
    
.listHeader {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	background-color: #FDF0D3;

	padding-left: 4px;
	padding-right: 4px;

	/*border: 1px solid #C3860C;*/
}

.listTimeSlotHeader {
	color: #B94D1F;
	font-weight: bold;
	font-size: 14px;

	margin-top: 14px;
	width: 32%;
	/*height: 28px;*/
	vertical-align: bottom;
	border-bottom: 1px solid #EFCB83;
}

.fsSearchTitle {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;

	width: 130px;
	padding-left: 2px;

	border-top: 1px solid #88898B;
	background-color: #EDEEF3;
}

.fsSearchBox {
	width: 100%;
	background-color: #EDEEF3;

	border-bottom: 1px solid #88898B;
}

.fscRow {
	background-color: #FDF0D3;
	font-size: 12px;


	border-bottom: 1px solid #C3860C;
}

#fsGameList {
	border: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;

	border-top: 1px solid #C3860C;
}

.fsGameData {
	border: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#fsFooter {
	width: 100%;
	margin: 0px;
	padding: 0px;

	background-color: #EDEEF3;
	border-top: 1px solid #88898B;
}

#fscEventTitle {
	padding-left: 12px;
	width: 31%;
	text-align: left;
}

#fscAdmin {
	width: 14%;
	text-align: left;
}

#fscGameSys {
	text-align: left;

	width: 18%;
}

#fscSkills {
	width: 10%;
}

#fscPlayers{
	width: 14%;
	text-align: left;
}

#fscTime {
	width: 8%;
}

.fscSpacer {
	width: 1%;
}



.fsdRow {
	background-color: #fff;
}

.fsdRowAlt {
	background-color:#E9E9E9;
}

.fsdRowEnroll {
	background-color: #BDCBE7;
}

.fsdTitle {
	width: 31%;
	padding-left: 6px;
	text-align: left;
}

.fsdAdmin {
	text-align: left;
	width: 14%;
}

.fsdGameSys {
	text-align: left;
	width: 18%;
}

.fsdSkills {
	width: 10%;
	text-align: center;
}

.fsdPlayers {
	width: 14%;
}

.fsdTime {
	width: 8%;

	text-align: center;

}

.fsdSpacer {
	width: 1%;
}

.fsTimeSlotBox {

	width: 100%;
	background-color: #FFF3D6;
	border: 1px solid #BD4D18;

}

.fsEnrollmentBox {

	width: 100%;
	background-color: #DDFFDD;
	border: 1px solid #00A100;
}

.fsInformation {

	background-color:#FDFFD0;
	border-top: 1px solid #0B0B0B;
	border-bottom: 1px solid #0B0B0B;
	margin-top: 8px;
}

.fsDescriptionHeader {
	font-weight: bold;

	width: 100%;
	background-color: #EDEEF3;

	border-top: 1px solid #88898B;

	margin-top: 8px;
	margin-bottom: 4px;
}

.fsDescription {

	width: 80%;
}