﻿/*@import url('Base.css');*/
/*
 * Reset Styles Sheet - Resets Browser Specific Styles
 * Written By Eric Myer, Edited by Jason Roy
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1em;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*:focus
{
	outline: 0;
}

body
{
	line-height: 1em;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}


/* Redefined General Styles For Biocompare
 ---------------------------------------------------------------------*/
div
{
	/*overflow: hidden*/
}
/* Utilities
  ---------------------------------------------------------------------*/
/* float clearing for everyone else */
.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.imgReplace
{
	display: block;
	text-indent: -99999px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.generalBorder
{
	border: solid 1px #dedede;
	display: block;
}

/*
 * Handles Basic Typography
 * Written by Jason Roy
 */

/* General Typography
 ---------------------------------------------------------------------*/
html, body
{
	font-size: 12px;
	line-height: 21px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

html > body
{
	font-size: 12px;
	line-height: 21px;
}


h1
{
	font-weight: bold;
	color: #007ac3;
	font-size: 1.83333em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h2
{
	color: #1371aa;
	font-weight: bold;
	font-size: 1.6666em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h3
{
	color: #1371aa;
	font-size: 1.41667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .75em 0;
}

h4
{
	color: #000;
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h5
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h6
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
	line-height: 1.75em;
}

p
{
	font-size: 1em;
	line-height: 1.75em;
	margin: .25em 0 1.5em;
}
td, td a, th, th a, span
{
	line-height: 1.3333em;
}

blockquote
{
	margin: .416em 0 .416em 1.1667em;
}

a
{
	color: #0e82c7;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

a:hover
{
	text-decoration: underline;
}

/*p a
 {
 	text-decoration: underline;
 }
 
 p a:hover
 {
 	text-decoration: none;
 }*/

ul, ol
{
	margin: .833em 0;
	padding-left: 2em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
ul li, ol li
{
	line-height: 1.5em;
}

dt
{
	margin: .416em 0 0 0;
}

dd
{
	margin: .416em 0 .416em 1.1667em;
}

pre, code, tt
{
	font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace;
	margin: .833em 0;
}
sub
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.4em;
}

sup
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.4em;
}

/* Overview Area
 ---------------------------------------------------------------------*/
#overview h1
{
	margin-top: 0;
}

/* Header Links
 ---------------------------------------------------------------------*/

h3 a
{
	color: #1371aa;
}
h3 a:hover
{
	color: #3194ce;
	text-decoration: none;
}
h3 a.carrot
{
	background: url(../Images/Layout/RoundCarrot.gif) no-repeat right .1em;
	padding-right: 1.2em;
}
h3 a.carrot:hover
{
	background-image: url(../Images/Layout/RoundCarrotHover.gif);
}


.contentBox .topBarActive h3, .contentBox .topBarInactive h3, .contentBox .middleBarActive h3, .contentBox .middleBarInactive h3, .contentBox .bottomBarActive h3, .contentBox .bottomBarInactive h3
{
	padding: 2px 0 0 18px;
	margin: 0;
	font-size: 1.083em;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
}
.contentBox .topBarActive h3, .contentBox .middleBarActive h3, .contentBox .bottomBarActive h3
{
	color: #fff;
}
.contentBox .lightBorder .topBarActive h3
{
	color: #0c2a68;
}
.contentBox .topBarInactive h3, .contentBox .middleBarInactive h3, .contentBox .bottomBarInactive h3
{
	color: #0c2a68;
}

/* Tabbed Content Headers
 ---------------------------------------------------------------------*/

/* Table Fonts
 ---------------------------------------------------------------------*/

table.softCorners
{
}
table.softCorners th
{
	font-weight: bold;
}






#navigation, #search, .subContent1, .signIn, #footerLinks, .articleTools
{
	display:none !important;
}
.logoHolder
{
	bottom:5px !important;
}
#ceiling
{
	height:85px !important;
}
#container, .parentTwoColumn, .parentOneColumn
{
	width:640px;
}
#overview #breadCrumb .listHolder ul li
{
	display:none;
}
#overview #breadCrumb .listHolder
{
	height:10px !important;
}
.top, .bottom, .top *, .bottom *, .inner, .innerSpecial
{
	background:none !important;
	border:none !important;
	padding:0 !important;
}
#overview .innerSpecial *
{
	background:none !important;
	border-top:none !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
#overview #breadCrumb
{
	border-bottom:none !important;
}
h1
{
	padding-bottom:10px !important;
	border-bottom:solid 1px #ccc !important;
}
#loader
{
	display:none !important;
}
.printPage
{
	visibility:hidden;
}
