﻿@charset "utf-8";
/* 
CSS Information
 File name:      schedule.css
 Author:         Administrator
 Style Info:     /schedule.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
#schedule .girlsList .data {
	position: relative;
	padding-bottom: 20px;
}

#schedule .girlsList .data .time {
	display: block;
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 84px;
	height: 17px;
	line-height: 17px;
	background: #fff;
	text-align: center;
	font-size: 108%;
	color: #1b89cf;
}

/* #schedule
***********************************/
.tab {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
	padding-left: 10px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-moz-webkit-sizing: border-box;
	box-sizing: border-box;
}

.tab li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	padding-right: 10px;
	text-align: center;
}

.tab li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #daf6ff;
	text-decoration: none;
	text-align: center;
	color: #2cb6e3;
}

.tab li a.selected {
	background: #2cb6e3;
	color: #fff;
}

/* */