/* Special Text */
pre {
	color: black;
	font-family: courier;
	font-size: 10pt;
	text-decoration: none;
	}
div {
	color: black;
	font-size: 12px;
	text-decoration: none;
	}
.require {
	color: #777777;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
.important {
	color: darkblue;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
.color {
	color: #1e296a;
	font-style: normal;
	text-decoration: none;
	}
.vital {
	color: red;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
.appTitle {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	}
.pageTitle {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	}
.copyright {
	color: black;
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	}
.menu {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
a.menu,a.menu:visited,a.menu:active {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
a.menu:hover {
	color: #cc3300;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
th.headline {
	text-align: left;
	}
.messageLine {
	color: black;
	background-color: #ffffcc;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
td.tableGreen {
	color: white;
	background-color: green;
	text-decoration: none;
	}
td.tableWarning {
	color: black;
	background-color: yellow;
	text-decoration: none;
	}
td.tableError {
	color: white;
	background-color: red;
	text-decoration: none;
	}
td.tableGreyed {
	color: black;
	background-color: lightgrey;
	text-decoration: none;
	}
.NavMenucell {
	padding:5px 5px 5px 5px;
	border:solid 1px #000000;
	background-color:#929ac9;
	font-weight:bold;
	font-size:11px;
	height:10px;
	color:#000000;
	}
a.NavMenucell {
	font-size:11px;
	font-family:Arial;
                color:#000000;
	}
a.NavMenucell:link, a.NavMenucell:visited, a.NavMenucell:active, a.NavMenucell:hover {
	font-weight:bold;
	color:#000000;
	}
.navOn {
	border:solid 1px #000000;
	padding:5px 5px 5px 5px; 	
	background-color:#1e296a;
	color:#ffffff;
	height:10px;
	font-size:11px;
	font-weight:bold;
	}
.adminWrapper {
	padding: 7px 5px 5px 5px !important;
	padding: 3px 5px 3px 5px;
	margin-top:-11px;
	border:1px solid;
	text-align:center;
	vertical-align:middle;
	height:0;
	}
.dateWrapper {
	padding: 7px 5px 5px 5px !important;
	padding: 2px 5px 2px 5px;
	margin-top:-11px;
	border:1px solid;
	text-align:center;
	vertical-align:middle;
	height:0;
	}
.loginError {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #1e296a;
	visibility: hidden;
	display:block;
	margin-bottom: 3px;
	width: 600px;
	height: 35px;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 0px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-right: 0px;
	text-align: center;
    }

.regError {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #1e296a;
	visibility: hidden;
	display:block;
	margin-bottom: 7px;
	width: 600px;
	height: 35px;
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 0px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-right: 0px;
	text-align: center;
    }
