﻿div.events {}
div.events div.imageBox { border: none; padding: 4px 10px 10px 10px; text-align:center; }
div.events td.detailLabel { font-weight: bold; white-space: nowrap; }

table.calAppearance { width: 100%; background: #fff; margin: 0px; }
table.calAppearance ul { list-style-image: none; list-style-type: none;  margin: 2px 0px 0px 20px; padding: 0px; }
table.calAppearance li { padding: 0px 0px 7px 0px; margin: 0px; list-style-image: url(../images/listBullet.png);  }
div.calDayNumber { text-align:left; font-weight: bold; font-size: 13px; margin-bottom: 2px; padding: 2px; }

.tableInputForm td, .tableInputForm th {  padding: 5px } 
table.calTitle
{
    background: #EE1C25;
    width: 100%;
}

table.calTitle td 
{
    text-align:center;
    padding: 4px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

td.calNextPrev  /* CELL CLASSES FOR calTitle TABLE (outer cells) */
{
    color: #fff;
    background: #EE1C25;
    width: 15%;    
}

td.calNextPrev  a
{
    color: #fff;
    font-size: 13px;

}

.req { color: #cc3300 }

th.calDayHeader, td.calDayHeader
{
    background-color: #444444;
    border: 1px solid #D7D7D7;
    width: 14%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 3px;
}

td.calOtherMonthDay
{
    background-color: #E5E5E5;
    border: 1px solid #D7D7D7;
    width: 14%;
    text-align: left;
    vertical-align: top;
    height: 75px;
    font-size: 11px;
}

td.calDay /* CELL CLASSES FOR NORMAL DAYS IN .calAppearance TABLE */
{
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    height: 75px;
    border: 1px solid #D7D7D7;
    font-size: 11px;
    width: 14%;
}

td.calWeekendDay /* CELL CLASSES FOR WEEKEND DAYS IN .calAppearance TABLE */
{
    background-color: #f8f8f8;
    vertical-align: top;
    text-align: left;    
    height: 75px;
    border: 1px solid #D7D7D7;
    font-size: 11px;
    width: 14%;
}

td.calTodayDay /* CELL CLASSES FOR THE CURRENT dAY IN .calAppearance TABLE */
{
    background-color: #ffffe1;
    text-align: left;
    vertical-align: top;
    height: 75px;
    border: 1px solid #D7D7D7;
    font-size: 11px;
    width: 14%;
}

td.calSelectedDay /* CELL CLASSES FOR SELECTED DAY AFTER POST BACK IN .calAppearance TABLE */
{
   background-color: #ffffe1;
   height: 75px;
   width: 14%;
}

td.calSelector /* DONT KNOW WHAT THIS IS */
{
   background-color: White;
}

td.calDay a, td.calTodayDay a, td.calWeekendDay a, td.calOtherMonthDay a
{
    color: #EE1C25;
}

div.events div.shadowBox { border: 1px solid #D7D7D7; padding: 3px; background-color: #F7F7F7; margin: 5px; }

/* install nav */
ul#eventnav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../../../images/standard/tabbottom.gif) repeat-x bottom;
	/*new and/or overrides to the original style */
	list-style: none;
	/*
	float: left;
	width: 920px;
	*/
}

ul#eventnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
	border: 1px solid #333;
  	
  	/*new and/or overrides to the original style */
	float: left;
	/*padding: 0 15px 0 0;*/
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	white-space: nowrap;
	margin-right: 7px;
}

ul#eventnav a:active,
ul#eventnav a:hover, 
ul#eventnav a:visited,
ul#eventnav a:link  {
	float: left;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	color: #666;
	/*new and/or overrides to the original style */
	display: block;
	float: left;
}

ul#eventnav li:hover {
	background: #AD2F49;
	color: #FFF;
}

ul#eventnav li:hover a {
	color: #FFF;
}

ul#eventnav li:hover.current a {
	color: #666;
}

ul#eventnav a:hover {
	color: #FFF;
}

ul#eventnav li.current {
	border-bottom: 1px solid #F3F3F3;
	background: #F3F3F3;
	color: #000;
	font-weight: bold;
}

ul#eventnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 14px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul#eventnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul#eventnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	/**/
	left: 0; top: 18px;
	
	background: #d7d7d7;
	color: #000;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #000;
	z-index: 1000;
}
ul#eventnav li ul.subnav li{
	margin: 0; padding: 0;
	/*
	border-top: 1px solid #252525; --Create bevel effect--* /
	border-bottom: 1px solid #444; /*--Create bevel effect--
	*/
	clear: both;
	width: 170px;
	border: none;
	border-top: 1px solid #000;
	border-top: none;
}
html ul#eventnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 5px;
	color: #000 !important;
	font-weight: normal;
}
html ul#eventnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/

}

div.tabbox {
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333;
	background: #F3F3F3;
	padding: 10px;
}

div.helpText 
{
    font-size: 11px;
    font-style: italic;
    display: inline;
}

div.regTypeHelpText 
{
    font-size: 11px;
    font-style: italic;
    border: none;
}

.shadowbox {
	background: #ccc;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-weight:bold;
}
.shadowbox div {
	background: #333;
	color: #fff;
	padding: 5px;
	position: relative;
	top: -2px;
	left: -2px;
}

.shadowbox a,
.shadowbox a:link,
.shadowbox a:visited,
.shadowbox a:active,
.shadowbox a:hover {
    color: #fff;
}

div.timeoutAlert 
{
    font-weight: bold;
    color: #cc3300;
    margin: 5px 0px 5px 0px;
}

div.numSpotsLeft 
{
    font-size: 11px;
    border: none;
}

div.shadedBox 
{
    border: 1px solid #000;
    background-color: #f7f7f7;
    color: #000;
    padding: 3px;
}

 a:link.boxLink,
 a:hover.boxLink,
 a:visited.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

a:hover.boxLink
{
    background: #E2E2E2;
    color: #000;
}



div.content 
{
    padding: 10px 0px 10px 0px;
}

div.extraImages  { font-size: 11px; }

/* site classes below */
#registrationNavContainer 
{
    text-align:center;
    background:none;
}
#registrationNavContainer ul 
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: none;
    padding: 3px;
    margin: 0px;
}

#registrationNavContainer li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-align:center;
}        

div.listViewHeading {
    background-color: #f8f8f8;
    border: 1px solid #000;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
}

div.listViewEventContainer 
{
    margin: 10px 30px 20px 30px;
}

table.listView td 
{
    padding: 4px;
}

h3.contentTitle 
{
    margin-top: 10px;
}

div.pdfBox 
{
    margin-top: 10px;
}

div.closed 
{
    background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid #c0c0c0;
    font-weight: bold;
    width: 550px;

}

a.cancellationPolicyLink 
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.cancellationPolicy 
{
    border: 1px solid #c0c0c0;
    padding: 10px;
    background-color: #f8f8f8;
}

div.cancellationPolicyLinks 
{
    text-align:center;
}

div.relatedDocuments 
{
    padding-left: 40px;
}

div.relatedDocuments div.documentTitle 
{
    font-weight: bold;
}

div.relatedDocuments div.documentDescription 
{
    font-style: italic;
    padding-bottom: 5px;
}

a.toolLink:active,
a.toolLink:visited,
a.toolLink:link,
a.toolLink:hover { font-size: 11px }

div.editRegistrantToolbar 
{
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    background-color: #eaeaea;
    padding: 3px;
    font-weight: bold;
}

div.editRegistrantToolbar a
{
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

table.AttendeeData 
{
    margin-bottom: 10px;
}


table.AttendeeData th
{
    padding: 5px;
}


table.AttendeeData td
{
    padding: 5px;

}

tr.disabled td, tr.disabled td a
{
    background-color: #f8f8f8;
    color: #999;
    text-decoration: line-through;
}

div.attendeeEntry 
{
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #c0c0c0;
}

div.attendeeIndex 
{
    float:left;
    color: #666;
    font-size:11px;
    padding:1px;
    margin-top: 3px; 
    font-weight: bold;
}

/* autocomplete stuff */

.autoCompleteList 
{
    background-color:#d7d7d7;
    border:1px solid buttonshadow;
    color:#000;
    list-style-type:none;
    margin:0 !important;
    overflow:auto;
    text-align:left;
    visibility:hidden;
    width: 500px !important;
    z-index: 1000;
 }
.autoCompleteList li { width: 700px !important; background-color:#d7d7d7; border: none; margin: 0px !important; white-space: pre; }

.autoCompleteListShort  
{
    background-color:#d7d7d7;
    border:1px solid buttonshadow;
    color:#000;
    list-style-type:none;
    margin:0 !important;
    overflow:auto;
    text-align:left;
    visibility:hidden;
    z-index: 1000;
 }
 
 .autoCompleteListShort li { background-color:#d7d7d7; border: none; margin: 0px !important; }
 
 
 /* Seminar Styling */
div.seminarEventList 
{
    margin: 5px;
}

div.seminarEvent 
{
    margin: 20px 0px 20px 0px;
}

div.seminarEvent h2
 {
     border: none;
     font-size: 14px;
     margin: 0px;
 }
 
 div.seminarEvent h3
 {
     font-size: 13px;
     margin: 0px;
     font-weight: normal;
 }
 
div.events #navTopContainer 
{
    text-align:center;
    background:none;
}

div.events #navTopContainer ul 
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: none;
    padding: 3px;
    margin: 0px;
}

div.events #navTopContainer li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-align:center;
}  


/* receipt styling */
.receiptGrid th 
{
    background-color: #eaeaea;
    padding: 4px;
    border: 1px solid #c0c0c0;
    text-align: left;
}

.receiptGrid td 
{
    border: 1px solid #c0c0c0;
    text-align:left;
    padding: 4px;
}

.receiptGrid td.number, 
.receiptGrid th.number
{
    text-align:right !important;
}

.receiptGrid .footer td 
{
    font-weight: bold;
    border: none;
}

.receiptGrid .footer td.empty 
{
    border-left: none; border-right: none; border-left-color: #fff; border-right-color: #fff; border-bottom: none;
}

.receiptGrid .footer td.totals 
{
    background-color: #eaeaea;
    padding: 4px;
    border: 1px solid #c0c0c0;
    text-align: right;
}

div#cancellationPolicy h6  
{
    margin: 0px 0px 5px 0px;
    color: #000;
}

div#cancellationPolicy 
{
    border: 1px solid #c0c0c0;
    background-color: #eaeaea;
    padding: 10px;
}

span.subStatus {
    color: #cc3300;
    font-size: 12px;
}

span.subStatusDetail {
    color: #cc3300;
    font-size: 15px;
    font-weight: bold;
}

div.events table.sponsorList td {
    text-align: center;
    border: none !important;
    padding-right: 20px;
}

div.events table.sponsorList {
    
}

div.events tr.sponsorRow td {
    border-top: 1px solid #000;
    padding-top: 15px;
}

div.events a.expoRegLink {
    display: block;
    padding-top: 4px;
}

div.loginAlert {
    font-weight:bold;
    padding: 5px 0px 5px 0px;

}

div.cardImg img {
    position: absolute;
    margin-left: 300px;
}

tr.regTypeCat td {
    background-color: #333;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    color: #fff;
    font-weight: bold;
}

div.events span.searchContainer { background-color: transparent }