/** $Id: admin-colors.css,v 1.7 2003/12/16 17:10:58 jjones Exp $
 * Color overrides for Admin area stylesheet
 *
 */

body {
	background-color: #F1F6F8;
}

h2 {
	background-color: #F5F9FA;
	border-bottom: 1px solid #C2D9E1;
}
/*
 * Admin menu
 */
#navlist {
	border-bottom-color : #C2D9E1 ;
}

#navlist li a
{
	border: 1px solid #C2D9E1;
	background: #F5F9FA;
}

#navlist li a:hover
{
	color: #FFF;
	background: #81B2C1;
	/* border-color: #227; */
}


body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a,
body.section-5 #navlist li#nav-5 a,
body.section-6 #navlist li#nav-6 a
{
	background: white;
	border-bottom: 1px solid white;
}

body.section-1 #navlist li#nav-1 a:hover,
body.section-2 #navlist li#nav-2 a:hover,
body.section-3 #navlist li#nav-3 a:hover,
body.section-4 #navlist li#nav-4 a:hover,
body.section-5 #navlist li#nav-5 a:hover,
body.section-6 #navlist li#nav-6 a:hover
{
	color: black;
}


#page-content {
	background-color : #fff;
	border-color : #C2D9E1 ;
	line-height:1.2em;
}


.box { border: 1px solid #C2D9E1 ; }

hr { color:#C2D9E1}

/*  client index */
tr.inactive td, span.inactive {
    color: #999;
}


/**********************************
APPLICATION BREAKDOWN REPORT STYLES
**********************************/
.app-breakdown-report{
	background-color: #F1F6F8;
}
.app-breakdown-report td, .app-breakdown-report th{
	background-color: #fff;
	padding: 2px;
}
.app-breakdown-report th{
	border-bottom: 2px solid #ccc;
	vertical-align: bottom;
}

.app-breakdown-report .center{
	text-align: center;
}
.app-breakdown-report .r1 td, .app-breakdown-report .shaded-column{
	background-color: #E3ECEF;
}
.alert-ctn{ color: red; font-weight: bold;}
.alert-avg{ color: #333;}
.alert-hgh{ color: green;}

.notice {
    background-color: #fcfa9a;
    border: 1px solid #f4dd2f;
}


.scoretotal td{
	border-top: 2px solid #ccc;
	background-color: #E3ECEF;
}

/***********************************************************
	Data Table Formats
***********************************************************/

.editable,
tr.alt td.editable {
	background-color: yellow;
	cursor: pointer;
	cursor: hand;
}

thead tr, tfoot tr { border:thin solid #ccc; }
thead th, tfoot th { background-color:#e3ecef;}

#tsorter th { padding-right: 0; }
#tsorter th.header { cursor: pointer; }

th.last-name,
th.first-name { width: 4em; }

#tsorter .headerSortDown,
#tsorter .headerSortUp {
  background-color: #b6d4de;
}
#tsorter th.header span {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  background-image: url(/images/ui-icons_222222_256x240.png);
  background-repeat: no-repeat;
}
#tsorter thead th.header span { background-position: -128px -16px; }
#tsorter thead th.headerSortDown span { background-position: 0 -16px; }
#tsorter thead th.headerSortUp span { background-position: -64px -16px; }

#tsorter td { padding: 2px 2px 2px 5px; vertical-align: bottom; }
tbody tr.alt td { background-color: #f2f8fa; }

abbr {cursor: help; border-bottom: 1px dotted #999;}

/***********************************************************
	Pre-Score warning level colors
***********************************************************/
.warn {
	background-color: red;
}
.caution {
	background-color: yellow;
}
.excellent {
	background-color: green;
}

/* applicant detail h2 inside table row */
tr.header th, tr.header td {
  background-color: #F5F9FA;
  border-bottom: 1px solid #C2D9E1;
  padding-top: 1em;
}
tr.header h2 {
  background-color: inherit;
  border-bottom: 1px transparent;
}
tr.rule th, tr.rule td {
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
}
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders{
	background-color: white;
}
#tableName {
	style:"overflow: hidden";
}
.modal {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height: 100%;
	width: 100%;
	background: rgb(220,220,220);
}
body.loading {
	overflow: hidden;
}
body.loading .modal {
	display: block;
}
.help-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.Center-Checkbox{
	text-align: center;
	vertical-align: middle;
}
