		#active-list table {
			margin:auto;
			border-collapse: collapse;
			width: 700px;
		}
		th input {
			border: 1px solid #000;
			width: 70px;
			font-weight: normal;
			height: 12px;
		}
		input[type="checkbox"] {
			width: auto;
		}
		#first-col {
			width:150px;
		}
        th.filtered { 
	        background-color: #666; 
	    }
	    /*examples we need ony in test html*/
		#active-list td {
			border: 1px solid #999;
			white-space: nowrap;
			overflow: hidden;
			color: #666;
		}
		
		#active-list td div {
			/*overflow:hidden;*/
			white-space: nowrap;
			margin:0;
			padding:0;
		}

		#actions {
			width: 90px;
		}		

		div#buttons {
			margin: 5px 0;
			text-align: center;
		}
		div#buttons input {
			border: 1px solid #000;
			background-color: #A8C1CF;
			padding: 0;
		}
		.num_cell {
			text-align:right;
		}
		.date {
			text-align: center;
		}
		.even {
			background-color: #efefef;
		}
		
		.even {
			background-color: #efefef;
		}
		#active-list .select td {
			background-color: #CE0000;
			color: #fff;
		}
		.select div, .select td {
			font-weight: bold;
		}
		.bin {
			text-align: center;
		}
		.srow {
			width: 50px;
			text-align: center;
		}
		
		.srow input {
			width: 45px;
		}
		#active-list tr.hover td {
			background-color: #666;
			color: #fff;
		}
