/* CSS Document */

#day_wrapper {
	padding-top: 10px;
	height: 40px;
	padding-left: 10px;
}
#day_container {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#view_day {
	font-weight: bold;
	color: #FF0;
}
.day {
	float: left;
	height: 28px;
	width: 138px;
	background-color: #333;
	line-height: 28px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	text-align: center;
	font-family: verdana, arial;
	font-size: 12px;
}
.sun {
	background-color: #8b0000;
}
.sat {
	background-color: #00F;
}
#schedule_date {
	font-family: verdana, arial;
	padding-left: 10px;
	font-weight: bold;
	margin-right: 15px;
	font-size: 16px;
	padding-bottom: 10px;
}
.girls_list_com {
	height: 25px;
	margin-bottom: 5px;
}
.schedule_time {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	text-align: center;
	background-color: #333;
	line-height: 20px;
	height: 20px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}

.schedule_container {
	overflow:hidden;
}
.schedule_container h3 {
	font-size: 18px;
	line-height: 40px;
	padding-left: 15px;
	padding-top: 20px;
}
