html
{
	height:                 100%;
	padding:                0;
	margin:                 0;
}

body
{
	background:             transparent url('/images/body_back.gif') repeat top center;
	height:                 100%;
	padding:                0;
	margin:                 0;
	font-family:            'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:                  #333;
	font-size:              62.5%;
}

/*---------------------------------------------------------------------------------------------------------
//	Layout
//--------------------------------------------------------------------------------------------------------*/
#container
{
	position:               absolute;
	height:                 100%;
	width:                  100%;
	border-collapse:        collapse;
}

#container td
{
	padding:                0px;
	margin:                 0px;
	vertical-align:         top;
}

td#top
{
	background:             transparent url('/images/top_back.png') repeat-x top center;
	height:                 86px;
	text-align:             center;
}

td#top-rounded
{
	height:                 12px;
}

td#top-rounded div
{
	height:                 12px;
	width: 906px;
	margin: 0 auto;
	background:             transparent url('/images/top_rounded.png') no-repeat bottom center;
}

td#middle
{
	height:                 auto;
	text-align:             center;
}

td#bottom-rounded
{
	height:                 12px;
}

td#bottom-rounded div
{
	height:                 12px;
	width: 906px;
	margin: 0 auto;
	background:             transparent url('/images/bottom_rounded.png') no-repeat top center;
}

td#bottom
{
	height:                 85px;
	background:             transparent url('/images/bottom_back.png') repeat-x bottom center;
	text-align:             center;
}

#header
{
	position:               relative;
	margin:                 0px auto;
	width:                  956px;
	height:                 85px;
	background:             transparent url('/images/header_back.png') no-repeat top center;
}

#logo
{
	display:                block;
	height:                 62px;
	left:                   45px;
	position:               absolute;
	top:                    7px;
	width:                  118px;
}

#footer
{
	position:               relative;
	margin:                 0 auto;
	width:                  956px;
	height:                 65px;
	background:             transparent url('/images/footer_back.png') no-repeat bottom center;
	padding-top: 20px;
}


#footer a
{
	color: #30588C;
}

/*---------------------------------------------------------------------------------------------------------
//	 Content Styles
//--------------------------------------------------------------------------------------------------------*/
#content
{
	margin:                 0 auto;
	height:                 100%;
	width:                  906px;
	border-collapse:        collapse;
}

.content-narrow
{
	width: 478px;
}

#main
{
	width:                  724px;
	background:             transparent url('/images/main_back.png') repeat-y top left;
}

#main .content
{
	background:             transparent url('/images/main_top_2.png') no-repeat top left;
	min-height:             375px;
	height:                 100%;
	padding:                0px 15px 0px 20px;
	text-align:             left;
}

#main-content
{
	padding:                35px;
	font-size:              1.2em;
	line-height:            1.9em;
	width:                  485px;
	overflow:               hidden;
}

#main-content a
{
	color:                  #D71920;
	text-decoration:        underline;
}

#left
{
	width: 125px;
	float: left;
}


#right
{
	height:                 100%;
	width:                  183px;
}

#right-table
{
	border-collapse:        collapse;
	height:                 100%;
	width:                  183px;
}

#right-table .content
{
	min-height:             375px;
	height:                 auto!important;
	height:                 375px;
	background:             transparent url('/images/right_bottom_2.png') no-repeat top left;
	
	padding:                65px 30px 13px 30px;
	text-align:             left;
	width: 123px;
	overflow: hidden;
}

#sidebar
{
	background:             transparent url('/images/right_back.png') repeat-y top left;
	height:                 auto;
}

#sidebar .list-item
{
	color:                  #30588C;
	font-size:              1.1em;
	margin-bottom:          1.25em;
}

#sidebar .list-item a
{
	color:                  #0098D4;
	font-weight:            bold;
}

td#sponsors
{
	background:             transparent url('/images/highlights.png') no-repeat top left;
	height:                 100px;
	padding:                40px 25px 37px 25px;
	text-align:             center;
}

td#sponsors div
{
	width:                  128px;
	height:                 100px;
	text-align:             center;
	vertical-align:         middle;
	overflow: hidden;
}

.side
{
	width: 170px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:                 0px 0px 20px 0px;
	padding:                0px;
	font-weight:            normal;
	font-family:            Impact, Charcoal, sans-serif;
	font-size:              35px;
	color:                  #30588C;
	font-weight:            normal;
	line-height: 1em;
	background-repeat: 		no-repeat;
}

h1 span
{
	visibility: hidden;
}

#popup-box h1
{
	margin-top:             10px;
	text-align:             center
}

h2
{
	margin:                 0px 0px 0.2em 0px;
	padding:                0px;
	font-weight:            bold;
	color:                  #30588C;
}

h2.news
{
	font-weight:            normal;
	font-family:            Impact, Charcoal, sans-serif;
}


h3
{
	margin:                 0em 0em .5em 0em;
	font-weight:            bold;
	color:                  #30588C;
}

#main h3 a
{
	color: #30588C;
	text-decoration: none;
}

/*	Standard body style	*/
.bodytext
{
	margin:                 0em 0em 1.7em 0px;
	padding:                0px;
}

blockquote
{
	margin:                 1em 3em;
	padding:                0em;
	font-style:             italic;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:                 1px solid rgb(204,215,238);
	border-collapse:        collapse;
	empty-cells:            show;
}

table.data caption
{
	margin:                 0.5em 0em;
	text-align:             left;
	font-weight:            bold;
}

tr.r0
{
	background-color:       white;
}

tr.r1
{
	background-color:       rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:                0.5em 1.0em;
	text-align:             left;
}

table.data th
{
	vertical-align:         bottom;
	background-color:       rgb(204,215,238);
	font-weight:            bold;
	color:                  white;
}

table.data td
{
	vertical-align:         top;
	border-bottom:          1px solid rgb(204,215,238);
}

/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:                0px 10px 0px 0px;
}

.inline-digg
{
	float:                  left;
	margin:                 3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:       #CCCCCC;
	color:                  white;
	font-weight:            bold;
	padding:                4px 6px;
	margin-right:           5px;
	float:                  left;
	margin-top:             5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:            bold;
}

#breadcrumb .divider
{
	padding:                0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:                none;
}

/*	Hidden elements	*/
.hdn
{
	display:                none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:         top;
	padding:                0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:                 0px;
}

/*	do not underline links	*/
a
{
	text-decoration:        none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:                 0px;
}

/*	IE will allocate space for these if there are not display none -  POSJ	*/
map
{
	display:                none;
}

sup
{
	vertical-align:         super;
	font-size:              0.75em;
}

/*=========================================================================================================
//	TABS
//========================================================================================================*/
.tab-container
{
	width:                  100%;
	overflow:               hidden;
	position:               relative;
	border-left:            1px solid #77C3F2;
}

.ui-tabs-panel
{
	border:                 1px solid #77C3F2;
	border-left:            none;
	padding:                15px;
	background-color:       #F0F7FF;
	position:               relative;
	top:                    -1px;
	z-index:                5;
	margin:                 27px 0 0 0;
	color:                  #333;
}

h2.day
{
	position:               absolute;
	top:                    15px;
	left:                   15px;
	font-family:            Impact, Charcoal, sans-serif;
	font-size:              23px;
	color:                  #0098D4;
	font-weight:            normal;
}

.agenda-day
{
	margin-left:            90px;
}

.agenda-day .time
{
	font-family:            verdana, arial, sans-serif;
	font-size:              11px;
	font-weight:            bold;
	color:                  #0098D4;
	line-height:            1.2em;
	width:                  90px;
}

.location
{
	font-weight:            bold;
}

.ui-tabs-panel h3
{
	margin-top:             0px;
}

#main-content .ui-tabs-panel h3 a
{
	color:                  #0098D4;
	text-decoration:        none;
	line-height:            1.2em;
}

ul.ui-tabs-nav
{
	position:               absolute;
	top:                    0px;
	left:                   0px;
	height:                 25px;
	display:                block;
	padding:                0;
	margin:                 0;
	z-index:                10;
}

ul.ui-tabs-nav li
{
	display:                inline;
	list-style-type:        none;
}

#container ul.ui-tabs-nav li a
{
	display:                block;
	float:                  left;
	padding:                2px 8px;
	border:                 1px solid #77C3F2;
	border-left:            none;
	background-color:       #DCECFF;
	color:                  #0098D4;
	text-decoration:        none;
	font-weight:            bold;
	font-size:              12px;
	height:                 21px;
	line-height:            21px;
}

ul.ui-tabs-nav li a:hover
{
	color:                  white;
}

#container ul.ui-tabs-nav li.ui-tabs-selected a
{
	color:                  black;
	background-color:       #F0F7FF;
	border-bottom:          1px solid #F0F7FF;
}

ul.ui-tabs-nav li.ui-tabs-selected a:hover
{
	color:                  black;
}
.ui-tabs-hide { display: none; }


.left-float
{
	float:                  left;
	margin-right:           20px;
	margin-bottom:          10px;
}

.clear
{
	clear:                  both;
	height: 1px;
}


#fieldblock-college,
#fieldblock-class,
#fieldblock-freepass,
#fieldblock-exhibitorjobfunction
{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------
//	Registration Styles
//--------------------------------------------------------------------------------------------------------*/
.hidden
{
	display: none;
}

.attendee
{
	margin-bottom:    10px;
}

.attendee label.cb
{
	font-weight: bold;
}

.option-description
{
	display:          none;
	margin-bottom:    10px;
	border-bottom: 1px solid #718FBD;
	padding-bottom:    10px;
	width: 50%;
}

.attendee .toggler
{
	height: 11px;
	width: 11px;
	display: inline;
	vertical-align: baseline;
}

#discount-form
{
	float: right;
	width: 250px;
	display: block;
}

td.price, th.price
{
	text-align: right;
}

input#discount
{
	width: 5em;
	margin-right: 20px;
}

table#order-summary
{
	width:            100%;
	border-collapse:  collapse;
}

table#order-summary td
{
	padding-right:    10px;
}

table#order-summary th
{
	padding:          2px 5px;
	background-color: #30588C;
	background-color: #718FBD;
	color:            #F0F7FF;
}

table#order-summary th a
{
	color: white;
	font-weight: normal;
}

tr.subtotal td
{
	border-top:       1px solid black;
	padding-bottom:   10px;
	font-weight:      bold;
}

tr.total td
{
	border-top:       3px double black;
	font-weight:      bold;
}

#order-preview
{
	width: 300px;
	float:right;
	margin-left:10px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#order-preview td,#order-preview th
{
	padding-left: 10px;
}

#order-preview th
{
	color: #30588C;
}

.error
{
	color: rgb(215, 25, 32);
}

.tooltip-trigger
{
	color: rgb(215, 25, 32);
	text-decoration: underline;
	cursor: pointer;
	position: absolute;
	left: 200px;
	top: 0px;
}

.tooltip
{
	width: 200px;
	padding: 10px;
	border: 1px solid #30588C;
	display: none;
	background-color: #DCECFF;
	position: absolute;
	left: 150px;
	top: 20px;
	z-index:100;
}

button.submit
{
	background-color: #30588C;
	padding: 5px 10px;
	color: white;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 4px 4px 8px #888888;
}

#hotel-button
{
	display:block;
	background-color: red;
	padding: 20px;
	color: white!important;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 4px 4px 8px #888888;
	text-align:center;
	margin:	40px 10px;
	font-size: 32px;
	text-decoration:none!important;
	font-weight:bold;
}

#hotel-button:hover
{
	background-color: #cccccc;
	color: red!important;
}

button.default
{
	font-size: 1.2em;
	font-weight: bold;
}

button.submit:hover
{
	background-color:#5979A3;
}

.badge
{
	border: 1px solid #30588C;
	padding: 10px;
	margin-bottom: 10px;
	width: 255px;
}

.badge label:first-child
{
	margin-top: 0px;
}