/*------ THIS IS THE REGULAR (SCREEN VIEW) STYLESHEET FOR FHONLINE  ----*/

/* Main and tag styles*/

BODY { background: #FFFFFF url(../fx/greybkg.gif) repeat-y; margin-top: 10px; height: 100%;  }

html { height: 100%; }

BODY, P, TD, DIV, .basicText {/* -----KEEP ARIAL FOR SFWY, sets main text style + a style to return to basic when inside another tag like H2*/
	font-size: 11px; color: #000; font-family: Arial, ArialMT, Helvetica, Myriad, Tahoma, Verdana, sans-serif; }

.bigger {/* for times when a bigger font is needed*/ font-size: 110%; }

a:active, a:link, a:visited { color:#333333; text-decoration: none; }

a:hover { color:#990000; text-decoration: none; font-style: italic; }



/*------ STYLES FOR CONTENT - HOLDERS, NAVIGATION ----*/
#creditDv { position: relative; width: 545px; margin-bottom: 5px; } /* holds bottom credit*/
	
.creditline { border-top: 1px solid #999999; letter-spacing: 0.2em; }

.smalltext { font-size: 7pt; letter-spacing: 0.1em; }

#leftholder /* left navigation - CHANGE TO display: none; FOR SFWY*/
	{ height: 100%; width: 155px; position: absolute; left: 10px; top: 0px; }
	
#rightholder /* right content*/
	{
	height: 100%;
	width: 545px;
	position: absolute;
	left: 185px;
	top: 10px;
	right: 0px;
	bottom: 0px;
}
	
#mastcreditDv /* holds mast credit and search include - CHANGE TO display: none; FOR SFWY*/
	{ width: 545px; position: relative; margin-top: 15px; }
	
#mastlogosDv {/* holds FH and Pharmacy logos */
	width: 545px;
	position: relative;
	height: 56px;
}
#mastnavDv /* holds navigation and image bar - CHANGE TO NONE FOR SFWY*/
	{ position: relative; width: 545px; height: 20px; z-index: 9000; /* IMPORTANT*/ }

#mastimagesDv {/* holds image bar - CHANGE TO NONE FOR SFWY*/
	width: 545px; height: 60px; position: relative; }
	
#storyDv { /* not sure about display - black - delete? */
	position: relative;
	width: 545px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #990000;
}

#rightholder #storyDv p, 
#rightholder #storyDv { line-height: 160%; }

#adDv {/* holds bottom credit*/
	position: relative; width: 545px; height: 100px; }
	
#blurb {
	margin: 8px 0px; padding: 5px 0px; border-top: 1px dotted #990000; width: 545px;
	font: 9px/12px font-family: Arial, ArialMT, Helvetica, Tahoma, Verdana, sans-serif;
	color: #666666; text-align: justify; z-index: 45; }

#topNav { BACKGROUND-COLOR: #fff }

.blackbox { font-size: 9px; font-weight: bold; color: #FFFFFF;
	background: #000000; text-align: right; padding: 10px; }  /*--creditbox --*/
	
#searchbox { padding-top: 4px; padding-bottom: 5px; }


/*------------------SEARCH STYLES-----------------------*/

.blk11ab { FONT: bold 11px Arial, Helvetica, sans-serif; COLOR: #000000 }/*used in search */
A.blk11ab { FONT: bold 11px Arial, Helvetica, sans-serif; COLOR: #000000 }
A.blk11ab:hover { COLOR: #cc0000 }

A.doctitle:hover { COLOR: #cc0000 ; text-decoration: underline}/* doctitle used in search engine*/
A.doctitle { FONT: 14px arial; COLOR: #666666; text-decoration: none }

A.cite { FONT: 11px arial; COLOR: #666633; text-decoration: none }/* used in search*/
A.cite:hover { COLOR: #cc0000 ; text-decoration: underline }



/*------ STYLES FOR ARTICLES TEXT ----*/

.familyhealthmagtxt {
	font-family: Georgia, "Times New Roman", Times, Palatino, serif;
	font-size: 11px; font-style: italic; }

li,  #rightholder #storyDv li { margin-left: -15px; }
/*------ list items - reduces margin at side ----*/

#sectionnames { font-size: 16px; font-weight: bold; color: #333333; }
.sections { font-size: 108%; color: #990000; font-weight: bold; line-height: 14px; }
 /*for new articles section heads */
	
.blk14Line /*block style with dotted line above */
	{ COLOR: #000000; display: block; width: 100%; font-size: 12px; line-height: 15px; font-weight: bold;
	border-top: 1px dotted #990000; padding-top: 15px; }
	
.pdficon { border-style: none; margin-right: 10px; }

.AcolorItalic /* blue italic subhead/highlight style */
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #06C;
	font-weight: bold;
	font-size: 100%;
}
	
.white { color: #FFFFFF; }  /* just for changing text to white*/

.smalltext { font-size: 8.5px; line-height: 12px; }

.tableNumber { font-size: 10px; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; }

/* sets look of table header backgrounds with colour, except background colour. These show up with lines above and below the text unless the display: block; is added, but then they take up the whole line so don't work with spans or divs - just for table cells*/
.bkgGreen, .bkgBlue, .bkgBrightBlue, .bkgRed {
	padding: 5px; line-height: 120%; font-weight: bold; color: #FFFFFF; }

/* sets background colour of table headers defined above*/
.bkgGreen  { background: #005353; }
.bkgBlue  { background: #336699; }
.bkgBrightBlue  { background: #3399FF; }
.bkgRed { background-color: #FF0000; }
	
.padredCaps {/* changes the font size and capitalization only*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	display: inline;
	width: 200px;
	display: block;
	margin-bottom: 1px;
	margin-right: 2px;
	padding: 6px;
	float: left;
	line-height: 130%;
}

/* THESE ARE FOR FLOADING DIVS OR SPANS WITHIN THE TEXT - doesn't work to merge them*/

.bkgRedTipBox { 
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FF0000;
	background-position: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 8px;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
}
.bkgRedNumberBox { /* sets look for boxes for numbers and letters tips*/
	float: left;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #FF0000;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-bottom: 4px;
	text-align: center;
}
/* sets look for boxes for numbers and letters - tips style - smaller*/
.bkgRedNumberBoxSmall {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#rightholder #storyDv table tr .bkgRedNumberCell {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ---------------OTHER BACKGROUNDS--------------------*/

#rightholder #storyDv table .bkgBlue td,
#rightholder #storyDv table .bkgBrightBlue td,
#rightholder #storyDv table .bkgGreen td,
#rightholder #storyDv table .bkgBlue tr td,
#rightholder #storyDv table .bkgBrightBlue tr td,
#rightholder #storyDv table .bkgGreen tr td,
#rightholder #storyDv table .bkgBlue tr,
#rightholder #storyDv table .bkgBrightBlue tr,
#rightholder #storyDv table .bkgGreen tr {
	/* changes font colour in table data to white*/
	color: #FFF;
	font-weight: bold;
}

.image-left {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.image-right {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
}
h1 {
	font-size: 19px;
	color: #666666;
	line-height: 120%;
}
h2 {
	font-size: 11pt;
	color: #666;
	font-weight: normal;
	line-height: 150%;
	}
h3 {
	font-weight: bold;
	color: #06C;
	font-size: 12px;
}
h4 {/* larger grey head */
	font-size: 13px;
	line-height: 120%;
	color: #039;
	font-weight: normal;
}
h5 {/* larger red head*/
	font-size: 14px;
	line-height: 15px;
	font-weight: lighter;
	color: #CC0000;
}
h6 {/* small red caps head*/
	font-size: 10px;
	text-transform: uppercase;
	color: #C00;
}
li {/*------ list items - reduces margin at side ----*/
	margin-left: -15px;
}
em {
	font-family: Georgia, TrebuchetMS-Italic, "Verdana Italic", Times, "Times New Roman", Palatino, serif;
	font-style: italic;
	font-size: 107%;
	line-height: 140%
}

.titlesubhead {
	font-size: 13px;
	color: #666666;
	font-family: font-family: Arial, ArialMT, Helvetica, Tahoma, Verdana, sans-serif;
	display: block;
	padding-top: 5px;
	line-height: 19px;
	margin-bottom: 20px;
}
.image-leftbox {
	margin: 0px 10px 5px 0px;
	padding: 8px;
	float: left;
	border: 2px dotted #CCCCCC;
}
.image-rightbox {
	margin: 0px 0px 5px 10px;
	padding: 8px;
	float: right;
	border: 2px dotted #CCCCCC;
}
.sectionmarker {
	COLOR: #999999;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .1em;
}
.fhmagTitle {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	width: 150px;
	display: block;
}
.quotation {
	color: #666666;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, Palatino, serif;
	font-style: italic;
}


/* CODE FOR FLOATING DIVS*/

/* adds borders to table cells in divs  DON'T CHANGE, WORKS PERFECT*/
#rightholder #storyDv table td,
#rightholder #storyDv .floatingdivwide table td,
#rightholder #storyDv .floatingdiv table td,
#rightholder #storyDv .floatingdivfullwidth table td,
.floatingdivRed table td, floatingdivBlue table td
{
	border-bottom: 1px dotted #444;
	border-left: 1px dotted #444;
}
/* adds borders to table edges in divs (bottom and left already covered by above) DON'T CHANGE, WORKS PERFECT */
#rightholder #storyDv table, 
#rightholder #storyDv .floatingdivwide table, 
#rightholder #storyDv .floatingdiv table,
#rightholder #storyDv .floatingdivfullwidth table,
.floatingdivRed table, floatingdivBlue table
{
	border-top: 1px dotted #444;
	border-right: 1px dotted #444;
}
/* adds padding to tables in divs - don't add to above because it puts a second outline on table*/
#rightholder #storyDv table td,
#rightholder #storyDv .floatingdivwide table td,
#rightholder #storyDv .floatingdiv table td,
#rightholder #storyDv .floatingdivfullwidth table td,
.floatingdivRed table td, floatingdivBlue table td
{
	padding: 6px;
}


/* sets size of list type in floating div red*/ 
#rightholder #storyDv .floatingdivRed ul li {
	font-size: 12px;
}
/* sets look of highlight divs, but not the background colour*/
#rightholder #storyDv .floatingdivBlue,
#rightholder #storyDv .floatingdivRed
{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 250px;
	padding: 10px;
}
#rightholder #storyDv .floatingdivBlue p,
#rightholder #storyDv .floatingdivRed p
{
	color: #FFFFFF;
	font-size: 12px;
}
/* sets colour of red div*/
.floatingdivRed { background-color: #F30; }

/* sets colour of blue div*/
.floatingdivBlue {
	background-color: #09F;
}
	
/* sets look of div pulls*/
.floatingdiv, .floatingdivfullwidth, .floatingdivwide {
	padding: 8px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 2px dotted #CCCCCC;
}
/* adds left margin to floating divs*/
.floatingdiv, .floatingdivwide {
	margin-left: 15px;
}
/* takes left margin out of full width div*/
.floatingdivfullwidth {
	margin-left: 0px;
}
/* sets width of div pull*/
#rightholder #storyDv .floatingdiv {
	float: right;
	width: 150px;
}
/* sets wider width of div pull*/
#rightholder #storyDv .floatingdivwide { 
	float: right;
	width: 60%;
}
/* sets width of div pull to be 100%*/
#rightholder #storyDv .floatingdivfullwidth { 
	float: none;
	width: 100%;	
}
/* sets look of grey text in div pulls and tables and lists within them, also tables in main section*/
#rightholder #storyDv table tr td, #rightholder #storyDv table tr td p,
#rightholder #storyDv table .bkgTableGreenLight td,
#rightholder #storyDv table .bkgTableBlueLight td,
#rightholder #storyDv table .bkgTablePurpleLight td,
#rightholder #storyDv table .bkgTableGreenLight td div,
#rightholder #storyDv table .bkgTableBlueLight td div,
#rightholder #storyDv table .bkgTablePurpleLight td div,
#rightholder #storyDv .floatingdivwide p, 
#rightholder #storyDv .floatingdiv p, 
#rightholder #storyDv .floatingdivfullwidth p,
#rightholder #storyDv .floatingdivwide, 
#rightholder #storyDv .floatingdiv, 
#rightholder #storyDv .floatingdivfullwidth,
#rightholder #storyDv .floatingdiv ul li, 
#rightholder #storyDv .floatingdivfullwidth ul li, 
#rightholder #storyDv .floatingdivwide ul li, 
#rightholder #storyDv .floatingdiv table tr td, 
#rightholder #storyDv .floatingdivfullwidth table tr td, 
#rightholder #storyDv .floatingdivwide table tr td
{
	font-size: 11px;
	color: #333;
	line-height: 140%;
}
/* sets look of links in div pulls*/
#rightholder #storyDv .floatingdivwide p a, 
#rightholder #storyDv .floatingdiv p a, 
#rightholder #storyDv .floatingdivfullwidth p a {
	font-style: italic;
}
/* sets look of h1 in div pulls - these are the grey headers on the white divs*/
#rightholder #storyDv .floatingdiv h1, 
#rightholder #storyDv .floatingdivfullwidth h1, 
#rightholder #storyDv .floatingdivwide h1,
#rightholder #storyDv .image-right tr td h1
{
	font-size: 140%;
	color: #666;
	font-weight: normal;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* sets h1 header style in floating divs and tables - white */
#rightholder #storyDv .floatingdivRed h1, 
#rightholder #storyDv .floatingdivBlue h1,
#rightholder #storyDv .floatingdivwide table tr .bkgGreen h1,
#rightholder #storyDv .floatingdivwide table tr .bkgBlue h1,
#rightholder #storyDv .floatingdivwide table tr .bkgRed h1,
#rightholder #storyDv .image-right tr .bkgBlue h1,
#rightholder #storyDv .image-right tr .bkgGreen h1,
#rightholder #storyDv .image-right tr .bkgBrightBlue h1,
#rightholder #storyDv .image-right tr .bkgRed h1,
#rightholder #storyDv table tr .bkgBrightBlue h1,
#rightholder #storyDv table tr .bkgBlue h1,
#rightholder #storyDv table tr .bkgGreen h1,
#rightholder #storyDv table tr .bkgRed h1,
#rightholder #storyDv table .bkgRed td h1,
#rightholder #storyDv table .bkgBlue td h1,
#rightholder #storyDv table .bkgGreen td h1,
#rightholder #storyDv table .bkgBrightBlue td h1
{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin-bottom: -2px;
}
/* sets h2 in floating divs and tables*/ 
#rightholder #storyDv .floatingdivBlue h2,
#rightholder #storyDv .floatingdivRed h2,
#rightholder #storyDv table tr .bkgGreen h2,
#rightholder #storyDv table tr .bkgBlue h2,
#rightholder #storyDv table tr .bkgRed h2,
#rightholder #storyDv table tr .bkgBrightBlue h2,
#rightholder #storyDv table tr .bkgRed h2,
#rightholder #storyDv table .bkgBrightBlue td h2,
#rightholder #storyDv table .bkgBlue td h2,
#rightholder #storyDv table .bkgGreen td h2,
#rightholder #storyDv table .bkgRed td h2,
#rightholder #storyDv .floatingdivwide h2
{
	color: #FFF;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	margin-bottom: -2px;
}


/* sets size and colour of fonts inside blue and red div, except H1*/
.floatingdivBlue ul, .floatingdivBlue p,
.floatingdivRed ul, .floatingdivRed p, 
.floatingdivBlue,
.floatingdivRed
{
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
}
/* THESE ARE FOR TABLE BACKGROUNDS*/
.bkgTablePurpleLight {
	background-color: #CCCCFF;
}
.bkgTableBlueLight {
	background-color: #81B5DA;
}
.bkgTableGreenLight {
	background-color: #D4E9E4;
}

/* changes pad type colour to white inside tables - doesn't include colour divs*/

#rightholder #storyDv table .bkgGreen td,
#rightholder #storyDv table .bkgBlue td,
#rightholder #storyDv table .bkgBrightBlue td,
#rightholder #storyDv table .padredcaps td,
#rightholder #storyDv table .bkgRed td,
#rightholder #storyDv table tr .bkgBlue,
#rightholder #storyDv table tr .bkgGreen,
#rightholder #storyDv table tr .bkgBrightBlue,
#rightholder #storyDv table tr .bkgGreen div,
#rightholder #storyDv table tr .bkgBlue div,
#rightholder #storyDv table tr .bkgBrightBlue div,
#rightholder #storyDv table .bkgGreen td div,
#rightholder #storyDv table .bkgBlue td div,
#rightholder #storyDv table .bkgBrightBlue td div,
#rightholder #storyDv .image-right tr .bkgRed,
#rightholder #storyDv .image-right tr .bkgGreen,
#rightholder #storyDv .image-right tr .bkgBlue,
#rightholder #storyDv .image-right tr .bkgBrightBlue,
#rightholder #storyDv .floatingdiv table .bkgBlue td,
#rightholder #storyDv .floatingdiv table .bkgGreen td,
#rightholder #storyDv .floatingdiv table .bkgBrightBlue td,
#rightholder #storyDv .floatingdiv table .padredcaps td,
#rightholder #storyDv .floatingdiv table .bkgRed td,
#rightholder #storyDv .floatingdiv table tr .bkgGreen,
#rightholder #storyDv .floatingdiv table tr .bkgBlue,
#rightholder #storyDv .floatingdiv table tr .bkgBrightBlue,
#rightholder #storyDv .floatingdiv table tr .padredcaps,
#rightholder #storyDv .floatingdiv table tr .bkgRed,
#rightholder #storyDv .floatingdivwide table .bkgBlue td,
#rightholder #storyDv .floatingdivwide table .bkgGreen td,
#rightholder #storyDv .floatingdivwide table .bkgBrightBlue td,
#rightholder #storyDv .floatingdivwide table .padredcaps td,
#rightholder #storyDv .floatingdivwide table .bkgRed td,
#rightholder #storyDv .floatingdivwide table tr .bkgGreen,
#rightholder #storyDv .floatingdivwide table tr .bkgBlue,
#rightholder #storyDv .floatingdivwide table tr .bkgBrightBlue,
#rightholder #storyDv .floatingdivwide table tr .padredcaps,
#rightholder #storyDv .floatingdivwide table tr .bkgRed,
#rightholder #storyDv .floatingdivfullwidth table .bkgBlue td,
#rightholder #storyDv .floatingdivfullwidth table .bkgGreen td,
#rightholder #storyDv .floatingdivfullwidth table .bkgBrightBlue td,
#rightholder #storyDv .floatingdivfullwidth table .padredcaps td,
#rightholder #storyDv .floatingdivfullwidth table .bkgRed td,
#rightholder #storyDv .floatingdivfullwidth table tr .bkgGreen,
#rightholder #storyDv .floatingdivfullwidth table tr .bkgBrightBlue,
#rightholder #storyDv .floatingdivfullwidth table tr .bkgBlue,
#rightholder #storyDv .floatingdivfullwidth table tr .padredcaps,
#rightholder #storyDv .floatingdivfullwidth table tr .bkgRed,
#rightholder #storyDv table tr .bkgRed .bkgRedTipBox,
#rightholder #storyDv table tr .bkgRed
{
	color: #FFF;
	font-size: 11px;
}
/* this is for some text to float right but not be within a div*/
.DivfloatingRightText { 
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 250px;
}

