/*TAB SORTER */

.prototools-table a{
color: #666666;
}

.prototools-table a:hover{
color:#333333;
}

.prototools-table{width:700px;font-family: Arial;background-color:#CCC;text-align:left;font-size:11px;}
.prototools-table th{
	background-color:#00a2ff;
	border:1px solid #FFF;
	cursor :pointer;
	color: #ffffff;	
	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:#0876b5; color: #ffffff;}
.prototools-table th.asc{background-image:url('../img/asc.gif');background-color:#0876b5; color: #ffffff;}
.prototools-table th.on{ background-color:#0876b5; cursor :pointer; color: #ffffff;}

.prototools-table td,.prototools-table th{ padding : 6px}
.prototools-table tr.line0{ background-color:#FFF; }
.prototools-table tr.line1{ background-color:#F0F0F6; }
.prototools-table tr.on{background-color:#F0F0F6;}
.prototools-table tr.selected{ }

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;}
