@charset "utf-8";
/* CSS Document */


.sortable table {
	border-right: 1px solid #A7A37E;
	border-bottom: 1px solid #A7A37E;
}
.sortable td, th {
	font-size: 1.3em;
	padding: 3px;
}
.sortable th {
	font-weight: bold !important;
	border-bottom: 1px solid #333333;
	background: url(picts/th_bg.png) repeat-x;
	border-top: 1px solid #333333;
	padding-top: 4px;
	border-left: 1px solid #A7A37E;
}
.sortable td {
	border-left: 1px solid #A7A37E;
}

.sortable tr.even {
	background-color: #E7F7FF;
}

.sortable th {
  cursor: pointer;
}

th.headerSortDown {
	background: #A6B8C2 url(picts/down_arrow.png) no-repeat 98% 7px;
}
th.headerSortUp {
	background: #A6B8C2 url(picts/up_arrow.png) no-repeat 98% 5px;
}

.highlight {
	background-color: #CBCA96 !important;
}
 
.smalltitle	{ color: #205181; font: 14px verdana, arial, sans-serif; font-weight: bold; }

td.smalltext	{ FONT: 11px verdana, arial, sans-serif; }

.listing-text	{ FONT: 12px verdana, arial, sans-serif; }

.biglink {}
.hoverBigLink {}
.hoverBigLink a {}
