ul#schd_grade {
	width: 100%;
}
ul#schd_grade li {
	display: inline;
}

table {
	border-collapse: collapse;
}
#schd_cal {
	float: left;
	width: 200px;
}
#cal_move {
	float: left;
	padding: 10px 0px;
	width: 100%;
	background: url(/image07/board/cal_bg_top.gif) no-repeat left top;
	text-align: center;
}
#cal_move select, img {
	vertical-align: middle;
}
#calendar {
	float: left;
	margin-bottom: 5px;
	padding: 10px 15px;
	background: url(/image07/board/cal_bg_bot.gif) no-repeat left bottom;
}
table.cal_tbl {
	float: left;
	width: 100%;
	color: #666666;
}
table.cal_tbl thead th {
	/*padding: 3px 2px;*/
	border-bottom: 1px dotted #838383;
	font-weight: normal;
	text-align: center;
}
table.cal_tbl th, table.cal_tbl td {
	/*padding: 1px 0px;*/
	font-weight: bold;
	text-align: center;
	/*cursor: pointer;*/
}
table.cal_tbl td:hover {
	background: #EFEFEF;	
}
a.sun, th.sun {
	color: #D0A0B0;
}
a.sat, th.sat {
	color: #A1B0D2;
}
a.today {
	/*background: #EFEFEF;*/
	font-weight: bold;
}
td.data {
	background: #F6DEDC;
}
	
#cal_btn {
	padding: 2px 0px;
	width: 200px;
	text-align: center;	
}
span.schd_today {
	display: inline;
	color: #B0238C;
	font-weight: bold;
}
#cal_btn a, img {
	display: inline;
}

/* 오늘 일정 */
#schd_today {
	float: left;
	margin-left: 5px;
	width: 430px;
}
table.schd_today_tbl {
	width: 100%;
	background: url(/image07/board/cal_tbl_bg_01.gif) no-repeat left top;
}
table.schd_today_tbl thead tr th, table.schd_list_tbl thead tr th {
	padding: 11px 0px;
}
th.date {
	padding: 10px 0px 2px 5px;
	border-bottom: 2px solid #DCDCDC;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #2249B0;
}
table.schd_today_tbl tbody tr td, table.schd_list_tbl tbody tr td {
	padding: 4px;
	border-bottom: 1px dotted #B6B6B6;
}
td.no_data {
	text-align: center;
}
th.wd_schd_01 {
	width: 15%;
}
th.wd_schd_02 {
	width: 25%;
}
th.wd_schd_03 {
	width: 15%;
}
th.wd_schd_04 {
	width: 25%;
}
th.wd_schd_05 {
	width: 22%;
}

/* 주간별, 월별 일정 */
#schd_list {
	clear: both;
	float: left;
	margin-bottom: 40px;
	width: 640px;
}
table.schd_list_tbl {
	clear: both;
	float: left;
	width: 100%;
	background: url(/image07/board/cal_tbl_bg_02.gif) no-repeat left top;
}
table.schd_list_tbl caption {
	padding: 0px 0px 5px 10px;
	text-align: left;
}
table.schd_list_tbl th.date {
	padding-top: 15px;
	padding-left: 10px;
}
table.schd_list_tbl tbody tr td {
	padding: 4px 6px;
	border-bottom: 1px dotted #B6B6B6;
}
table.schd_list_tbl tfoot tr td {
	padding: 10px 10px 0px 0px;
	text-align: right;
}
/* 주간별, 월별 선택 */
ul.schd_type {
	clear: both;
	float: left;
	width: 100%;
	text-align: right;
}
ul.schd_type li {
	display: inline;
}
#submit {
	background: url(/image07/board/bt_mov.gif) no-repeat;
	width: 27px;
	height: 16px;
	cursor: pointer;
}