/*
	--------------------------------------------------
	Doctor Party Appointment System
	Time-list Pages Style Setting for Public Application
	--------------------------------------------------
	this style-sheet is applied in time-list pages.

	filename  : day.css
	mediatype : screen, tv
	author    : crement Co,.Ltd.
	author URL: http://www.crement.com/
	version   : 0.5

	--------------------------------------------------
	"HTML tags" or "id & class selecter" list
	--------------------------------------------------

	* under "leftBlock" id selecter
		#infoBlock
		#screenCtrlBlock
			#screenCtrlEnd
				#screenCtrlBlock li
					#screenCtrlBlock a
				#goCal

	* under "rightBlock" id selecter
	#rightBlock
		* time-list title setting
		#predayBtn a
		#rightBlock h2
		#nextdayBtn a

		* time-list body setting
		#timeBlock
			#fstArea
			#secArea
				#timeBlock h3
				#timeBlock .timeList
					.timeList li
						.timeList a
						.timeList li .time
						.timeList li .status
					.timeList li.fill
						.timeList li.fill .status
					.timeList li.empty
						.timeList li.empty .status

*/

/*
	Under "leftBlock" selecter
*/

#infoBlock {
	height: 296px;
}

#screenCtrlBlock {
	height: 37px;
}

#screenCtrlEnd {
	height: 31px;
}

#screenCtrlBlock li {
	width: 171px;
	height: 25px;
	display: block;
	margin-bottom: 5px;
}

#screenCtrlBlock a {
	width: 176px;
	height: 25px;
	display: block;
}

#goCal {
	background: url(images/icon-goCal.gif) no-repeat;
	text-indent: -5000px;
}

/*########## #rightBlock ##########*/

#rightBlock {
	width: 556px;
}

#predayBtn a {
	text-indent: -5000px;
	display: block;
	width: 59px;
	height: 29px;
	background:	url(images/btn-pre-day.gif) no-repeat;
	float: left;
}

#rightBlock h2 {
	width: 436px;
	height: 25px;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
}

#nextdayBtn a {
	text-indent: -5000px;
	display: block;
	width: 59px;
	height: 29px;
	background:	url(images/btn-next-day.gif) no-repeat;
	float: right;
}

#timeBlock {
	width: 556px;
	height: 318px;
	overflow: auto;
	border-top: 1px solid #666;
	background-color: #999;
	clear: both;
}

#fstArea {
	width: 268px;
	margin-right: 2px;
	float: left;
}

#secArea {
	width: 268px;
	float: left;
}

#timeBlock h3 {
	width: 264px;
	height: 16px;
	display: run-in;
	margin: 0 0 1px 0;
	padding: 2px;
	background-color: #ccc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #666;
	font-size: 16px;
	text-align: center;
	line-height: 100%;
}

#timeBlock .timeList {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	width: 266px;
	float: left;
}

.timeList li {
	width: 268px;
	height: 40px;
	margin: 0 0 1px 0;
	padding: 0px;
	display: block;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	color: #000;
	font-size: 24px;
	text-align: left;
	line-height: 100%;
}

.timeList a {
	color: #000;
	text-decoration: none;
}

.timeList li .time {
	width: 100px;
	height: 32px;
	padding-top: 8px;
	display: block;
	float: left;
	text-align: center;
}

.timeList li .status {
	width: 166px;
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	text-indent: -5000px;
}

.timeList li.fill {
	background: url(images/bg-fill.gif) repeat-x;
	color: #666;
}

.timeList li.fill .status {
	background: url(images/icon-fill.gif) center no-repeat;
}

.timeList li.empty {
	background: url(images/bg-empty.gif) repeat-x;
	height: 40px;
}

.timeList li.empty .status {
	background: url(images/icon-empty.gif) center no-repeat;
}
