body {
	background-image:url(backgroundStripes.png);
	font-family:Helvetica;
	font-size: 9pt;
	margin:0;
	padding:0;
/*	width: 320px;*/
}
form {
	margin: 0;
}

input {
	-webkit-border-radius:3px;
}
input[type=submit] {
	background-image: url(button68.png);
	width: 68px;
	height: 30px;
	border: none;
	color: white;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.6);
	font-size: 9pt;
	font-weight:bold;
}

.header {
	height: 38px;
	line-height: 38px;
	background: url(header_middle.png);
	color: white;
	font-size:16pt;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.6);
	text-align: center;
}
.header a {
	color: white;
	text-decoration: none;
}
.statusBox {
	font-size: 10pt;
	background-color:white;
	border:1px solid #878787;
	margin-left:8px;
	margin-right:8px;
	margin-top:6px;
	margin-bottom:8px;
	padding:6px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

h2 {
	margin: 5px 12px 0px 24px;
	padding-bottom: 0px;
	color: #50566E;
	font-size: 12pt;
	text-shadow:0 -1px 0 rgba(255, 255, 255, 0.6);
}
table.nospacing {
	width: 100%;
}

td, th {
	font-family:Helvetica;
	font-size: 9pt;
}

.page,
.page_below {
	float: left;
	display: block;
	background-color: white;
	width: 1.5em;
	padding: 1px 1px;
	border: solid 1px silver;
	text-decoration: none;
}

a.active {
	text-decoration: none;
}

a.active .page,
a.active .page_below {
	background-color: silver;
}



.nospacing {
	border-collapse: collapse;
/*	background: #CFEDFD;*/
	background-color: #FAFAFA;
	border: solid 1px silver;
}
.nospacing th {
	border-collapse: collapse;
	padding: 0 0.1em;
	border-bottom: solid 1px silver;
}
.nospacing td {
	border-collapse: collapse;
	padding: 0 0.1em;
	border-bottom: solid 1px silver;
}
.nospacing .odd {
	background-color: #EEEEEE;
}
.nospacing tr:hover {
	background-color: #DDDDDD;
}
