@charset "utf-8";
/* CSS Document */
/* css for table  */

#list-all-head {
	background-color:#D8D8D8;
	border:1px solid #999999;
	padding-left:20px;
	color:#006699;
	width:auto;
	padding:5px;
	font-size:12px;
	font-weight:normal;
}

/* css for table  */
.table_list_all {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}


.table_list_all caption {
	font-size:14px;
	font-weight:bold;
	color:#006699;
	background-image:url(../images/bg.jpg);
	line-height:25px;
	border:1px solid #CCCCCC;
}

.table_list_all thead {
	font-size:14px;
	font-weight:bold;
	color:#006699;
	background-image:url(../images/bg.jpg);
	line-height:20px;
	text-align:center;
}

.table_list_all td {
	border:1px solid #CCCCCC;
	font-size:12px;
	line-height:20px;
}

.table_list_all tr.highlight {
	background-color:#FFFF99;
	color:#000066;
}
