﻿a {
	color: #336699;
	text-decoration: none;
} 
a:link {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
}
body {
	border-top: solid 6px #DDDDDD;
	color: #777777;
	font-family: Arial,Tahoma,Verdana;
	margin: 0px;
	position: relative;
}
.dataL {
	color: #777777;
	font-family: Verdana,Tahoma,Arial;
	font-size: 9px;
}
.dataM {
	color: #777777;
	font-family: Verdana,Tahoma,Arial;
	font-size: 8px;
}
.menu {
	color: #777777;
	text-decoration: none;
}
.menu:link {
	color: #777777;
	text-decoration: none;
}
.menu:visited {
	color: #777777;
	text-decoration: none;
}
.menu:hover {
	color: #336699;
	text-decoration: none;
}
.hide {
	display: none;
	visibility: hidden;
}

.floatRight {
	float:right;
}

.floatLeft {
	float: left;
}

div#summary-toggle a {
	padding-right: 5px;
}
#summary-toggle {
	text-align: right;
}
div#header h6 {
	display: inline;
}
div#header h6 {
	color: #777777;
	font-size: 9px;
}
img#help {
	margin-left: 470px;
}

/* Table gvResult */
#gvResult {
	width: 100%
}
#gvResult * {
	font-size: 7pt;
	color: #464646;
	font-family: Arial,Tahoma,Verdana, GENEVA;
}
#gvResult a:link, a:visited {
	color: #336699;
}
#gvResult td, #gvResult th {
	padding: 5px 10px;
}
#gvResult th {
	background-color: #EEE;
	color: #777;
	font-size: 8pt;
}
#gvResult td, #gvResult {
	border: 1px solid #CCC;
}
#gvResult tr:hover {
	background: #eff9ff;
}
#gvResult tr:nth-child(2n+1) td {
	background: #FFF;
}
#gvResult tr:nth-child(2n) td {
	background: #f5f5f5;
}
#gvResult th {
	cursor: pointer;
}
#gvResult th.headerSortUp {
	background: url(../img/headerSortUp.png) no-repeat 95% 50% #D5d5d5;
}
#gvResult th.headerSortDown {
	background: url(../img/headerSortDown.png) no-repeat 95% 50% #D5D5D5;
}
#gvResult th:hover {
	background-color: #DDD;
}
#wrapper {
	width: 850px;
	padding: 10px;
}
#divCloseButton {
	text-align: center;
	margin: 10px 10px 0 0;
}
#buttons {
	padding: 10px 0;
	float: right
}
#header {
	padding: 10px;
	clear: both;
}
#buttons + div {
	clear: both;
}
a.refresh:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
}


/* Pasted from management-dashboard.aspx */

#statusUpdates .mainTable {
	clear: both;
	margin-bottom: 25px;
}

#statusUpdates .mainTable table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #CCC;
}

#statusUpdates .mainTable th {
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	white-space: nowrap;
	color: #777;
	border-left: none;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

#statusUpdates .mainTable th + th {
	border-left: 1px solid #CCC;
}

#statusUpdates .mainTable th.grey {
	background-color: #E5E5E5;
	color: #888;
}

/*
#statusUpdates .mainTable th.color {
	background-color: teal;
}
#statusUpdates .mainTable th + th {
	border-right: none;
	border-left: 1px solid #AAA;
}
.maintable td + td {
	border-right: none;
	border-left: 1px solid #AAA;
}
*/

#statusUpdates .mainTable td {
	border-left: none;
	padding: 3px 10px;
	white-space: nowrap;
	color: #777;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
}

#statusUpdates .mainTable td + td {
	border-left: 1px solid #CCC;
}


#statusUpdates tr.bold td{
	font-weight: bold;
	background-color: #EEE;
}

#statusUpdates {
	border-top:1px solid #CCC;
	margin-top:20px;
	padding-top:20px;
}

#statusUpdates table {
	background: #FFF;
	color: #336699;
	border:none;
}

#statusUpdates table thead tr:first-child th {
	text-align: left;
	border-bottom: 1px solid #CCC;
	color: #444;
}
    
/* End pasted from management-dashboard.aspx */

#frmDiversity {
	font-size: 11px;
	font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
	width: 780px;
	height: 600px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
}

#frmDiversity table {
	border: none;
	border-collapse: collapse;
}

#frmDiversity li {
	list-style-type: none;
}

#frmDiversity input[type="submit"] {
	margin: -7px 0 20px 10px;
}

#frmDiversity td {
	vertical-align: top;
	padding: 3px;
}

#frmDiversity .center {
	text-align: center;
	width: 55px;
}

#frmDiversity td.odd {
	background: #EEE;
}

#frmDiversity .additionalQuestions {
	border-bottom:2px groove #FFFFFF;
	margin-bottom:20px;
	padding-bottom:20px;
}

#divLoading {
	font-size:13px;
	margin:100px auto;
	width:325px;
	background: url(../img/24-54.png) center top no-repeat scroll #FFF;
	padding-top: 85px;
	height: 150px;
}

#divLoading img {
	display:block;
	margin:auto;
	padding:20px;
}

#divLoading.center {
	text-align: center;
	background: none;
	padding-top: 10px;
}