body	{
	background-color: #000;
     	background-image: url('/images/background.jpg');
     	background-repeat: repeat-x;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Helvetica,Arial,Sans-Serif;
}

a	{
	 text-decoration: none;
	 font-size: 80%;
}

a:hover	{
	text-decoration: underline;
}

.linkButton {
	display: inline-block;
	border: 1px solid #009;
	background-color: #17C;
	width: 100px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 80%;
	vertical-align: middle;
	padding-top: 2px;
}

#testStateLinks {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ssClassHeader {
	font-size: 120%;
	font-weight: bold;
}
.ssClass {
	border: 1px solid #000;
	background-color: #EEE;
	font-size: 80%;
	width: 400px;
	margin: 0 auto;
}

.ssClass td {
	padding: 3px;
}

.ssName {
	background-color: #69C;
	font-weight: bold;
	color: #FFF;
	width: 150px;
}

.ssHours {
	background-color: #69C;
	font-weight: bold;
	color: #FFF;
	width: 30px;
}

.ssHoursVal {
	text-align: center;
}

.ssAdd {
	background-color: #69C;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.ssAddButton {
	text-align: center;
}

