
.page-container {
	width: 100%;
	background-color: #CBD3C8;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
}

.page-header-conf {
	font-size: 10px;
}

.page-header-title {
	font-size: 18px;
}

.nav-container {
	border: 2px solid #6E798D;
	color: gray;
}

.nav-cell {
	font-size: 12px; 
	border-left: 2px solid #6E798D;
}

.nav-feature {
	font-size: 14px;
	font-weight: bold;
}

.data-box {
	width: 100%;
	background-color: white;
	border: solid 1px #6E798D;
}

.text-container {
	font-size: 12px;
}

.feature-text {
	color: red;
	font-weight: bold;
}

.feature-text2 {
	color: blue;
	font-weight: bold;
}

.header-container {
	background-color: #6E798D;
	padding-left: 7px;
	color: #F0F0F0;
	font-size: 14px;
	font-weight: bold;
}

.section-header {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: red;
}

.section-subheader {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: blue;
}


.section-marker {
	margin-top: 20px;
}

.section-body {
	text-align: right;
}

.paragraph-header {
	font-size: 14px;
	font-weight: bold;
	line-height: 175%;
	text-align: right;
	color: #505050;
}

.paragraph-body {
	line-height: 175%;
	font-size: 12px;
	margin-top: 0px;
}

.list-group {
	list-style-type: none;
	list-style-position: inside;
	line-height: 175%;
}

.list-item {
	line-height: 175%;
	text-indent: 35px;
}

.session {

}

.session-prefix {
	font-size: 16px;
	font-weight: bold;
	color: blue;
	vertical-align: top;
}

.session-title {
	font-weight: bold;
}

.session-presenters {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

.session-presenter {
	display: block;
	color: red;
}

.session-presenter-title {
	display: block;
	font-style: italic;
}

.link-small {
	font-size: 10px;
	font-weight: normal;
}

.spacer {
	margin-top: 40px;
}

input.text-field {
  border: solid 1px #999999;
  font-size: 13px;
}
