/* ========================================
    CSS STYLES FOR Apperception Page Rating
   ========================================
*/

.apperception_button
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 9pt;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	background-image: url(Images/apperception_selectedbutton.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 23px;
	cursor: hand;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}


.apperception_normal
{
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	text-align: left;
}


A.apperception_normal:link
{
	color: #215b8d;
}
A.apperception_normal:active
{
	color: #249d2e;
}
A.apperception_normal:visited
{
	color: #215b8d;
}
A.apperception_normal:hover
{
	color: #249d2e;
	text-decoration: underline;
}

.apperception_link
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #215b8d;
}

A.apperception_link:link
{
	color: #215b8d;
}
A.apperception_link:active
{
	color: #249d2e;
}
A.apperception_link:visited
{
	color: #215b8d;
	font-weight: normal;
}
A.apperception_link:hover
{
	color: #249d2e;
	text-decoration: underline;
}

.apperception_normal_bold
{
	font-weight: bold;
}

.apperception_normal_red
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #cc1212;
}

.apperception_normal_gold_bold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #215b8d;
	}
	
.apperception_error
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: red;
		}

.apperception_head
{
	font-weight: bold;
	font-size: 13px;
	color: #242424;
	font-family: Tahoma;
	text-decoration: none;
	text-align: left;
}

.apperception_subhead
{
	font-family: Tahoma;
	font-weight: bold;
	color: #249d2e;
	font-size: 11px;
}


.apperception_module_title
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	text-align: center;
	height: 30px;
}

.apperception_module_title_small
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	text-align: center;
	height: 35px;
}

.apperception_module_footer
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	vertical-align:middle;
	height: 20px;
}

a:link
{
	color: #215b8d;
}
a:active
{
	color: #215b8d;
}
a:visited
{
	color: #215b8d;
}
a:hover
{
	color: #249d2e;
	text-decoration: underline;
}

/*Grid Styles*/

.apperception_box
{
	border-top: 1px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.apperception_box_view
{
	border-top: 1px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background-color: #efefef;
}


.apperception_box_print
{
	border-top: 1px solid #747474;
	border-right: 2px solid #747474;
	border-bottom: 2px solid #747474;
	border-left: 1px solid #747474;
	background-color: #dcdcdc;
}

.apperception_grid_header
{
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

.apperception_grid
{
	font-family: Tahoma;
	font-weight: bold;
	color: #249d2e;
	font-size: 11px;
	vertical-align: middle;
}

.apperception_grid_pager
{
	font-family: Tahoma;
	font-weight: bold;
	color: #242424;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
}

.app_selected
{
	background-image: url(images/apperception_selectedimage.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	vertical-align: top;
}



.apperception_grid_text
{
	font-family: Tahoma;
	font-weight: normal;
	color: #242424;
	font-size: 11px;
	text-align: left;
}

.apperception_grid_text_alternate
{
	font-family: Tahoma;
	font-weight: normal;
	color: #242424;
	font-size: 11px;
	text-align: left;
	background-color: #efefef;
}


.apperception_table_head
{
	font-family: Tahoma;
	font-weight: bold;
	color: #249d2e;
	font-size: 11px;
	text-align: left;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
	background-color: #dcdcdc;
}






/* ========================================
    CSS STYLES FOR Civvy Street Page Rating
   ========================================
*/

.cs_normal_bold
{
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.4em;
}

.cs_link
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 1.0em;
	color: #005e96;
}

A.cs_link:link
{
	color: #005e96;
}
A.cs_link:active
{
	color: #009c68;
}
A.cs_link:visited
{
	color: #005e96;
	font-weight: normal;
}
A.cs_link:hover
{
	color: #009c68;
	text-decoration: underline;
}

.cs_selected
{
	background-color: Transparent;
	vertical-align: top;
}

