div.exportlinks {
    margin: -5px 0px 10px 10px;
    padding: 2px 4px 2px 0px;
    width: 100%;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.csv {
    background-image: url(../images/ico_file_csv.png);
}

span.excel {
    background-image: url(../images/ico_file_excel.png);
}

span.pdf {
    background-image: url(../images/ico_file_pdf.png);
}

span.xml {
    background-image: url(../images/ico_file_xml.png);
}

span.export {
    cursor: pointer;
    display: inline;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 2px 4px 2px 0px;
   	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #f87d05;
	text-align: center;
	align:center;
	width: 100%;
}

span.pagelinks {
    display: block;
    /*font-size: .95em;*/
    margin-bottom: 5px;
    /*margin-top: -18px;*/
    margin-top: -10px;
    padding:10px 0px 2px 0px;
    text-align: center;
    width: 100%;
   	font-family: Verdana;
    font-size: 11pt;
	font-weight: normal;
	color: #797979;
}


span.pagelinks A{
	text-decoration: none;
	font-family: verdana; color: #4897DA; font-size: 11pt; font-weight: bold;
}

span.pagelinks a:hover {
	text-decoration: underline;
	font-family: verdana; color: #4897DA; font-size: 11pt; font-weight: bold;
}


th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
}

div#main .tableHeaderImage { /* Tapestry */
    position: absolute;
    margin: 2px 0px 0px -5px;
    background: transparent;
    border: 0px;
}

/*.table th.sortable a {
    background-image: url(../images/arrow_off.png);
}*/

.table th.sorted {
    background-color: #ffd;
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.table tr.even {
    background: #eee;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

.table tr.odd {
    background: #fff;
    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;
}

/** test css */
table.list {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 98%;
}


table.list thead tr{
	background-color: #4897DA;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	border: 1px solid #ccc ;
	height: 20px;
}

table.list tr.odd{
	background-color: #ECECEC;
	border: 1px solid #ccc;
}

table.list td{
	border: 1px solid #ccc;
}



.paginationCellTxtLink
{
	height: 18px;
    padding-left: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	font-weight:bold;
}	

.paginationCellTxt
{
	height: 18px;
    padding-left: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}	
.paginationCellHeader
{
	height: 18px;
    padding-left: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	white-space: nowrap;
}
	

