﻿/* General Settings */
*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Lucida Sans", sans-serif;
	font-weight: bold;
}

html
{
	overflow: auto;
}

body
{
	background-image: url('images/background.gif');
	background-repeat:repeat-x;
	text-align: center;
	background-color: #101050;
	padding-bottom: 25px;
}

body.printreport
{
	background-image: none;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/* Centering Div */
div#centerdiv
{
    width: 900px;
	margin: 0px auto;
	text-align: left;
	border: solid 1px #888888;
}

/* Header Items */
div#header
{
	background-color: #101050;
}

div#header img#titlelogo
{
	height: 40px;
	width: 100px;
}

div#header table tr td .sitetitle
{
	color: #ffffff;
	font-size: 20pt;
}

div#header table tr td .titletext
{
	color: #ffffff;
}

/* Menu Items */
div#menu
{
	background-image: url('images/background-menu.gif');
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
}

div#menu ul
{
	list-style-type: none;
}

div#menu ul li
{
	display: inline;
}

div#menu ul li a
{
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	cursor: default;
	width: 110px;
	color: #000000;
	font-size: 14pt;
	text-align: center;
}

div#menu ul li a:hover
{
	color: #0000ff;
}

div#menu ul li a.selected
{
	background-color: #bbbbbb;
	border: solid 1px #a0a0a0;
	border-bottom: none;
	color: #0000ff;
	padding-top: 4px;
	width: 108px;
}

div#menu ul li a.locked
{
	color: #888888;
}

div#menu ul li a.locked:hover
{
	color: #888888;
}

/* Main Page Div */
div#maindiv
{
	background-color: #bbbbbb;
	padding: 5px;
}

div#maindiv table#maintable td#submenucell
{
    width: 150px;
	vertical-align: top;
}

/* Submenu Items */
div#submenu
{
	background-color: #101050;
	border: solid 1px #888888;	
	border-right: none;
	overflow: hidden;
}

div#submenu ul
{
	list-style-type: none;
}

div#submenu ul li a
{
	padding: 3px;
	display: block;
	text-decoration: none;
	cursor: default;
	color: #ffffff;
	font-size: 11pt;
}

div#submenu ul li a:hover
{
	color: #ffff00;
}

div#submenu ul li a.selected
{
	background-color: #0000ff;
	border: solid 1px #ffffff;
	border-left: none;
	border-right: none;
}

div#submenu ul li a.selected:hover
{
	color: #ffffff;
}

div#submenu ul li a.locked
{
	color: #888888;
}

div#submenu ul li a.locked:hover
{
	color: #888888;
}

/* Wizard Menu Items (Third-Level) */
div#wizard
{
	margin: -10px;
	background-color: #bbbbbb;
}

div#wizard table#wizardtable td#wizardmenucell
{
	width: 150px;
	vertical-align: top;
}

div#wizardmenu
{
	background-color: #bbbbbb;
	border-bottom: solid 1px #888888;
	overflow: hidden;
}

div#wizardmenu ul
{
	list-style-type: none;
	background-color: #101050;
}

div#wizardmenu ul li a
{
	padding: 3px;
	display: block;
	text-decoration: none;
	cursor: default;
	color: #ffffff;
	font-size: 11pt;
}

div#wizardmenu ul li a:hover
{
	color: #ffff00;
}

div#wizardmenu ul li a.selected
{
	background-color: #0000ff;
	border: solid 1px #ffffff;
	border-left: none;
	border-right: none;
}

div#wizardmenu ul li a.selected:hover
{
	color: #ffffff;
}

div#wizardmenu ul li a.locked
{
	color: #888888;
}

div#wizardmenu ul li a.locked:hover
{
	color: #888888;
}

/* Page Content Holders */
div#content
{
	background-color: #ffffff;
	border: solid 1px #888888;
	padding: 10px;
	min-height: 500px;
	height: auto;
}

div#printcontent
{
	background-color: #ffffff;
	border: none;
	padding: 10px;
	min-height: 500px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html div#content
{
	min-height: 500px;
	height: auto;
}
/**/

div#wizardcontent
{
	background-color: #d4f1ff;
	border-left: solid 1px #888888;
	padding: 10px;
	min-height: 500px;
	width: auto;
}

/* Footer Items */
div#footer
{
	clear: both;
	padding: 5px;
}

/* Misc Settings */
.calendar tr td a
{
	text-decoration: none;
}

.button
{
	font-size: 14pt;
}

.pagetitle
{
	display: block;
	font-size: 16pt;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 5px;
}

.wizardpagetitle
{
	display: block;
	font-size: 16pt;
	text-decoration: underline;
	text-align: center;
	margin: -10px -10px 5px -10px;
	padding: 5px;
	background-color: #ffffff;
	border-bottom: solid 1px #888888;
}

.statusmessage
{
	display: block;
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
	color: #ff0000;
}

.marginleft50
{
     margin-left: 50px;
}

.marginleft100
{
     margin-left: 100px;
}

.reportgrid
{
	border: none;
	font-weight: normal;
	font-size: 10pt;
}

.reportgrid tr th
{
	border: none;
	border-bottom: solid 1px #000000;
	padding: 2px 8px;
}

.reportgrid tr.active-error
{
	background-color: indianred;
}

.reportgrid tr.active-error td
{
	font-weight: bold;
}

.reportgrid tr.cleared-error
{
	background-color: mistyrose;
}

.reportgrid tr.active-alleviated
{
	background-color: lightgreen;
}

.reportgrid tr.cleared-alleviated
{
	background-color: honeydew;
}

.reportgrid tr td
{
	border: none;
	font-weight: normal;
	padding: 2px 8px;
}

.reportgrid tr td.totals
{
	font-weight: bold;
}

.fright
{
	text-align: right;
}

.smallerreport
{
	border: none;
	font-weight: normal;
	font-size: xx-small;
}

.smallerreport tr th
{
	border: none;
	border-bottom: solid 1px #000000;
	padding: 2px 8px;
}

.smallerreport tr td
{
	border: none;
	font-weight: normal;
	padding: 2px 8px;
}

.smallerreport tr td.totals
{
	font-weight: bold;
}

.testbutton
{
	background-image: url('images/background-menu.gif');
	background-repeat: repeat-x;
	background-color: Transparent;
	border: none;
	padding: 5px;
}

.tempborder
{
	border: solid 1px black;
}

.VERBOSE
{
    color: #a0a0a0;
}

.TRACE
{
    color: #888888;
}

.DEBUG
{
    color: #000000;
}

.INFO
{
    color: #339900;
}

.NOTICE
{
    color: #0000ff;
}

.WARN
{
    color: #ff9900;
}

.ERROR
{
    color: #ff3300;
}

.SEVERE
{
    color: #990000;
}

.CRITICAL
{
    color: #990033;
}

.ALERT
{
    color: #ff0000;
}

.FATAL
{
    color: #660000;
}

.EMERGENCY
{
    color: #ff0000;
}

a.comment:link {
    color: #888888;
    text-decoration: none;
}

a.comment:visited {
    color: #888888;
    text-decoration: none;
}

a.comment:hover {
    color: #888888;
    text-decoration: underline;
}

a.comment:active {
    color: #888888;
    text-decoration: none;
}

input[type="submit"] {
    height: 25px;
    font-weight: bold;
    margin: 1px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.navbutton {
    width: 100px;
    height: 30px !important;
    font-size: 14px;
    margin-top: 25px !important;
}

.reportbutton {
    width: 80px;    
}

.grayFrame {
    border: black solid 1px;
    background-color: #EEEEEE;
    border-spacing: 10px;
    margin: auto;    
}

.clickable {
    cursor: pointer;
}