@charset "UTF-8";
div.exportlinks {
    margin: -5px 0 10px 10px;
    padding: 2px 4px 2px 0;
    width: 100%;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.csv {
    background-image: url(../ico/ico_file_csv.png);
}

span.excel {
    background-image: url(../ico/ico_file_excel.png);
}

span.pdf {
    background-image: url(../ico/ico_file_pdf.png);
}

span.xml {
    background-image: url(../ico/ico_file_xml.png);
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
   
    margin: 10px 0 10px 0;
    padding: 2px 4px 2px 0;
    color:#555;
}
span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -18px;
    padding: 2px 0 2px 0;
    text-align: right;
    
  
   
}



div#main .tableHeaderImage { /* Tapestry */
    position: absolute;
    margin: 2px 0 0 -5px;
    background: transparent;
    border: 0;
}

/*.table th.sortable a {
    background-image: url(../images/arrow_off.png);
}*/

.table thead th {
	text-align: center;
}

.table thead th.text-left {
	text-align: left;
}

.table th.sorted {
    
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
   width:100%;
  
}
thead {
 background:#8699a8;
 text-align:center;

}
#users{
width:100%;

}
.table tr.even {
    background: #eff1ed;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

.table tr.odd {
    background: #f8f8f8;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

/* highlight .table row onmouseover */
.table tr.over {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
}

.detail th {
    text-align: right;
   
}

.table tbody td.text-center {
	text-align: center;
}
