/* ====== ABOL ====== */

#ABOLcontainer { /* table cell holding the ABO section */
	background-color: #F4F0D5;
	padding-top: 15px;
}
#ABO {   /* holds ABO login on home page */
	width: 176px;
	/*margin-bottom: 95px; */
	background-color: #C5C089;
	font-family: Arial, Helvetica, Verdana, sans-serif;

}
#ABOLform { /* ABO form */
		padding: 12px 5px 20px 14px;
		font-size: 11px;		
		background-color: #C5C089;
	}
					
		#ABOLform input.ID {
				/*	color: #756f2d;*/
			color: #56452B; 
			padding: 2px;
			border-top: 2px solid #ccc; 
			border-right: 2px solid #666; 
			border-left: 2px solid #ccc; 
			border-bottom: 2px solid #666;
			margin-top: -10px;
		}

		#ABOLform a {
			text-align: left;
			padding: 3px 5px 3px 0;
			font-size: .95em;
			font-weight: bold;
			margin: 0;
		}

		#go { /* submit or "go" button */
			margin-top: 5px;
			/*color: #56452B; */
		}
#ABOLform label {
	color: #222;
	font-weight: bold;
}


		
.ABOHeader {
		height: 21px;
		width: 176px;
		background: url('images/abol-bg.jpg') top left no-repeat #88A682;
	}

.getuserid {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #88A682;
	padding-bottom: 3px;
}



.where { /* for "where do i enter my password" link */
		margin-top: 12px;
		margin-bottom: 12px;
	}
		.where a {
			color: #56452B;
			text-decoration: underline;
		}
		.where a:hover {
			color: #2D7384 ;
		}

#viewDemo {
		padding-top: 2px; 
		padding-bottom: 3px;
		font-size: 13px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}

			
#loginTable td {
	padding: 3px 3px 3px 5px;
	
}


#formBottom {
	font-size: 11px; 
	height: 60px;
}

/*.ABOLlinks {
	padding: 0 20px 5px 10px;
	text-align: left;
	margin-top: 0;
	color: #5D5D5D;
	font-size: .9em;
}*/


.offline {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4F0D5;
	margin: 20px;

}

.border {
	 border-left: 1px solid #88a682;
	 border-bottom: 1px solid #88a682;
}

/*a.loginLink {
	color: #000 !important;
	text-decoration: underline;
	font-size: 14px;
	margin-left: 45px;
}

a.loginLink:hover {
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}*/

.center {
	text-align: center;
}

		

