BODY
{
	font-family: sans-serif;
}

#textBody
{
	text-align: center;
}
#tableHeader
{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	background: #CCCCCC;
}

#textTitle
{
	width: 28%;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

#loginText
{
	font-weight: bold;
	text-align: center;
}

#textInput
{
	width: 200px;
	font-size: 102%;
	text-align: left;
}

#textSelect
{
	width: 200px;
	font-size: 102%;
}

/*
Unstyled Tables
*/
td.linestats {
	padding: .2em .2em;
}

/* 
	Plain old table styles
	written by Chris Heilmann http://wait-till-i.com
*/
table.radius,td.radius,th.radius {
	font: bold 9px/1.5em Verdana;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;	
	/*/*/line-height: 1em; /* */
}
td.radius,th.radius {	
	white-space: nowrap;
	padding: .2em .5em 0.2em 0.5em;	
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
}

.radius thead th {
	text-transform: uppercase;
	background: #8B008B;
	color: #fff;
}
.radius thead td {
	text-transform: uppercase;
	background: #8B008B;
	color: #fff;
}

.radius tbody th {
	background: #999;
}
.radius tbody td {
	background: #ccc;
}
.radius caption {
	text-align: left;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0px 0px 5px 0cm;
}


