BODY
{
	margin-top: 5px;
	font-size: 85%;
	background: url(images/body-bg.gif) #E8E8E8 repeat-x top;
	color: #222;
	font-size: 10pt;
	font-family: Arial;
}
.col-ad
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	white-space: nowrap;
}
#main
{
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	max-width: 1200px;
}
#content
{
	/*BACKGROUND: url(images/bg-content.jpg) no-repeat left top*/
}
#header
{
	background-image: url(/images/chemspider3.png);
	background-repeat: no-repeat;
	margin-left: 3px;
}

a#header
{
	text-decoration: none;
}

/* FRAME AND CORNERS */
.r-border
{
	background: url(/images/right-col.gif) repeat-y right top;
	margin: 0px;
}
.l-border
{
	background: url(/images/left-col.gif) repeat-y left top;
	margin: 0px;
}

.t-border
{
	background: url(/images/cap-c.gif) repeat-x left top;
	height: 3px;
}
.tl-corner
{
	background: url(/images/cap-l.gif) no-repeat left top;
	height: 3px;
}
.tr-corner
{
	background: url(/images/cap-r.gif) no-repeat right top;
	height: 3px;
	font-size: 1pt;
}

.b-border
{
	background: url(/images/footer-c.gif) repeat-x left top;
	height: 2px;
}
.bl-corner
{
	background: url(/images/footer-l.gif) no-repeat left top;
	height: 2px;
}
.br-corner
{
	background: url(/images/footer-r.gif) no-repeat right top;
	height: 2px;
	font-size: 1pt;
}

/* HORIZONTAL MENU */
.hor-menu
{
	display: block;
	margin: 0px;
	padding: 0px;
}
.hor-menu li
{
	display: block;
	list-style-type: none;
}
.hor-menu li.l
{
	float: left;
}
.hor-menu li.r
{
	float: right;
}
.hor-menu a
{
	display: block;
	height: 100%;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
}
.hor-menu a:visited
{
	color: dimgray;
	margin: 1px;
}
.hor-menu a:link
{
	color: dimgray;
	margin: 1px;
}
.hor-menu a:hover
{
	background: url(/images/menu-bg-hover.gif) repeat-x left center;
	color: black;
	margin: 0px;
	border: 1px solid gray;
}

/* TABBED MENU */
.top-tabbed-menu
{
	display: block;
	margin: 0px;
	padding: 0px;
}
.top-tabbed-menu li
{
	display: block;
	list-style-type: none;
	float: left;
}
.top-tabbed-menu a
{
	display: block;
	height: 1.2em;
	width: 50px;
	text-decoration: none;
	text-align: center;
	font-size: x-small;
	background: url(/images/small-tab.png) no-repeat;
	color: silver;
}
.top-tabbed-menu a.a
{
	background: url(/images/small-tab-active.png) no-repeat;
	color: black;
	font-weight: bolder;
}
.top-tabbed-menu a:hover
{
	background: url(/images/small-tab-active.png) no-repeat;
	color: black;
}

.bottom-tabbed-menu
{
	display: block;
	margin: 0px;
	padding: 0px;
}
.bottom-tabbed-menu li
{
	display: block;
	list-style-type: none;
	float: left;
}
.bottom-tabbed-menu a
{
	display: block;
	height: 1.5em;
	width: 50px;
	text-decoration: none;
	text-align: center;
	font-size: x-small;
	background: url(/images/small-tab-ud.png) no-repeat 100% bottom;
	color: silver;
}
.bottom-tabbed-menu a.a
{
	background: url(/images/small-tab-ud-active.png) no-repeat;
	color: black;
	font-weight: bolder;
}
.bottom-tabbed-menu a:hover
{
	background: url(/images/small-tab-ud-active.png) no-repeat;
	color: black;
}

/* TOP MENU */
#top-menu
{
	background: url(/images/menu-bg.gif) repeat-x left center;
	font-weight: bold;
	margin: 0px 2px 0px 2px;
	height: 1.8em;
}
#top-menu a
{
	width: 8em;
}

/* BOTTOM MENU */
#bottom-menu
{
	text-align: center;
	width: 42em;
	margin-left: auto;
	margin-right: auto;
	height: 1.8em;
}
#bottom-menu a
{
	margin-top: 0px;
	width: 8em;
}

/* RECORD MENU */
#rec-menu
{
	background: url(/images/light-up-bg.gif) repeat-x left center;
	height: 1.8em;
}
#rec-menu a
{
	width: 5.5em;
}

/* VERTICAL MENU */
.ver-menu
{
	display: block;
	margin: 0px;
	padding: 0px;
}
.ver-menu li
{
	display: block;
	list-style-type: none;
}
.ver-menu a
{
	display: block;
	height: 100%;
	text-decoration: none;
}
.ver-menu a:visited
{
}
.ver-menu a:link
{
}
.ver-menu a:hover
{
}

/* LEFT MENU */

#left-menu
{
	font-weight: bold;
	
}
.ver-menu#left-menu li
{
	text-align: left;
	margin-bottom: 1px;
}
.ver-menu#left-menu a
{
	height: 1.5em;
	border-bottom: 1px gainsboro solid;
}
.ver-menu#left-menu a:visited
{
	color: dimgray;
	padding: 3px 3px 0px 1px;
}
.ver-menu#left-menu a:link
{
	color: dimgray;
	padding: 3px 3px 0px 1px;
}
.ver-menu#left-menu a:hover
{
	color: black;
	padding: 2px 2px 0px 0px;
	border: 1px solid gainsboro;
	background: url(/images/menu-bg.gif) repeat-x left center;
}

/* SEARCH CONTROLS */
#options-table
{
	margin-left: auto;
	margin-right: auto;
}
#options-table td
{
	vertical-align: top;
}
#options-table fieldset
{
	height: 100%;
}

.search-section-header
{
	background: url(/images/light-up-bg.gif) repeat-x left center;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	border-collapse: collapse;
}

h1, h2
{
  text-align: left;
}

.link-box
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bolder;
	color: dimgray;
	background-color: beige;
	border: 1px silver solid;
}
.logo-box
{
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	margin: 0px;
	width: 500px;
	height: 98px;
	background-repeat: no-repeat;
	background-position-x: right;
}

.rss-digest
{
	width: 300px;
}
.rss-digest-header
{
	background-color: whitesmoke;
	border-bottom: solid 1px lightgrey;
	text-align: center;
}
.rss-digest-header a
{
	display: block;
	text-decoration: none;
}
.rss-digest-item
{
	padding-top: 0.5em;
}
.rss-digest-item-new
{
	color: red;
}

/* Button */
a.button
{
	display: block;
	height: 100%;
	text-decoration: none;
}
a.button
{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding: 0.3em;
	text-align: center;
}
a.button:visited
{
	color: dimgray;
	margin: 1px;
}
a.button:link
{
	color: dimgray;
	margin: 1px;
}
a.button:hover
{
	background: url(/images/menu-bg-hover.gif) repeat-x left center;
	color: black;
	margin: 0px;
	border: 1px solid gray;
}

.left-col-ads
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.left-col-ads div
{
	text-align: center;
}
.left-col-ad
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.left-col-ad-new
{
	margin-top: 1em;
	height: 4em;
	border: 1px solid silver;
	background-color: lightyellow;
	padding-top: 2em;
}
.left-col-ad-new a
{
	display: block;
	height: 100%;
	padding: auto;
}
.cc-lic
{
	display: block;
	float: right;
	margin-left: 1em;
	font-size: smaller;
	font-style: normal;
	font-variant: normal;
}
.disclaimer
{
	display: block;
	float: right;
	margin-left: 1em;
	font-size: smaller;
	font-style: normal;
	font-variant: normal;
	border: 1px solid gray;
	background-color: red;
	padding: 1px 1em 1px 1em;
	color: White;
}
.search-options
{
	font-size: smaller;
}
.thumb-menu
{
	position: absolute;
	right: 1px;
	bottom: 1px;
}
.thumb-menu a
{
	margin-left: 0.5em;
	font-size: 75%;
	display: block;
	float: left;
}
.tile
{
	position: relative;
	float: left;
	margin: -1px;
	border: silver 1px solid;
}
.tile a
{
	text-decoration: none;
}

.cs-balloon
{
	font-style: italic;
	font-weight: bolder;
	border-bottom: dimgray 1px double;
}

/* ARTICLES */
#article-menu
{
	background: url(/images/light-up-bg.gif) repeat-x left center;
	height: 2em;
}
#article-menu a
{
	padding-left: 1em;
	padding-right: 1em;
}

.drug-article-link
{
	text-align: center;
	display: block;
	height: 100%;
}
.drug-structure
{
	float: left;
	position: relative;
	padding: 1px;
	width: 152px;
}
.drug-unassigned
{
	border: 1px solid gainsboro;
}
.drug-unassigned img
{
	opacity: .5;
	filter: alpha(opacity=50);
}
.drug-correct
{
	border: 1px solid black;
}
.drug-wrong
{
	border: 1px solid white;
}
.drug-wrong img
{
	opacity: .2;
	filter: alpha(opacity=20);
}
.drug-structure > a:hover
{
	border: 1px solid black;
}
.drug-toolbar
{
	position: absolute;
	font-size: x-small;
}
.drug-toolbar a
{
	margin-left: 0.3em;
	margin-right: 0.3em;
}
.original-name
{
	font-size: x-small;
	color: black;
	white-space: nowrap;
}
.display-name
{
	font-size: x-small;
	color: blue;
	white-space: nowrap;
}
.drug-role-box-header
{
	font-style: italic;
	font-weight: bold;
	clear: both;
	border-bottom: 1px solid gainsboro;
	background: url(/images/light-up-bg.gif) repeat-x left center;
}
.drug-role-box
{
	margin-top: 0.3em;
	margin-bottom: 1em;
}

.patents-summary
{
	margin: 0em 0em 0.5em 0em;
	font-size: larger;
	text-align: center;
	background: url(/images/light-up-bg.gif) repeat-x left center;
}

a.molecule-of-interest:visited img, a.molecule-of-interest:link img
{
	opacity: .6;
	filter: alpha(opacity=60);
}
a.molecule-of-interest:active img, a.molecule-of-interest:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
}

a.drawmol
{
	display: inline-block;
	padding: 1em;
}
a.drawmol:visited, a.drawmol:link
{
	border: 1px solid white;
}
a.drawmol:active
{
	border: 1px inset silver;
}
a.drawmol:hover
{
	border: 1px outset silver;
}

.citation_description
{
	margin: 0.3em;
}
.sitemap_title
{
	color: Black;
	font-weight: bold;
	font-size: medium;
	line-height: 200%
}
.sitemap_description
{
	color: Gray;
	font-size: small;
}