BODY { background-color:lightGray;
}


/* TOP */
.section_top {
	background-color: #FF7700;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
}
/* LEFT */
.section_left {
	vertical-align: top;
	background-color: #FF7700;
}
a.menuleftlink, a.menuleftlink:active, a.menuleftlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuleftlink:hover {
	text-decoration: underline;
	color: #000000;
}
.menuleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: 2px;
}
/* MAIN */
.section_main {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	width: 693px;
}
.content_top {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	padding: 4px;
	font-weight: bold;
}
.action_message {
	color: green;
	padding: 4px 0px;
	font-size: 12px;
	font-weight: bold;
}
.action_error {
	color: red;
	padding: 4px 0px;
	font-size: 12px;
	font-weight: bold;
}
.alert_unwanted {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	text-decoration: blink;
}
.list_label {
	background-color: #CCCCCC;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
.list_value, .list_value_unwanted {
	font-size: 12px;
	padding: 2px;
}
.list_value_unwanted {
	background-color: red;
}
a.list_value, a.list_value:visited, a.list_value:active {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 13px;
}
a.list_value:hover {
	text-decoration: underline;
}
.form_table {
	font-family: Arial, Helvetica, sans-serif
}
.form_value, .form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 3px;
}
