/*TAB SORTER */
body{font-family: Trebuchet MS;}

.prototools-table{width:100%;font-family: Trebuchet MS;background-color:#CCC;text-align:left;font-size:11px;}
.prototools-table th{
	background-color:#E6EEEE;
	border:1px solid #FFF;
	cursor :pointer;
	background-position:right center;
	background-repeat:no-repeat;
	background-image:url('../img/bg.gif');
}

.prototools-table th.desc{background-image:url('../img/desc.gif');background-color:#CDDBDC;}
.prototools-table th.asc{background-image:url('../img/asc.gif');background-color:#CDDBDC;}
.prototools-table th.on{ background-color:#CDDBDC; cursor :pointer;}

.prototools-table td,.prototools-table th{ padding : 3px 15px 3px 4px}
.prototools-table tr.line0{ background-color:#FFF; }
.prototools-table tr.line1{ background-color:#F0F0F6; }
.prototools-table tr.on{ background-color:#CDDBDC; cursor :pointer;}
.prototools-table tr.selected{ background-color:#90ADDF; cursor :pointer;}

div.prototools-options {border : 1px solid #CCC; font-size:11px; padding :5px 7px;}
div.prototools-options input, div.prototools-options select{border : 1px solid #CCC; font-size:11px; padding :1px 3px; margin :0 5px;}
