body{}

.right {
	text-align: right;
}

legend {
	color: #000;
	font-weight: bold;
}
#userEditForm fieldset {
	padding: 1em;
}
#userEditForm .editFieldRow {
	margin-top: 1em;
}
#userEditForm label {
	margin-top: .5em;
}
#userEditForm input {
	margin-top: .5em;
}

#searchResults {
	font-size: 90%;
	border-top: 1px solid #999;
}

#searchResults td {
	padding: .2em;
	margin: 0;
}

.officeOnly {
	background: #CCCCCC;
	border: 1px solid #000;
	padding: .5em
}
.officeOnly h3 {
	color: #fff;
	background: #000;
	padding: .5em;
	margin: -.5em;
	margin-bottom: .5em;
	font-size: 90%;
}
#duesStatus {
	text-align:center;
	border:1px solid #ccc;
	}

#duesStatus table{
	text-align:left;
	}

#yearWrapper {
	margin-left:auto;
	margin-right:auto;
	}
	
.duesYear {
	 float:left;
	 width:6em;
	 border:1px solid #CCC;
}

#purchaseSummary .right {
	text-align:right
}
#sessionLayout .instructions {
	width: 800px;
}

#sessionLayout {
	margin-right: 1em;
}

.AuthorSet {
	border: 2px solid #000;
	padding: .5em;
}

/**Session Management Tables**/

#memberReportTable {
	position: relative;
	clear: both;
	background: #fff;
	margin: 0;
	padding: 0;
	border-left: 1px solid #C1DAD7;
}

#memberReportTable caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: .5em;
}

#memberReportTable th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: .5em;
	font-size: 80%;
	font: Arial, Helvetica, sans-serif;
}

#memberReportTable th a:link, #sessionMgtTable th a:visited {
	color: #990000;
}
#memberReportTable th a:active, #sessionMgtTable th a:hover {
	color: #666;
}
#memberReportTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: .4em;
	font-size: 80%;
	font: Arial, Helvetica, sans-serif;
}
#memberReportTable .delIcon {
}

#sessionMgtTable ul, #sessionMgtTable ol {
	margin: 0;
	padding: 0;
}

.paymentBalanceDue {
	background: #fff;
	color: red;
	padding: .5em;
	border: 1px solid red;
	margin: .5em 0;
}

.adminInstructions {
	background: #fff;
	border: 1px solid #999999;
	padding: .5em;
	margin: .5em 0;
}


