
.editinput {
font-family: Verdana;
font-size: 8pt; 
border:        1px Solid ThreeDShadow;   
border-width: 1;
background-color: #F9F9F9

}



.anatablo {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	color:		WindowText;
	cursor:		default;
}

.anatablo thead td {
	background:	ButtonFace;
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
}

.anatablo tbody {
	background:	#f9f9f9;
}

.menulink           { text-decoration: none;color:black; font-size=10px}
.menulink:hover     { text-decoration: underline; color: #000080 }

.sayfano           { text-decoration: none;color:black; font-size=10pt}
.sayfano:hover     { text-decoration: underline; color: #000080 }

.aramainput {	font-family: Verdana; 
		font-size: 10px; 
		border-style: inset; 
		border-width: 1; 
		background-color: #ECE9D8
	     }

body {  font-family:        Arial, Helvetica,Verdana , Sans-Serif;
        font-color:               Message-Box;
        font-size:          20;}

code {  font-size:        1em;}
.even { background:        #eee;}
.odd {}
.secili { cursor:hand; text-decoration:none; background-color: #DDEEFF;}

.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.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 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	 center;
	background-repeat:		no-repeat;
	margin:					0 2px
}

.sort-arrow.descending {
	background-image:		url('downsimple.png');

}

.sort-arrow.ascending {
	background-image:		url('upsimple.png');
}