span.pagebanner {
    font-size:10px;
    display: block;
    margin: 10px 0px 0px 10px;
    padding: 2px 4px 2px 0px;
    width: 79%;
}

span.pagelinks {
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
    margin-top: 0px;
    padding: 2px 0px 2px 0px;
    text-align: right;
    width: 99%;
}

table.list {
	background-color:#FCFCFC;
	width: 99%;
	border: 1px ridge #666;
	display: table;
}

table.list td {
    padding-left: 3px;
    padding:1px;
    font-size: 11px;
    color: #666;
    border: 1px solid #FDFDFD;
    text-align: left;
}

table.list th {
    background-color: #eee;
    padding: 2px;
    padding-left: 3px;
    border: 1px outset #eee;
    text-align: left;
    color: #D01F3C;
    font-size: 12px;
}

/* 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: #a1cfff;
    color:#920101;
}

table.list th table tr:hover {
    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: #FFFFFF;
    text-decoration: none;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    padding: 0px 3px;
    color:white;
}
table.list td a{
    color: #000000;
    background-repeat: no-repeat;
}
table.list th.order1 a {
	background-image: url(../images/arrow_down.png) !important;
	background-repeat: no-repeat;
}

table.list th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
	background-repeat: no-repeat;
}

table.list th.sortable a {
    background-image: url(../images/arrow_off.png);
    background-repeat: no-repeat;
}

table.list th.sorted {
    background-color: #dfdfdf;
    color: #000000;
    background-repeat: no-repeat;
}

table.list th.sorted a, table.list th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    color:#D01F3C;
}
table.list th.sorted a{
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    color:#FF1A00;
}

table.list th.sortable:hover {
    background-color: #ddd;
}

table.list thead tr {
    background-color: #FFCC00;
}

table.list tr.even {
    background: #FFFFFF;
    border-top: 1px solid #C0C0C0;
    color: #000000;
}

table.list tr.odd {
    background: #F0F8FF;
    border-top: 1px solid #C0C0C0;
    color: #000000;
}

/* highlight table row onmouseover */
table.list tr:hover, table.list tr.over {
    /*background: white;*/
    border: 1px solid black;
    color: #000000;
    cursor: pointer;
    cursor: hand; /* IE 5.5 non-compliant workaround */
}
table.list tr:hover td, table.list tr.over td{
    /*background: white;*/
    border: 1px solid #333;
    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 {
    font-size:10px;
    text-align: right;
    padding: 0px 3px 0px 0px;
}
.export{
	font-size: 10px;
}
.exportlinks {
	font-size:10px;
}
.exportlinks a{
	color: black;
	font-family: verdana;
	margin-right: 2px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
