/*   Stylesheet for NOFAweb.org
     
	 Supplemnents WP style sheet
	 For Member and Admin areas
	 
	 March 2009
	 
*/

div#loggedin p {
	font-size: 12px;
}


/* For data display */
.lightunderline td{
	border-bottom: 1px solid #BBBBBB;
}
td {
	vertical-align: top;
}
div.search label {
width: 75px;
display: inline;

	padding: 0 10px 0 0;
	
}
div#memberSearch td {
	font-size: 10px;
	border: 1px solid #CCCCCC;
}

div#memberSearch td.defaultRow {
	font-weight: bold;
	background-color: #CCCCCC;
}

div#memberSearch h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.note {
	font-style: italic;
	color: #004da7;
}
div.searchResults {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 5px 0;
	padding: 0;
}
div.memberInfo {
	border: 1px solid #CCCCCC;
	margin: 0 0 5px 0;
	padding: 3px;
}
p.resultNames {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.resultStatus {
	font-style: italic;
	color: #004da7;
	margin: 0;
	padding: 0;	
}
p.resultDetails {
	font-size: 12px;
	margin: 0;
	padding: 0;	
}	
p.resultAbout {
	font-size: 10px;
	font-style: italic;
	margin: 0;
	padding: 0;	
}
p.resultAction {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;	
}
p.resultNote {
	font-weight: bold;
	color: #004da7;
	font-size: 12px;
}

/* Handling images */
img.imgright {
	float: right;
	margin: 0;
	border: 0;
	padding: 10px 0 10px 10px;
}
img.imgleft {
	float: left;
	margin: 0;
	border: 0;
	padding: 10px 10px 10px 0;
}

.patrons {
	font-size: 12px;
	line-height: 14px;
}
.lightnote {
	font-size: 10px;
	color: #555555;
}
table.report th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	background-color: #CCCCCC;
	color: black;
}
table.report td {
	font-weight: normal;
	text-align: left;
	background-color: white;
	color: black;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
}
.clearfloats {
	clear: both;
}
form.inlineButton {
	display: inline;
	margin: 0;
	padding: 0;
	background-color: green;
}
form.inlinebutton input {
	margin: 0;
	padding: 0;
	background-color: yellow;
	text-align: left;
	
}
.extrastrong {
	color: #729b01;
	font-weight: bold;
}
.extrastrong2 {
	color: #ef8507;
	font-weight: bold;
}
.smallButton {
	font-size: 10px;
}
.required {
	color: #729b01;
}
table.loginTable {
	border: 1px solid #333333;
}
table.loginTable td {
	border: 1px solid #999999;

}
table.KT_tngtable td.formDivider {
	background-color: #003399;
	color: white;
	font-weight: bold;
}
table.duesreport th {
	 background-color: #999999;
	 color: white;
	 text-align: center;
	}
table.duesreport td {
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
ul#subscriptionList li {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
.callout {
	background-image: url(../images/greengrad.jpg);
	background-repeat: repeat-x;
	border: 2px solid #EF855A;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
.explanatory {
	font-size: 11px;
}
.callout2 {
	color: #000000;
	font-weight: normal;
	padding: 5px;
	border: 2px solid #EF855A;
	text-align: center;
	background-image: url(../images/bluegrad.jpg);
	background-repeat: repeat-x;
}
.pinkcallout {
	background-image: url(../images/pinkgrad.jpg);
	background-repeat: repeat-x;
	border: 2px solid #f2c0ef;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}
div#content .tightlist {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.notPaid {background-color: #990000; border: 1px solid #000000; color: white; font-size: 16px; padding: 3px; margin-bottom: 10px; }