
body {
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	background-color: white;
	font-family: Tahoma;
	font-size: 10pt; 
	color:  black;
}

p, td {
	font-family: Tahoma;
	font-size: 10pt;
	color:  black; 
}

td {
	font-family: Tahoma;
	font-size: 10pt;
	color: black;
}


p {
	font-family: Tahoma;
	font-size: 10pt;
	color:  black; 
}

div.menu {
	width: 100%;
	height: 34px;
	word-wrap: no-wrap;
	background-color: #8DE1FF;
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #125786;
	margin-bottom: 2px;
	padding: 1px;
}

p.menudescription {
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
	font-weight: normal;
	margin-left: 40px;
}

div.menuover {
	background-color: #C8F1FF;
	color: #125786;
}

p.SectionHeader {
	color: black;
	font-weight: bold;
	margin-top: 9px;
}

p.PageHeader {
	color: black;
	font-weight: bold;
	font-size: 14pt;
	margin-top: -14px;
}

h1 {
	margin-bottom: 1px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14pt;
	color: #125786;
}

select.command {
	height: 25px;
	width: 150px;
	margin-bottom: 2px; 
	margin-right: 5px;
	color: black;
}

select.small {
	width: 100px;
}


td.header {
	background-color: maroon;
	color: white;
}

td.data {
	color: #000000;
	border-bottom: 1px dotted black;
}

tr.data {
	background-color: #C8F1FF;
}

td.headermain {
	background-color: maroon;
	color: white;
}

td.highlight {
	background-color: black;
}

tr.highlight {
	background-color: black;
}


a.data {
	color: blue;
	font-weight: bold;
}

a.ListNavLink {
	font-weight: bold;
	color: black;
}

a.ListViewLink {
	font-weight: normal;
	color: black;
}

div.helper {
}

#helpertitle {
	color: black;
	font-weight: bold;
}

#helpertext {
}

/* primary (form background color) */
.backgroundcolor {
	background-color:#6399CB;
}

/* secondary (menu color,input button color ) */
.backgroundcolor-secondary {
	background-color: #8DE1FF;
	color:black;
}

.helptitle {
	cursor:help;
}

.mouseover {
	cursor:pointer;
	cusror:hand;
}

/* ************************
     FORM DEFINITIONS
*************************** */

table.entryform {
	border-collapse: collapse;
	border: 2px solid #111111;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
}


input.normal, textarea.normal, select.normal {
	width: 100%;
}

input.disabled {
	background-color: #C8F1FF;
}

input.required {
	background-color: #FFD6D6;
}

textarea.disabled {
	background-color: #C8F1FF;
}

select.disabled {
	background-color: #C8F1FF;
}

select.required {
	background-color: #FFD6D6;
}


input.command {
	width: 130px;
	height: 23px;
	text-align: center;
	word-wrap: no-wrap; 
	background-color: #8DE1FF;
	color: black;
	font-weight: normal;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border: 1px outset #C8F1FF;
	padding: 1px; 
	position: relative; 
	margin-right: 5px;

}

input.sub {
	background-color: #FFCC66;
	border: 1px outset #FFE6B4; 
}

input.tab {
	background-color: #125786;
	border: 1px solid black; 
	width: auto;
	color: black;
	width: 100px;
}


input.tabover {
	background-color: #C8F1FF;
	border: 1px solid black; 
	width: 100px;
	color: black;
}


input.subover {
	background-color: #FFE6B4;
	border: 1px outset #FFE6B4; 
}

input.commandover {
	background-color: #C8F1FF;
	color: #125786;
}

input.searchover {
	background-color: gray;
}

input.search {
	background-color: #336666;
	color: white;
	width: 100px;
}

input.smallover {
	background-color: gray;
}

input.small {
	background-color: #336666;
	color: white;
	width: 50px;
}

input.tree {
	background-color: #336666;
	color: white;
	width: 20px;
	height: 25px;

}

table.filtermenu {
	position:absolute;
	z-index:1;
	background-color:#C8F1FF;
	border:1px solid black;
	margin:0px;
}

table.filteroptions {
	color:black;
	border:collapse #111111;
	width:100%;
}
	table.filteroptions td {
	color:black;
	vertical-align:text-top;

}

table.filteroptions th{
	background-color:#8DE1FF;
	font:10pt arial;
	padding:3px;
	vertical-align:text-top;
}
