
.GLOW_STYLE{
  background-color:#FFFFFF; 
  color:gray;   
  font-family:Verdana; 
  font-size:12px;   
  color:black;   
  border-color:white; 
  border-style:solid;
  cursor:default; 
}

.GLOW_TITLE{
  background-color:#000080;
  font-size:12px;
  font-family:Verdana; 
  font-weight: bold;
 color:white; 
}

.GLOW_NEXTPREV{
  background-color:#000080;
 color:white; 
 TEXT-DECORATION: none;
 font-size:12px;
  font-family:Verdana; 
  font-weight: bold;
}
A:visited.GLOW_LINK{
	COLOR: red;
	TEXT-DECORATION: none;
}
A:link.GLOW_LINK{
	COLOR: red;
	TEXT-DECORATION: none;
}
.Labels{
 font-family: Verdana;
 font-size: 12px;
 color: black;
}
.EVENT_DETAILS_DATE{
 font-family:Verdana;
 font-size: 12px;
 font-weight:bold;
 color: Navy;
 }
.EVENT_DETAILS_LABEL{
 font-family:Verdana;
 font-size: 12px;
 font-weight:bold;
 color: black;
}
.EVENT_DETAILS_TEXT{
 font-family: Verdana;
 font-size: 12px;
 color: black;
}
.EVENT_DETAILS_HR{
 color: black;
 size: 1px;
}
.TBL_HEADER_ROW{
 font-weight: bold;
 font-family: Verdana;
 font-size: 12px;
 background-color: #3C4B52;
 color: white;
 text-decoration: none;
}
.LEGEND_CELL{
 border-style: solid;
 border-width: 1px;
 border: black;
 font-family: Verdana;
 font-size: 12px;
}
A:link.LEGEND_LINK{
 color: navy;
 text-decoration:none;
 font-size: 12px;
}
A:visited.LEGEND_LINK{
 color: navy;
 text-decoration:none;
 font-size: 12px;
}
.LEGEND_TRANSPARENT{
 font-size: 12px;
 font-family: Verdana;
}




/* Event PopUp */

#form1 {
	background:#f4f4f4;
	font-family:'PT Sans', Arial, sans-serif;
}

#listing table {
	background:white;
	width:90%;
	margin:0 auto;
	padding:10px;
}

#listing table tr {
	
}

#listing table td {
	text-align:right;
	font-size:14px;
	color:#333333;
	padding:5px 0;
}

.FORM_LABEL_TEXT {
	color:#0C4673;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	display:block;
	padding:3px;
	background:#E0EDF2;
}

.EVENT_DETAILS_DATE {
	font-weight:normal;
	font-size:25px;
	color:#0C4673;
	text-align:center;
	padding:5px;
	display:block;
}
