/* display tag styles */
table.display {
	width: 100%;
	margin: 20px 0 20px 0;
	border: 1px solid #999;
	background-color: #FFFFFF;
}
.display th {
	text-transform:uppercase;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 10pt;
	color: #330000;
	font-family: Verdana
	}
.display thead tr {
  background-color: #adf;
}
.display th.sorted a, .display th.sortable a {
	background-position: right;
	display: block;
	padding-right: 10px;
}

.display th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
	text-align:left;
	text-decoration:none;

}

.display th.order1 a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
}

.display th.order2 a {
	background-image: url(../images/arrow_up.png);
	background-repeat:no-repeat;
}

table.display tr.even {
  background-color: #eee;
}

.display tr.odd {
  background-color: #fff;
}
div.exportlinks {
	background-color: #eda;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 99%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
        display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
	background-repeat:no-repeat;
}
span.csv {
	background-image: url(../images/ico_file_csv.png);
	background-repeat:no-repeat;
}
span.xml {
	background-image: url(../images/ico_file_xml.png);
	background-repeat:no-repeat;
}
span.pdf {
	background-image: url(../images/ico_file_pdf.png);
	background-repeat:no-repeat;
}

span.pagebanner {
	background-color: #eda;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eda;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


.display td {
	text-align: left;
	vertical-align: top;
	}


.display th.sorted {
    	text-align: left;
    	vertical-align: top;
    background-color: #7cf;
	border: 1px solid #999;
}
.display th a, .display th a:visited {
  color: black;
}
.display th a:hover {
  text-decoration: none;
  color: black;
}

td.mover {
	text-align: center;
}
td.binary {
	text-align: center;
}
td.urgent {
	width: 23px;
	text-align: center;
}
td.sender {
	width: 180px;
}
td.uploadCnt {
	width: 35px;
	text-align: center;
}
td.actiontwo {
	width: 100px;
	text-align: center;
}
caption {
	color: #900;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}
