/*
table {
	border: 1px solid #666;
	width: 80%;
	margin: 20px 0 20px 0 !important;
}

th,td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

thead tr {
	background-color: #fc0;
}

th.sorted {
	background-color: orange;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
}

th.order2 a {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #fea
}
*/

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


table.storytable {
	width:100%;
	margin: 10px 0 10px 0 !important;
	border:none;
	/*border:1px solid #0099ff;*/
	border-collapse: collapse;
}
table.storytable th,table.storytable td{
	/*padding: 6px 4px 6px 4px !important;*/
	padding:5px;
}
table.storytable thead tr {
	background-color: #0099ff;
}

table.storytable th.sorted {
	background-color: #0066ff;
}

table.storytable th, table.storytable th a, table.storytable th a:visited {
	color: #ffff00;
}

table.storytable th a:hover {
	text-decoration: underline;
	/*color: black;*/
}

table.storytable th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

table.storytable th.sortable a {
	background-image: url(../images/arrow_off.png);
	background-repeat: no-repeat;
}

table.storytable th.order1 a {
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
}

table.storytable th.order2 a {
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
}

table.storytable tr.odd {
	background-color: #ffffff;
}

table.storytable tr.tableRowEven,table.storytable tr.even {
	background-color: #efefef;
}


