@charset "UTF-8";
/* CSS Document */
h1 {
	
}

h3 {
	
}

h4 {
	
}

p.welcome {
	
}


.standingsOn {
	background:url(../images/redBtn_up.gif) no-repeat center ;
	width: 125px;
	height: 24px;
	display:block;
	margin-right:25px;
	float:right;
}

.standingsOn:hover {
	background:url(../images/redBtn_over.gif) no-repeat center;
}

.standingsOff {
	background:url(../images/redBtn_off.gif) no-repeat center;
	width: 125px;
	height: 24px;
	display:block;
	margin-right:25px;
	float:right;
}

.scheduleOn {
	background:url(../images/greenBtn_up.gif) no-repeat center;
	width: 125px;
	height: 24px;
	display:block;
	float:right;
	margin-right:25px;
}

.scheduleOn:hover {
	background:url(../images/greenBtn_over.gif) no-repeat center;
}

.scheduleOff {
	background:url(../images/greenBtn_off.gif) no-repeat center;
	width: 125px;
	height: 24px;
	display:block;
	float:right;
	margin-right:25px;
}

.detailRed {
	font-size: 12px;
	font-weight:normal;
	color:#992327;
}

.headingBar {
}