span.pagebanner {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 2px 4px 2px 0px;
    width: 79%;
}

span.pagelinks {
    display: block;
}

table.list {
    border: 1px solid #808080;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    background: white;
}

table.list td {
    padding-left: 2px;
    padding-right: 2px;
}

table.list th {
    background-color: silver;
    background-image: url("../images/interlace.png");
    padding: 2px 4px 2px 2px;
    border-bottom: 1px solid black;
    text-align: left;
    color: black;
}

table.list th.right {
    background-color: silver;
    background-image: url("../images/interlace.png");
    padding: 2px 1px 2px 2px;
    border-bottom: 1px solid black;
    text-align: right;
    color: black;
}

/* The following 3 rules are for Tapestry's contrib:Table */
table.list th table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

table.list th table td {
    text-align: left;
}

table.list th table td:hover, table.list th table td a:hover {
    background-color: #d6e2ee;
}

table.list th table tr:hover {
    background-color: #d6e2ee;
    border: 1px solid white;
}

table.list tr.even {
    background: #eee;
    border-top: 1px solid silver;
}

table.list tr.odd {
    background: white;
    border-top: 1px solid silver;
}

table.list th a, table.list th a:visited {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 5px;
}

table.list th.orderASC a {
  background-image: url(../images/arrow_down.gif) !important;
  padding-right: 5px;
}

table.list th.orderDESC a {
    background-image: url(../images/arrow_up.gif) !important;
    padding-right: 5px;
}

table.list th.sortable a {
    background-image: url(../images/arrow_inv.gif);
    padding-right: 5px;
}

table.list th.sorted {
  background-image: url("../images/interlace_selected.png");
    background-color: #eee;
    color: #000000;
}

table.list th.sorted a, table.list th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

table.list th.sortable:hover {
  background-image: url("../images/interlace_hover.png");
    background-color: #d6e2ee;
}

table.list thead tr {
    background-color: #d6e2ee;
}

table.list td {
    color: #000000;
}

table.list tr.even {
    background: #d7d7d5;
    border-top: 1px solid #C0C0C0;
    color: #000000;
}

table.list tr.odd {
    background: #FFFFFF;
    border-top: 1px solid #C0C0C0;
    color: #000000;
}

/* highlight table row onmouseover */
table.list tr:hover, table.list tr.over {
    background: #d6e2ee;
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
    cursor: hand; /* IE 5.5 non-compliant workaround */
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th {
    text-align: right;
    padding: 0px 3px 0px 0px;
}

.zeroValues td {
    background: #FFCCCC;
    border-top: 1px solid #C0C0C0;
    color: #999999;
}

.browseHeader{
text-align:left;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

input.page-goto {
	border:solid;
	background-color:#FAFAD2;
	text-align:center;
}

