/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #95bce2;
	border-collapse: collapse;
	font-size:11px;
}
table.sortable th, table.sortable td {
	text-align: center;
	padding: 5px 4px 5px 4px;
	/*width: 100px;*/
	border-style: solid;
	border-color: #95bce2;
	line-height:155%;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ecf6fc; border-top:1px dotted #95bce2;
}
table.sortable tr.even td {
	background-color: #f3f3f2;  border-top:1px dotted #95bce2;
}
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #95bce2;
	background-color: #ccc;
	font-weight: bold;
}

.subcontentstyle {position:absolute; visibility: hidden; border: 9px solid #003F36; background-color:#f7f7f6; width:450px; height:500px; padding: 5px; color:#555;}
table.sortable ul {list-style:none; text-align:left; margin-left:10px; padding:3px;}
table.sortable li a {color:#006d55; margin-left:5px;}