body {
	background-color: White;
	SCROLLBAR-FACE-COLOR: #dddddd;
	SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3;
	SCROLLBAR-SHADOW-COLOR: #b5b5b5;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #444499;
	SCROLLBAR-TRACK-COLOR: #e7e7f0;
	SCROLLBAR-DARKSHADOW-COLOR: #888888;
}

body, select, input, table, textarea {
	font-family: segoe ui, myriad web, verdana, tahoma, arial, helvetica, swiss, sans-serif;
	font-size: 10pt;
}

h2, label, a, th, .colhead, .warning {
	font-family: segoe ui, myriad web, tahoma, verdana, arial, helvetica, swiss, sans-serif;
}

h2 {
	font-weight: bold;
	color: #349;
	font-size: 12pt;
}

label {
	font-size: 9pt;
	cursor: pointer;
}

a {
  font-weight: bold;
  color: blue;
  position: relative;
  text-decoration: none;
}
a:visited {
  color: blue;
}
a:hover {
  color: red;
  text-decoration: underline;
}
a:active {
  color: pink;
  bottom: 0px;
  right: 0px;
  top: 1px;
  left: 1px;
}

th {
	font-weight: bold;
	text-align: left;
}

.gadgetLabel {
	font-weight: bold;
}

.comboSelect {
	color: gray;
}

.checkboxset {
	border: #cccccc solid 1px;
	padding: 5px;
}
.checkboxset th {
	text-align: left;
	padding-bottom: 0px;
}

.disabledform {
	color: #aaa;
}
.enabledform {
	color: black;
}
.writablebox {
	background: "";
}
.readonlybox {
	background: #ccc;
	color: #555;
	cursor: default;
}
.stdButton {
	cursor: pointer;
}
.combobtn {
	color: #449;
	cursor: pointer;
	height: 19px;
	margin-bottom: 1px;
	font-family: marlett;
}
.combosel {

}

.compulsory {
	background-color: #FFDDDD;
}

.pagetitle {
	background-color: #DDDDEE;
	width: 100%;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.colhead {
	background: #ffffcc;
	font-weight: bold;
	padding: 5px 15px;
	white-space: nowrap;
}
.sortcolhead {
	background:#ffeedd;
}
.rowodd {
	background:#e9e9ff;
}
.roweven {
	background:#f3f3ff;
}
.rowspecialodd {
	background:#ffe6e6;
}
.rowspecialeven {
	background:#fff0f0;
}
.subrowodd {
	background:#eeeeee;
}
.subroweven {
	background:#f8f8f8;
}
.cellcontents {
	padding:2px 15px;
	white-space: nowrap;
}
.nonpublicrow {
	color: #aaaaaa;
}
.highlightrow {
	background: #ddffdd;
}
.iconcol {
	padding: 2px 5px;
	text-align: center;
}

.warning {
	color: red;
	font-weight: bold;
}
.oktext {
	color: green;
	font-weight: bold;
}
.highlightedtext {
	color: red;
	background-color: yellow;
}

/*
.checkboxset th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
	background-color: #ffffdd;
}
*/


