@charset "utf-8";

BODY, TABLE, TD {
	font-family: 맑은 고딕;
	font-size: 14px;
}

.menu {
	font-family: 맑은 고딕;
	font-size: 18px;
	font-weight: bold;
	background-color: white;
}

.menu a:link { text-decoration: none;}
.menu a:visited { text-decoration: none;}
.menu a:active { text-decoration: none;}
.menu a:hover { text-decoration: none;}

.msg_input {
	font-family: 맑은 고딕;
	font-size: 16px;
	background-color: white;
}

.msg0_info {
	border: 1px solid red;
}

#table {display: table; width: 100%;}
.row {display: table-row;}
.cell {display: table-cell; padding: 1px; border-bottom: 1px solid #DDD;}
.col1 {width: 30%; text-align: right;}
.col2 {width: 70%;}


.hoverTable{
	width:100%;
	max-width:700px;
	border-collapse:collapse;
}
.hoverTable td{
	padding:2px; border:silver 1px solid;
}
/* Define the default color for all the table rows */
.hoverTable tr{
	background: white;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
	background-color: #d1e9fe; /* #b990e8*/
}