/* v 0.91 */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
background-color: #F7F7F7; /* #f0f5fb aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif; 
font-style:  normal; 
font-size: 80%;
color: #404040 ;
}


/* -- General Link Styling -- */

a:link {
color:  Blue; /* -- #4800FF; -- */
text-decoration: none;
}

a:visited {
color: purple;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: none;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentWrapperStore {
float: left;
width: 100%;
}

#ContentWrapperSearch {
float: left;
width: 100%;
}

#CenterColumn 
{
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding: 0 10px 0 10px;     /* padding: 0 10px 0 10px; */
}

#CenterColumnStore 
{
margin: 0 0 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding: 0 0 0 0;     /* padding: 0 10px 0 10px; */
}


#LeftColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
/* --border-left: solid 1px #D3DBE1;--*/
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

#FooterStore {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

#FooterSearchResults {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner 
{
padding: 10px 10px; 
}

.LinerStore 
{
padding: 10px 0px 10px 5px; 
}

.Liner2ColumnPage 
{
padding: 10px 15px 10px 15px; 
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

#FooterSearchResults .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 1px solid #D3DBE1;   /* dark sea blue, headlines and borders--LF-orig: 2px solid #8f8fb3 */
margin: 24px auto; /* 24px */
}

#Header {
background-image: url(../image-files/hyperbaric-oxygen-therapy-info-header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
border-bottom:1px solid #D3DBE1; /* --- LF --- */
}


#ContentWrapper {
background-image: url(../image-files/hbo-background_store.png);  /* --- original: url(../image-files/hbo-background.png);--- */
background-repeat: repeat-y; 
}


#ContentWrapperSearch {
background-image: url(../image-files/hbo-background_search.png);  /* --- original: url(../image-files/hbo-background.png);--- */
background-repeat: repeat-y; 
}


#ContentWrapperStore {
background-image: url(../image-files/hbo-background_store.png);
background-repeat: repeat-y; 
}

#LeftColumn {
background-repeat: repeat-y;
background-color: Transparent;
}

#CenterColumn 
{
background-image: url();
background-repeat: no-repeat;
}

#CenterColumnStore 
{
background-image: url();
background-repeat: no-repeat;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
}

#Footer {
background-image: url(../image-files/hbo-background_store.png);   /* --- original: url(../image-files/hbo-background.png);--- */
background-repeat: repeat-y;
border-top: 1px solid #E9EFF8;
}


#FooterStore {
background-image: url(../image-files/hbo-background_store.png);
background-repeat: repeat-y;
border-top: 1px solid #E9EFF8;
}

#FooterSearchResults {
background-image: url(../image-files/hbo-background_search.png);
background-repeat: repeat-y;
border-top: 1px solid #E9EFF8;
}

/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #808080;  /* -- #330099 -#fff- */
border-bottom: 1px solid #fff;
margin: 12px 0;
}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -5px 0 0 0; /* -- margin: -6px 0 0 0; -2009.09.30 -- */
}

.Navigation li 
{
font-size: 95%;   /* -- 2009.09.30 -- */
background : transperent;
border: transperent; 
margin-bottom: 0px; /* -- margin-bottom: 3px; --2009.09.30 */
}





/* ------ Section 4 - Left Column NavigationSearchResults ------ */


.NavigationSearchResults {
width: 95%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}


/* -- Nav Headers -- */

.NavigationSearchResults h3 {
padding: 0;
font-size: 90%;
color: #808080;  /* -- #330099 -#fff- */
border-bottom: 1px solid #fff;
margin: 12px 0;
}



/* -- Nav List -- */

.NavigationSearchResults ul {
list-style-type: none;
padding: 0 0 8px 1px;
margin: -5px 0 0 0; /* -- margin: -6px 0 0 0; -2009.09.30 -- */
}

.NavigationSearchResults li 
{
font-size: 85%;   /* -- 2009.09.30 -- */
background : transperent;
border: transperent; 
margin-bottom: 0px; /* -- margin-bottom: 3px; --2009.09.30 */
}

.NavigationSearchResults a {
color: #330099;
display: block;     /* --display: block; this makes the whole box highlight rather than just the text */
padding: 2px 0 2px 1px; /* -- padding: 3px 0 3px 4px; --2009.09.30 */
text-decoration: none;
}

.NavigationSearchResults a:visited {
color: purple;
text-decoration: none;
}

.NavigationSearchResults a:hover {
color: blue;
background-color: #F7F7F7;   
text-decoration: none;
}












/* -- Navigation Link styles --check LF----- */

.Navigation a {
color: #330099;
display: block;     /* --display: block; this makes the whole box highlight rather than just the text */
padding: 2px 0 2px 2px; /* -- padding: 3px 0 3px 4px; --2009.09.30 */
text-decoration: none;
}

.Navigation a:visited {
color: purple;
text-decoration: none;
}

.Navigation a:hover {
color: blue;
background-color: #F7F7F7;   
text-decoration: none;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: Transparent; /* -- #abc4e3;--*/
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: Transparent; /* -- #ffc;--*/
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
color: gray;
}

#RightColumn {
font-size: 90%;
color: gray;
}

#Footer {
font-size: 85%;
}


#FooterStore {
font-size: 85%;
}

#FooterSearchResults {
font-size: 85%;
}


h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #808080; /*-- #1d487e --*/
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-top: 5px;
font-family: 'Trebuchet MS', 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #BFBFBF; /*  8f8fb3 */
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 1px solid 8f8fb3; /*  8f8fb3 */
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

#LeftColumn h4 {
font-size: 90%;
color: gray;
margin-top: 0;
}

#RightColumn h4 {
font-size: 90%;
color: gray;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #565656; /* #006 */
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

blockquote_2columns {
margin: 12px 46px;
color: #565656; /* #006 */
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}


/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: Transparent; /* ------ background-color: #fff; ------ */
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: Gray; /*#6B6B6B*/
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}



/* ------ TblContent Boxes - LF: instead of table divs------ */

div.TblContentLeftBox {
background-color: transparent; /* ------ background-color: #fff; #F7F7F7------ */
width: 47%;
height:175px;
border: none;   /* ------ 1px dotted #8f8fb3---- */
margin: 10px,0,0,0;   /* ------ 18px auto 24px auto---- */
padding: 5px,0,0,0;  /* ------4px ---- */
color: #404040;   /*#6B6B6B; Gray*/
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif; 
font-style:  normal; 
font-size: 100%;
float:left;
line-height: 20px;
}

div.TblContentLeftBox p {
margin: 0;
padding: 0;
}

div.TblContentLeftBox h1, h2, h3, h4, h5, h6 {
margin: 5px,0;
padding: 10px, 0;
}






div.TblContentRightBox {
background-color: transparent; /* ------ background-color: #fff; #F7F7F7------ */
width: 47%;
height:175px;
border: none;   /* ------1px dotted #8f8fb3 ---- */
margin: 5px,0;   /* ------ 18px auto 24px auto---- */
padding: 0;  /* ------4px ---- */
color: #404040;   /*#6B6B6B; Gray*/
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif; 
font-style:  normal; 
font-size: 100%;
float:right;
line-height: 20px;
}

div.TblContentRightBox p {
margin: 0;
padding: 0;
}

div.TblContentRightBox h1, h2, h3, h4, h5, h6 {
margin: 5px,0;
padding: 10px, 0;
}


.HeaderBackground1 
{
 background-color: #F4F6FB;
 border:none;  
 font-weight: bold; 
 font-family: Verdana, Arial, sans-serif;
 color:Gray
}    

.HeaderBackground2
{
 background-color: #F4F6FB;
 border:none;  
 font-weight: bolder; 
 font-family: Verdana, Arial, sans-serif;
 color:Gray;
 text-align:center;
}    
/* ------ End of TblContent Boxes - LF: instead of table divs------ */





.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn, .AdSenseBoxLeftColumn {
padding: 5px;
background-color: Transparent;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxLeftColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
/*-- border-top: 1px solid #8f8fb3;  /* -- 1px solid #8f8fb3 -- */
/*-- border-bottom: 1px solid #8f8fb3; /* -- 1px solid #8f8fb3 -- */
margin: 0 auto 12px auto;
padding: 4px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: Transparent;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 10px 5px 0;
text-align: center;
}

/* --  Leo custom -- */

.testimonial {
margin: 12px 50px;
color: Blue;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
font-style: oblique; 
text-indent: justify;
}

.ReferencBottomRight 
{
margin: 5px 0px 0px 0px 0px;
font-style: italic;    
float: right;
text-align: right;
}

.ReferencBottomLeft 
{
font-size: 90%;    
margin: 5px 0px 0px 0px 0px;
font-style: normal;    
float: left;
text-align: left;
}

#CenterColumn p {
line-height: 18px;
}

#CenterColumnStore p {
line-height: 18px;
}

.disclamer {
margin: 10px 10px; 
color: #636363;
font-size: 85%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
font-style: oblique; 
text-indent: justify;
text-align: center;
}

.disclamer p {
color: #636363;
font-size: 85%;
line-height: 15px;
font-family: 'Courier New', Courier, monospace;
font-style: oblique; 
text-indent: justify;
}


.LittlePhotoLeft {
float: left;
float: left;
margin: 0px 10px 0px 0px;
text-align: center;
}

.AdminRemarks 
{
margin: 5px 0px 0px 0px 0px;
font-style: oblique;    
text-align: center;
}

/* ------ custom CalloutBox ------ */

.CalloutBoxWide {
background-color: Transparent;
width: 98%;
border: 1px dotted #8f8fb3;
margin: 10px auto 24px auto; /* --margin: 18px auto 24px auto;-- */
padding: 5px;
color: #Gray; /*#6B6B6B*/
}


.ImageTitleUpper {
float: none;    
margin: 0 0; /*--margin: 10px 10px;--*/
color: #636363;
font-size: 95%;
line-height: 15px;
font-family: 'Courier New', Courier, monospace;
font-style: italic; 
text-align: center;
}


.re-produce 
{
color: #636363;    
font-size: 85%;
line-height: 13px;
font-family: 'Courier New', Courier, monospace;
font-style: italic; 
}

/* ------ Section Z - TOC Navigation LF 20091002------ */

.NavigationTOC {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.NavigationTOC h3 {
padding: 0;
font-size: 110%;
color: #808080;  /* -- #330099 -#fff- */
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- Nav List -- */

.NavigationTOC ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -5px 0 0 0; /* -- margin: -6px 0 0 0; -2009.09.30 -- */
}

.NavigationTOC li 
{
font-size: 85%;   /* -- 2009.09.30 -- */
background : transperent;
border: transperent; 
margin-bottom: 0px; /* -- margin-bottom: 3px; --2009.09.30 */
}


/* -- Navigation Link styles --check LF----- */

.NavigationTOC a {
color: #808080;
padding: 0 0 0 2px; /* -- padding: 3px 0 3px 4px; --2009.09.30 */
text-decoration: none;
}

.NavigationTOC a:visited {
color: purple;
text-decoration: none;
}

.NavigationTOC a:hover {
color: blue;
background-color: #F7F7F7;   
text-decoration: none;
}

/* -- Articles Navigation Link styles LF----- */

.ArticleNavigationTOC {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}


/* -- ArticleNavigationTOC Headers -- */

.ArticleNavigationTOC h3 {
padding: 0;
font-size: 110%;
color: #808080;  /* -- #330099 -#fff- */
border-bottom: 1px solid #fff;
margin: 12px 0;
}

/* -- ArticleNavigationTOC List -- */

.ArticleNavigationTOC ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -5px 0 0 0; 
}

.ArticleNavigationTOC li 
{
font-size: 85%;   /* -- 2009.11.28 -- */
background : transperent;
border: transperent; 
margin-bottom: 0px; /* -- 2009.11.28 -- */
}


/* -- ArticleNavigationTOC Link styles -- 2009.11.28 -- */

.ArticleNavigationTOC a {
color: #330099;
display: block;     
padding: 2px 0 2px 2px; 
text-decoration: none;
}

.ArticleNavigationTOC a:visited {
color: purple;
text-decoration: none;
}

.ArticleNavigationTOC a:hover {
color: blue;
background-color: #F7F7F7;   
text-decoration: none;
}


/* -- Published Papers Formatting LF----- */

.Paper H1 
{
font-size: 70%;    
margin: 5px 0px 0px 0px 0px;
font-style: normal;    
float: left;
text-align: left;
color: gray;
}

.Affiliation {
float: none;
font-style: italic;   
margin: 0 0; /*--margin: 10px 10px;--*/
color: #636363;
font-size: 95%;
line-height: 15px;
font-family: 'Courier New', Courier, monospace;
text-align: center;
}


.Table2Cols00
{
border:1px solid #C0C0C0;    
   
}


.Table2Cols00 td
{
border:1px solid #C0C0C0;    
   
}

.Formula
{
font-size:large;
}
