html {
 height: 100%;
}

body {
 height: 100%;
 background: white;
 font-family: tahoma, verdana, arial;
 font-size: 12px;
}

div.header {
 background: #f0f0f0;
 border-bottom: 10px solid #99cc00;
 height: 50px;
 width: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 3;
}
.header img {
 float: left;
}
.header h1 {
 margin-top: 24px;
 float: right;
 font-size: 18px;
 margin-right: 10px;
}
div.menu {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 160px; 
 height: 100%;
 background: #e0e0ff;
 z-index: 2;
}
.menu ul, .menu li {
 margin: 4px;
 padding: 0px;
}
.menu li {
 margin-left: 20px;
}

.menu li a {
 font-weight: bold;
 color: black;
 font-size: 12px;
}

div.content {
 position: absolute;
 left: 0px; 
 top: 0px;
 width: 100%;
 height: 100%;
 margin-left: 0px;
 background: #ffffff;
 z-index: 1;
}

.menu h1 {
 font-size: 18px;
 margin-bottom: 5px;
 margin-top: 0px;
}

.content h1 {
 margin-top: 0px;
}

th.content{
	font-size: 12px;
	height:22px;
	background-color:#7AC142;
}

.content td{
	font-size: 10px;
	height:22px;
}

.IrexButton{
	background-color:#7AC142;
	color:#FFFFFF;
	font-weight:bold;
	width:150px;
	border:solid 0px #666666;
	cursor:pointer;
}

p.errormessage{
	color: #FF0000;
	font-weight:bold;
}

p.message{
	color: #000066;
	font-weight:bold;
	font-size: 12px;
}
span.requiredmark{
	color: #FF0000;
}
