@charset "utf-8";
/* CSS Document */

/* tables */
table.tablesorter {
	background-color: #;
	margin: 0px 0px 15px;
	width: 640px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #;
	border: 2px solid #CBCBCB;
	font-size: 16pt;
	padding: 5px;
	text-decoration: none;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	cursor: hand;
	color:#C60
}
table.tablesorter thead tr .header:hover {
	cursor: pointer;
	cursor: hand;
	background-color: #CFCFCF;
}
table.tablesorter tbody td {
	color: #630;
	padding: 0px;
	background-color: #;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #000;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #CFCFCF;
}
.photoList a:hover, .photoList a:active {
	padding: 5px;
	background-color: #CFCFCF;
	display: block;
	color:#C60
}
.photoList a {
	padding: 5px;
	color: #963;
	display: block;
}
.photoList p {
	padding: 5px;
	margin: 0px;
	display: block;
}
table.tablesorter tbody tr td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
}