/* Sortable columns */

table#drugs td {
	text-align: center;
}

table#drugs th {
	white-space: nowrap;
	padding: 0.2em 0.3em;
	text-align: left;
	background: #C58F74;
	color: white;	
}

table#drugs th img {
	border: none;
}

table#drugs th a {
	text-decoration: none;
	color: white;
	display: table;
}

table#drugs th a:hover {
	text-decoration: none;
	color: white;
	background: #00B2EE;
}

table#drugs th a.sorted {
	background: #00B2EE;
	color: #FFB5C5;
	display: block;
}

table#drugs ul {
	padding: 0;
	text-align: left;
	font-size: smaller;
}

table#drugs ul li {
	padding: 0.3em 0em;
	list-style-type: none;
}

img.struct {
	border-style:none;
	width:130px;
	height:130px;
}




