@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }
P
{
    margin-top:15px;
    margin-bottom:15px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #111133;
}
textarea
{
    resize:vertical;
}
h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

/* WRAPPER STYLES */

#container {
	width: 755px;
	margin: 0 auto;
	background: url(../images/frame_01_bg.gif) repeat-y top left;
}

.header {
	margin: 0 6px;
}

.header .header_left {
	float: left;
}

.header .header_right {
	float: right;
}

.header a
{
    width:100%;
    display:block;
}

#main {
	margin: 25px 45px;
}

#event_header {
	text-align: center;
	margin-bottom: 40px;
}

#event_header h1 {
	font-size: 21px;
}

#event_header h2 {
	font-size: 14px;
}

#event_header p {
	width: 450px;
	text-align: left;
	margin: 25px auto 0px auto;
}

#footer {
	clear: both;
	margin: 0 6px;
	padding: 20px 0 0 0;  /* JESSE 20100803 */
}

#footer .footer_image {
	float: left;
	clear: both;
}

#footer .footer_text 
{
    padding:0px 39px 10px 39px;
    display:block;
}

/* COMMON COMPONENTS */

.spacer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Event list - fits to size of parent container */

.event_list {
}

.event_list h3 {
	font-size: 18px;
	font-weight: normal;
}

.event_list p {
	margin: 10px 0;
}

.event_list_items {
}

.list_item {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background-color: #efefef;
	margin-bottom: 8px;
	padding: 12px 0px;
}

.list_item input {
	display: block;
	float: left;
	margin: 0px 12px 0 12px;
	_margin: 0 6px 0 6px;
}

.list_item label {
	display: inline;
	float: left;
	width: 85%;
}

.login_col .list_item label, .login_col .multi_choice_item label
{
    width:230px;
}



.list_event_title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-right: 15px;
}

.list_event_time {
	display: block;
	font-size: 12px;
	padding-bottom: 8px;
	padding-right: 15px;
}
.list_event_time 
{
    list-style-type: none;
	padding-left: 9px;
	margin-top: 5px;
}
.list_event_time .pres_time_item
{
    display:block;
}
.event_blurb
{
}
.event_blurb .pres_times
{
     list-style-type: none;
    display:inline;
}
.event_blurb .pres_time_item
{
    display:inline;
}
.list_event_description {
	display: block;
	font-size: 11px;
	padding-right: 15px;
}


/* FOR LOGIN PAGE */

.login_col {
}

.login_left {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 28px 0px 0px;
	/*margin: 0px 28px 0px 0px;*/
	
	/*background:#FFFFFF;
	filter: 
            progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorStr='#FFFFFFFF', endColorStr='#EFEFEFFF', gradientType=1); 
    background: -webkit-gradient(linear, top right, bottom right, from(#ccc), to(#000)); 
    background: -moz-linear-gradient(20%, #FFFFFF,  #EFEFEF); */
}

.login_right {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 28px;
}

.login_simple
{
    width:400px;
    margin: 0px auto;
}
.login_simple .reg_form_left, .login_simple .reg_form_right, SELECT.event_list
{
    margin-bottom: 20px;
    float:none;
    display:block;
}
.login_simple .reg_field .text_field {     /* JESSE 20100803 - text fields in centered simple-self are a little shorter to make room for longer labels */
width: 235px;
}
.login_center, .forgotpassword {
	width: 350px;
	margin: 0px auto;
}

.login_col h2, .forgotpassword_header h2{
	margin-bottom: 15px;
	text-align: center;
}
#NewPasswordRow .dataLabel, #ConfirmNewPasswordRow .dataLabel
{
    float:left;
    width:140px;
    padding:0px;
    background-color:transparent;
    margin:0px;
}

.login_col .subhead {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.login_col .blurb {
	font-size: 11px;
	margin-bottom: 20px;
}

.login_center .text_field {
	width: 185px;
}

.login_center_divider {
	float: left;
	width: 1px;
	height: 280px;
	overflow: hidden;
	border-right: 1px solid #efefef;
}

.login_form, .forgotpassword_form {
	background: #efefef;
	padding: 18px;
	margin-bottom: 20px;
}
.forgotpassword_form .info
{
    text-align:left;
    padding:0px 20px 20px 20px;
}

.login_field, #LoginUsernameGroupDiv, #LoginPasswordGroupDiv {
	clear: both;
	padding-bottom: 14px;
}
#LoginUsernameGroupDiv INPUT, #LoginPasswordGroupDiv INPUT
{
    width:175px;
}
#LoginUsernameGroupDiv div, #LoginPasswordGroupDiv div
{
    text-align:right;
}

.login_form .label, .login_form .dataLabel {
	display: block;
	float: left;
	width: 95px;
	margin:0px;
	padding:0px;
}

.login_form .text_field, #LoginUsernameGroupDiv div {
	display: block;
}

.login_form #LoginSubmitGroupDiv {
	float: right;
	display:inline;
}


/* REGISTRATION FORM STUFF */

.reg_form_section {
	overflow: hidden;
	border-bottom: 1px solid #bbbbbb;
	padding: 0px 0px 15px 0px;
	margin-bottom:15px;
}
#LoginForgotPassword {
	padding-top: 0px;
	display:block;
	float:left;

	width:60%;
}
.login_form .spacer{display:none;}
.reg_form_left {
	width: 240px;
	float: left;
}
.login_view {
width: 315px;
margin: 0px auto;
}
.login_view .login_header {
margin-bottom: 20px;
}
.reg_form_right, Select.event_list {
	width: 415px;
	float: left;
}

/* Standard Reg Field - single-line text field with label */

.reg_field {
	overflow:auto;
	padding: 6px 0px 6px 5px;
	margin-bottom: 7px;
	background-color: #ededed;
}

.reg_field label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 3px;
}

.reg_field .text_field {
	width: 250px;
}

/* for a Reg Field with multiple text fields next to a single label */

.multi_field {
	display: block;
	float: left;
	width: 250px;
}

.multi_field > .text_field:last-child {
	margin-bottom: 0px;
}

.multi_field .text_field {
	margin-bottom: 5px;
}

/* for a multiple choice registration question, all contained in the same gray box */

.multi_choice, .label {
	overflow:auto;
	margin-bottom: 7px;
	background-color: #ededed;
	padding: 20px;
	_padding: 10px;
}

.multi_choice_text, .label_text {
	display: block;
	float: left;
	clear: both;
	_width: 100%;
	overflow:hidden;
}
.multi_choice_text
{
    margin-bottom: 15px;
    /*font-style: italic;*/
    float:none;
}

.multi_choice_item {
	display: block;
	#display: auto;
	/*margin-bottom: 20px;*/
	clear: both;
}

.multi_choice_item input {
	display: block;
	float: left;
	margin-top: 6px;
	width:15px;
}

.multi_choice_item label {
	display: block;
	float: left;
	margin: 6px 6px;
	width: 315px; /* JESSE 20100803 - to prevent it from dropping to the next line after the radio button */
}


/* for form validation */

.validation {
	display: block;     /* JESSE 20100803 - allows me to include bottom margin */
	margin-bottom: 20px;     /* JESSE 20100803 - for space */
	clear: both;
	color: #FF0000;
	font-style: italic;
}

.invalid {
	background: #EEDDDD;
}

/* Generic Submit Button */

.basic_button 
{
    margin: 0 0 0 0;
    cursor:pointer;
	/*margin: 0 5px 0 0;*/
/*	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
	display:inline-block;*/
}
.basic_button [disabled]
{
    cursor:text;
}
.basic_button a
{
    display: block;
	background-image: url(../images/frame_04_btnBg_short.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 34px;
	padding: 0px 15px;
	text-decoration: none;
	text-align:center;
	
	border-left: solid 1px #555555;
	border-right: solid 1px #555555;
}
.basic_button b {
	display: block;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.basic_button a:hover {
	background-position: 0px -34px;
}

.basic_button a.disabled {
	background-position: 0px -68px;
}

/* specific button definitions - Make sure to keep it bellow the base button definition or bad things will happen */
.nav_menu_button {
	float: right;
	margin: 0 5px 0 0;
}

.nav_menu_button b {
	display: block;
	padding-top: 5px;
}
.nav_menu_button a:hover {
	background-position: 0px -27px;
}
.nav_menu_button a {
	height: 27px;
	background-image: url(../images/nav_01_btnBg.gif);
}

.login_button, .forgotpassword_button, .reg_submit
{
	/* float:right; */
	/* width: 100%; */
}
.reg_submit a, .forgotpassword_button a, .forgotpassword_form .basic_button a {
	float: right;
}
#NewPasswordRow, #ConfirmNewPasswordRow {
	margin-bottom: 15px;
}

#NewPasswordRow input, #ConfirmNewPasswordRow input {
	float: right;
}

.login_button
{
    margin-right: 0px;
	/* _width:70px; */
}
.login_button a {
	float: right;
	margin-right: 0px;
	/*margin-right: 15px;
	_margin-right: 7px;*/
}
.reg_submit
{
    /* _width:200px; */
}
.link_button
{
    margin-left:auto;
    margin-right:auto;
    width:150px;
    display:block;
}
.landing_pagination_btn
{
	border:none;
}
.landing_pagination_btn a {
	background-image: url(../images/landing_pagination_bg.gif);
	width: 110px;
	position:relative;
	padding:0px;
	border: none;
}

.landing_pagination_btn a:hover {
	background-position: 0px -37px;
}

.landing_pagination_btn a.disabled {
	background-position: 0px -74px;
}

.landing_pagination_btn a.disabled:hover {
	background-position: 0px -74px;
}

.landing_pagination_btn b {
	background-repeat:no-repeat;
    position:relative;
    top:11px;
    display:inline-block;
    font-size:12px;
    padding:0px;
}
.prev {
	float: left;
}
.prev b
{
    background-image:url(../images/landing_arrow_previous.gif);
    background-position:left center;
    padding-left:15px;
}   

.next {
	float: right;
}
.next b
{
    background-image:url(../images/landing_arrow_next.gif);
    background-position:right center;
    padding-right:15px;
}

/* FOR CONFIRMATION, AND GENERAL COPY-HEAVY PAGES */
/* JESSE 20100803 - made sure these also apply to the "footer_text" class */

.generic_copy h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.generic_copy h3, .footer_text h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 22px 0 0 0;
}

.generic_copy p, .footer_text p {
	margin: 7px 0 13px 0;
}

.generic_copy ul, .footer_text ul {
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 20px;
}

.generic_copy ul, .footer_text ol {
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 20px;
}

.generic_copy li, .footer_text li {
}
/* COMMON COMPONENTS FOR LOGGED-IN USERS */

/* Navigation bar, to go directly under the header when the user is logged in */

#nav_menu {
	background: #ececec;
	height: 27px;
	margin: 0 6px;
}

#nav_user_controls {
	float: right;
}

.nav_label {
	float: right;
	margin: 0 5px 0 0;
	padding-top: 5px;
}



#nav_menu .back {
	float: left;
	margin: 0 0 0 5px;
}





/* White Landing Page frame, goes around all event lists */

.landing_frame {
	width: 612px;
	background: url(../images/landing_frame_02_bg.gif) repeat-y top left;
	margin: 0px auto;
}

.landing_frame_top {
	background: url(../images/landing_frame_01_top.gif) no-repeat top left;
	height: 5px;
}

.landing_frame_bottom {
	background: url(../images/landing_frame_03_bottom.gif) no-repeat top left;
	height: 7px;
}

.landing_title {
	padding: 40px 30px 15px 30px;
	font-size: 22px;
	font-weight: normal;
}

/* Landing page frame tabs: Live, On-Demand, etc. */

.landing_frame_top_tabs {
	background: #FFFFFF url(../images/landing_frame_01_top.gif) no-repeat bottom left;
}

.landing_tab {
	float: left;
	margin-left: 7px;
}

.first_tab {
	margin-left: 0px;
}

.first_tab a {
	margin-left: 8px;
}

.landing_tab a {
	display: block;
	height: 34px;
	background-image: url(../images/tabs_bg_off.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

.landing_tab a:hover {
	background-image: url(../images/tabs_bg_over.gif);
}

.landing_tab b {
	display: block;
	padding: 12px 25px 0 25px;
	text-decoration: none;
}

.selected .first_outer {
	background: url(../images/landing_tab_01_leftcap_end.gif) no-repeat top left !important;
}

.selected .landing_tab_outer {
	background: url(../images/landing_tab_02_leftcap.gif) no-repeat top left;
}

.selected .landing_tab_inner {
	background: url(../images/landing_tab_03_rightcap.gif) no-repeat top right;
}

.selected a {
	background: transparent;
}

.selected a:hover {
	background: transparent;
	cursor: default;
}

/* Landing Page Frame Section Dividers */

.landing_frame_divider {
	background: url(../images/landing_divider.gif) repeat-x top left;
	display: block;
	width: 575px;
	height: 37px;
	margin: 15px auto;
}

.em {
	background: url(../images/landing_divider_em.gif) repeat-x top left;
	color: #FFFFFF;
}

.landing_frame_divider h2 {
	display: block;
	padding: 10px 10px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}

/* Landing Page Section Events */

.landing_event {
	background: #F0F0F0 url(../images/landing_event_bg.gif) repeat-x top left;
	border: 1px solid #e5e5e5;
	width: 575px;
	margin: 9px auto;
	min-height:75px;
}

.landing_event .content {
	padding: 12px;
}

.landing_event .thumbnail {
	float: left;
	margin: 0px 6px 6px 0px;
}

.landing_event h1 {
	font-size: 17px;
	font-weight: bold;
}

.landing_event .list_event_time 
{
    display:block;

}
.landing_event .list_event_time  .pres_time_item
{
    display:inline;

}
.landing_event .presListPresDesc {
	font-size: 11px;
	margin: 10px 0;
	display:block;
}

.interaction {
	margin-top: 15px;
	clear:both;
}

.interaction .status {
	float: left;
	font-weight: bold;
	margin-top: 5px;
}

.event_action {
	float: right;
}

.event_action_inner {
	background: url(../images/event_00_endcap.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	float: left;
}

.event_action a:hover {
	background-position: 0px -32px;
}

.event_action b {
	display: block;
	padding-right: 12px;
	padding-left: 35px;
	padding-top: 8px;
}

.event_action a {
	display: block;
	height: 32px;
	float: left;
	background-position: 0px 0px;
	text-decoration: none;
}

.event_action.enter a {
	background-image: url(../images/event_01_enter_bg.gif);
}

.event_action.register a {
	background-image: url(../images/event_02_reg_bg.gif);
}

.event_action.view a {
	background-image: url(../images/event_03_view_bg.gif);
}

.event_action.remove a {
	background-image: url(../images/event_04_remove_bg.gif);
}

/* Pagination for Event list */

.landing_pagination {
	width: 575px;
	margin: 15px auto;
}


.landing_pagination .btn_label {
	display: block;
	padding-top: 11px;
}



.landing_pagination_number {
	margin: 0px auto;
	padding: 15px 40px;
	background: #ebebeb;
	width: 50px;
	text-align: center;
	display:block;
}

.reg_column .reg_form_right, SELECT.event_list {
width: 100%;
}
.denotes_required
{
    font-style:italic;   
}
.reg_column .reg_form_section:last-child
{
    border-bottom:none;
}
.reg_column .reg_form_left {
width: 100%;
}

.reg_column .reg_field label {
padding: 3px 5px 0 0;
width: 100px;
}
 
.reg_column .reg_field .text_field {
width: 175px;
}
 
.reg_column .multi_field {
width: 175px;
}
.reg_column h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.error
{
    color:Red;
    font-weight:900;
}
.msg
{
    display:block;
    margin-bottom:10px;
}
.PageOverride_TextBlock
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:400px;
}
.login_simple_instructions {
margin-bottom: 30px;
text-align: center;
}
/*fieldset {
    position: relative;
    margin: 0 0 1em 0;
}
legend {
position: absolute;
top: -.5em;
left: .2em;
}*/
.confirm_instructions_text {
	margin-bottom:10px;
}

.confirm_presentations_list {
	padding-left: 10px;
	margin-bottom: 15px;
}

.confirm_presentations_list .list_entry {
	margin-bottom: 5px;
	padding-left: 7px;
}

.confirm_presentations_list .event_info {
	padding-left: 6px;
}

.presentations_list_title {
                font-size: 14px;
                font-weight: bold;
                margin: 12px 0 8px 0;
}


