#container {
	width: 900px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#header {
	position:relative;
	display:block;
}
#buname {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 150px;
	vertical-align: top;
	background-color: #0066CC;
	text-decoration: underline;
	padding-left: 1em;
	padding-bottom: 5px;
}
#buname a{
	text-decoration:none;
	color: #FFFFFF;
}
#buname a:visited{
	text-decoration:none;
}
#user {
	font-size: 0.7em;
	color: #003399;
	text-align: right;
	padding-right: 10px;
	float: left;
	width: 150px;
	font-style: italic;
}
#centertitle {
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	float: left;
	font-size: 0.9em;
	color: #0066CC;
	width: 550px;
	text-align: center;
}
#pmenu {
	clear: both;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #333333;
	margin-bottom: 5px;
	text-align: right;
}
#pmenu a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	background-color: #000000;
	font-style: italic;
}
#pmenu a:hover{
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
#content {
	border: medium solid #000000;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.title{
	font-size: 1em;
	font-weight: bold;
	color: #0033CC;
	font-style: italic;
	margin-bottom: 10px;
}
#smodule {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: left;
	display: block;
	font-style: italic;
}
.mblock {
	background-color: #CCCCCC;
	padding: 5px;
	margin-left: 50px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 50px;
}
.mblock a{
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.mblock a:hover{
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
}
.modulelink {
	padding: 3px;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 20px;
}
.functionlink {
	margin-left: 20px;
	display: inline;
}
.mcell{
	width:200px;
}
#footer {
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: justify;
	display: block;
	margin-left:10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 890px;
	font-style: italic;
	background-color: #666666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.errors {
	color: #FF0000;
	background-color: #FFFFFF;
}
.batchform {
	background-color: #FFFFFF;
}
.batchform td {
	background-color: #CCCCCC;
	padding: 5px;
}
#loginform {
	background-color:#CCCCFF;
	width: 300px;
	font-size: .8em;
	font-style: italic;
	color: #003399;
}
#submitb {
	text-align:center;
	width: 200px;
}
.success {
	color: #00CC00;
	background-color: #FFFFFF;
}
#navigation {
	font-size: 0.8em;
	color: #000000;
	background-color: #CCCCFF;
	text-align: right;
	margin-top: 5px;
	font-style: italic;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
}
.itemdiv {
	margin-bottom: 5px;
	background-color: #D6D6D6;
	font-size: .8em;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.itemdetails {
	background-color: #FFFFFF;
	padding: 3px;
	color: #000000;
}
.itemdiv_aged {
	margin-bottom: 5px;
	background-color: #EBEBEB;
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: #FF6600;
}
.itemdiv_moreaged {
	margin-bottom: 5px;
	background-color: #EBEBEB;
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: #CC0000;
}
#datatable {
	font-size: 0.8em;
	color: #0000a0;
}
#datatable tr td {
	padding-top: 5px;
	background-color: #EBEBEB;
}
#datatable thead {
	font-weight: bold;
	background-color: #333333;
	color: #FFFFFF;
}
#datatable a {
	color: #000000;
	font-size: 1em;
}
.mitem {
	margin-bottom: 20px;
}
.itemdata {
	width: 700px;
}
.itemdata thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.redtext {
	color: #FF0000;
}
.infotext {
	color: olive;
	font-style: italic;
	font-size: .8em;
	font-weight: bold;
}
.itemheader {
	color: red;
	font-weight: bold;
	font-style: italic;
	width: 85%;
	border: thin solid blue;
}
.lgray {
	font-size: 0.8em;
	background-color: #EBEBEB;
	margin-bottom: 10px;
}
.stext {
	font-weight: bold;
}
.context {
	background-color: #CCCCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.prod {
	background-color: #FFCC99;
}
.pnamecell {
	text-decoration: underline;
	font-weight: bold;
	text-align: justify;
}
#ptbl {
	background-color: #EBEBEB;
	border: thin solid #FFCC99;
	width: 250px;
}
.hints {
	color: #FF0000;
}
.scanfiles {
	line-height: 1.5em;
	padding: 10px;
	border: thin solid #99CC99;
}
#itemcount {
	color: blue;
}
.inputouter {
	width: 90%;
	color: #333333;
	font-style: italic;
}
.lcolumn {
	float: left;
	width: 50%;
}
.rcolumn {
	float: left;
	width: 45%;
	margin-left: 20px;
}
.ecomment {
	float: left;
	margin-left: 15px;
}
.brow {
	clear: both;
}
.fmess {
	clear: both;
}
.fbutton {
	margin-right: 60px;
	margin-left: 60px;
	float: left;
}
.etext {
	font-style: italic;
	font-weight: bold;
	color: #009933;
}
.ediv {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.ediv input {
	float: right;
}
.ediv textarea {
	float: right;
}
.area1 {
	margin-bottom: 20px;
}
.branchofstyle {
	float: right;
}
.boldlist {
	padding: 15px;
}
.bolditem {
	border: thin solid #003399;
	margin: 10px 20px;
	padding: 5px 10px;
}
.datetable {
	font-style: italic;
	color: #000099;
	font-size: .8em;
}
.datetable img {
	vertical-align: bottom;
}
.repname {
	font-style: italic;
	font-weight: bold;
	color: #009966;
}
.reptbl {
	font-size: .8em;
	font-style: italic;
	margin-bottom: 30px;
	width: 95%;
}
.reptbl tr{
	background-color: #EBEBEB;
}
.reptbl thead tr{
	background-color: #CCCCCC;
	text-align: left;
	color: #CC0000;
}
.reptbl tfoot {
	background-color: #CCCCCC;
}
.tcell {
	text-align: left;
}
.ncell {
	text-align: right;
}
.repdiv {
	padding: 10px;
}
.replcol {
	width: 360px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
.reprcol {
	width:360px;
	float:left;
}
.repfoot {
	clear: both;
	font-size: 0.7em;
	font-style: italic;
}
.widerep {
	font-style: italic;
	width: 800px;
	padding: 10px;
}
.widereptbl{
	width: 800px;
	font-size: .8em;
}
.widereptbl thead {
	background-color: #CCCCCC;
	text-align: left;
	font-size: .8em;
}
.widereptbl td {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
.spacer {
	width: 100px;
	text-align: center;
}
.stable {
	font-size: .7em;
	font-style: italic;
	color: #000000;
}
.invisible {
	display: none;
}
.smtxt {
	font-size: .7em;
}
.smalltbl {
	font-size : .8em;
}
.smalltbl th{
	background-color :#CCCCCC;
}
.smalltbl td {
	border :none;
	background-color : #c0c0c0;
}
.plaintbl {
	width : 800px;
	text-align :left;
	font-size : .8em;
	border :none; 
}
.plaintbl tr cent {
	text-align :center;
}
.plaincell {
	padding :1em;
}
.graycell {
	background :#EEEEEE;
}
.message {
	color: #FF0000;
	background-color: #FFCC99;
}
.warn {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}
.clickable {
	color : #000000;
	font-size : 1em;
	white-space: nowrap;
	background-color: #C1C1C1;
	border: thin solid #FFFFFF;
}
.alloc1 {
	font-size: 0.6em;
}
.sitem {
	display: block;
}
.sitem:hover {
	font-weight: bold;
	background-color: #CCCCCC;
}
.pline{
	background-color: #FFCCFF;
	width: 30em;
}