/*
Programmer:   Mike Tennor, MdE
Date:         Dec. 29, 2008
Change:       Copied a few styles from the ADORE style sheet to make header similar to ADORE's.
              The styles were div#header table tr td.mdelogo, div#header table tr td.titleimage,
			  div#header table tr td.headerpanel and div#header table tr td.headerpanel div#headerinset.

*/

a {
	color: #0000cc;
}

/*
a:hover {
	text-decoration: underline;
}
*/

body {
	margin-left: 5px;
	margin-top: 5px;
	font-family: verdana, helvetica, san-serif;
	font-size: 10pt;
}

h1 {
	font-weight: bold;
	text-align: center;
	color: BLACK;
	background: white;
}
	 
th {
	color: black;
	background-color: #cccccc;
	border-style: solid;
	border-color: white;
	border-width: 1;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

pre {
	font-family: verdana, helvetica, san-serif;
    font-size: 10pt;
	color: black;
	margin: 0;
}
         
.title {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #6d92ad;
	border-style: solid;
	border-color: black;
	border-width: 1;
}

.thLink {
	font-weight: normal;
}

.titleInner {
	text-align: center;
	color: black;
	background-color: #6d92ad;
}

.titleLink {
	text-align: center;
	font-size: 8pt;
	color: white;
}

.titleLicense {
	font-size: 8pt;
	background-color: #6d92ad;
	color: white;
}

.menu {
	background: #083D65;
	border-style: solid;
	border-color: black;
	border-width: 1;
}

.pageHeading {
	color: white;
	background-color: #6d92ad;
	border-style: solid;
	border-color: black;
	border-width: 1;
	text-align: left;
	padding: 5;
}

.pageHeadingEntry {
	color: white;
	font-weight: bold;
	font-style: normal;
}

.pageHeadingLink {
	color: white;
	font-weight: normal;
	text-decoration:underline;
	cursor: pointer;
}

.boldPageHeadingLink {
	color: white;
	font-weight: bold;
}

.sectionHeading {
	color: white;
	background-color: #6d92ad;
	border-style: solid;
	border-color: black;
	border-width: 0;
	text-align: left;
	padding: 2;
}

.sectionHeadingRight {
	color: white;
	background-color: #6d92ad;
	border-style: solid;
	border-color: black;
	border-width: 0;
	text-align: right;
	padding: 2;
}

.sectionHeadingCenter {
	color: white;
	background-color: #6d92ad;
	border-style: solid;
	border-color: black;
	border-width: 0;
	text-align: center;
	padding: 2;
}

.sectionHeadingEntry {
	color: white;
	font-weight: normal;
	font-style: normal;
}

.sectionHeadingLink {
	color: white;
	font-weight: normal;
}

.tableEntry {
	text-align: left;
}

.largeTableEntry {
	text-align: left;
	font-size: 12pt;
}

.scoreTableEntry {
	text-align: center;
}

.warnScoreTableEntry {
	color: #DD0000;
	text-align: center;
}

.warnTableEntry {
	color: #DD0000;
	text-align: left;
}

.okStatus {
	background-color: green;
	width: 20;
}

.warnStatus {
	background-color: yellow;
	width: 20;
}

.errorStatus {
	background-color: red;
	width: 20;
}

.subsectionHeading {
	color: black;
	background-color: #cccccc;
	border-style: solid;
	border-color: white;
	border-width: 1;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

.borderTable {
	background: #efefef;
	border-style: solid;
	border-color: black;
	border-width: 1;
}

.subTable {
	background: #efefef;
	border-style: solid;
	border-color: black;
	border-width: 1;
}

.reportTable {
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1;
}

.reportHeading {
	background: #efefef;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	padding: 10;
	border-style: solid;
	border-color: black;
	border-width: 1;
}

.reportHeadingEntry {
	background: #efefef;
	color: black;
	font-weight: normal;
}

.reportSubHeading {
	background: white;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}

.reportColRowHeading {
	background: #efefef;
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
}

.boldReportColRowHeading {
	font-weight: bold;
	background: #efefef;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

.reportEntry {
	background: white;
	color: black;
}

.boldReportEntry {
	background: white;
	color: black;
	font-weight: bold;
}

.colorCellReportEntry {
	background: #efefef;
	color: black;
}

.colorCellBoldReportEntry {
	background: #efefef;
	color: black;
	font-weight: bold;
}

.evenRow {
	background: #efefef;
}

.oddRow {
	background: white;
}

.lineBorder td {
	border-top: 1px solid black;
}
	
.footer {
	background: #083D65;
	border-style: solid;
	border-color: black;
	border-width: 1;
	color: white;
}

.footerText {
	font-size: 8pt;
}

.footerLink {
	text-align: center;
	font-size: 8pt;
	color: white;
}

.bar  {
	color: white;
	font-size: 12;
}	
.active  {
	color: #ffffc0;
	font-family: verdana, helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;
}

.disabled {
	color: gray;
	font-family: verdana, helvetica, san-serif;
	font-weight: normal;
	text-decoration: none;
}

.warning {
	color: #DD0000;
}

.inactive  {
	color: white;
	font-family: verdana, helvetica, san-serif;
	text-decoration: none;
}

.folder {
	border: none;
	margin: 0 4px 0 0;
}

.level2_5 {
	text-indent: 28px;
}

.level2 {
	text-indent: 20px;
}

.level3 {
	text-indent: 40px;
}
	
.level4 {
	text-indent: 60px;
}

/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: verdana, helvetica, san-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #083D65;
	border: 1px solid black;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #6d92ad;
	border: 1px solid black;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #083D65;
	border: 1px solid black;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #6d92ad;
	border: 1px solid black;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.employeeSearchHeading {
	color: white;
	background-color: #6d92ad;
	border-style: solid;
	border-color: black;
	border-width: 1;
	padding: 5;
}
.employeeSearchHeading table tr td {
	color: white;
}
div#header table tr td.mdelogo {
	width: 10%;
}
div#header table tr td.titleimage {
	width: 60%;
	text-align: center;
	background: #6D92AD;
}
div#header table tr td.headerpanel {
	width: 30%;
	text-align: left;
	background: #083D65;
}
div#header table tr td.headerpanel div#headerinset {
	margin: 5px;
}
