﻿/* --- uc_Content (Generic Content)---- */
.contentbody
{
	margin-left:100px;
	margin-right:60px;	
	padding-top:10px;
}

h2
{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#683f14;
	/*color:#794106;*/
}


/* --- Agenda Module --- */

#uc_conf_agenda
{
	margin-left:100px;
	padding-bottom:20px;
	padding-top:20px;
	width:675px;
}

.agenda_title
{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#794106;
	
}

.agenda_starttime
{
	
}
.agenda_endtime
{
	
}
.agenda_substarttime
{
	
}
.agenda_subendtime
{
}
.agenda_item_title
{
	font-weight:bold;
}
.agenda_item_description
{
}
.agenda_room
{
	color:#5d5646;
}

.agenda_group_main /*-- Main Time -- */
{
	float:left;
	width:80px;

}

.agenda_group_sub /*-- Sub Time --*/
{
	
	float:left;

	
}

.agenda_group_item /* -- Main Title and Description --*/
{
	float:left;
	width:350px;
	padding-right:15px;
}
.agenda_group_room /*-- Room Column --*/
{
	float:left;
	width:160px;
	
}

.agenda_room
{
    color:#794106;
}

/* --- Registration Module ---- */
#uc_registration
{
	margin-left:100px;
	padding-bottom:20px;
}

/* --- Registration Confirmation Module --- */
#uc_conference_confirmation
{
	margin-left:55px;
	margin-right:20px;
	padding-bottom: 20px;
	padding-top:20px;
}

.uc_conference_confirmation_title
{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#794106;
}

/* --- Biography List --- */
#conference_speaker_list
{
	margin-left:100px;
	margin-right:90px;
	padding-bottom:20px;
	padding-top:20px;
}
.speaker_name
{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	color:#794106;
}
.speaker_biography_short
{
	padding-bottom:10px;
}

.speaker_group_sessions
{
	padding-bottom:30px;
}

/* --- Biography Detail --- */

#conference_biography_detail
{
	margin-left:100px;
	margin-right:100px;
	padding-bottom:20px;
	padding-top:20px;	
}

/*-- Sponsors List -- */
#conference_sponsor_list
{
    margin-left:100px;
	margin-right:100px;
	padding-bottom:20px;
	padding-top:20px;	
}

.sponsor_name
{
    font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#794106;
	padding-bottom:10px;
}

.sponsor_level
{
    font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#794106;
	padding-bottom:10px;
}

.sponsor_url
{
    font-size:12px;
    padding-bottom:10px;
    
}