/*
/* CSS document specific to the Browse Tools page 
*/

/* Page navigation and sorting options at the top of Browse Tools page */
table.res-top{
 	font-size: 12px;
 	width:100%;
	border-bottom: solid 1px #2f4f4f;
	border-top: solid 1px #2f4f4f;
	margin-bottom: 30px;
}

table.res-top a{
	font-size: 11px;
	color:#5C8B8B;
	padding-left:2px;
}

table.res-top td{
	font-size: 11px;
}

.numzoom{
	font-size: 14px;
	padding: 0px 4px 0px 4px;
	color: red;
}

/* the whole block for the Browse Tools page */
.th-block 
{
	display:block;
	float:none;
}

/* Main frame of the Browse Tools page */
.th-frame {
	inherit:none;
	padding:4px;
	display:inline;
	float:left;
	border:1px solid #a09060;
	margin:3px;
 	background-color: #C0CCCC;
}

#center {
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	margin-top: auto;
	TEXT-ALIGN: center;
	background:transparent;
	vertical-align:middle;
	align: center;
	width:108px;
}

/* the thumbnail showing at Browse Tools page */
.th-pic {
	width:110px;
	height:160px;
	text-align: center;
	margin-right:5px;
	float:left;
	overflow:hidden;
	line-height:150px;
	display:inline;
	vertical-align:top;
}

.th-pic img {
	border:thin dotted #FFCC00;
	display:inline;
	text-align: center;
	vertical-align:top;
}

/* the view, edit, delete buttons */
.th-buttons {
	vertical-align:bottom;
	display:inline;	
	width:249px;
	float:left;
	text-align:center;
	margin-top:5px;
	color:#c2a2a0;
}

.th-buttons a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5C8B8B;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0.2em;
}

ul.th-none {
	list-style-type:none;
}

.th-none li {
	margin:1px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	text-decoration:none;
}

.th-none li span{
	font-weight:bold;
	margin: 1px 0;
}

h3.th-mini {
	color:#5C8B8B;
	font-size:10px;
	text-align:center;
	margin:0 0 0.2em 0;
	text-decoration:none;
}

/* thumbnail (aka image) */

h3 {
	color: #5C8B8B; 
	clear: left; 
	margin: 0px; 
	font: 13px bold verdana, helvetica, arial, sans-serif; 
	padding-top: 0.5em; 
	border-bottom: #fdcd00 1px solid;
	font-size: 140%;
}

