a.ord_start{
	padding-right:10px;
}

a.ord_start:hover{
	padding-right:10px;
	background:url(/public/images/sunrise/asc.png) no-repeat right;
}

a.ord_asc{
	padding-right:10px;
	background:url(/public/images/sunrise/desc.png) no-repeat right;
}

a.ord_asc:hover{
	padding-right:10px;
	background:url(/public/images/sunrise/asc.png) no-repeat right;
}

a.ord_desc{
	padding-right:10px;
	background:url(/public/images/sunrise/asc.png) no-repeat right;
}

a.ord_desc:hover{
	padding-right:10px;
	background:url(/public/images/sunrise/desc.png) no-repeat right;
}

table.wordlist{
	line-height:110%;
	width:100%;

}

table.wordlist th{
	background-color:#EBF1FB;
	border-left:#A1B4E6 solid 1px;
	border-bottom:#A1B4E6 solid 1px;
	padding:5px;
	text-align:center;
	font-size:9pt;
	padding-right:10px;
}

table.wordlist td{
	border-left:#A1B4E6 solid 1px;
	padding:5px;
}

table.wordlist .nosep{
	border-left:none;
	text-align:center;
}


.even{
	background-color:#EDF2F5;
}

img{
	border:0;
}

