@charset "UTF-8";


/*검색테이블 설정 */

.tbl_s {
	width: 99%;
	border-collapse: collapse;
}
.btn{
	width: 67px;
	height: 20px;
}
select {
	border: 1px solid #B0CDE6;
	margin-right: 3px;
	padding: 1px;
}
.month {
	width: auto;
	text-align: left;
}


/*달력테이블 설정 */
.tbl {
	width: 100%;
	background-color: #F8FBFE;
	border-collapse:collapse;
	border: 1px solid #C7C8CA;
}
.tbl thead th {	
	width: 14%;
	padding: 5px;
	border: 5px solid #FFFFFF;
}

.tbl thead td {
	padding: 5px 5px 0px 5px
}

.tbl tfoot td {
	background-color: #F8FBFE;
	padding: 10px;	
	border: 1px solid #C7C8CA;
	
}

.tbl_c {
	width: 98%;
	border-collapse:collapse;
	border: 1px solid #DCDDDE;
	
}
.tbl_c td{
	border: 1px dotted #BCBEC0;
	width: 14%;
	padding: 5px 5px 10px 10px;
	vertical-align: top;
	text-align: left;	
}
.td_h {
	height: 80px;
}
.tbl_c td{
	background-color: #FFFFFF;
}

.tbl_h {
	width: 100%;
	border-collapse:collapse;
	border: 0px solid #2D8CCB;
}

.tbl_text {
	border: 0px;
}
.tbl_text td {
	border: 0px;
	padding: 1px;
}
/*폼 설정 */
.is-01 {
	width: 150px;
	height: 15px;
	padding: 1px;
}

.s_day {
	color: #D71920;
	margin: 5px;
	border: 1px solid;
	
}
.s_content {
	clear: both;
	color: #666666;
	margin: 5px 0px;
}
.debug {
	border: 1px solid #000;
}




/*색상설정*/

.cell_color1 {
	font-family: 돋움 dotum,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2D8CCB;
}
.cell_color2 {
	font-family: 돋움 dotum,Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #D8EAFB;
}
.cell_color3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #BCD6EE;
}

.cell_bg1 {
	height: 80px;
	background : url(/core/module/schedule/default/images/bg_corner1.gif) no-repeat;
}
.cell_bg2 {
	background : url(/core/module/schedule/default/images/bg_corner2.gif) no-repeat;
}
.f_color1 {
	margin-top: 0px;
	color: #D71920;
}
.f_color2 {
	color: #2D8CCB;
}



/*상세 일정 설정 */

#layout {
	background : url(/core/module/schedule/default/images/bg_01.gif) repeat;
	width : 365px;
	height: 435px;
	border: 2px solid #4D80AF;
	padding: 10px;	
}

#outline {
	background-color: #FFFFFF;
	width: 340px;
	height: 380px;
	border: 1px solid #B1CFEA;
	border-right: 2px solid #B1CFEA;
	border-bottom: 2px solid #B1CFEA;
	padding: 10px;
	vertical-align: top;
}

.tbl_sc {
	width: 100%;
	border-collapse:collapse;
}
.tbl_sc thead th {
	border: 0px;
	padding-bottom: 8px;
	text-align: left;
}
.tbl_sc tbody td{
	border: 1px solid #D5D7D8;
	padding: 5px;
	vertical-align: top;
}
.tbl_sc tfoot td {
	text-align: center;
	padding-top: 5px;
}
.tbl_cell1 {
	color: #5286A9;
	font-weight: bold;
	background : url(/core/module/schedule/default/images/bg_corner1.gif) no-repeat;
	width: 70px;
	text-align: center;
	vertical-align: top;	
}
.tbl_cell2 {
	color: #5286A9;
	font-weight: bold;
	background : url(/core/module/schedule/default/images/bg_corner1.gif) no-repeat;
	width: 70px;
	height: 250px;
	text-align: center;
	vertical-align: top;
}
