@charset "utf-8";
/* CSS Document */

h1 {
	line-height: normal;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #990033;
	font-size: 21px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	color: #202020;
	margin: 10px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
input.TableRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.MenuLinks:link {
	color: #08466B;
	text-decoration: underline
}
a.MenuLinks:visited {
	color: #08466B;
	text-decoration: underline
}
a.MenuLinks:hover {
	color: #4489F0;
	text-decoration: none
}
a.MenuLinks:active {
	color: #08466B;
	text-decoration: underline
}
p.help {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}
p.header {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-weight: bold;
	color: #006600;
}
td.labelText {
	text-align: right;
}
tr.mainMenuStyle:hover {
	background-color:#80D6FF;
	color:#000000;
	text-decoration: none
}
.borderTopLeft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderBottomRight {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #000000;
	border-right-color: #000000;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.mainMenuStyle {
	color: #000000;
	text-decoration: none;
	font-size: large
}
.TableBorders {
	border-color: #08466B;
	border-style: solid;
	border-width: 1px;
}
.helpdiv {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 225px;
	height: auto;
	z-index: 1;

	text-align: left;
	color: #000000;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFEE;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
.msg {
	margin: 2px;
	padding: 2px;
	color: #000000;
	background-color: #FFCC00;
	font-weight: bold;
	text-align: center;
	text-shadow:#333333;
	border-style: dotted;
	border-width: 1px;
	border-color: #FF6600;
}
.notify {
	margin: 2px;
	padding: 6px;
	color: #000000;
	background-color: #FFEE22;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
}
.resizable {
	position: relative;
	border: 1px solid #999;
}
.field {
	margin-top: 2px;
	margin-bottom: 2px;
}
.separator {
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}
.fieldname {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	color: #FF6600;
	font-style: italic;
}
.fieldvalue {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
.theader {
	background-color: #006600;
	color: #FFFFFF;
}
.oddrow {
	background-color: #FFFFCC;
}
.evenrow {
	background-color: #FFFFFF;
}
.hoverrow {
	background-color: #CCFFFF;
}
.selectrow {
	background-color: #AAFFAA;
}
.busy {
	background-color: #FF0000;
}
.bl {
	border-left: 1px solid #999;
}
.br {
	border-right: 1px solid #999;
}
.bt {
	border-top: 1px solid #999;
}
.bb {
	border-bottom: 1px solid #999;
}
.dl {
	border-left: 1px dashed #000000;
}
.dr {
	border-right: 1px dashed #000000;
}
.dt {
	border-top: 1px dashed #000000;
}
.db {
	border-bottom: 1px dashed #000000;
}
