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

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}



/**********************************
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;}
.fade { background-color: #fafad2; }

.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(ui/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;
}

/* Login Page */

#survey-login-container{
	width: 588px;
	padding: 12px 12px 0 12px;
	margin: 0 auto;

	text-align: left;
}

#login-form h2 {
	background-color: #4891e4
}