﻿body
{
	color:#FFFFFF; 
	background-color: #000000;
	margin:0;
	padding:0;
	/*font-family:Verdana;
	font-size:10pt;*/
}
.mastertable
{
	/*border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;*/
    width:800px;
}
.eventtitle
{
	/*border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#C7A317;*/
	width:100%;
	font-family:Verdana;
	font-size:10pt;
}
.eventdescription
{
	color:#FFFFFF;
}
html, body, form
{
	height:100%
}
.modalBackground {
	background-color:Black;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
	/*background-color:#000000;
	border-width:3px;
	border-style:solid;
	border-color:Gray;*/
	padding:10px;
	width:800px;
	
	color:#FFFFFF;
}
a,A:link              { color:#d59f0f; text-decoration:underline; }
    a,A:visited           { color:#d59f0f; text-decoration:underline; }
    a,A:hover             { color:#d59f0f; text-decoration:underline; }
    a,A:active            { color:#d59f0f; text-decoration:underline; }


