
#sessionLayout td, #sessionLayout th {
	font: 95% Arial, Helvetica, sans-serif;
}
#sessionLayout th {
	font-weight: bold;
}
#sessionLayout ol li {
	margin-bottom: .5em;
}
.portalList ul {
	margin-bottom: 1em;
}
	
#sessionLayout caption {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1em;
}
#thisForm label {
	margin: 0 .2em;
}
#thisForm .row {
	padding: .3em 0;
}
legend {
	font-weight: bold;
	font-style: italic;
	color: #000;
}
fieldset {
	margin-top: .5em;
	/*width: 100%;
	font-size: 105%;*/
}
.required {
	color: #9c3152;
	font-weight: bold;
}
.notRequired {
}
.oneThirdCol {
	float: left;
	margin-right: 10px;
	width: 30%;
} 
.hide {display: none} 

	
#sessionList {
	margin: 0;
	padding: 0;
}

form.sessionFilters {
	margin: 0;
	padding: .5em;
	border: 2px solid #000;
	background: #fff;
}

/**Session Management Tables**/

#sessionMgtTable {
	position: relative;
	clear: both;
	width: 90%;
	background: #fff;
	margin: 0;
	padding: 0;
	border-left: 1px solid #C1DAD7;
}

#sessionMgtTable caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: .5em;
}

#sessionMgtTable th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: .5em;
	font-size: 80%;
}

#sessionMgtTable th a:link, #sessionMgtTable th a:visited {
	color: #990000;
}
#sessionMgtTable th a:active, #sessionMgtTable th a:hover {
	color: #666;
}
#sessionMgtTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: .4em;
	font-size: 80%;
}
#sessionMgtTable .delIcon {
}



.displayFilter {
	width: 30%;
	float: left;
	margin-right: 1em;
}

#login .instructions {
	display: none;
}


#sessionMgtTable .even {
	background-color: #3D3D3D;
}
#sessionMgtTable .odd {
	background-color: #6E6E6E;
}
#sessionMgtTable .highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
#sessionMgtTable th {
	padding-right: 25px;
}
#sessionMgtTable .header {
	background-image: url(../../sharedImages/tableSortImages/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#sessionMgtTable .headerSortUp {
	background-image: url(../../sharedImages/tableSortImages/asc.gif);
}
#sessionMgtTable .headerSortDown {
	background-image: url(../../sharedImages/tableSortImages/desc.gif);
}


/**Sesson review**/

p.noBottomMargin {
	margin: 0;
	padding: 0;
}


/**Online program**/

#programTable {
	font-family: "Times New Roman", Times, serif;
	margin-top: .5em;
	margin-bottom: 1em;
	font-size: 105%;
}

#programTable td, #programTable th {
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #666;
	padding: .3em;
}

#programTable th {
	background: #D07013;
	color: #fff;
	font-weight: bold;
}

#programTable ol li {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
}

#programTable .displayDate {
	font-weight: bold;
	text-transform: uppercase;
}

#programTable .displaySessionNum {
	font-style: italic;
	width: 25%;
	padding-left: 1em;
}

/**Attendance Tables**/


#attendanceReport {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}
#attendanceReport td {
	white-space: nowrap;
	vertical-align: top;
}

#attendanceReport th {
	background: #33FF99;
	font-family: Arial, Helvetica, sans-serif;
}

/**Program Review**/

.programReviewUpdate .row {
	padding: .2em 1em;
}
.programReviewUpdate label {
	font-weight: bold;
}

.programReviewUpdate input {
	font-family: Arial, Helvetica, sans-serif;
}