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

.table-menu{
	border-collapse:collapse;
	width:100%;
	margin-top:5px;
}

.table-menu thead tr{
	background:#1e61a4;
	color:#b7cee3;
	height:20px;
}

.table-menu thead th{
	font-weight:bold;
	text-align:center;
}

.table-menu tbody tr{
	background:#ececec;
	color:#4b5eac;
	height:30px;
	vertical-align:top;
	border:1px solid #333333;
	font-weight:bold;
}

