/**
 * $Header: /back.com/css/base.css 16    2/03/10 12:00p Robinp2 $
 *
 * @name	base.css
 * @package	Back.com
 * @version	$Revision: 16 $
 * @updated	$Modtime: 2/03/10 11:51a $
 * @author	Phil Robinson <phil.robinson@medtronic.com>
 */


/**
 * TYPOGRAPHY
 ******************************************************************************/
@import url(/css/reset.css);			/* reset browser defaults for total control */


body {
	font-size: 75%;						/* for text resizing in IE; 1em = .75 x 16px = 12px */
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

html>body {
	font-size: 12px;					/* for text resizing in everything else */ 
}

/* text resizer classes */
body.normal	{ font-size: .75em; }		/* 12px */
body.big	{ font-size: 1em; }			/* 16px */

/**
 * LAYOUT & DESIGN
 ******************************************************************************/

/* document hierarchy:
	#page
		#header
		#main
			#nav-main
			#article
				#article-header
				#content
				#sidebar
				#article-footer
		#footer
*/

html {
	overflow-y: scroll;					/* force vertical scrollbar: IE */
	height: 100%;						/* force vertical scrollbar: Mozilla-based */
	margin-bottom: 0.1em;
}

body {
	background: #00174d;
}


/* base page container
   ---------------------------------------------------------------------------*/
#page {
	width: 973px;
	margin: 0 auto;
	text-align: left;					/* override from body for non-IE */
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em */ 
	font-size: 1em;						/* 12px */
	background: #00174d url(/img/bg_page.jpg) repeat-y scroll center;
}

#page a {
	color: #2976f2;
	text-decoration: underline;
}


/* header container
   ---------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	margin: 0;
	height: 174px;
	background: transparent url(/img/bg_header.jpg) no-repeat scroll 0 0;
}

#header h1 {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 355px;
	height: 106px;
}

#header h1 a {
	display: block;
	width: 355px;
	height: 106px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9000px;
}

#header h2 {
	position: absolute;
	top: 45px;
	left: 324px;
	width: 300px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

#header #sponsor {
	position: absolute;
	top: 25px;
	right: 75px;
	color: #0069bf;
	font-size: 11px;
}

#header #sponsor a {
	color: #0069bf;
	text-decoration: none;
	font-weight: bold;
}

#formSearch {
	position: absolute;
	top: 65px;
	right: 75px;
}

#formSearch input {
	float: left;
	margin: 0 0 0 6px;
}

#formSearch #btnSearch {
	/* adds support for PNG to IE 6.x */
	behavior: url(/iepngfix.htc);
}

#text-resizer {
	position: absolute;
	bottom: 21px;
	right: 104px;
	width: 110px;
	height: 22px;
	background: transparent url(/img/bg_text_resizer.jpg) no-repeat scroll 0 0;
	line-height: 22px;
	color: #fff;
	font-size: 11px;
}

#text-resizer .label {
	float: left;
	margin: 0 4px 0 7px;
}

#text-resizer a {
	float: left;
	width: 20px;
	height: 19px;
	margin: 1px 0;
	padding: 0;
	background-color: #00174d;
	border-top: 1px solid #5ea0da;
	border-right: none;
	border-bottom: 1px solid #00376a;
	border-left: 1px solid #2c7cbf;
	color: #fff;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
}

#text-resizer a#big {
	width: 25px;
	border-right: 1px solid #2C7Cbf;
	font-size: 14px;
}


/* main page body container
   ---------------------------------------------------------------------------*/
#main {
	width: 918px;
	margin: 0 27px 0 28px;
	padding: 0 0 30px;

	/* Dustin Diaz Min-Height Fast Hack @ http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 480px;
	height: auto !important;
	height: 480px;
}


/* main navigation
   ---------------------------------------------------------------------------*/
#nav-main {
	position: relative;
	float: left;
	width: 204px;
	margin: 0;
	padding: 0;
	background-color: #0068bd;
}

#nav-main ul {
	position: relative;
	float: left;
	width: 204px;
	height: 380px;
	margin: 0;
	padding: 0;
	/*background: transparent url(/img/bg_nav_main.jpg) no-repeat scroll 0 0;*/
	color: #fff;
}

#nav-main li {
	position: absolute;
	left: 0;
	width: 204px;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	overflow: hidden;
	text-indent: -9000px;
}

#nav-main li a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	background: transparent url(/img/bg_nav_main.jpg) no-repeat scroll;
}

li#nav-symptoms						{ top: 0; }
li#nav-symptoms a					{ background-position: 0 0; }
li#nav-symptoms a:hover,
li#nav-symptoms a:active,
.symptoms li#nav-symptoms a			{ background-position: -204px 0; }

li#nav-causes						{ top: 30px; }
li#nav-causes a						{ background-position: 0 -30px; }
li#nav-causes a:hover,
li#nav-causes a:active,
.causes li#nav-causes a				{ background-position: -204px -30px; }

li#nav-treatment					{ top: 60px; }
li#nav-treatment a					{ background-position: 0 -60px; }
li#nav-treatment a:hover,
li#nav-treatment a:active,
.treatment li#nav-treatment a		{ background-position: -204px -60px; }

li#nav-articles						{ top: 90px; }
li#nav-articles a					{ background-position: 0 -90px; }
li#nav-articles a:hover,
li#nav-articles a:active,
.articles li#nav-articles a			{ background-position: -204px -90px; }

li#nav-patients						{ top: 120px; }
li#nav-patients a					{ background-position: 0 -120px; }
li#nav-patients a:hover,
li#nav-patients a:active,
.patients li#nav-patients a			{ background-position: -204px -120px; }

li#nav-findadoctor					{ top: 150px; height: 31px; }
li#nav-findadoctor a				{ background-position: 0 -150px; height: 31px; }
li#nav-findadoctor a:hover,
li#nav-findadoctor a:active,
.findadoctor li#nav-findadoctor a	{ background-position: -204px -150px; }

li#nav-anatomy						{ top: 181px; }
li#nav-anatomy a					{ background-position: 0 -181px; }
li#nav-anatomy a:hover,
li#nav-anatomy a:active,
.anatomy li#nav-anatomy a			{ background-position: -204px -181px; }

li#nav-glossary						{ top: 211px; }
li#nav-glossary a					{ background-position: 0 -211px; }
li#nav-glossary a:hover,
li#nav-glossary a:active,
.glossary li#nav-glossary a			{ background-position: -204px -211px; }

li#nav-faq							{ top: 241px; }
li#nav-faq a						{ background-position: 0 -241px; }
li#nav-faq a:hover,
li#nav-faq a:active,
.faq li#nav-faq a					{ background-position: -204px -241px; }

li#nav-tools						{ top: 271px; }
li#nav-tools a						{ background-position: 0 -271px; }
li#nav-tools a:hover,
li#nav-tools a:active,
.tools li#nav-tools a				{ background-position: -204px -271px; }

li#nav-exercises					{ top: 301px; height: 31px; }
li#nav-exercises a					{ background-position: 0 -301px; height: 31px; }
li#nav-exercises a:hover,
li#nav-exercises a:active,
.exercises li#nav-exercises a		{ background-position: -204px -301px; }

li#nav-technology					{ top: 332px; height: 48px; }
li#nav-technology a					{ background-position: 0 -332px; height: 48px; }
li#nav-technology a:hover,
li#nav-technology a:active,
.technology li#nav-technology a		{ background-position: -204px -332px; }


/* styles for users browsing with images turned off */
#nav-main.visible li {
	margin-left: 10px;
	text-indent: 0;
}

#nav-main.visible li a {
	color: #fff;
	font-weight: bold;
}

#extra {
	clear: left;
	position: absolute;
	top: 390px;
	left: 10px;
	width: 184px;
	padding: 10px 0;
	border-top: 1px dotted #9acc35; 
	border-bottom: 1px dotted #9acc35; 
	text-align: center;
}

#extra a {
	padding-left: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

#extra a#link-rss {
	background: transparent url(/img/icon_rss.gif) no-repeat scroll left center;
}

#extra a#link-youtube {
	background: transparent url(/img/icon_youtube.gif) no-repeat scroll left center;
}



/* article, content, sidebar
   ----------------------------------------*/

/* article styles */
#article {
	float: left;
	width: 682px;
	margin: 0 15px;
	border: 1px solid #2098fa;
	background-color: #fff;

	/* Dustin Diaz Min-Height Fast Hack @ http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 428px;
	height: auto !important;
	height: 428px;

	/* fixes the "IE Duplicates Characters" bug -- http://www.positioniseverything.net/explorer/dup-characters.html */ 
	margin-right: 15px !important;
	margin-right: -3px;
}

.section-header {
	height: 27px;
	margin: 0;
	padding: 0 10px;
	border-top: 1px solid #65defe;
	border-bottom: 1px solid #005499;
	background: #2098fa url(/img/bg_section_header.gif) repeat-x scroll 0 0;
	line-height: 27px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#article-header {
	position: relative;
	color: #7ef3fd;
	font-size: 11px;
}

#article-header a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#article-header a.icon {
	position: absolute;
	top: -1px;
	margin: 0;
	height: 27px;
	overflow: hidden;
	text-indent: -9000px;
}

a#link-email {
	right: 45px;
	width: 48px;
	background: transparent url(/img/icon_email.gif) no-repeat scroll left center;

}

a#link-print {
	right: 0pt;
	width: 45px;
	background: transparent url(/img/icon_print.gif) no-repeat scroll left center;
}


/* content styles */
#content {
	float: left;
	width: 465px;
	margin: 10px 0 30px 10px;
	line-height: 1.5em;
	font-size: 1em;

	/* Dustin Diaz Min-Height Fast Hack @ http://www.dustindiaz.com/min-height-fast-hack */
	min-height: 323px;
	height: auto !important;
	height: 323px;

	/* fixes the "IE Doubled Float-Margin Bug" bug -- http://www.positioniseverything.net/explorer/doubled-margin.html */
	display: inline; 
}

#content.full-width {
    width: 662px;
}

#content h2 {
	margin: 0 0 .5em;
	padding: 0;
	border-bottom: 1px solid #9acc35;
	color: #9acc35;
	line-height: 1.5em;					/* 36px = 36px/24px = 1.5em; */
	font-size: 2em;						/* 24px = 24px/12px = 2em */
	font-style: normal;
	font-weight: normal;
}

#content h3,
#content h4,
#content h5 {
	margin-bottom: .5em;
	color: #0069bf;
	line-height: 1.5em;
	font-weight: bold;
}

#content h3 {
	font-size: 1.25em;
}

#content h4,
#content h5 {
	font-size: 1em;
}

#content p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
}

#content ol, #content ul {
	margin: 1.5em 0;					/* 18px = 18px/12px = 1.5em; */
	padding: 0 0 0 3em;					/* 36px = 36px/12px = 3em; */
	list-style-type: disc;
	font-size: 1em;						/* 12px */
}

#content li {
	line-height: 1.5em;					/* 18px = 18px/12px = 1.5em; */
}

#content dl {
	margin: 1.5em 0;
	font-size: 1em;
}

#content dt {
	line-height: 1.5em;
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content img,
#content img.right {
	margin: 0 0 1.5em 1.5em;
	float: right;
}

#content img.left {
	margin: 0 1.5em 1.5em 0;
	float: left;
}

#content img.patient {
        float: left;
        border: 1px solid black;
        margin: 5px 0 0 0;
}


/* form styles */
#content form {
	margin: 1em 0;
}

#content form table {
	border-collapse: separate;
	border-spacing: 8px;
}

#content form p {
	margin: 1em 0;
	line-height: 1.5em;
}

#content form label,
#content form label.inline {
	display: inline;
	clear: none;
	color: #666666;
	font-weight: bold;
}


#content form input,
#content form input.inline {
	display: inline;
	clear: none;
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
}

#content form .block {
	display: block;
	clear: both;
}

#content form textarea {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
}

#content form #btnSubmit {
	clear: both;
	margin: 1em 0;
}


#content .footnote {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.disclaimer {
	font-style: italic;
}

.patientInfo {
        margin: 0 0 1.5em 53px;
        clear: right;
}

/* video page styles styles */
.video #content {
	width: 660px;
}

.video #mediaplayer {
	margin: 0 auto;
	text-align: center;
}

table.video {
	width: 95%;
	margin: 20px auto 0;
	padding: 0;
	background: #fff;
	text-align: center;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 2px;	
}

table.video tr.heading th {
	background: #005499;
	border: 1px solid #005499;
	color: #fff;
	line-height: 1.688;					/* 27px = 27px/16px = 1.688em */
	text-align: center;
	font-weight: bold;
	font-size: 1.33em;					/* 16px = 16px/12px = 1.33em */
}

table.video td {
	margin: 0;
	padding: 5px;
	border: 1px solid #005499;
}

table.video td .subhead3 {
	color: #0069bf;
	font-weight: bold;
}

#content table.video img {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}


/* sidebar styles */
#sidebar {
	float: left;
	width: 187px; 
	margin: 10px 10px 30px;
	padding: 0;
	border: none;
	background: #fff;

	/* fixes the "IE Duplicates Characters" bug -- http://www.positioniseverything.net/explorer/dup-characters.html */ 
	margin-right: 10px !important;
	margin-right: -3px; 
}

#sidebar .module {
	width: 185px;
	margin: 0 0 10px;
	line-height: 13px;
	font-size: 11px;
	color: #0069bf;
}

#sidebar .module h3,
#sidebar .module h4 {
	margin: 10px 5px 5px 10px;
	font-size: 1em;
	line-height: 1.5em;
}

#sidebar .module ul,
#sidebar .module p {
	margin: 5px 5px 20px 10px;
	font-size: 1em;
	line-height: 1.5em;
}

#sidebar .module ul ul {
	margin: 0 5px 0 15px;
}

#sidebar .module a {
	color: #0069bf;
	text-decoration: underline;
}

#sidebar #module-links {
	border: 1px solid #9acc35;
	background-color: #f3f9e6;
}

#sidebar #module-infusebox,
#sidebar #module-mastbox {
	border: 1px solid #359acc;
	background-color: #e6f3f9;
}


#article-footer {
	clear: both;
	margin: 0 10px 10px;
	border: 1px solid #2098fa;
	background-color: #beddf8;
	color: #0069bf;
	font-weight: bold;
	font-size: .75em;							/* 9px = 9px/12px = .75em */
}

#article-footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#article-footer li {
	margin: 4px;
	padding: 0
}

#article-footer #published	{ float: left; }
#article-footer #updated	{ float: right; }


/* footer container
   ---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: 0;
	padding: 40px 0 10px;
	background: #00174d url(/img/bg_footer) no-repeat scroll 0 0;
	color: #fff;
	text-align: center;
	font-size: .917em;					/* 11px = 11px/12px = .917em */
}

#footer p {
	margin-bottom: 1.636em;				/* 18px = 18px/11px = 1.636em */
}

#footer a {
	color: #9acc35;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

#footer #badges {
	text-align: center;
	width: 475px;
	margin: 40px auto;
	
}

#footer #badges #honcode {
	float: left;
	margin: 0 20px 0 0;
}

#footer #badges #honcode img {
	float: left;
	margin: 0 10px 0 0;
}

#footer #badges #honcode #honcode-text {
	float: left;
	width: 125px;
	text-align: left;
}

#footer #badges #michelson {
	float: right;
}

#footer-links {
	text-align: center;
	clear: both;
	margin: 0 10px 10px;
	font-weight: bold;
	font-size: .75em;							/* 9px = 9px/12px = .75em */
}

/* miscellaneous
   ---------------------------------------------------------------------------*/
/* self-clearing floats; replaces .clearfix classes */
#main:after,
#article-footer:after,
#footer #badges:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

