/* --- Main HTML Tags --- */

body { 
	font-family: arial, sans-serif;       
	margin: 0px auto 10px auto;
	text-align: center;
	width: 51em;	
	background: white;
	color: black;
}

h1 {
	color: #60AB0F;
	font-size: large;
}

h2 {
	margin-top: 1.5em;
	color: #104E8B;
	font-size: medium;
	background: silver;
	padding: 0.2em 0.5em;
	border: 1px solid gray;
	text-align: left;
	text-shadow: 1px 1px 1px gray;
}

h3 {
	color: #104E8B;
	font-size: smaller;
	padding-left: 1em;
	text-align: left;
}

img {
	border: none;
}

/* --- Tag classes --- */

/* Content container */
div#body-content {
	margin: auto;
	padding: 1em;
	overflow: auto;
	background: #ffffff url('public/images/body_bg.gif') repeat-x;
	_background: none; /* Underscore makes it specific for IE6 */
	border:1px solid #ba8965;
}

/* Container for text content (paragraphs, etc.) */
div.text {
	overflow: hidden;
}

div.text .outer {
	border-top: 1px solid #60ab0f;
}

div.text .inner {
	background: #e1ffc0;
	border-bottom: 1px solid #60ab0f;
	border-left: 1px solid #60ab0f;
	border-right: 1px solid #60ab0f;
	padding: 0.5em 1em;
	overflow: hidden;
	font-size: small;
	text-align: left;
}

/* Citations */
p.citation {
	font-size: smaller;
}

img.headimg {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border:1px solid #ba8965;
}

/* Search box */
div#search-box {
	border: 1px solid silver;
	padding: 0.5em 1em;
	margin: 10px auto 1em auto;
	text-align: left;
	font-size: smaller;
	background: #a6a6a5;
}

div#search-box form {
	padding: 0;
	margin: 0;
}


/* Colors for drugs, targets, and enzymes */
.drug {
	background: #C58F74 !important;
	color: black !important;
}

.enzyme {
	background: #B2D0B4 !important;
	color: black !important;
}

.target {
	background: #DB9EA6 !important;
	color: black !important;
}

/* Standard drugbank table style */
table.standard {
	empty-cells: show;
	clear: both;
	background: white;
	margin: 0.5em auto;
	border: 1px solid #D3D3D3;
	border-color: #D3D3D3 #808080 #808080 #D3D3D3;
	padding: 1px;
	border-spacing: 1px;
	font-size: small;
	text-align: left;
	width: 100%;
}

table.standard th, table.standard td {
	border: 1px solid #D3D3D3;
	border-color: #808080 #D3D3D3 #D3D3D3 #808080;
	padding: 5px;
}

table.standard th {
	background-color: #C58F74;
	color: white;
}

table.standard col.field, table.card col.value {
	padding: 3px;
}

table.standard col.field {
	width: 10em;
	background-color: #D5B6A2;
}

table.standard col.value {}

/* Legend for colors for drugs, targets, and enzymes */
p.color-legend {
	clear: both; 
	font-size: smaller;
}

p.color-legend span {
	border: 1px solid silver; 
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
}

/* Odd-even for tables */
.even {
	background: white;
}

.odd {
	background: #ECF3FE;
}

/* Notice and warnings */
p.notice {

}

p.error {
	border: 1px solid gray;
	margin: 1em 1em 0em 1em;
	padding: 0.5em;
	background: #CD9B9B;
	color: #8C1717;
	font-size: larger;
	text-align: center;
}

p.disclaimer {
	background: #CD9B9B; border: 1px solid gray; padding: 0.8em; font-style: italic; font-size: smaller;
}

/* Footer and funding info */
div#footer {
	background:#ba8965;
	color:white;
	font-size:x-small;
	padding: 3px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;      
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
}

p#funding {
	background: #FAFAFA; 
	font-size: x-small; 
	color: grey; 
	margin: 0em; 
	padding: 0.5em; 
	border-top: 1px solid silver;
}


/* General tool container */
div.tool-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	background: #F2F2F2;
	border: 1px solid silver;
}

/* SMP-MAP Styles */
.hit {
	background: #FBEC5D;
}

/* Hints */
p.hint {
	background: #FFFFE0;
	color: gray; 
	font-size: smaller;
	text-align: center;
	padding: 0.1em;
/*	style=" text-align: center; margin-top: 1em;"*/
}

p.hint img {
	margin-right: 0.5em; 
	line-height: 16px; 
	vertical-align: middle;
}
