﻿.calendar_select_img 
{
	cursor: pointer;
}

#calendar 
{
	display: none;
	position: absolute;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 2px #666666;
	border-bottom: solid 2px #666666;
	padding: 3px;
	background-color: #ffffff;
}

/******* header **************************************************/
#c_header
{
	background-color: #ccffcc;
	cursor: move;
	padding: 1px;
}

#ch_text
{
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

#ch_ctrl
{
	background-color: #ffffff;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#ch_ctrl li
{
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
}
#ch_ctrl li input
{
	width: 2em;
}

/******* body **************************************************/
#c_body
{
	clear: both;
}

#c_body table 
{
	background-color: #cccccc;
	width: 100%;
	margin: 0px;
}

#c_body thead .sun, #c_body thead .holiday
{
	width: 15%;
	background-color: #ff9999;
	color:#ffcccc;
}
#c_body thead .mon, #c_body thead .tue, #c_body thead .wed, #c_body thead .thu, #c_body thead .fri
{
	width: 14%;
	background-color: #999999;
	color: #ffffff;
}
#c_body thead .sat
{
	width: 15%;
	background-color: #9999ff;
	color:#ccccff;
}

#c_body tbody .today
{
	background-color: #ccffcc;
	color:#339933;
}

#c_body td 
{
	text-align: center;
	background-color: #ffffff;
	padding:3px;
}
#c_body tbody .sun, #c_body tbody .holiday
{
	cursor: pointer;
	color:#ff0000;
}
#c_body tbody .mon, #c_body tbody .tue, #c_body tbody .wed, #c_body tbody .thu, #c_body tbody .fri
{
	cursor: pointer;
}
#c_body tbody .sat
{
	cursor: pointer;
	color:#0000ff;
}

/******* footer **************************************************/
#c_footer
{
	background-color: #cccccc;
}
#cf_ctrl
{
	margin: 0px;
	text-align: right;
}
#cf_ctrl li
{
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
}
#cf_ctrl li input
{
}