/* Start of CMSMS style sheet 'EICAP Styling' */
#infobox
{
        float: right;
        width: 350px;
	padding: 1em;
	margin-left: 1em;
	border: double #903 3px;
        font-weight: bold;
}
#infobox p
{
	margin: 0;
        padding: 0;
        font-weight: bold;
}
#infobox ul
{
	margin-left: 0em;
	padding-left: 0em;
}

thead
{
	font-weight: bold;
}
td
{
	padding-left: 1em;

}
table
{
	margin-bottom: 1em;
}
a.tooltip
{
	color: #903;
        border-bottom: 1px solid;
	line-height: 1.7em;
	font-weight: normal;
}


#ajax_tooltipObj .ajax_tooltip_content{
	height:300px;	/* Height of tooltip content */
                width: 200px;
}

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('uploads/images/tooltiparrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #903;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
.emphasize
{
	color: #903;
	font-weight: bold;
}

li a img
{
    margin-top: .75em;
}
div.hr
{
    border-top: 1px #903 solid;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: .5em;
    margin-top: .5em;
    margin-left: 0;
}
/*	Start Timeline	*/
ol#timeline {
list-style: none;
margin: 0;
padding: 0;
width: 14em;
}
ol#timeline li{
border-bottom: 1px solid #903;
font-weight: bold;
font-size: 100%;
}
ol#timeline ul {
list-style: none;
margin: 0 -3em 0 8em;
display: block;
background: #FFF;
width: 30em;
float: left;
position: relative;
top: -1em;
}
ol#timeline ul li {
color: #000;
border: 1px solid #903;
margin-bottom: 0.25em;
margin-left: 0;
padding: 0.5em;
}
/*	End Timeline	*/

img.float { float:left; margin:5px;}
.indent
{
	padding-left: 2em;
}
.amounts strong
{
	color: green;
}
.sites li
{
	list-style: none;
	padding-bottom: 1em;
        height: 70px;
}
.sites li img
{
        margin-top: 0;
}
td li
{
   margin-left: 1em;
}
#druglist p {
	margin-bottom: 0;
}
#druglist blockquote {
	margin: 0 auto 1em;
}
td.col3 li
{
padding-left: 0;
margin-left: 0;
}
/* End of 'EICAP Styling' */

