.axd_dt th.sortedASC {
	border-top:5px solid rgb(202,228,0);
}
.axd_dt th.sortedDESC {
	border-bottom:5px solid rgb(202,228,0);
}

tr.axdDTRowSelected td {
	background-color:#fff;
}

tr.axdDTControlsRow {
	background-color: #ddd;
}

.axdDTCustomControls {
	float:left;
}
.axdDTControls {
	float:right;
	margin-right:1px;
}
.axdDTHighlight {
	background-color: #FCF232;
}
.axdDTNull {
	color:#bbb;
}

table.axd_dt {
width:100%;
}

table.axd_dt th {
font-size:11px;
font-weight:normal;
text-transform: capitalize;
font-variant: small-caps;
text-align:center;
}

table.axd_dt td a {
font-size:11px;
font-weight:normal;
color:black;
padding:0 2px;
}
tr.axdDTControlsRow {
display:none;
visibility:hidden;}

table.axd_dt td a:hover {
color:rgb(251,72,0);
}





table.axd_dt tr.red td a {
color:lemonchiffon;
text-decoration:none;
}



table.axd_dt td.subtotal a {
font-size:16px;
font-weight:bold;
color:black;
padding:0 2px;
text-decoration:none;
}

table.axd_dt tr.red td.subtotal a {
font-size:16px;
font-weight:bold;
color:lemonchiffon;
padding:0 2px;
text-decoration:none;
}
table.axd_dt tr.grn {
background-color:rgb(102,169,14);
}
table.axd_dt tr.blu {
background-color:rgb(105,210,231);
}
table.axd_dt tr.spk {
background-color:rgb(255,114,185);
}
table.axd_dt tr.red {
background-color:rgb(255,40,40);
}
table.axd_dt tr.mve {
background-color:rgb(210,167,223);
}
table.axd_dt tr.yel {
background-color:rgb(248,252,106);
}
table.axd_dt tr.lme {
background-color:rgb(170,255,85);
}
table.axd_dt tr.aqu {
background-color:rgb(201,255,201);
}
table.axd_dt tr.pnk {
background-color:rgb(255,170,170);
}
table.axd_dt tr.ber {
background-color:rgb(170,170,255);
}
table.axd_dt tr.stw {
background-color:rgb(255,212,42);
}
table.axd_dt tr.cx {
background-color:rgb(0,212,255);
}
table.axd_dt tr.wht {
background-color:rgb(255,255,255);
}

td.subtotal {
text-align:right;
}


table.axd_dt tr:hover {
background-color:rgb(121,121,121);
color:white;
cursor:pointer;
text-decoration:none;
}
