table#key {
	float: right;
	text-align: center;
	margin-bottom: 10px;
}

table#key td.heading {
	font-weight: bold;
	background: #FFFFFF;
	color: black;
}

table#sketches {
	clear: both;
	color: #000000;
}

table#sketches th {
	font-size: 10pt;
	color: #FFFFFF;
}

table#sketches .title {
	width: 160px;
	font-weight: bold;
}

table#sketches .submitter {
	text-align: center;
}

table#sketches td.submitter a {
	color: #FFFFFF;
}

table#sketches .submitter div.name {
	width: 80px;
	vertical-align: middle;
	/*padding: 15px 5px;*/
	font-size: 8pt;
	text-align: center;
}

table#sketches a.sortby {
	font-style: italic;
	text-decoration: underline;
}

td.submit_date {
	width: 100px;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
}

table#sketches td.notes {
	 width: 80px;
	 font-size: 8pt;
}

.comment {
	text-align: center;
}


td.new_comment {
	border-style: solid;
	border-width: 5px;
	border-color: #BBFFBB;
	text-align: center;
}

td.read_check {
	width: 50px;
	text-align: center;	
}

td.download {
	text-align: center;
	width: 27px;	
}


.current tr.read {
	background: #3A3A3A;
}

.current tr.read td {
	color: #C3C3C3;
}

.current tr.read a {
	color: #256CAF
}

.current table#sketches tr.read td.submitter a {
	color: #C3C3C3;
}