.djm_grid{
	width:100%;
	
}
.djm_grid .header{
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}
.djm_grid .footer{
	padding:5px;
	text-align:right;
}



.djm_grid  .headercol {
	text-align:left;
}

.djm_grid table{
	width:100%;
	border-collapse:collapse;

}
.djm_grid  .tr_a{
	
}

.djm_grid  .tr_b{
	
}
.djm_grid tr{
	
}
.djm_grid th{
	padding-top:1px;
	padding-bottom:1px;
	padding-right:5px;
	padding-left:5px;
	border-bottom:1px solid #DCBFC1;
}

.djm_grid td{
	padding-top:1px;
	padding-bottom:1px;
	padding-right:5px;
	padding-left:5px;
	border-top:1px solid #DCBFC1;
	border-bottom:1px solid #DCBFC1;
	vertical-align:top;
}

.djm_grid a.button_next {
    background: transparent url('images/next.png') no-repeat scroll top right;
    padding-right: 40px; 
	padding-top:5px;
    text-decoration: none;
}
.djm_grid a.button_back {
    background: transparent url('images/back.png') no-repeat scroll top right;
    padding-right: 40px; 
	padding-top:5px;
    text-decoration: none;
}

.djm_grid a.button_asc {
    background: transparent url('images/asc.png') no-repeat;
    padding-right: 7px; 
	text-decoration: none;
}
.djm_grid a.button_desc {
    background: transparent url('images/desc.png') no-repeat;
    padding-right: 7px; 
	text-decoration: none;
}

.djm_grid  .button_edit {
    background: transparent url('images/edit.png') no-repeat scroll top right;
    width:20px;
	height:20px;
    text-decoration: none;
	float:right;
	margin:1px;
}

.djm_grid  .button_delete {
    background: transparent url('images/delete.png') no-repeat scroll top right;
    width:20px;
	height:20px;
    text-decoration: none;
	margin:1px;
	float:right;
}

.djm_grid  .button_new {
    background-color: #12C1DF;
    background-image: linear-gradient(to bottom, #2FD5F1, #12C1DF);
    background-repeat: repeat-x;
    border-bottom: 1px solid #63BEE0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #63BEE0;
    color: #FFFFFF;
    text-shadow: none;
	
	text-align:center;
	float:left;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border-radius:5px;
	margin-bottom:5px;

}
.djm_grid  .button_importexcel {
     background-color: #12C1DF;
    background-image: linear-gradient(to bottom, #2FD5F1, #12C1DF);
    background-repeat: repeat-x;
    border-bottom: 1px solid #63BEE0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #63BEE0;
    color: #FFFFFF;
    text-shadow: none;
	
	text-align:center;
	float:left;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border-radius:5px;
	margin-bottom:5px;
}

.djm_grid  .button_exportexcel {
    background-color: #12C1DF;
    background-image: linear-gradient(to bottom, #2FD5F1, #12C1DF);
    background-repeat: repeat-x;
    border-bottom: 1px solid #63BEE0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #63BEE0;
    color: #FFFFFF;
    text-shadow: none;
	
	text-align:center;
	float:left;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	border-radius:5px;
	margin-bottom:5px;
}

.djm_grid  .button_search {
    background: transparent url('images/search.png') no-repeat scroll top right;
    width:30px;
	height:30px;
	float:right;
	text-align:center;
}


/* tables */
table.tablesorter {
	width:100%;
	clear:left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {

}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
