body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C4E2EE;
	SCROLLBAR-FACE-COLOR: #C4E2EE;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #C4E2EE;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: ##E1E6E8;
	SCROLLBAR-DARKSHADOW-COLOR: #C4E2EE;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

ul {
	margin-top: 0px;
	margin-bottom: 5px;
}

li {
	margin-left: 0px;
}

table {
	font-size: 11px;
}

table.list {
	border: 1px solid #495C66;
	background-color: #ffffff;
}

table.form {
	border: 1px solid #495C66;
	background-color: #e5e5e5;
}

table.text {
	border: 0px none #000000;
	background-color: #E1E6E8;
}

td {
	border: none;
}

td.text {
	background-color: #E1E6E8;
}

td.calcell {
	text-decoration: none;
	border-top: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	border-right: 1px solid #000000;
}

td.formRow {
	border-bottom: 1px solid #DADADA;
}

form {
	margin: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #FF9933;
	text-decoration: none;
}

a.button {
	text-decoration: none;
	color: #000000;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #666666;
	padding:2px;
	width: 80px;
	background-color:#C4E2EE;
}

a.button:hover {
	text-decoration: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #666666;
	border-right: 1px solid #DADADA;
	padding:2px;
}

a.subMenuButton {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	background-color:#FF9933;
	border: 1px solid #000000;
	padding: 2px;
	height:16px;
}

a.subMenuButton:hover {
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
}
a.tableButton {
	text-decoration: none;
	text-align:left;
	color: #000000;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #666666;
	padding:2px;
	height: 15px;
	background-color:##E5E5E5;
}

a.tableButton:hover {
	text-decoration: none;
	text-align:left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #666666;
	border-right: 1px solid #DADADA;
	padding:2px;
}

a.tableButtonCal {
	text-decoration: none;
	color: #000000;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #666666;
	padding:0px;
	width: 18px;
	background-color:#E5E5E5;
}

a.tableButtonCal:hover {
	text-decoration: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #666666;
	border-right: 1px solid #DADADA;
	padding:0px;
}

a.menu_link {
	text-decoration: none;
	color: #000000;
	border: none;
}

a.menu_link:hover {
	text-decoration: none;
	color: #000000;
	border: none;
}

.listHeader {
	padding:2px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	width: 80px;
}

.main {
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #666666;
	border-right: 1px solid #DADADA;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 684px;
	height:420px;
	overflow:auto;
}

.helpLayer {
	position:absolute;
	right:23;
	top:10;
	width:300px;
	height:200px;
	z-index:1;
	background-color: #FF9933;
	border: 1px solid #000000;
	visibility:hidden;
}