/*global padding for all inputs*/


#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;
}
#sessionLayout .row {
	margin-top: 1em;
}
.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 {
	margin-top: .5em;
	margin-bottom: 1em;
	font-size: 105%;
}

#programTable td, #programTable th {
	border: 1px solid #666;
	padding: .3em;
}

#programTable th {
	background: #e1e1e1;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}

#programTable th a {
	color: #990000;
}

#programTable ol {
	margin-left: 1em;
}


#programTable ol li {
	margin: 0;
	padding: 0;
	margin-left: 1em;
	padding-left: 1em;
}

#programTable .displayDate {
	font-weight: bold;
	text-transform: uppercase;
	background: #999999;
	font-size: 110%;
}

#programTable .displayDate a {
	color: #000;
}

#programTable .displaySessionNum {
	width: 25%;
	padding-left: 1em;
}

#programTable .displayTime {
	font-weight: bold;
	margin-bottom: .75em;
	background: #e1e1e1;
}

#programTable .displayTimeIndex {
	font-weight: bold;
	margin-bottom: .75em;
	display: block;
	margin-bottom: .5em;
}


/**Attendance Tables**/

#attendanceReport {
	background: #fff;
}

table.attendanceReport {}

#attendanceReport td {
	padding: .3em;
	vertical-align: top;
	font-size: 12px;
}

#attendanceReport .day {
	background: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#attendanceReport .header {
	background: #999999;
	font-size: 12px;
	font-weight: bold;
}


/**Participant List**/

ul.participantCommitteeList {
	margin: 0;
	padding: 0;
	font-style: italic;
}


/**Program Review**/

.programReviewUpdate .row {
	padding: .2em 1em;
}
.programReviewUpdate label {
	font-weight: bold;
}

.programReviewUpdate input {
	padding: .2em;
	font-size: 95%;
}

/**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;
}

/* tablesorter */

table.tablesorter caption {
	font-size: 110%;
	font-weight: bold;
}
table.tablesorter {
	background: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	font-size: 90%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter .header {
	padding-right: 17px;
}
table.tablesorter thead tr .header {
	background: url(../sharedImages/tableSortImages/bg.gif) no-repeat center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../sharedImages/tableSortImages/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../sharedImages/tableSortImages/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.tablesorter ul {
	margin: 0;
	padding: 0;
}
table.tablesorter li {
	margin-left: 1.2em;
	padding-left: 0;
}


.adminInstructions {
	background: #fff;
	border: 1px solid #999999;
	padding: .5em;
	margin: .5em 0;
}

.addtlInstructions {
	font-size: .9em;
}



