table {
    width: 98%;
    margin: 0 1% 10px 1%;
    font-size: 1em;
    border-collapse:collapse;
}

th, td {
    /*padding: 2px 4px 2px 4px;*/
    text-align: left;
    vertical-align: middle;
    border:1px solid black;
}

thead tr {
    background-color: #BACBFF;
}

th.sorted {
    background-color:blue;/*#FF8040;*/
}

th a, th a:visited {
    font-weight: bold;
    background: #B9B9B9;
    color: #FFFFCC;
}

th a:hover {
    text-decoration: none;
    color: #FFFFCC;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    width: 100%;
}

th.sortable a {
    background-repeat: no-repeat;
    background-image: url( ../img/displaytag/arrow_off.png );
}

th.order1 a {
    background-repeat: no-repeat;
    background-image: url( ../img/displaytag/arrow_down.png );
}

th.order2 a {
    background-repeat: no-repeat;
    background-image: url( ../img/displaytag/arrow_up.png );
}

th.hidden {
	display: none;	
}

td.hidden {
	display: none;	
}
tr.odd{
	background-color:#D1D1D1;
}
tr.tableRowEven,tr.even{
	background-color:#E8E8E8;
}

ul#showsource {
    float: right;
    background-color: #eee;
    border: 1px dotted #999;
    /*padding: 2px 4px 2px 4px;
    margin: 5px;*/
    width: 100px;
    list-style-type: none;
}

table.my thead tr {
    background: #BACBFF;
    color: #FFFFCC;
}

table.my tr.even {
    background-color: #D1D1D1;
}

table.my tr.odd {
    background-color: #E8E8E8;
}

table.my td, table.my th {
    text-align: center;
}

table.my tr.rowMouseOver {
	background-color: #cbca9d;
	cursor: pointer;
}

/* Index */
#empty {
	text-align: center;
}
/*
#index {
	margin-right: 3px;
	text-align:right;
}

#index img {
     vertical-align: middle;
}
*/

div.pagelinks{
	margin-right: 1%;
	text-align:right;
}

div.pagelinks img{
     vertical-align: middle;	
}

strong{
	color:#cbca9d;
}
img {
     border: 0px;
}


