
a:link {
	color: blue;
	font-size: 0;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-size: 0;
	text-decoration: none;
}
	
a:active {
	color: blue;
	font-size: 0;
	text-decoration: none;
}
	
a:hover {
	color: blue;
	font-size: 0;
	text-decoration: underline;
}


#header {
	background: #C2D1E1;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 1024px;
	height: 50px;
}

#header h1 .subtitle{
  display: block;
}

#menu {
	display: none;
}
	
#content {
	width: 864px;
	left: 0;
	top: 100px;
	padding: 10px;
	position: absolute;
}
/* table formatting */

table {
	border: 0;
	padding: 20px;
  width: 100%;
}

thead {
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

th{
	padding-left: 10px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

/* formating for struts */


.submitButton { /* class for submit buttons as struts introduces an unwanted align="right" */
    position:  absolute;
    left: 180px;
}
.wwgrp {
	position: relative;
	height: 4em;
	width: 600px;
}

.wwgrp br { /* Set to display none as Struts css_xhtml renders one in the middle of the form! */
	display: none;  
}

.label {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
}

.errorlabel {
	color: #FF0000;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
}


.wwctrl {
	position: absolute;
	left: 130px;
	top: 10px;
}

.errormessage {
	color: #FF0000;
	position: absolute;
	left: 300px;
	top: 10px;
	width: 250px;
}
