@charset "utf-8";
#blue_dream table {
	border-collapse:collapse;
	background:#ffffff;
	border:1px solid #7f7f7f;
	color:#fff;
	font:normal 15px "돋움";
	margin-top:10px;
	width:100%;
}
#blue_dream caption {
	border:1px solid #363636;
	background:#c4d3f1;
	color:#363636;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:12px 5px;
	text-align:left;
	font-size:14px;
	letter-spacing:-1px;
}
#blue_dream td {
	color:#363636;
	padding: 12px 5px;
	text-align:left;
	letter-spacing:-1px;
}
#blue_dream td:last-child {
	border-right:1px solid #7f7f7f;
}
#blue_dream th:last-child {
	border-right:1px solid #7f7f7f;
}
#blue_dream tr {
	border:1px dotted #7f7f7f;
}
#blue_dream th, thead th, #blue_dream tfoot th {
	background:#e5e5e5;
	color:#363636;
	text-align:left;
	padding:12px 5px;
	letter-spacing:-1px;
}
#blue_dream .odd {
	background:#eef3f4;
}
#blue_dream tbody tr:hover {
	background:#cfe1e2;
	border:1px solid #;
	color:#000000;
	cursor:pointer;
}
#blue_dream .nhover:hover {
	background:#8C98CE;
	color:#000000;
	cursor:default;
}