﻿
/* Style used when displaying important messages */
.EventReg .NormalRed
{
}

/* Style applied to sub headings within the module*/
.EventReg .SubHead2 p
{ margin-top: 0; padding-top: 0;

}

/* Style applied to drop down lists within the module*/
.EventReg .NormalDropDownList
{
}

/* Style applied to standard text within the module*/
.EventReg .Normal
{
}
/* Style applied to all link buttons within the module*/
.EventReg .CommandButton
{
font-size:small;
}

/* Formatting for the main event list container */
.EventReg .EventList_MainGrid
{
    border: solid 1px black;
    width: 100%;
}

/* Formatting of the event filter table */
.EventReg .EventList_Filter
{
}

/* Formatting for the header of the main event list */
.EventReg .EventList_Header
{
    background-color: #0055a0;
    font-weight: bold;
    border-bottom: solid black 1px;
}

/* Formatting for the sortable header links of the main event list */
.EventReg .EventList_Header a, .EventReg .EventList_Header a:link, .EventList_Header a:visited, .EventList_Header a:hover
{
    color: White;
	text-decoration:none;
}

/* Standard formatting for a row of the main event list */
.EventReg .EventList_Row
{
    background-color: #F7F6F3;
    color: #333333;
}

/* Standard formatting for alternating rows of the main event list */
.EventReg .EventList_AlternatingRow
{
    color: #284775;
    background-color: white;
}

/* Formatting for the selected row of the main event list */
.EventReg .EventList_SelectedRow
{
    color: #333333;
    font-weight: bold;
    background-color: #E2DED6;
}

/* Formatting for the footer area of the main event list */
.EventReg .EventList_Footer
{
    background-color: #5D7B9D;
    color: White;
    font-weight: bold;
}

/* Formatting for the pager area of the main event list */
.EventReg .EventList_Pager, .EventReg .EventList_Pager a:link
{
    background-color:#5D7B9D;
    color: White;
}

/* Formatting for the grouping headers of the main event list */
.EventReg .EventList_GroupByHeader
{
    background-color:#cccccc;
    color: Black;
    font-weight: bold;
}
/* Formatting for the Event ID column of the main event list */
.EventReg .EventList_EventIDColumn
{
}

/* Formatting for the View image column of the main event list */
.EventReg .EventList_ViewColumn
{
}

/* Formatting for the Category Name column of the main event list */
.EventReg .EventList_CategoryNameColumn
{
}

/* Formatting for the Title column of the main event list */
.EventReg .EventList_TitleColumn
{
font-weight:bold;
}

/* Formatting for the Event Date column of the main event list */
.EventReg .EventList_EventDateColumn
{
}

/* Formatting for the View Start column of the main event list */
.EventReg .EventList_ViewStartDateColumn
{
}

/* Formatting for the View End column of the main event list */
.EventReg .EventList_ViewEndDateColumn
{
}

/* Formatting for the Registration Start column of the main event list */
.EventReg .EventList_RegistrationStartDateColumn
{
}

/* Formatting for the Registration End column of the main event list */
.EventReg .EventList_RegistrationEndDateColumn
{
}

/* Formatting for the Status column of the main event list */
.EventReg .EventList_StatusColumn
{
}

/* Formatting for the Summary column of the main event list */
.EventReg .EventList_SummaryColumn
{
}

/* Formatting for the Seats left column of the main event list */
.EventReg .EventList_SeatsLeftColumn
{
}

/* Formatting for Register link on an event info page */
.EventReg .RegisterButton
{
    font-size: medium;
    font-weight:bold;
}

/* Formatting for Submit link on an event info page */
.EventReg .SubmitButton
{
}

/* Formatting for Cancel link on an event info page */
.EventReg .CancelButton
{
}

#dnn_ctr632_Events_ctlRegister_txtAddUserTypeName {


}
