/* CSS Document */


#menu #menu03 {
	background-position: -360px -50px;
}





#day_wrapper {
	padding-top: 35px;
	height: 41px;
	padding-left: 20px;
	background-image: url(../img/schedule/sche_day_bg.jpg);
}
#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: 95px;
	background-color: #4b4b4b;
	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;
}
.day a:link, .day a:visited {
	color: #FFF;
}
.day a:hover, .day a:active {
	color: #FF0;
}
.sun {
	background-color: #bb174d;
}
.sat {
	background-color: #006;
}
#schedule_date {
	font-family: verdana, arial;
	padding-left: 10px;
	font-weight: bold;
	margin-right: 15px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
}
.schedule_shift {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: left;
}
.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: #c10000;
	line-height: 20px;
    margin: 0 0 5px;
    padding: 3px 0;
}
