body { background-color: #fff; color: #333; padding:0px; margin:0px; }

body, p, ol, ul, td {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size:   9pt;
}

th{
	text-align:left;
}

h1{
	color:#5A3789;
	font-size:14pt;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #E0A229; }
a:hover { color: #E0A229; text-decoration:none; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.app {
	width:760px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	background-image:url('../images/header.gif');
	width:760px;
	height:125px;
	font-size: 8pt;
	z-index: 20;
    position: relative;
}

.footer {
	background-image:url('../images/footer.gif');
	background-repeat: no-repeat;
	width:760px;
	height:322px;
    margin-top: -260px;
    z-index: 0;
    position: relative;
	font-size: 8pt;
}

.contentheader{
	margin-top:20px;
	margin-left:10px;
}

.content {
	margin:20px 10px 10px 10px;
	width: 460px;
	z-index: 10;
    position: relative;
    min-height: 350px;
}

.notifier{
	color:green;
}

.defaultTableHeader{
	width:150px;
}
a.start {
	text-indent: -3000px;
	float: left;
	border: 0;
}
a.start img {
	display: block;
	border: 0;
}
.menu {
	position: absolute;
	top: 271px;
	list-style: none;
	margin: 0;
	left: 0;
	padding: 0;
}
.menu li {
	float: left;
	height: 31px;
	border-right: 3px solid #fff;
}
.footer .av {
	position: absolute;
	right: 0;
	bottom: 0;
	margin:0;
}
.footer .av li {
	display: inline;
	margin: 0 10px;
}
.footer .av li a {
	color: #000000;
	font-size: 11px;
}

.menu li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: 6px 5px;
}
.menu li a.selected, .submenu a.selected {
	color: #E0A229;
}
.menu li a:hover {
	text-decoration: none;
}
.submenu ul { 
	list-style: none; 
	position: absolute;
	left: 0;
	top: 23px;
	padding: 0;
	margin: 0;
}
.submenu ul li {
	float: left;
}
.submenu ul a.selected {
	color: #FFBB22;
}
.submenu {
	list-style: none;
	position: absolute;
	top: 73px;
	color: #ffffff;
	padding: 0;
	margin: 12px 0;
}
.submenu li {
	float: left;
	margin: 0 0 0 4px;
}
.submenu a {
	color: #ffffff;
	text-decoration: none;
}
ul {
    padding-left: 15px;
    list-style-image: url('../images/list-image.gif');
}
.datum {
    color:#5A3789;
    font-size: 8pt;
}
.clear {
	clear: both;
	margin: 20px 0 0;
}
#logo {
    position: absolute;
    top: 20px;
    left: 20px;
}