
#sessionLayout td, #sessionLayout th {
	font: 95% Arial, Helvetica, sans-serif;
}
#sessionLayout th {
	font-weight: bold;
}
#sessionLayout hr {
	margin: 1em 0;
}
#sessionLayout p {
	margin: .5em 0;
}
#sessionLayout ol li, #sessionLayout ul li, #sortable, #sortable2, #sortable3 {
	margin-bottom: .5em;
	margin-left: 2em;
	padding-left: .5em;
}

#sessionLayout fieldset {
	padding: .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;
	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 {
}

#sessionMgtTable ul, #sessionMgtTable ol {
	margin: 0;
	padding: 0;
}



.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;
	text-transform: uppercase;
}

#programTable th a {
	color: #fff;
}

#programTable ol li {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
}

#programTable .displayDate {
	font-weight: bold;
	text-transform: uppercase;
	background: #FFCC99;
	font-size: 110%;
}

#programTable .displayDate a {
	color: #000;
}

#programTable .displaySessionNum {
	width: 25%;
	padding-left: 1em;
}

#programTable .displayTime {
	font-weight: bold;
	margin-bottom: .75em;
	background: #FFFFCC;
}

#programTable .displayTimeIndex {
	font-weight: bold;
	margin-bottom: .75em;
	display: block;
	margin-bottom: .5em;
}


/**Attendance Tables**/

#attendanceReport {
	background: #fff;
}

#attendanceReport .day {
	background: #CCFFFF;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
#attendanceReport .header {
	background: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#attendanceReport td {
	white-space: nowrap;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}



/**Program Review**/

.programReviewUpdate .row {
	padding: .2em 1em;
}
.programReviewUpdate label {
	font-weight: bold;
}

.programReviewUpdate input {
	font-family: Arial, Helvetica, sans-serif;
}

/**ThickBox Styles**/

#thickBoxModal {
	width: 590px;
	padding: 1em;
}

#thickBoxModal .row {
	margin: .5em 0;
}

/**jQuery Validate**/
label.error { width: 250px; display: block; font-weight: bold;color: red; padding-left: 10px; } 


/**sortable lists**/

#sortable, #sortable2, #sortable3 {
	position: relative;
}
#sortable li, #sortable2 li, #sortable3 li {
	border: 1px solid #000;
	padding: 1em;
	z-index: 20;
}
