#leftPanel {
	min-height: 360px;
}

#rightPanel {
	background-color: #f2f2f2;
	width: 200px;
	text-align: center;
}

.Panel {
	width: 100%;
	height: 100%;
}

#leftPanel .Panel {
	padding-top: 12px;
}

.PanelHeader {
	height: 18px;
	padding: 2px 5px 0 5px;
	border-left: 6px solid #f30;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	color: black;
	/*background-color: #f5f5f5;*/
}

.LeftJustified {
	text-align: left;
}

.RightJustified {
	text-align: right;
}

.Hidden {
	display: none; 
}

#commiteeList li {
	list-style-type: none;
	padding-bottom: 10px;
}

.ProgramList li {
	font-size: 0.9em;
	list-style-type: none;
	padding-bottom: 10px;
	text-indent: -40px ;
}

/* Registration Forms */

table.FormTable {
	border: none;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}

table.FormTable td {
	border: 0;
}

input:active, textarea:hover {
	border: 1px inset #ff3300;
}


.LongField {
	width: 250px;
	margin: 0;
	padding: 0;
	border: 1px inset #0cf;
}

.CheckBoxField {
	position: relative;
	float: left;
}

label {
	color: #8f8f8f;
	font-weight: bold;
	font-size: 0.9em; 
}

.Required {
	color: #8f8f8f;
	font-weight: bold;
}

.Asterisk {
	color: #f00;
}

.Comment {
	color: #8f8f8f;	
	font-size: 0.9em; 
}

.ErrorMessage {
	font-weight: bold;
	color: #f00;
	border: 1px dashed lightgray;
	width: 100%;
	height: 100%;
	display: block;
	padding: 4px;
	text-align: center;
}

.ErrorDetails pre {
	max-width: 500px;
	overflow: scroll;
}

hr.LineSeparator {
	height: 1px;
	color: #8f8f8f;
}

.Message {
	padding: 10px 50px 10px 50px;
	text-align: center;
}	

/* Partners Ads Panel */
.PartnersContent {
}

.PartnerLogo {
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	border: 1px solid white;
	background-color: white;
	vertical-align: middle;
	max-height: 80px;
	min-height: 80px;
}

#SUN {
	border-top: 13px solid white;
}

#ExigenServices {
	border-top: 13px solid white;
}

a.HotLink {
	font-size: 0.9em;
	text-decoration: underline;
}

#wantToBePartner {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
	text-align: center;	
}

/* Speakers List */

.SpeakerList {
	border-bottom: 1px dotted #bebebe;
}

.Speaker {
	padding-bottom: 37px;
	border-top: 1px dotted #bebebe;
	margin: 0 5px;
	display: block;
}

.Speaker a {
	color: #c22f0a;
}

.SpeakerPicture {
	margin-right: 5px;
	display: inherit;
	width: 80px;
	height: 92px;
	/*border: 1px solid #8f8f8f;*/
	padding: 5px;
}

.SpeakerName {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 5px 0 10px 0;
}

.SpeakerName a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.SpeakerPosition {
	font-weight: 200;
	display: block;
	padding-bottom: 5px;
	color: #8f8f8f;
}

.SpeakerCompany {
	font-weight: bold;
}

.SpeakerAddress {
	font-size: 0.9em;
	display: block;
	padding-bottom: 5px;
	color: #8f8f8f;
}

.SpeakerResume {
	display: block;
	padding-top: 5px;
	margin-left: 10px;
}

.PresentationList {
	margin-left: 10px;
	margin-top: 20px;
	font-weight: bold;
}

.SubHeader {
	font-weight: bold;
	font-size: 1em;
}

.SubHeader:hover {
	color: #c22f0a;
}

.Note {
	font-size: 0.8em;
}

.PartnersList li {
	list-style: none;
	text-indent: -20px;
}

.PartnerInfo {
	margin-bottom: 20px;
	border-top: 1px dotted #bebebe;
}

td.prog-cell-head {
	border-color: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}

td.prog-cell-head-right {
	border-color: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

td.prog-cell {
	border-color: #999999;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}

td.prog-cell-right {
	border-color: #999999;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

.ThesisTitle {
	color: #c22f0a;
}

.ThesisAnnotation {
	font-weight: normal;
}

.ProgramThesisList {
}

.ProgramThesis, .ProgramThesis:visited {
	color: #c22f0a;
	font-size: 10pt;
}