tableadd{

	border-collapse: collapse;
	border: black 1px solid;
	background-color: #FFFFFF;
	border-bottom:black 1px solid;
	}

#tableadd td{
	white-space: nowrap;
	border: none;
	padding: 2px;
	}
thead th, thead th.fixdhdr1{
	color: #ffffff;
	font-size : 10px;
	background-color: #ED6E00;
	font-weight : bold;
	position:relative;
	cursor: default;
	}
thead th{
	background-color: #CCCCCC;
	top: expression(document.getElementById("container").scrollTop-2);
	z-index:30;
	padding: 2px;
	}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:auto;	
    border: 1px solid #317082;
    background-color:#FFF;
    text-align:left;
	font-size:0.9em;
    position: absolute;
    height:200px;
	z-index: 50;
}

div.suggestions div {
    cursor: pointer;
    padding: 0px 3px;
    background-color:#FFF;
    font-size:0.9em;
    z-index: 50;
}
div.suggestions div.current {
   background-color:#317082;
   color:#FFF;
   z-index: 50;
}

th.fixdhdr1{
	color: #ffffff;
	background-color : #ED6E00;
	font-weight : bold;
	font-size : 8px;
	border:black 1px solid;
	position: relative;
	z-index:40;
}
td.fixdhdr1{
	color: #000000;
	background-color : #c8c8c8;
	border:black 1px solid;
	position: relative;
	z-index:40;
}



