@charset "utf-8";
/* CSS Document */

table > tbody > tr > td {
font:Zawgyi-One !important;
font-size:14px;
}

#dataTable tbody > tr > td {
white-space: nowrap !important;
margin:0px !important;
padding:0px !important;
padding-left:5px !important;
}

#dataTable tbody tr.selected {
background-color:#eee !important;
}

#dataTable2 tbody > tr > td {
white-space: nowrap !important;
margin:0px !important;
padding:5px !important;
}

#dataTable2 tbody tr.selected {
background-color:#eee !important;
}



#CustomerCallList tbody > tr > td {
white-space: nowrap !important;
margin:0px !important;
padding-left:5px !important;
}

#CustomerCallList tbody tr.selected {
background-color:#eee !important;
}

#OrderRequestList tbody > tr > td {
white-space: nowrap !important;
margin:5px !important;
padding:5px !important;
}

#OrderRequestList tbody tr.selected {
background-color:#eee !important;
}


.rowodd{background-color:#fff;}
.roweven{background-color:#cce5e4;}

/*#btnDetail{
	height:25px;
	text-align:center !important;
	vertical-align:middle !important;

}*/
