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: 5px;
    margin-top: -18px;
    padding: 2px 0px 2px 0px;
    text-align: right;
    /*width: 80%;*/
    padding-left:128px;    
}
.list .icon{width:30px;padding:0;text-align: center;vertical-align: middle}
.list .icon img{width:16px;margin-top:2px;}
.list .data{width:100px;padding:3px;text-align: center;vertical-align: middle}
table.list {
	background-color:#FCFCFC;
	width: 99%;
	/*border: 1px ridge #666;*/
	display: table;
/*
    border: 1px solid; #808080;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    background: white;
*/
}

table.list td {
    padding:6px;
    font: 11px;
    line-height: 14px;
    color: #666;
    /*border: 1px solid #FDFDFD;*/
    text-align: left;
    vertical-align: middle;
}

table.list th {
    background-color: /*#eee*/#DFDFDF !important;
    padding: 6px;
    /*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;
    text-decoration: none;
    /*padding-right:5px;*/
}
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: /*#F7F4F4*/#EEE;
    /*border-top: 1px solid #C0C0C0;*/
    color: #000000;
}

table.list tr.odd {
    background: #FDFDFF;
    /*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;
}
