div#displayTagFrame a{
	color: #B2362E;
}

table#basesList a{
	color: #000;
	text-decoration: none;
}

div.exportlinks {
    margin: -5px 0 10px 0;
    padding: 2px 4px 2px 0;
    width: 100%;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.export {
	color: #b2362e;
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 0;
}

span.pagebanner {
    display: block;
    margin: 10px 0 10px 0;
    padding: 2px 4px 2px 0;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -32px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 100%;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table {
    border-collapse: collapse;
    border: 2px #79aac7 solid;
    color: #000;
    background: #fff;
    width: 100%;
}
    .table caption {
        padding: 0 0.6em 0.8em;
        font-size: 1.3em;
        font-weight: bold;
        text-align: left;
        color: #000;
        background: transparent;
    }
    .table td, .table th {
        border: 1px solid #e0e0e0;
        padding: 0.5em;
    }
    .table thead th, .table th {
        border: 1px solid #e0e0e0;
        text-align: left;
        font-size: 1em;
        font-weight: bold;
        background: #6285AF/*#355379/*#C9FF94*/;
        color: #FFFFFF;
     }
    .table th a {
        background: transparent;
        color: #FFF;
    }
    .table tfoot th, tfoot td {
        border: 1px solid #e0e0e0;
        text-align: left;
        font-size: 1em;
        background: #e8e8cf;
    }
    .table tfoot th {
        font-weight: bold;
    }
    .table tbody td a {
        background: transparent;
        text-decoration: none;
    }
    .table tbody td a *{
    	border:none;
    }
    .table tbody td a:hover {
        background: transparent;
        text-decoration: underline;
    }
    .table tbody td {
        text-align: left;
    }
    .table tfoot td {
        border: 1px solid #996;
    }
    /* Fixes for Tapestry (doesn't use thead/tbody) */
    #tableView .table th { padding: 0 !important }
    .table th table.tableHeaderTable td { border: 0 }
    .table .tableHeaderTable td a { text-decoration: none }
    .table th table.tableHeaderTable { width: 100%; height: 100%; margin: 0 !important }
    /* END TABLE */
	
    hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* END TYPOGRAPHY */	

.table th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
}

.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: #EFEFEF;
    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, .table tr:hover {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
    background: #ffd;
}
