@charset "utf-8";

/* Global Properties */

body {
	background-color: #FFF;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #0054A6;
	text-decoration: none;
}

a:hover {
	color: #FBAE43;
}

h1 {
	color: #0054A6;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}

h2 {
	color: #0054A6;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	color: #0054A6;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
}

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
	margin-bottom: 16px;
}

i {
	background-color: #FF0;
}

/* Container */

#container {
	margin: 20px auto;
	width: 750px;
}


/* Header Styles */

#header {
	height: 127px;
}

#headerUnderline {
background-color:#D7E9FD;
border-color:#0255A5 #CCCCCC #CCCCCC;
border-style:solid;
border-width:3px 1px 1px;
height:15px;
margin-bottom:16px;
padding:10px 0;
text-align:center;
}

/* Navigation Styles */

#mainNav {
	border: 1px solid #CCC;
	margin-bottom: 16px;
	padding: 10px;
	text-align: center;
}

/* Content */

#content {
	border: 1px solid #CCC;
	margin-bottom: 16px;
	padding: 16px 11px 0 11px;
	text-align: left;
}
#content h2
{
	color: #333333;
}
#content h3
{	
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#chemicalDetails h2
{
	color: #333333;
}
#chemicalDetails h3
{	
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}
#chemicalDetails hr
{
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
	margin-bottom: 16px;
	width: 150px;
	left: 0px;
}


#content #structuralDiagrams {
	margin-bottom: 16px;
	max-width: 728px;
	max-height: 1300px;
	overflow-x: auto;
	overflow-y: hidden;
	overflow: auto;
	text-align: left;
}

#content div.aliasToggle {
	border: 1px solid #CCC;
	display: none;
	margin-bottom: 16px;
}

#content p, #content p.textField, #content div.formField {
	margin-bottom: 16px;
}

#content p.resultsBoldText {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

#content div.formField label {
	float: left;
	width: 135px;
}

#content div.formField input {
	margin-right: 8px;
}

#content div.submit {
	margin-bottom: 16px;
	text-align: center;
}

#content span.exact {
	font-size: 10px;
}

#content span.searchcaption {
	font-size: 10px;
	padding-left:135px;
}

#content p span.results {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#content ul {
	list-style-type: disc;
	margin: 16px 16px 10px 30px;
}

#content ul li {
	padding-bottom: 6px;
}

/* Bookmarks */

#bookmarks {
	border: 1px solid #CCC;
	margin-bottom: 16px;
	padding: 16px 11px;
	text-align: left;
}

#bookmarks ul {
	list-style: none;
	margin-top: 15px;
	padding: 0;
	text-align: left;
}

#bookmarks ul li {
	display: inline;
	padding: 0 4px 6px 0;
	text-align: center;
}

#bookmarks ul li a {
	margin: 0 3px 0 0;
	padding: 0 0 0 18px;
}

#bookmarks ul li.delicious {
	background: url(../images/delicious.gif) no-repeat 0 0;
}

#bookmarks ul li.digg {
	background: url(../images/digg.gif) no-repeat 0 0;
}

#bookmarks ul li.reddit {
	background: url(../images/reddit.gif) no-repeat 0 0;
	padding: 0 0 0 2px;
}

#bookmarks ul li.facebook {
	background: url(../images/facebook.gif) no-repeat 0 0;
}

#bookmarks ul li.stumbleupon {
	background: url(../images/stumbleupon.gif) no-repeat 0 0;
}

/* Footer */

#footerNav {
	background-color: #D7E9FD;
	border-top: 3px solid #0255A5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

#footerInfo {
	font-size: 10px;
	margin-bottom: 16px;
	padding: 10px;
	text-align: center;
}

#footerInfo p.casLogo {
	margin-bottom: 13px;
}



.autocomplete_completionListElement 
{  
    visibility : hidden;
    margin : 0px 0px 0px 0px!important;
    background-color : #FFFFFF;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px;
    text-align : left; 
    list-style-type : none;           
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
    background-color : window;
    color : windowtext;
    padding : 1px;
}