table.SimpleListTable {
	position: relative;
	width: 60%;
	border: 3px solid black;
	margin: 10px;
}

th.SimpleListTH {
	font-weight: bold;
	text-align: center;
	background-color: #aacc55;
	border-bottom: 3px solid black;
	padding : 10px;
}

td.SimpleListTD {
	text-align: left;
	background-color: #bbdd66;
	border: 1px dashed black;
}

.admin {
	background-color: #aa0000;
}
/*
div.Form_default {
	position: relative;
	margin: 10px;
	width: 97%;
	border: 3px dotted black;
	background-color: #eeff22;
}

div.FormLabelRow {
	position: relative;
	padding-bottom: 10px;
	clear: both;
	text-align: left;
	font-weight: bold;
	padding: 7px;
	border-top: 4px solid black;
	background-color: #eeff22;
}

div.Header {
	width: auto;
	background-color: #ccff55;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 5px solid black;
}

div.FormRow {
	clear: left;
	padding: 7px;
	position: relative;
	width: auto;	
	border-top: 1px solid black;
}


div.FormLabel {
	position: relative;
	padding-bottom: 10px;
	float: left;
	width: 25%;
	text-align: left;
}*/

.FormTextArea {
	width: 50%;
	height: 120px;
}
/*
div.FormInformationRow {
	clear: left;
	padding: 5px;
	font-size: 10pt;
	color: gray;
	text-align: justify;
}*/



.active {
}

.inactive {
 color: gray;
}


.FormSelect {
	width: 200px;
}

div.system_message {
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: darkred;
	width: 75%;
}

div.information {
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 75%;
}

div.neutral {
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 75%;
}


div.simple_list {
	border: 2px solid black;
	font-weight: bold;
	padding: 5px;
}

.center {
	text-align: center;
}

div.AdminMenu {
	margin: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
}

.DefaultInput {
	width: 250px;
}

.small {
	font-size: 8pt;
}

div.InputError_label {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}

div.InputError_text {
	font-weight: normal;
	text-align: left;
}

div.InputError_box {
	width: 250px;
}

img.png {
  behavior: url(js_img/iepngfix.htc);
  }

