/* tables */
table.data-table {
	/*font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;*/
}
table.data-table thead tr th, table.data-table tfoot tr th {
	/*background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;*/
}
table.data-table thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.data-table thead tr .header  {

}

table.data-table thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.data-table thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.data-table thead tr .headerSortDown, table.data-table thead tr .headerSortUp {
	background-color: #5842AE !important;
	color: #ffffff;
}
/* 3/6/2013 */
table.data-table thead tr .header {
	padding-right:18px;
}

/* tables */
table.data-table1 {
	/*font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;*/
}
table.data-table1 thead tr th, table.data-table1 tfoot tr th {
	/*background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;*/
}
table.data-table1 thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.data-table1 thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.data-table1 thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.data-table1 thead tr .headerSortDown, table.data-table1 thead tr .headerSortUp {
	background-color: #5842AE;
	color: #ffffff;
}
/* 3/6/2013 */
table.data-table1 thead tr .header {
	padding-right:18px;
}
.data-table1 th {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px;
    background-color: #EBEBEB;
    color: #939191;
    text-align: left;
}
.data-table1 {
    border-collapse: collapse;
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
    border-color: #CCCCCC;
}
.data-table1 td {
    border: 1px solid #CCCCCC;
    color: #939191;
    padding: 10px;
}