@charset "utf-8";
/* CSS Document */

#sim table th{
	padding:3px;
}

#sim table td{
	padding:3px;
	
}

#sim table.total{
	border:1px solid #0099CC;
}
#sim table.total td{
	border:1px solid #FFFFFF;
	padding:2px;
}

#sim table td.u_no{
	border-bottom:1px solid #FFFFFF;
	
}

span.red{
	color:#FF0000;
}

.col01_select{
	background:#cbdcee;
	padding:10px;
	height:110px;
	overflow:hidden;
	position:relative;
}

select{
	width:300px;
	float:left;
}

select#select_Item{
	width:300px;
	height:30px;
	margin:30px 20px 0 50px;
	padding:5px;
}
select#select_Item .def{
	padding:0;
}

select#select_Item option{
	padding:5px;
}

.col01_select .calBtn{
	position:absolute;
	width:320px;
	top:50px;
	left:400px;
	
}
p.front_clear{
	padding:0;
	color:#CC3300;
	font-weight:bold;
}
p.front_clear span{
	font-size:18px;
}

/*-------------------------------------------------------------------vtip*/
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 14px;
	background-color: #000000;
	color:#FFFFFF;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	width:200px;
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px;
}

	