.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

.word01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	line-height: 22px;
}
.word02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.word03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
.word04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
}
.word05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	line-height: 18px;
	font-weight: normal;
}
.line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.word06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663399;
	line-height: 18px;
	font-weight: bold;
}
.word07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #663399;
	line-height: 18px;
	font-weight: bold;
}

#ui-datepicker-div{
	z-index:200;
	font-size:12px;
}

.fullBg {
	display:none;
	position:absolute;
	background-color:#000;
	left:0;
	top:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}

#tb_title {
	cursor:move;
	background-color:#00598E;
	text-align:right;
}
	#tb_title.draggable{
		background-color:#24A0EC;
	}
	#tb_title.undraggable{
		background-color:#00598E;
	}

.new_table{
	padding:0px;
}
	.new_table td{
		padding:5px;
		vertical-align:top;
		border-bottom:1px solid #DCEDF7;
	}

.edit_table{
	padding:0px;
}
	.new_table td{
		padding:5px;
		vertical-align:top;
		border-bottom:1px solid #00598E;
	}
