/*
	--------------------------------------------------
	Doctor Party Appointment System
	Calender Pages Style Setting for Public Application
	--------------------------------------------------
	this style-sheet is applied in calender pages.

	filename  : cal.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
						#allDay
						#morningTime
						#afternoonTime

	* under "rightBlock" id selecter
	#rightBlock

		* calender title setting
		#premonBtn a {
		#rightBlock h2 {
		#nextmonBtn a {

		* calender body setting
		#calBlock {
			#calBlock ul {
				#calBlock li {
			#calBlock ul#weekLine {
				#calBlock ul#weekLine li {
						#calBlock .dayNum {
						#calBlock .dayStatus {
						#calBlock #today {
					#calBlock a {
*/

/*
	Under "leftBlock" selecter
*/

#infoBlock {
	height: 236px;
}

#screenCtrlBlock {
	height: 97px;
}

#screenCtrlEnd {
	height: 91px;
}

#screenCtrlBlock li {
	width: 176px;
	height: 25px;
	display: block;
	margin-bottom: 5px;
}

#screenCtrlBlock a {
	width: 176px;
	height: 25px;
	display: block;
}

#allDay {
	background: url(images/icon-allDay.gif) bottom no-repeat;
	text-indent: -5000px;
}

#allDayOn {
	background: url(images/icon-allDay-on.gif) bottom no-repeat;
	text-indent: -5000px;
}

#morningTime {
	background: url(images/icon-morningTime.gif) bottom no-repeat;
	text-indent: -5000px;
}

#morningTimeOn {
	background: url(images/icon-morningTime-on.gif) bottom no-repeat;
	text-indent: -5000px;
}

#afternoonTime {
	background: url(images/icon-afternoonTime.gif) bottom no-repeat;
	text-indent: -5000px;
}

#afternoonTimeOn {
	background: url(images/icon-afternoonTime-on.gif) bottom no-repeat;
	text-indent: -5000px;
}

/*
	Under "rightBlock" selecter
*/

#rightBlock {
	width: 560px;
}

/*
	Calender title setting
*/

#premonBtn a {
	text-indent: -5000px;
	display: block;
	width: 59px;
	height: 29px;
	background:	url(images/btn-pre-cal.gif) no-repeat;
	float: left;
}

#rightBlock h2 {
	width: 440px;
	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;
}

#nextmonBtn a {
	text-indent: -5000px;
	display: block;
	width: 59px;
	height: 29px;
	background:	url(images/btn-next-cal.gif) no-repeat;
	float: right;
}

/*
	Calender body setting
*/

#calBlock {
	width: 560px;
	height: 318px;
	background-color: #999;
	border-top: 1px solid #666;
	clear: both;
}

#calBlock ul {
	width: 560px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	list-style-type: none;
}

#calBlock li {
	width: 79px;
	height: 48px;
	display: block;
	float: left;
	background-color: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	line-height: 100%;
	color: #999;
}

#calBlock ul#weekLine {
	height: 24px;
}

#calBlock ul#weekLine li {
	height: 20px;
	padding-top: 4px;
	background-color: #ccc;
	border-top-style: none;
	text-align: center;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}

#calBlock .dayNum {
	padding-top: 3px;
	width: 26px;
	height: 17px;
	display: block;
/*	float: left;*/
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

#calBlock .dayStatus {
	display: block;
	position: relative;
	font-size: 26px;
/*	background-color: #cce;*/
	line-height: 26px;
	text-align: center;
}
/*
#calBlock .dayStatus {
	width: 51px;
	height: 28px;
	padding-top: 20px;
	padding-left: 1px;
	display: block;
	float: left;
	font-size: 26px;
	background-color: #cce;
}
*/

#calBlock #today {
	background-color: #fef3de;
	border-right: 1px solid #e7c992;
	border-bottom: 1px solid #e7c992;
}

#calBlock a {
	width: 79px;
	height: 48px;
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

#calBlock a:hover,
#calBlock a:active,
#calBlock a:focus {
	background-color: #ffe;
}