* {
	font-family: Arial,Helvetica,sans-serif;
}

body{
	background-color: #ffffff;
	color: #ffffff;
}

a:link{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color: #0000ee;
	text-decoration: none;
}

a:hover, a:active{
	color: #ddddff;
	text-decoration: underline;
}

img {
	border: none;
}


.header{
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.errors{
	color: #dd0000;
	font-weight: bold;
	background-color: #ffcccc;
	border: double 4px #dd0000;
	padding: .5em;
	margin-bottom: 1em;
}

.error{
}


.clear{
	clear: both;
}


.verticalMenu {
	padding: 2px;
	padding-left: 0;
}

.verticalMenuItem {
	padding: .25em;
	margin: .5em;
	border: 3px solid #bb99aa;
	display: block;
/*	white-space: nowrap;*/
}

.verticalMenuItem:hover{
	border-style: outset;
}

.verticalMenuItem:active{
	border-style: inset;
}

sup{
	font-size: 50%;
}

.miniHeader{
	font-size: 50%;
	text-align: center;
	display: block;
}

table{
	border-collapse: collapse;
}

.highlight{
	background-color: #b24;
}

tr.highlight td{
}

pre{
	font-family: monospace;
}

.dialog{
	position: fixed;
	display: none;
	
	top: 33.33%;
	left: 33.33%;
	width: 33.33%;
	text-align: center;
	background-color: #5a5a5a;
	border: 5px outset #bb99aa;
}

.dialog *{
	margin: 0.25em;
}

.dialog .dialogBody{
	background-color: #5a5a5a;
}

.dialog .title{
	font-weight: bold;
	text-align: left;
	background-color: #bb99aa;
	margin: 0;
	padding-left: 0.5em;
}

.dialog .dialogFooter{
	text-align: right;
}

.dialog input[type='text']{
	width: 50%;
}