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

div.HITSLTable {
	position:relative;
	margin-top:10px;
	/*overflow:auto;*/
}

div.HITSLTable th,td 
{
	padding: 0 3px;
	white-space:nowrap;
	overflow:hidden;
}

DIV.HITSLTable .headerTableDiv, div.HITSLTable .footerTableDiv
{
	position:relative;
	width:auto;
	margin-right:15px;
	*margin-right:0px;
}


DIV.HITSLTable .dataTableDiv
{
	position:relative; 
	width:100%; 
	overflow-y:scroll; 
	overflow-x:hidden; 
}

DIV.HITSLTable table
{
	/*border-collapse:collapse;*/
	table-layout:fixed;
	position:relative;
	width:100%;
}


.button{
	width:100%;
	height:100%;
	padding:1px;
	}
	
.buttonDisabled{
	width:100%;
	height:100%;
	padding:1px;
	}
