.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: #C6C8FF;/*#d7e4ff;*/
/*	background-image: url(../../media/image2/bg.gif); */
	cursor: pointer; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center right; 
	padding: 3px 3px 3px 3px; 
/*	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(../../media/image2/asc.gif); 
	background-color: #9dceff; 
}
th.headerSortDown { 
	background-image: url(../../media/image2/desc.gif); 
	background-color: #9dceff; 
}
tr.data_row td{
	background: white;
	padding: 3px 3px 3px 3px;
}
tr.data_row_odd {
	background-color: #E9FFFF;
}

tr.data_row_even{
	background-color: #FCFAFF;
}

tr.detail td{
	background: white; 
	
}
tr.subdetail td{
	background: white; 
	padding: 5px ;
}

tr.over td{
	background: #bcd4ec;
}
td.display_pad{
	padding:3px;
}
/*
body{
	
	font-family: Calibri, "Trebuchet MS", sans-serif;
}
input{
	font-family:arial; 
	font-size:12px;
}*/
