/* CSS Document */
/* Start of Table Template: Simple Data Table CSS*/

caption {
	font-weight: bold;
	padding: 4px;
}

.at-data-table { 
	border: 1px solid black;
	color: #000; 
	margin: 0 0 8px 0;
	padding: 0;
}

.at-data-table td { 
	padding: 3px 5px 3px 5px;
	font-size: .9em;
}

tr.at-data-table-title { 
	color: #FFF;
	background-color: #009;
	text-align: left;
}
				
tr.at-row-light { 
	background-color: #F4F4F4;
}
					
tr.at-row-dark { 
	background-color: #E1E1E1;
}

td.at-highlight { 
	background-color: #FC0;
}

.at-data-table-title th { 
	padding: 3px 5px 3px 5px;
	font-size: .9em;
	font-weight: bold;
}

.at-row-dark th, .at-row-light th { 
	padding: 3px 5px 3px 5px;
	background-color: #000;
	font-size: .9em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.at-data-table input
{
	font-size: .95em;
	background-color: #FFF;
}

.at-data-table select
{
	font-size: .9em;
}

.at-data-table textarea
{
	font-size: .95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.at-data-table-buttons td
{ 	
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.at-data-table-buttons input
{
	color: #000;
	background-color: #FC0;
	padding: 2px;
	font-size: .9em; 
}

.right-align {
	text-align: right;
}

.hide {
	position: absolute;
	left: -999px;
	width: 990px;
}


/* End of Table Template A CSS*/

/* Start of Custom CSS */
/* Add your custom CSS here */

.error 
{
	color: #C00;
}

.answer
{
	color:#090;
}

/* Right side login */

#at-rightside p.textbox input {
	margin: 1px;
	font-size: 1em;
}

#at-rightside p.textbox {
	margin: 1px;
	font-size: .9em;
}

#at-rightside p.dropdown select {
	margin: 1px;
	font-size: .9em;
}

#at-rightside p.button input {
	margin: 1px;
	font-size: .95em;
	color: #000;
	background-color: #FC0;
	text-align: center;
}

/* Offender Details */

.offender-profile {
	vertical-align: top;
}



/* End of Custom CSS */

