.fieldset-collapsed {
	border-style:solid none none;
}
table.sortable_table {
	border-collapse:collapse;
	border-width:2px;
	border-color:#b7dbff;
	font-size:100%;
	padding: auto;
}
table#sortable_table {
	border-collapse:collapse;
	border-width:2px;
	font-size:70%
}

th.header { 
	background-color: #d7e4ff;
	cursor: pointer; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center right; 
	padding-right: 20px; 
	margin-left: -1px;
}
th.display { 
	background-color: #9C91E1;	
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center right; 
	padding-right: 20px; 
	margin-left: -1px;
}		
th.display2 { 
	background-color: #DFD4F1;	
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center right; 
	padding-right: 20px; 
	margin-left: -1px;
}		
th.headerSortUp { 
	background-image: url(asc.gif); 
	background-color: #9dceff; 
}
th.headerSortDown { 
	background-image: url(desc.gif); 
	background-color: #9dceff; 
}
tr.data_row td{
	background: white;
}
tr.data_row_odd {
	background-color: #E9FFFF;
}

tr.data_row_even{
	background-color: #FCFAFF;
}

/*tr.detail td{
	background: white;
}
*/
tr.over td{
	background: #bcd4ec;
}
td.display_pad{
	padding:3px;
}
body{
	font-family:arial;
}
/*input{
	font-family:arial; 
	font-size:12px;
}*/
