/* parvanpajooh: only change this style */
table.list {
	border__: 1px solid #666;
	width: 100%;
	margin: 5px 0 20px 0 !important;
}

table.list th,td {
	padding: 2px 4px 2px 4px !important;
	text-align_: left;
	vertical-align: top;
}

/* parvanpajooh: only change this style */
table.list thead tr {
	background-color: #727c81;
	color: white;
}

/* parvanpajooh: only change this style */
table.list th.sorted {
	background-color: #9EA5A9;
}

/* parvanpajooh: only change this style */
table.list th a,th a:visited {
	color: white;
}

table.list th a:hover {
	text-decoration: underline;
	color: black;
}

table.list th.sorted a,th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

table.list th.sortable a {
	background-image: url(../images/displaytag/arrow_off.png);
}

table.list th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
}

table.list th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
}

table.list tr.odd {
	background-color: #fff
}

table.list tr.tableRowEven,tr.even {
	background-color: #fea
}

table.list div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

table.list span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

table.list span.excel {
	background-image: url(../images/displaytag/ico_file_excel.png);
}

table.list span.csv {
	background-image: url(../images/displaytag/ico_file_csv.png);
}

table.list span.xml {
	background-image: url(../images/displaytag/ico_file_xml.png);
}

table.list span.pdf {
	background-image: url(../images/displaytag/ico_file_pdf.png);
}

table.list span.rtf {
	background-image: url(../images/displaytag/ico_file_rtf.png);
}

/* parvanpajooh: only change this style */
span.pagebanner {
	background-color: #eee;
	padding: 2px 0px 2px 0px;
	width: 50%;
	display: block;
	border-bottom: none;
	float: left;
}

/* parvanpajooh: only change this style */
span.pagelinks {
	background-color: #eee;
	padding: 2px 0px 2px 0px;
	width: 50%;
	display: block;
	border-top: none;
	float: right;
	text-align: right;
}