div.exportlinks {
	width: 100%;
	height: auto;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0;
	overflow: hidden;
}

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-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: none;
    margin: 20px 0 20px 0;
    padding: 2px 4px 2px 0;
}

span.pagelinks {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	width: 95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

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 0 0 -5px;
    background: transparent;
    border: 0;
}

/*.table th.sortable a {
    background-image: url(../images/arrow_off.png);
}*/

.table th.sorted {
    background-color: #FFF4DE;
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}



/* TABLE */
    table {
	font-size: 1em;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
    }
    table caption {
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 0 0 1.5em 0;
    }
    th {
        font-weight: bold;
        text-align: left;
    }
    td {
	font-size: 1em;
	line-height: 180%;
    }

    /*
    Coffee with milk
    Table design by Roger Johansson, 456 Berea Street
    www.456bereastreet.com
    ================================================*/
        .table {
	font: normal "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	color: #000;
	width: 98%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
        }
           
            .table td a img {
                border: 0 !important;
            }
        
            .table th a {
                border-bottom: 0;
            }
            .table td a:visited:after {
                content: "\00A0\221A";
            }
            .contribTable th a:visited:after, .tableHeaderTable td a:visited:after {
                content: "";
            }
            .table a:hover {
                text-decoration: underline;
            }
            .table th a:hover {
                text-decoration: underline;
            }
			
            .table thead th, .table thead td,
            .table tfoot th, .table tfoot td, .contribTable table.tableHeaderTable {
	background: #F7F7F7;
	line-height: 180%;
            }
            .table th {
                font-weight: bold;
                line-height: normal;
                padding: 0.25em 0.5em;
                text-align: left;
            }
            .table tbody th, .table td {
                padding: 0.25em 0.5em;
                text-align: left;
                vertical-align: top;
            }
         
       
			 .table tbody tr.odd th,
            .table tbody tr.odd td {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBE5D9;
            }
			
            .table tbody tr.even th,
            .table tbody tr.even td {
	background: #FCFCFC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBE5D9;
            }
            .table tbody tr:hover td, .table tr.over td,
            .table tbody tr:hover th {
	background: #FDFBF8 !important;
            }
        