/* CSS mySelect.htm */ 
BODY, BUTTON {	
	font: icon;
	font-style: normal;
	font-family: arial, helvetica;
	background-color: #ECE8D5;
	font-size:7pt;
	margin-top: 1px; 
	font-weight: bold;
	}

TD, TH, DIV, P, DIV, INPUT, FORM, TABLE {	
	font: icon;
	font-style: normal;
	font-family: arial, helvetica;
	font-size:7pt;
	margin: 1px; 
	font-weight: bold;
	}
	
LEGEND {	
	font: icon;
	display: block;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size:7pt;
	margin-top: 2px;
	margin-bottom: 5px;    
	}
	
LEGEND.Small {	
	font: icon;
	display: block;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size:7pt;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;    
	}
		
INPUT.Small {	
	font: icon;
	display: block;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size:7pt;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;    
	} 
	
.bot-top {font: Icon; background:	#ECE8D5; color:	WindowText;	}
.sort-table{ font:	Icon; border:1px Solid ThreeDShadow; background: Window; color:	WindowText; }
.sort-table thead { background:	ButtonFace;	}
.sort-table td { padding:1px 3px;}
.sort-table thead td { border:	1px solid; border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; cursor:	default; }
.sort-table thead td:active { border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; padding:	3px 4px 1px 6px; }
.sort-table thead td[_sortType=None]:active { border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; padding:	2px 3px; }
.sort-arrow { width: 11px; height: 11px; background-position: center center; background-repeat: no-repeat; margin:	0 2px; }
.sort-arrow.descending { background-image:	url("downsimple.png");}
.sort-arrow.ascending {	background-image: url("upsimple.png");}
