<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/emsite_bg.jpg);
    background-repeat: repeat-x;
}
a {
    color: #6d6d6d;
    text-decoration: none;
    outline: none;
}
a.greenLink
{
    text-decoration: underline;
    color:Green;
}
a:hover
{
	text-decoration:underline;
	
}

.popBox 
{		
	position: absolute;		
	z-index: 2;		
	background: #eeeeee;		
	width: 175px;		
	padding: 0.3em;		
	border: 1px solid gray;	
	text-transform:none;
    text-align:left;
    color:dimgray;
}
/* -------------------------- structure elements ---------------------------- */

#wrapper {
    width: 100%;
    margin: 0px auto 0px auto;
    height:660px;
}
.header
{
	width:100%;
	height:89px;  
}
.performance_header
{
	height:32px;
	width:1020px;
	text-align:right;

}
.header_content
{
    width:1020px;
    margin: 0 auto;background-color:white;
}

.header_right
{
    width:1020px;
    margin: 0 auto;
}

.performance_header H1
{
    color:#f6f6f6;
    padding: 8px 16px 0px 0px;
    font-size:11px;
    font-weight:normal;
}
.menu_left
{
    float:left;
}
.menu_right
{
	float:right;
	padding: 42px 10px 0px 0px;
	color:gray; 
	
}
.menu_right a
{
	color:dimgray;
}
.header IMG
{
	padding: 5px 0px 0px 0px;
	width:260px;
}

.footer
{
	width:100%;
	height:112px;
}
h1 
{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0px;
    padding:0px;
    margin-right:-10px;
    
}
h2 
{
    font-size: 18px;
    font-weight:normal;
    color: green;
    margin: 0px;
    padding: 10px 0px 0px 8px;
    letter-spacing:1px;
    font-style:italic;
    
}
h3
{
	margin:2px 0px 10px 0px;
    padding:0px;

}
hr 
{
    border: 0px;
    border-bottom: solid 1px #f3f3f3;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.registerSignup {
    width: 310px;
    float: left;
    margin:  40px 0px 0px 330px;
    padding: 16px 0px 0px 20px;
    background-color: #e9edf0;
    border: solid 1px #d7dadd;
    font-size: 14px;
}

.registerInput input {
    width: 276px;
    height: 21px;
    background-image: url(../images/register_input_bg.jpg);
    border:solid 1px silver;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    font-size: 14px;
}

.changeEventSelect {
    border: 0px;
    margin: 10px 10px 15px 10px;
    
}

.changeEventSelect select 
{
   
    border: solid 1px #cccccc;
    font-size: 14px;   
    height:26px;
    padding-top:4px;
    width: 400px;

}
.htmlStyleBtn { cursor: pointer; }
.htmlStyleBtnLeft { width: 3px; float: left; height: 32px; background-image: url(../images/html_button_left.gif); }
.htmlStyleBtnMiddle { height: 22px; float: left; background-image: url(../images/html_button_bg.gif); padding: 10px 0px 0px 0px; }
.htmlStyleBtnRight { width: 2px; float: left; height: 32px; background-image: url(../images/html_button_right.gif); }
.htmlStyleBtnText { float: left; text-align: right; padding: 0px 5px 0px 0px; font-size: 14px; text-transform: uppercase; color: #fff; }
.htmlStyleBtnArrow { width: 4px; float: left; padding: 2px 0px 0px 0px; }

.registerSubmit 
{
    width: 110px;
    height: 47px;
    margin: 10px 5px 0px 0px;
}

#tblGuestList
{
	background-color:#cccccc;
}

#tblGuestList TR
{
	background-color:#ffffff;
}

.table_header TD
{
	font-size:18px;
	background-color:#eeeeee;
}
.table_row TD
{
	background-color:#ffffff;	
	font-size:13px;

}

.altRow TD
{
	background-color:rgb(240,253,236);
	font-size:13px;
}

#emMenu
{
	width:195px;
	background-color:#f6f6f6;
	padding:12px;
	float:left;	
}


#emContent
{
	float:left;
	width:780px;
	xborder-left:solid 1px silver;
}
.eventContentHeader
{
	background-color:White;
	float:left;
	padding-top:12px;
	padding-left:10px;
	padding-bottom:10px;

}
.eventContentTop
{
	width:781px;
	float:left;	
	background-color:rgb(174,214,53);
	color:White;
	font-size:11px;
}
.eventContentTopLeft
{
	width:600px;
	padding:4px;
	border-top:solid 1px silver;	
	border-right:solid 1px silver;	
	float:left;
}
.eventContentTopLeftHeader
{
	float:left;
	width:320px;
}

.eventContentTopLeftLinks
{	
	float:left;
	width:270px;	
	text-align:right;
	padding-right:10px;

}
.eventContentTopLeftLinks a
{
	color:White;
	text-decoration:underline;
}
.eventContentTopRight
{
	width:163px;
	padding:4px;
	border-top:solid 1px silver;	
	border-right:solid 1px silver;	
	float:left;
}
.eventContentTopRightHeader
{
	float:left;
	width:80px;
}

.eventContentTopRightLinks
{	
	float:left;
	width:70px;	
	text-align:right;
	padding-right:10px;
	text-decoration:underline;

}
.eventContentTopRightLinks a
{
	color:White;
}
.eventContentInfo
{
	background-color:#f6f6f6;
	width:760px;
	padding:10px;
	padding-bottom:0px;
	border-top:solid 1px silver;	
	border-bottom:solid 1px silver;	
	border-right:solid 1px silver;	
	float:left;
	font-size:11px;
	margin-bottom:10px;
}
.eventContentInfoAndImages
{
	background-color:#f6f6f6;
	width:780px;
	
	float:left;
	font-size:11px;
	margin-bottom:10px;		
	background-color:#fff;

}
.eventContentInfoLeft
{
	width:583px;
	float:left;
	padding:10px;
	padding-right:15px;
	padding-bottom:0px;
	border-right:solid 1px silver;		
	background-color:#f6f6f6;

}
.eventContentInfoRight
{
	
	width:151px;
	float:left;
	padding:10px;


}
.eventContentInfoRight IMG
{
margin-bottom:10px;
}
.emEventItemRow
{
	width:600px;
	float:left;
}
.emEventItemLabel
{
	width:200px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.emEventItemInput
{
	width:370px;
	float:left;
	margin-bottom:10px;
}


.emItemRow
{
	width:760px;
	float:left;
}
.emLabel
{
	width:150px;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	font-weight:bold;
	background-color:#f4f4f4;
	padding:4px;
}
.emData
{
	width:250px;
	float:left;
	margin-bottom:2px;
	padding:4px;
		background-color:#f4f4f4;

}
.emDataTotal
{
	border-top: solid 1px black;
	border-bottom-style:double;
	font-weight:bold;

}
.emItemLabel
{
	width:200px;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.emItemInput
{
	width:550px;
	float:left;
	margin-bottom:10px;
}
.emDataTables
{
	background-color:White;
	float:left;
}
#date_search
{
	margin-left:8px;
	margin-bottom:5px;
}
.content
{
	padding: 0px 0px 0px 0px;
	width: 1020px;
	float:left;
	border-top:solid 1px silver;
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	background-color:white;
	height:364px;
}

.subcontent
{
    width:780px;
    float:left;
}


.emTableHeading {
    width: 745px;
    height: 24px;
    background-image: url(../images/thiner_heading_bg2.jpg);
    padding: 12px 0px 0px 14px;
    margin: 0px;
    font-size: 11px;
    text-shadow: #ffffff 0px 1px 0px;
}

.emTableHeadingCol {
    float: left;
}

.emTableRow {
    width: 757px;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    margin: 0px 0px 0px 0px;
}

.emTableCellAdministrator {
    width: 601px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
    text-transform: uppercase;
}
.emTableCellGroup {
    width: 531px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
    text-transform: uppercase;
}
.emTableCellMember {
    width: 260px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
    text-transform: uppercase;
}
.emTableCellEmail {
    width: 290px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
}
.emTableCellUnits
{
	width: 45px;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 17px 0px 15px 2px;
    font-size: 14px;
}
.emTableCellCount {
    width: 38px;
    float: left;
    margin: 0px 10px 0px 12px;
    padding: 17px 10px 15px 2px;
    text-align:right;
}

.emTableCellEdit 
{
    width: 32px;
    float: left;
    padding: 17px 0px 15px 8px;
}

.emTableCellDelete 
{
    width: 58px;
    float: left;
    padding: 17px 0px 15px 12px;
}

.itemBlock {
    width: 540px;
    float: left;
    margin:  0px 0px 0px 0px;
    padding: 16px 0px 0px 20px;
    xbackground-color: #e9edf0;
	background-color:#f5f6f6;
    border: solid 1px #d7dadd;
    font-size: 14px;
}

.itemLabel
{
	width: 200px;
    height: 40px;
    float:left;
    padding-top:15px;
}
.itemInput
{
    float:left;
	width: 320px;
}

.emInput input {
    width: 300px;
    height: 21px;
    background-image: url(../images/register_input_bg.jpg);
    border:solid 1px silver;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    font-size: 14px;
    float:left;
}
TEXTAREA 
{
	font-size: 12px;
	font-family: arial;
}

.input_content
{
	padding:4px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	width:749px;
}
.content_left
{
	float:left;
	width:180px;
	padding:4px;
}
.content_right
{
	width:700px;
	padding:4px;
	
}
/*--seating plan styles--*/
TABLE.seating
{
	background-color:#eee;
}
#seating_list TD
{
	font-size:9px;
	width:24px;
	padding:3px 1px 3px 1px;
	text-align:center;
	font-family:arial,trebuchet ms;
	cursor:pointer;
}

TABLE.seating TR
{
	background-color:#fff;
}
TABLE.seating TD
{
	padding:4px;
	font-size:8pt;
	cursor:pointer;
	font-family:arial,trebuchet ms;
	width:12px;
	text-align:center;
}	
TABLE.seating TD.off
{
	color:#999;
	background-color:#eee;
}
TABLE.seating TD.on
{
	background-color:#73CA59;
	color:white;
}
TABLE.seating TD.noseat
{
	color:#999;
	background-color:#fafafa;
}
TABLE.seating TD.assigntodoor
{
	color:#999;
	background-color:darkgreen;
}
TABLE.seating TD.reserved
{
	background-color:#ccc;
	color:#333;
	cursor:pointer;
}
TABLE.seating TD.reservedcomp
{
	background-color:#ccc;
	color:white;
	cursor:pointer;
}
TABLE.seating TD.warning
{
	background-color:palevioletred;
	color:white;
	cursor:auto;
}
TABLE.seating TD.pending
{
	background-color:lightblue;
	cursor:pointer;
}
TABLE.seating TD.pendingcomp 
{
	background-color: lightblue;
	color: white;
	cursor: pointer;
}
TABLE.seating TD.available
{
	background-color:#73CA59;
	color:white;
	cursor:pointer;
}
TABLE.seating TD.selected
{
	background-color:#FF9500;
	color:#fff;
	cursor:pointer;
}
TABLE.datatable
{
	width:766px;
	margin: 0px 7px 7px 7px;
	background-color:#F2F2F2;
	float:left;
}
INPUT.editseat
{
	width:20px;
	font-size:9px;
	font-family:arial,trebuchet ms;
	
}
TABLE.datatable TD
{
	background-color:#ffffff;
	font-size:11px;

}
TR.datatableheader TD a
{
	color:#fff;
}
TR.datatableheader TD
{
	background-color:rgb(174,214,53);
	color:#fff;		

}


TR.datatablesubheader TD
{
	background-color:#f3f3f3;
	font-weight:bold;
	font-style:italic;

}


TABLE.record_content
{
	width:550px;
	background-color:#f6f6f6;
}
TABLE.record_content TD
{
	background-color:#ffffff;
	font-size:11px;
	padding:4px;
}
TABLE.record_content TD.field_header
{
	background-color:rgb(174,214,53);
	text-align:center;
	color:#fff;	
	xtext-transform:uppercase;

}
TR.alt TD
{
	background-color:#f6f6f6;
}
TR.fraudalert TD
{
	background-color:red;
	color:White;
	font-weight:bold;
}
TR.fraudalert TD a
{
	color:White;
}
TR.highalert TD
{
	background-color:rgb(255,206,206);
}
TR.midalert TD
{
	background-color:rgb(255,255,200);
}
TR.bluealert TD
{
	background-color:lightblue;
}
TR.greenalert TD
{
	background-color:lightgreen;
}
TABLE.record_content TD.field_label
{
	font-weight:bold;
}
TD a
{
	text-decoration:underline;
}
#image_list
{
	padding: 10px 0px 0px 12px;
    float: left;
    width:758px;
}

#related_image_library
{
	padding: 5px 0px 0px 12px;
    float: left;
    width:468px;
}
#related_image_actions
{
	padding: 30px 0px 0px 12px;
    float: left;
    width:125px;
    text-align:center;
}
#related_image_list
{
	padding: 10px 0px 0px 12px;
    float: left;
    width:150px;
}
.emList 
{
	list-style-type: none;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
}
.emList li 
{
	padding-bottom:3px;
}
.emTableRow {
    width: 757px;
    background-color: #e9edf0;
    border: solid 1px #d7dadd;
    padding: 8px 0px 9px 0px;
    margin: 7px 0px 0px 0px;
}
.emTableRowRight {
    width: 125px;
    float: left;
}

.checkoutMoreOptions ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: right;
    float:left;    
    text-transform:uppercase;
}

.checkoutMoreOptions li {
    display: inline;
    font-size: 10px;
    color: #8c8e90;
    margin: 0px;
    padding: 0px;
}

.checkoutMoreOptions li a {
    color: green;
    text-decoration: underline;

}

.checkoutMoreOptions li a:hover {
    text-decoration: underline;
}

.emTableHeadingColEvent {
    float: left;
    width: 90px;
}

.emTableHeadingColDescription {
    float: left;
    width: 405px;
}

.emTableHeadingColDate {
    float: left;
    width: 120px;
}
.emTableHeadingColTime {
    float: left;
    width: 110px;
}
.emTableCellImage 
{
	width: 90px;
    float: left;
    margin: 0px 0px 0px 10px;
}
.emTableCellImage IMG
{
    border:solid 1px silver;
}
.emTableCellName {
    width: 320px;
    float: left;
    padding-right:10px;
}
.emTableCellDate {
    width: 120px;
    float: left;
}
.emTableCellTime {
    width: 50px;
    float: left;
}
.emTableCellLive {
    width: 60px;
    float: left;
}
.emTableRow
{
	xfont-size:11px;
}
.emTableCellTotal
{
	border-top:solid black 1px;
	border-bottom:double black 3px;
	font-weight:bold;
}
.fixed_height
{

     margin: 0 auto;
     overflow: hidden;
}

.fdbutton a
{
	text-decoration:none;
	color:White;
}
.fdbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}
.fdbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}
.fdbutton:active {
	position:relative;
	top:1px;
}
.mainContentBlock {
    width: 115px;
    height: 112px;
    float: left;
    
    xbackground-image: url(../images/content_block_bg.jpg);
}

.mainContentBlockImageLibrary {
    width: 115px;
    height: 127px;
    float: left;
    
    xbackground-image: url(../images/content_block_bg.jpg);
}

.mainContentBlockImage {
    width: 100px;
    height: 75px;
    float: left;
    margin: 6px 0px 0px 4px;
    padding-top:15px;
    border:solid 1px #cccccc;
    background-color:White;
	vertical-align:middle;
}
</pre></body></html>