* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body.subpage,
body {
	background-color: #0D006A;
	color: #0D006A;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body.subpage {
	background-color: white;
}

table {
	empty-cells: show;
}

td {
	padding-left: 5px;
	padding-right: 10px;
}

td.labels {
	width: 150px;
}

td.mainframe {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 50px;
}

table.colored_0,
td.colored_0 {
	background-color: #BFCBE2;
}

table.colored_1,
table.colored_2,
td.colored_1 {
	background-color: white;
}

th {
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}

th.colored {
	background-color: #0D006A;
	color: white;
}

th.colored a {
	color: white;
}


a {
	color: #0D006A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pnum {
	text-decoration: none;
	color: #FFCC00;
}

a.pnum:hover {
	text-decoration: underline;
}

a.disabled {
	display: none;
}

select {
	background-color: #BFCBE2;
	color: #0D006A;
	width: 203px;
	border: 1px solid #0D006A;
}

input[type=text],
input[type=password] {
	width: 200px;
	background-color: #BFCBE2;
	color: #0D006A;
}

textarea {
	background-color: #BFCBE2;
	color: #0D006A;
}

input[type=file] {
	width: 250px;
	height: 26px;
	background-color: #BFCBE2;
	color: #0D006A;
	text-align: right;
}

select[disabled],
input[readonly] {
	color: gray;
}

button.large,
button {
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	height: 26px;
	background-color: #F8B500;
	color: #0D006A;
}

button.large {
	width: 240px;
}

form.hidden {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.disable {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:+1;
	background-color: black;
	opacity:0.3;
	cursor:wait;
}

div.shadow {
	position:absolute;
	z-index:+2;
	background-color: black;
	opacity:0.5;
}

div.mainframe {
	position:absolute;
	z-index:+3;
	border:2px solid #0D006A;
	background-color: white;
}

div.error {
	color: red;
	font-weight: bold;
    width: 300px ;
	text-align: center ; 
    margin-left: auto ;
    margin-right: auto ;
}

div.sub {
	border: 1px #0D006A solid;
}

select.repwiz{
	background-color: #ffffff;
	border: 1px #0D006A solid;
	width: 190px;
	height: 230px;
}

hr {
	color: #F8B500;
	border: 1px solid #F8B500;
	width: 95%;
}
