table {
    width: 100%;
    margin: 20px auto;
    font-size: 1em;

}

th, td {
    padding: 2px 4px 2px 4px;
    text-align: left;
    vertical-align: middle;
}

thead tr {
    background-color: #fc0;
}

th.sorted {
    background-color: #4A4C43;
}

th a, th a:visited {
    font-weight: bold;
    background: #77793B;;
    color: #FFFFFF;
}

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

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: #fff
}

tr.tableRowEven, tr.even {
    background-color: #fea
}

ul#showsource {
	text-align: left;
	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: #77793B;
    color: #FFFFFF;
}

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

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

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

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

ul.placelist {
	text-align: left;
	list-style-position: inside;
}

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

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

div.pagelinks {
	margin-right: 3px;
	text-align:right;
}

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

div.pagebanner {
	margin-right: 3px;
	text-align:right;
}

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

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

span.warningRed {
	color: red;
}

