
.LinkButton_EM01
{
	color: #5A0B02;
	background-color: #E6E6CC;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.LinkButton_EM01:hover
{
	color: #5A0B02;
	background-color: #f5f5eb;
	text-decoration: none;
}
.LinkButton_EM01:active
{
	color: #5A0B02;
	text-decoration: none;
}
.LinkButton_EM01:visited
{
	color: #5A0B02;
	text-decoration: none;
}


.Popup
{
	display: block; 
	position: absolute;
	border: solid 1px Black;
    border-style: none;
}
.PopupContent
{
	position: absolute;
	display: block;
	z-index: 10; 
	background-color: #E6E6CC;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;	
	border: solid 1px Black; 
	margin: 1px;	
}
.PopupFrame
{
	position: absolute;
	display: block;
	width: 100%; 
	height: 100%;  
	z-index: 5;
	border-style: none;
}

.forms_label_required
{
	font-weight: bold;
}


.EventOverviewListHeader
{
	
	background-color: #5A0B02;
	border-style: Solid;
	color: White;
	border-color: #5A0B02;
}
.EventOverviewListHeader td
{
	font-weight: bold;
}

.EventOverviewListItemTitle
{
	font-size: 10pt;
	font-weight: bold;
}
a.EventOverviewListItemTitle
{
	font-size: 10pt;
}


.EventsManagementTable
{
	padding: 5px;
	font-size: 8pt;
	width: 500px;
}

.EventsManagementTable td
{
	padding: 5px;
}

.EventsManagementTableHeader
{
   background-color: #E6E6CC;
   font-weight:bold;
   font-size:9pt;
   height: 20px;
   padding: 10px;
   text-decoration: none;
}
.EventsManagementTableAltRow
{
}
.EventsManagementTableAltRow td
{
	background-color: #F5F5EB;
	filter: alpha(opacity=75);	
	opacity: .75;
	
	
}
.EventsManagementTableRowInactive
{
	background-color:Yellow;
	filter: alpha(opacity=75);	
	opacity: .75;
}
.EventViewHeader
{
	background-color: #5A0B02;
	border-style: Solid;
	color: White;
	border-color: #5A0B02;
	font-weight: bold;
}
.EventViewTable
{
	width: 500px;
	border: solid 1px Silver;
	background-color: #F5F5EB;
	filter: alpha(opacity=75);	
	opacity: .75;
}
.EventViewTable td
{
	padding: 5px;
}
.EventViewTitle
{
	font-size: 12pt;
	font-weight: bold;
}
.EventViewLabel
{
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}
.EventViewValues
{
}

.EventRegisterTable
{
	width: 100%;
	border: solid 1px Silver;
	background-color: #F5F5EB;

}

.EventRegisterTable td
{
	padding: 5px;
}

.EventRegisterLabel
{
	width: 30%;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}
.EventRegisterValues
{
	width: 70%;
	text-align: left;
}

.EventManagementAttendeeSection
{
	border: solid 1px Silver;
}
.EventManagementAttendeeSectionHeader
{
	background-color: #5A0B02;
	border-style: Solid;
	color: White;
	border-color: #5A0B02;
	font-weight: bold;	
}

.EmailFormTable
{
	width: 500px;
	border: solid 1px Silver;
	background-color: #F5F5EB;
	filter: alpha(opacity=75);	
	opacity: .75;
}

.EmailFormTable #iframe
{
	background-color: White;
}
.EmailFormHeader
{
	background-color: #5A0B02;
	border-style: Solid;
	color: White;
	border-color: #5A0B02;
	font-weight: bold;
	width: 500px;
}
.EmailFormLabel
{
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}
.EmailFormValues
{
}


.StandardEventBoxTable
{
	width: 100%;
	border: solid 1px Silver;
	background-color: #F5F5EB;
	filter: alpha(opacity=75);	
	opacity: .75;
}
.StandardEventBoxDiv
{
	width: 100%;
	border: solid 1px Silver;
	background-color: #F5F5EB;
	filter: alpha(opacity=75);	
	opacity: .75;
	padding: 10px;
}
.StandardEventBoxTable td
{
	padding: 5px;
}
.StandardEventBoxHeader
{
	background-color: #5A0B02;
	border-style: Solid;
	color: White;
	border-color: #5A0B02;
	font-weight: bold;
	width: 100%;
}
.StandardEventBoxLabel
{
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}
.StandardEventBoxValues
{
}

.EventsRegistrationListScrollBox
{

}
.PageMessage_Msg
{
	color: Red;
}
.PageMessage_Err
{
	color: Red;
}



