* {margin:0; padding:0; outline:none}
body {font:10px Verdana,Arial; margin:20px 7px 7px; background:#fff url(images/bg.gif) repeat-x; color:#091f30; text-align: center;}

.sortable {
	width:600px;
	border-left:1px solid #c6d5e1;
	border-top:1px solid #c6d5e1;
	border-bottom:none;
	margin:0 auto 15px;
	text-align: left;	
}
.sortable th {background:url(images/header-bg.gif); text-align:left; color:#E2EBF1; border:1px solid #fff; border-right:none}
.sortable th h3 {font-size:10px; padding:6px 8px 8px}
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.sortable .head h3 {background:url(images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {background:url(images/header-selected-bg.gif)}
.sortable .desc h3 {background:url(images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}

#controls {float:left; width:500px; margin:0 auto; height:20px}
#perpage {float:left; width:180px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:200px; text-align:center}
#navigation img {cursor:pointer}
#text {float:left; width:100px; text-align:right; margin-top:2px}

#sortHold {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
a:link{
    color: #233D81;
    text-decoration: underline;
}

a:visited{
    color: #660066;
    text-decoration: underline;
}

a:hover{
    color: #9F7637;
    text-decoration: none;
	
}
div#close {
	float: right;
	margin-right: 15px;
	height: 12px;
	margin-top: 12px;
	margin-bottom: 10px;
	display: none;
}
#close a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2358A0;
	border: 1px solid #CCCCCC;
	line-height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#close a:hover {
   color: #99CCFF;
    text-decoration: none;
}