		#examples table {
			margin:auto;
			border-collapse: collapse;
			width: 700px;
		}
		th input {
			border: 1px solid #272E36;
			width: 75px;
			font-weight: normal;
			height: 1em;
		}
		input[type="checkbox"] {
			width: auto;
		}
		#first-col {
			width:150px;
		}
		th {
			background-color:#AEBFD1;
			border: 1px solid #272E36;
			text-align: left;
		}
        th.filtered { 
	        background-color: #272E36; 
	    }
	    /*examples we need ony in test html*/
		#examples td {
			border: 1px solid #999;
			white-space: nowrap;
			overflow: hidden;
			color: #D80000;
		}
		
		#examples td div {
			/*overflow:hidden;*/
			white-space: nowrap;
			width: 150px;
			margin:0;
			padding:0;
		}
		
		div#buttons {
			margin: 5px 0;
			text-align: center;
		}
		div#buttons input {
			border: 1px solid #D80000;
			background-color: #272E36;
			padding: 0;
		}
		.num_cell {
			text-align:right;
		}
		.date {
			text-align: center;
		}
		.alternative {
			background-color: #272E36;
		}
		
		.alternate {
			background-color: #272E36;
		}
		#examples .select td {
			background-color: #272E36;
			color: #FFFFFF;
		}
		.select div, .select td {
			font-weight: bold;
		}
		.bin {
			text-align: center;
		}
		.srow {
			width: 50px;
			text-align: center;
		}
		
		.srow input {
			width: 45px;
		}
		#examples tr.hover td {
			background-color: #272E36;
			color: #FFFFFF;
		}
