body {
	background-color: #black;
}
span.heading {
	color: black;
	font-weight: bold;
	font-family: arial;
	font-size: medium;
}
span.heading1 {
	color: black;
	font-weight: bold;
	font-family: arial;
	font-size: small;
}
span.text {
	color: black;
	font-size: smaller;
	font-family: arial;
}
span.linkback {
	color: black;
	font-size: smaller;
	font-family: arial;
}
div {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	float: left;
	width: 100%;
	min-height: 1em;
	min-width: 10em;
}
div.box {
	background-color: #FFCC99;
}

div.sidebar {
	background-color: #EBF5FE;
	border: 1px solid #D0E4F6;
	float: right;
	width: 15%;
	padding-left: 1%;
	margin-bottom: 1em;
}
div.link1 {
	color: #990000;
	font-family: arial;
	font-size: small;
	font-weight: bold;
}
div.link2 {
	color: white;
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
}
div.link3 {
	color: #FFFFFF;
	font-size: xx-small;
	font-family: verdana;
}
div.link4 {
	color: black;
	font-size: small;
	font-family: arial;
}
div.link5 {
	color: black;
	font-size: medium;
	font-family: verdana;
}
div.link6 {
	color: black;
	font-size: medium;
	font-family: arial;
	font-weight: bold;
}
A:link {
	color: #00099;
	text-decoration: none;
}
A:visited {
	color: #00099;
	text-decoration: none;
}
A:link:hover {
	color: grey;
	text-decoration: none;
}
A:visited:hover {
	color: grey;
	text-decoration: none;
}
div.menu1 A:link {
	color: white;
	text-decoration: none;
}
div.menu1 A:visited {
	color: white;
	text-decoration: none;
}
div.menu1 A:link:hover {
	color: black;
	text-decoration: none;
}
div.menu1 A:visited:hover {
	color: black;
	text-decoration: none;
}
div.authentication p,
div.authentication form {
	margin: 0px;
}
div.authentication input {
	font-size: smaller;
}
div.authentication input.text {
	width: 10ex;
}
div.middle {
	background-color: #efffff;
}
div.message {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;;
	padding-right: 1em;
	border: 1px solid #D0E4F6;
	margin-bottom: 1em;
	width: auto;
}
table.register {
	clear: both;
}
div.bottom {
	font-size: smaller;
}
div.bottom,
div.content {
	/* background-color: #efffef; */
	
	float: left;

	margin-bottom: 1em;
}
div.content div,
div.content table, 
table.download {
	float: left;
	border-collapse: collapse;
	clear: both;
	margin: 1em;
	width: auto;
}
div.content h2,
div.content h3,
div.content p {
	clear: both;
	margin: 1em;
}
div.content th,
div.content td {
	border: 1px solid orange;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
div.unauthorized {
	color: red;
}
span.left {
	float: left;
}
span.right {
	float: right;
}
span.user {
	font-style: italic;
}
span.mandatory {
	color: red;
	font-style: italic;
	font-size: smaller;
}
div.menu ul {
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	padding-left: 0.5em;
}
div.menu li {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
tr.disabled td {
	text-decoration: line-through;
}
tr.admin td {
	font-style: italic;
}
tr.error {
	background-color: #ffcfcf;
}
tr.inactive {
	background-color: #E4EEF5;
}
table.manage td.noborder {
	border: none;
	vertical-align: middle;
}
table.report tr {
	vertical-align: top;
}
table.report th,
table.report td {
	font-size: smaller;
}
table.report th.when,
table.report td.when {
	width: 14ex;
}
table.register select,
table.register input {
	width: 40ex;
}
div.top div.menu {
	background-color: white;
}
div.top div.menu ul,
div.top div.menu p {
	float: left;
	clear: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div.top div.menu li {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid black;
}
div.top div.menu div {
	background-color: #EBF5FE;
	border: 1px solid #D0E4F6;
	margin-bottom: 1em;
}
div.top div.authentication {
	background-color: #EBF5FE;
	border: 1px solid #D0E4F6;
	float: right;
	width: 14em;
	font-size: smaller;
	margin-bottom: 1em;
}
div.top div.authentication p,
div.top div.authentication form {
	margin-left: 5px;
}
div.top div.authentication input {
	font-size: smaller;
}
div.top div.authentication input.text {
	width: 10ex;
}
table.session tr.current {
	background-color: #D0E4F6;
}
table.session th,
table.session td {
	font-size: smaller;
}
div.bottom address {
	float: left;
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
span.download {
	color: black;
	font-size: small;
	font-family: arial;
}