.outline_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left:20px;
	margin-right:10px;
	width: 300px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #fbbbba;
}
.outline_table tbody
{
	background: #fff0ed;
}
.outline_table th
{
	text-align:center;
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
	background: #f3cfcf;
}
.outline_table td
{
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
}
.outline_table tbody tr:hover td
{
	color: #444;
	background: #ffdfdf;
}


.daily_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:0px;
	width: 250px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #b8eaed;
}
.daily_table tbody
{
	background: #ebf7f8;
}
.daily_table th
{
	text-align:center;
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
	background: #b8eaed;
}
.daily_table td
{
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
}
.daily_table tbody tr:hover td
{
	color: #444;
	background: #d4f2f4;
}

.inquiry_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:0px;
	width: 520px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #c9c249;
}
.inquiry_table tbody
{
	background: #f8f7eb;
}
.inquiry_table th
{
	text-align:center;
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
	background: #e0dc94;
}
.inquiry_table td
{
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
}


.complaint_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:0px;
	width: 530px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #b8eaed;
}
.complaint_table tbody
{
	background: #ebf7f8;
}
.complaint_table td
{
	padding: 7px;
	color: #666;
	border-top: 1px dashed #fff;
}


