@import url(row.css);
@import url(col.css);

body{
	font-size:12px;
}

table{
	background-color:#efefef;
}

tr{
	background-color:#FFF;
	height:25px;
}

.tr_main{
	background-color:#09F;
	font-weight:bold;
	height:30px;
	font-size:12px;
	border-bottom:1px solid #ffffff;
	background-image:url(../images/model.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.tr_main td{
	padding-left:30px;
}

.tr_title{
	background-color:#efefef;
	font-weight:bold;
	height:25px;
	font-size:12px;
}

.tr_over{
	background-color:#ff6600;
	height:25px;
	font-size:12px;
	color:#FFF;
}

.tr_out{
	background-color:#ff6600;
	font-weight:bold;
	height:25px;
	font-size:12px;
}
td{
	font-size:12px;
	text-align:left;
	padding-left:10px;
}

.No_red{
	width:15px;
	line-height:15px;
	text-align:center;
	color:#FFF;
	background-color:#F00;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}
.col_cal{
	width:125px;
	height:20px;
	background-image:url(../images/model.gif);
	background-repeat:no-repeat;
	background-position:100px -60px;
}

.ticket_col_box{
	padding:10px;
}