@CHARSET "ISO-8859-1";

div.index-list-box{
	margin: 0 auto;
	width: 1000px;
	position: relative;
	float: left;
}
div.index-list-box table#table_id{
	width: 100%;
	font-size: 10pt;
}
div.index-list-box table#table_id th{
	text-align: center;
	padding: 5px;
	color: #4b4b4b;
	vertical-align: middle;
	
	/* background : url(../images/datatables/box-title.gif) repeat-x right top; */
	background-color:#FFFFFF;
	background-image:-webkit-linear-gradient(top, #FBFBFB, #DBDBDB);
	background-image:-moz-linear-gradient(top, #FBFBFB, #DBDBDB);
	background-image:-ms-linear-gradient(top, #FBFBFB, #DBDBDB);
	background-image:-o-linear-gradient(top, #FBFBFB, #DBDBDB);
	background-image:linear-gradient(top, #FBFBFB, #DBDBDB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FBFBFB', EndColorStr='#DBDBDB'); /* for IE 6 - 9 */
	border-right : none;
	border-color: #ccc;
	
	font-size: 9.7pt;
	font-weight: bold;
}
div.index-list-box table#table_id td{
	font-size: 9pt;
	padding: 5px 8px;
	
	border-color: #ccc;
	line-height: normal;
}
div.index-list-box table#table_id th:first-child,
div.index-list-box table#table_id td:first-child{
	text-align: center;
}
td.block-header-title,
p.block-header-title{
	color: #4b4b4b;
	font-weight: bold;
	padding: 0 0 15px 6px;
}
td.block-header-title{
	font-size: 10pt;
}
p.block-header-title{
	font-size: 12pt;
}
div.search-document-box{
	position: relative;
	display: inline-block;
	width: 100%;
}
p.asean-textlist-info{
	margin-bottom: 0;
}
select#_paginationCombo{
	width: auto !important;
}
table.asean-agreement-info{
	width: 100%;
}