/*** START: Globals ************/
.aural {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*** START: Interior Content ************/
		
/*#content-area p {
	text-align: left;
	font-size: 12px;
	color: #444;
	line-height: 21px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}
	#content-area ul , 
	#content-area ol {
		margin: 15px 50px;
	}
		#content-area ul li ,
		#content-area ol li {
			font-size: 12px;
			padding: 5px 0;
			text-align: left;
			color: #333;
		}
		#content-area ol li {
			text-align: justify;
		}*/


/********************** VISAGE OVERRIDES *************************/

/*
	div.viView {
		margin-top: -25px;
	}
*/
	.viControl select ,
	.viControl select option {
		text-align: left !important;
	}

	ul.viErrorSummary li {
		text-align: left !important;
		font-size: 14px !important;
		padding: 2px 0 !important;
	}

	fieldset {
		border: none;
	}

	div.viPreface {
		padding-bottom: 2em;
	}



	div#termsVerbiage {
		padding: 0;
		margin: 0;
		border: 1px solid #888;
		overflow: scroll;
		height: 150px;
	}
	div#termsVerbiage p {
		font-weight: normal !important;
		font-style: normal !important;
		margin: 0 !important;
		padding: 5px 10px !important;
		/*text-align: left !important;*/
		line-height: normal !important;
		font-size: 10px !important;
		color: #888 !important;
	}

	div#termsCBContainer {
		width: 75%;
	}







	div#licenseeForm label {
		width: 30% !important;
		overflow: auto !important;
		height: auto !important;
		white-space: normal !important;
		
	}

	div#licenseeForm .viError {
		width: 20% !important;
	}
	
	/* Checkboxes */
	.viControl.tree {
		width: 47%;
	}
	div#licenseeForm .checkbox label {
		width: 84% !important;
		text-align: left;
	}


/************* Admin Listing and Member TEST styles *************/


tr {
	border-bottom: 1px solid #AAA;
}
	tr.odd td {
		background-color: #EAEFF2;
	}
	td.even td {
		
	}
	
	tr.even td.active {
		background-color: transparent;  /* @drupal override. */
	}

th {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding: 3px;
}


td {
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
}
	td.inactive {
		font-style: italic;
		color: #999;
	}

/************* END Admin Listing and Member TEST styles *************/
