/* ============ sortabletable.css ==============  */
/* author	Julia Hammett
   ============ REVISION HISTORY ============ 
	css to pair with sortabletable.js, which adds column sort capabilities to a table
	created       2006-04
* ============================================  */
.sort-table,.data-table {border-width:2px; border-style:solid;}
.invisibleTable {
	border: 0px none #99CCFF;
}

th,td {border-width:thin; border-style:solid; border-color:#6e8ec1;}
.sort-table thead td {border-width:thick; border-style:outset; cursor:pointer; font-size:1em;} /*button effect */
.sort-arrow {width:1em; height:1em; margin-left:1em;} /* sizeable images */
