
/* id = #    class = .   */


/* to change font size, change it in the body *tr* block below, too, so that the font will  */
/*  change in all of the tables around the content  */


/* NOTE NOTE NOTE when change the heights of buttons, need to go through and look at all the */
/*    span statements for tooltips, because the locations of the tooltips will need to change */



/* BeforeAfters: only the top line, "Before & Afters", at the top of the befores and afters section */
/* BeforeAfterActiveOperation: just below the "Before & Afters" line */
/* SelectedRhinoplastySubLink: when showing rhinoplasty before and afters, this is the sub-section of rhinoplasty that is currently being shown */
/* GoToPtBlock: The entire block of the patient number squares.  Note that #ptnumber is the individual squares; GoToPtBlock is the entire block container */
/* ptnumber:  the patient number squares in the navigation bar */
/* OtherNoses: the line introducting the other noses links, below the pt number squares, and just above RhinoplastySubLinks, when showing rhinoplasty operation */
/* RhinoplastySubLinks: the Non-active rhinoplasty sub-links, like long nose, nose with tip, etc. */
/* OtherOperations: the "other operations" section of the before and after navbars.  Also, the "Select an operation" area on the beforeafters intro page */

/* IntraoperativeMain: the link "See the surgery" at the top, when the SeeTheSurgery section is showing */
/* IntraoperativeSubHeadings: the links "eyelids" or "rhinoplasty" that are the operations that are shown in the intraoperative section */
/* ActiveTutorialChapter:  The tutorial subject whose chapters are being shown currently */
/* TutorialLinks: the text links for tutorial chapters, or the four essays */

/* EssaysMain: the word "Essays" when the essays are showing */



a.info {
    position: relative;    /*this is the key*/
    z-index: 24;
    background-color: #f0c0c0;
    color: #666;
    text-decoration: none;
    }

a.info:hover {
	z-index: 25;
	background-color: #e1e1e1;
	}

a.info span {
	display: none;
	}

a.info:hover span {    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 15em;
    border: 1px solid #0cf;
    background-color: #cfc;
    color: #cc3366;
    text-align: center;
    }










.OperationNoticeImageSize {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	}









.BAViewCaption {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	}


.BAViewCaption a {
	text-decoration: none;
	color: #000000;
	}

.BAViewCaption a:hover {
	text-decoration: underline;
	color: #0000FF;
	}













.SmallMargin {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}







td.TutorialTextMargin {
	width: 30px;
	}

td.TutorialTextContainer {
	width: 375px;
	align: left;
	}

img.font-family {
	display: block;
	margin-bottom: 7px;
	}

td.Wide125 {
	width: 125px;
	}

td.Wide145 {
	width: 145px;
	}

td.Wide19 {
	width: 19px;
	}
	
td.Wide30Height30 {
	width: 30px;
	height: 30px;
	}


table.BackgroundColorWhite {
	background-color: #ffffff;
	}






body {
	margin: 0px;
	padding: 0px;
	background-image: url('../image/background125plusshadowplusblack.gif');
	font-size: 13px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	}

body a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body tr {
	font-size: 13px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	}













/* ptnumber:  the patient number squares in the navigation bar */
.ptnumber {
	margin: 4px 0px 8px 0px;  /* play here to adjust vertical spacing between box rows */
	padding: 0px;
	text-align: left;
	}

.ptnumber ul {
	list-style-type: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}

.ptnumber li   {
	display: inline;
	}

.ptnumber li a {
	text-indent: 6px;
	padding: 0px 3px 0px 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #000000; /* ColorSet019 */
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	background-color: #ffffff; /* ColorSet015 */
	color: #000000; /* ColorSet016 */

	}

.ptnumber li a:hover {
	background-color: #89c9ff; /* ColorSet017 */
	color: #000000; /* ColorSet018 */
	}














	
	
	
/* SiteMapButton:  the button copies in the site map content area */		
.SiteMapButton {
	width: 125px;
	border: 1px solid #000;
	padding: 5px 8px 5px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana,'Trebuchet MS', 'Lucida Grande',
	   Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	background-color: #8dc3f0;  /*previously 90bade*/
	color: #000000; /* previously 333 */
	text-decoration:none;
	}



.SiteMapButton a {
	width: 125px;
	border: 1px solid #000;
	padding: 5px 8px 5px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande',
	   Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	background-color: #8dc3f0;  /*previously 90bade*/
	color: #000000; /* previously 333 */
	text-decoration:none;
	}






.SiteMapButton ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: none;
	}

.SiteMapButton li {
	border-bottom: 1px solid #90bade;
	margin: 0px 0px 0px 0px;
	}

.SiteMapButton li a {
		display: block;
		padding: 3px 5px 3px 4px;
		border-left: 3px solid #1958b7;
		border-right: 3px solid #508fc4;
		background-color: #2175bc;
		color: #f6f6f6;
		text-decoration: none;
		width: 100%;
	margin: 0px 0px 0px 0px;
		}

.SiteMapButton li a:hover {
	border-left: 3px solid #1c64d1;
	border-right: 3px solid #5ba3e0;
	background-color: #2ea1ff;
	color: #ffffff;
	}
	
	
	





/* BulletedList:  Miscellaneous page, faqs, and beforeafters_intro */
.BulletedList {
/*	margin-left: 15px; */
/*	padding-left: 10px; */
/*	list-style-position: outside;
	list-style-type: disc; */
}

.BulletedList ul {
	display: block;
/*	list-style-position: outside;
	list-style-type: disc; */
}

.BulletedList li {
	margin-left: 15px;
	display: block;
	margin-bottom: 11px;
	list-style-type: disc;
	list-style-position: outside;
}









.MiscPageBold {
	font-size: 16px;
	font-weight: bold;
}








.H1PageHeadings {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}




.TutorialChapterH1Headings {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}












/* ViewsNumberString: in fspage, the views boxes just below the big before and after */
ul#ViewsNumberString {
	list-style-type: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

ul#ViewsNumberString li {
	display: inline;
	}

ul#ViewsNumberString li a {
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #666;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	}

ul#ViewsNumberString li a:hover {
	background-color: #C7B299;
	color: #000;
	}



/* number2, below, isn't used */
ul#ViewsNumberString2 {
	list-style-type: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

ul#ViewsNumberString2 li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #666;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	}

ul#ViewsNumberString2 li a {
	display: inline;
/*	padding-left: 3px;
	padding-right: 3px; */
/*	margin-left: 3px;
	margin-right: 3px; */
	border: 1px solid #666;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	background-color: #0000ff;
	 color: #ffffff;}

ul#ViewsNumberString2 li a:hover {
	background-color: #C7B299;
	color: #000;
	}















#TutorialTitleLine {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	border: 0px;
	padding: 0px;
	}






#BreadCrumbs {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	border: 0px;
	padding: 0px;
	}










#PrevNextPageFont {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}









/* inline-list: the page numbers in tutorial pages and essays */
/* Mark-339 in tutorialpage67 for the apearance of the CURRENT page */
#inline-list {
	text-align: right;
	border: 0px;
	margin: 0px;
	padding: 5px;
	margin-bottom: 8px;
/*	width: 80%; */
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

#inline-list p {
	display: inline;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #0000ff;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	}

#inline-list li a {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #666;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	}

#inline-list li a:hover {
	background-color: #aad7fc;
	}
















/* TutorialPagesLinks: in tutorialpage88, the page number links after a page's content */
#TutorialPagesLinks {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	}

#TutorialPagesLinks ul, #TutorialPagesLinks li {
	display: 1;
	
	}

#TutorialPagesLinks li a {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #666;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	}

#TutorialPagesLinks li a:hover {
	background-color:  ;
	
	}

#TutorialPagesLinks p {
	display: inline;
	}













/* GoToPtBlock: The entire block of the patient number squares.  Note that #ptnumber is the individual squares; GoToPtBlock is the entire block container */
#GoToPtBlock {
	width: 124px;
	background-color: #d4ebfe; /* ColorSet013 */
	color: #000000; /* ColorSet014 */
	margin: 0px;
	border-top: 1px solid #000000;
	padding: 3px 0px 6px 0px;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}













/* OtherOperations: the "other operations" section of the before and after navbars */
#OtherOperations {
	margin: 0;
	padding: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 124px;
	background-color: #c9e5fc; /* ColorSet006 */
	}

#OtherOperations ul {
	list-style-type: none;
	padding: 5px 0px 0px 0px;

}
#OtherOperations li {
/*	border: 1px solid #000000; */
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000; 
}
	
#OtherOperations li A:link {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet007 */
	width: 100%;
	}

#OtherOperations li A:active {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet007 */
	width: 100%;
	}

#OtherOperations li A:visited {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet007 */
	width: 100%;
	}

#OtherOperations li A:hover {
	display: block;
	color: #ffffff; /* ColorSet009 */
	background-color: #448aff; /* ColorSet008 */
	width: 100%;
	}












/* OtherOperations: the "other operations" section of the before and after navbars */
#OtherOperations2 {
	margin: 0;
	padding: 0;
/*	border-right: 1px solid #000000; */
	width: 125px;
	background-color: #c9e5fc; /* ColorSet006 */
	}

#OtherOperations2 ul {
	list-style-type: none;
	padding: 5px 0px 0px 0px;

}
#OtherOperations2 li {
/*	border: 1px solid #000000; */
	padding: 1px 0px 1px 10px; 
	list-style-type: none;
	width: 125px;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000000; 
}
	
#OtherOperations2 li A:link {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet007 */
	width: 100%;
	}

#OtherOperations2 li A:active {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet007 */
	width: 100%;
	}

#OtherOperations2 li A:visited {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet007 */
	width: 100%;
	}

#OtherOperations2 li A:hover {
	display: block;
	color: #ffffff; /* ColorSet009 */
	background-color: #448aff; /* ColorSet008 */
	width: 100%;
	}





























.StandardFontClass {
	font-size: 13px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande',
	  Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	color: #000;
	}

.NoLinkViewsFontClass {
	font-size: 11px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande',
	  Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	color: #990000;
	}

.LargerBoldFont {
	margin-top: 10px;
	font-size: 16px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande',
	  Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	color: #000;
	}

#StandardFontID {
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	color: #000;
	}

#ViewsOfThisPt {
	margin-bottom: 5px;
	}












/* BeforeAfters: only the top line, "Before & Afters", at the top of the befores and afters section */
#BeforeAfters {
	margin: -1px 0px 0px 0px;
/*	border-right: 1px solid #000000; */
	width: 125px;
     padding: 0px 0px 0px 0px;
	
	/* originalfeb23 was 16px, without Tahoma at start of list below */
	font-size: 15px;
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #000000;
	}
	
#BeforeAfters ul {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
     border: 0px;
   }

#BeforeAfters li {
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #000000;
    display: block;
    list-style-type: none;
	width: 100%;
 	/* originalfeb23 bottom padding was 5px */
 	padding: 4px 0px 3px 0px;
    background-color: #ffffff;
     color: #000000;
}
	
#BeforeAfters li a {
    margin: -4px 0px 0px 0px;
    display: block;
    list-style-type: none;
	width: 100%;
 	padding: 4px 0px 5px 0px;
    background-color: #ffffff;
     color: #000000;
     text-decoration: none;
}
	
	
























/* BeforeAfterActiveOperation: just below the "Before & Afters" line */
#BeforeAfterActiveOperation {
	margin: 0px; 
	padding: 0px; 
/*	border-right: 1px solid #000000; */
	border-left: none;
	width: 125px;
	
	/* originalfeb23 was 15px, without Tahoma at front of list */
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
#BeforeAfterActiveOperation ul {
    display: block;
     list-style: none;
     margin: 0px;
     padding: 0px;
     }

#BeforeAfterActiveOperation li {
    list-style-type: none;
	background-color: #ffffff; /* ColorSet010 */
	color: #000000; /* ColorSet011 */
	/* originalfeb23 top margin was -5 px */
	margin: 0px 0px 0px 0px;
	text-align: right;
	border: none;
/*	border: 1px solid #000000; */ /* ColorSet012 */
	border-left: none;
	border-right: none;
     height: 20px;
     padding: 0px 0px 5px 0px;
}
	
#BeforeAfterActiveOperation li a{
	display: block;
    color: #000033;
     text-decoration: none;
     width: 100%;
     height: 20px;
     margin: 0px;
     padding: 2px 0px 2px 0px;
}
	
	
#BeforeAfterActiveOperation li a:hover{
     background-color: #aed9fc;
     color: #000000;
/*     width: 100%; */
}
	
#BeforeAfterActiveOperation li a span  {
	display: none;
	}

#BeforeAfterActiveOperation li a:hover span {
    display: block;
    position: absolute;
    top: 217px;
    left: 131px;
    width: 126px;
    padding: 2px;
    border: 1px solid #0000ff; /* ColorSet029 */
    background-color: #ffffff; /* ColorSet027 */
    color: #000000; /* ColorSet028 */
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    }






















/* OtherNoses: the line introducting the other noses links, below the pt number squares when showing rhinoplasty operation */
#OtherNoses {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
/*	border-bottom: 5px solid #000000; */
	width: 124px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	}
	
#OtherNoses ul {
    }

#OtherNoses li {
/*	border-bottom: 1px solid #000000; */
	padding: 2px 0px 3px 0px;
    list-style-type: none;
	background-color: #aad7fc; /* ColorSet045 */
	color: #000000; /* ColorSet046 */
	width: 100%;
}
	





































/* EssaysMain: the word "Essays" when the essays are showing */
#EssaysMain {
	list-style-type: none;
	margin: -1px 0px 0px 0px;
	padding: 0;
	border: none;
	width: 125px;
	background-color: #ffffff;
	font-size: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	}

#EssaysMain ul {
	}

#EssaysMain li {
    list-style-type: none;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	width: 100%;
 	padding: 4px 0px 0px 0px;
}

	
#EssaysMain li a{
     display: block;
     color: #000000;
   text-decoration: none; 
     width: 100%;
     margin: 0px;
 	padding: 4px 0px 0px 0px;
}
	
	
#EssaysMain li a:hover{
     background-color: #ffffff;
     color: #000000;
     width: 100%;
 }
	








	











/* IntraoperativeMain: the link "See the surgery" at the top, when the SeeTheSurgery section is showing */
#IntraoperativeMain {
	margin: -1px 0px 0px 0px;
	padding: 0px;
	width: 125px;
	font-size: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	}

#IntraoperativeMain ul {
	}

#IntraoperativeMain li {
     list-style-type: none;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	width: 100%;
}

#IntraoperativeMain li a{
     display: block;
     color: #000000;
  text-decoration: none;
     width: 100%;
     margin: 0px;
 	padding: 4px 0px 9px 0px;
}
	
#IntraoperativeMain li a:hover{
     background-color: #ffffff;
     color: #000000;
     width: 100%;
 }
	

	





	




























/* IntraoperativeSubHeadings: the links "eyelids" or "rhinoplasty" that are the operations that are shown in the intraoperative section */
.IntraoperativeSubHeadings {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px; 
/*	border-right: 1px solid #000000;  *//* ColorSet034 */
	width: 125px;
	background-color: #93ceff; /* ColorSet030 */
	}

.IntraoperativeSubHeadings ul {
	display: block;
	width: 125px;
	background-color: #93ceff; /* ColorSet030 */
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}

.IntraoperativeSubHeadings li {
	color: #000000;  /* ColorSet031 */
	margin: 0px 0px 0px 10px;
}
	
.IntraoperativeSubHeadings li a {
	display: block;
	text-decoration: none;
	color: #000000;  /* ColorSet031 */
	width: 100%;
	padding: 2px 0px 2px 0px;  
	}

.IntraoperativeSubHeadings li a:hover {
	color: #000000;  /* ColorSet033 */
	background-color: #c6e4fd;  /* ColorSet032 */
	margin: 0px 0px 0px -10px;
	padding: 2px 0px 2px 10px;
	}




	













/* TutorialLinks: the text links for tutorial chapters, or the four essays */
.TutorialLinks {
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 0px;
/*	border-right: 1px solid #000000; */
	width: 125px;
	background-color: #ffffff;
	}

.TutorialLinks ul {
	list-style-type: none;
	}

.TutorialLinks li {
	text-indent: 4px;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
/*	text-align: center; */
	text-decoration: none;
	color: #000;
}


.TutorialLinks li a:link {
	display: inline;
	text-decoration: none;
	color: #000;
	}

.TutorialLinks li a:active {
	display: inline;
	text-decoration: none;
	color: #000;
	}

.TutorialLinks li a:visited {
	display: inline;
	text-decoration: none;
	color: #000;
	}

.TutorialLinks a:hover {
	color: #0000dd;
	text-decoration: underline;
	background-color: #ffffff;
	}


	



















/* ActiveTutorialChapter:  The tutorial subject whose chapters are being shown currently */
#ActiveTutorialChapter {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
/*	border-right: 1px solid #000000; */
	width: 125px;
	background-color: #c6e4fd; /* ColorSet035 */
	}

#ActiveTutorialChapter ul {

	}

#ActiveTutorialChapter li {
	margin: 0px;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #111111; /* ColorSet036 */
}












	


/* RhinoplastySubLinks: the Non-active rhinoplasty sub-links, like long nose, nose with tip, etc. */
#RhinoplastySubLinks {
	margin: 0;
	padding: 0;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #000000;
	width: 124px;
	background-color: #c9e5fc; /* ColorSet047 */
	}

#RhinoplastySubLinks ul {
	list-style-type: none;
	padding: 5px 0px 0px 0px;

}
#RhinoplastySubLinks li {
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000; /* ColorSet048 */

}
	
#RhinoplastySubLinks li A:link {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet048 */
	width: 100%;
	}

#RhinoplastySubLinks li A:active {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet048 */
	width: 100%;
	}

#RhinoplastySubLinks li A:visited {
	display: block;
	text-decoration: none;
	color: #000000; /* ColorSet048 */
	width: 100%;
	}

#RhinoplastySubLinks A:hover {
	display: block;
	color: #000000; /* ColorSet050 */
	background-color: #ffffff; /* ColorSet049 */
	width: 100%;
	}








































/* SelectedRhinoplastySubLink: when showing rhinoplasty before and afters, this is the sub-section of rhinoplasty that is currently being shown */
#SelectedRhinoplastySubLink {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	border-right: 1px solid #000000; */
	width: 125px;
/*	background-color: #000000; */
	}

#SelectedRhinoplastySubLink ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
	}

#SelectedRhinoplastySubLink li {
    list-style-type: none;
	background-color: #ffffff; /* ColorSet020 */
	color: #000000; /* ColorSet021 */
	padding: 0px 0px 5px 0px;
/*	border-bottom: 1px solid #000000; */ /* ColorSet022 */
	margin: 0px;
	/* originalfeb23 14px, and no Tahoma at beginning of list */
	font-size: 13px;
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	text-align: right;
     height: 20px;
}

#SelectedRhinoplastySubLink li a{
/*	display: block; */
	background-color: #ffffff; /* ColorSet023 ColorSet020 */
    color: #000000; /* ColorSet024  ColorSet021*/
     text-decoration: none;
     width: 100%;
     height: 20px;
     margin: 0px;
     padding: 0px 0px 0px 0px;
}
	
#SelectedRhinoplastySubLink li a:hover{
     background-color: #cbe8ff;  /* ColorSet025 */
     color: #000000;  /* ColorSet026 */
}
	
#SelectedRhinoplastySubLink li a span  {
	display: none;
	}

#SelectedRhinoplastySubLink li a:hover span {
    display: block;
    font-weight: normal;
    position: absolute;
    top: 217px;
    left: 131px;
    width: 126px;
    padding: 2px;
    border: 1px solid #0000ff;  /* ColorSet029 */
    background-color: #ffffff;  /* ColorSet027 */
    color: #000000;  /* ColorSet028 */
    text-align: center;
    }

	




















/* BottomTextLinks: This id is set in bottom_text_links.htm */
.BottomTextLinks {
	font-size: 16px;
	font-family: 'Times New Roman', 'Times Roman', Times, serif;
/*	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif; */
	font-weight: normal;
	color: #000;
	}











 
/* TitleBar: Big fs.com and denenberg at the top of the page */
/* LeftOfTitleBar: the middle cell of the huge table, same colors and heights */
/* NOTE NOTE that if we change the heights of these rows, */
/*   we need to change the height of the little table spacer between the */
/*   logo top left and the title bar.  Search for LeftOfTitleBar. */
#TitleBar table {
	border: 0px;
	margin: 0px 0px 0px 0px;
	}

#TitleBar #row1 {
	height: 50px;
	background-color: #3695e6;
	text-indent: 22px;
/*	font-size: 40px;
	font-family: Caslon, Garamond, 'Times New Roman', 'Times Roman', Times, serif;
	font-weight: normal;
	color: #ffffff; */
	}
#TitleBar #row1 img {
	margin-top: 4px;
	}


#TitleBar #row2 {
	height: 30px;
	background-color: #7200ab;
	text-align: right;
	font-size: 18px;
	font-family: Verdana, arial, 'Universe Extended', non-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	}
#TitleBar #row2 img {
	margin: 3px 0px 0px 0px;
	}



#TitleBar #row3 {
	background-color: #ffff00;
/*	text-indent: 22px;
	height: 46px;
	font-size: 40px;
	font-family: Caslon, Garamond, 'Times New Roman', 'Times Roman', Times, serif;
	font-weight: normal;
	color: #ffffff; */
	}



#LeftOfTitleBar table {
	border: 0px;
	}

#LeftOfTitleBar #rowA {
	height: 50px;
	background-color: #3695e6;
	text-indent: 22px;
	}


#LeftOfTitleBar #rowB {
	height: 30px;
	background-color: #7200ab;
	}


	
	
	
	
.SkinCareEtc table {
	border: 0px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

.SkinCareEtc #imgtd {
	width: 120px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 25px
}
	
.SkinCareEtc #texttd {
	padding-bottom: 25px;
}

.SkinCareEtc #texttd a {
	text-decoration: none;
	color: #000000;
}

.SkinCareEtc #texttd a:hover{
	text-decoration: underline;
	color: #0000ff;
}


		
	
#TableForVerticalBanner table {
	border: 0px;
	}

#TableForVerticalBanner #MainCell {
	vertical-align: top;
	}

#TableForVerticalBanner #BannerTD {
	vertical-align: top;
	text-align: right;
	}

/* #TableForVerticalBanner #BannerTD img {
	align: right;
	}
*/



	
	

	
	
	
#TopFormatEmail table {
	border: 0px;
	}

#TopFormatEmail #TFE1 {
	vertical-align: top;
	}

#TopFormatEmail #TFE2 {
	width: 60px;
	}

#TopFormatEmail #TFE3 {
	padding-top: 7px;
	vertical-align: top;
	text-align: left;
	width: 240px;
	}

	
	
	
	

	
	
#TopFormatEmail2 table {
	border: 0px;
	}

#TopFormatEmail2 #TFE21 {
	vertical-align: top;
	}

#TopFormatEmail2 #TFE22 {
	width: 90px;
	}

#TopFormatEmail2 #TFE23 {
	padding-top: 7px;
	vertical-align: center;
	text-align: left;
	width: 240px;
	}

	
	
	
	
	
	
	
	
	
	







.LittleViewsTable table {
	border: 1px solid #000000;
	}

.LittleViewsTable table tr {
	border: 1px solid #000000;
	}

.LittleViewsTable tr img {
	padding-right: 7px;
	}




	
















	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* button:  the very main blue navbar sections */		
.button {
     width: 124px;
     padding: 0px;
     margin: 0px;
     font-size: 12px;
     font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
     font-weight: normal;
     background-color: #8dc3f0; /* ColorSet001 */
     color: #333;
 /*    letter-spacing: 1px; */
     }

.button ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
     border: none;
    }

.button li {
     list-style: none;
     border-bottom: 1px solid #eeeeff; /* ColorSet005 */
     margin: 0px;
     }

.button li a {
     display: block;
     border-right: 1px solid #000000;
     padding: 7px 0px 0px 0px;
     color: #000000; /* ColorSet003 */
     text-decoration: none;
     text-indent: 10px;
     width: 100%;
     max-width: 124px;
     height: 20px;  /* button height */
     margin: 0px;
 /*   vertical-align: middle; */
          }

.button li a:hover {
     background-color: #2ea1ff; /* ColorSet002 */
     color: #000000; /* ColorSet004 */
     }











/* Selectedbutton:  the very main blue navbar sections */
/* NOTE NOTE NOTE that in "li" below, if change "height", have to subtract the change
   from the height of the miscellaneous-with-arrow-identifier span in PrintNavbarMachinery.  See Mark-003. */		
.Selectedbutton{
     width: 125px;
     padding: 0px 0px 0px 0px;
     margin: -1px 0px 0px 0px;
     font-size: 14px;
     font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
     font-weight: bold;
/*     background: #2175bc; */
     color: #333;
     }

.Selectedbutton ul {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
     border: 0px;
     }

.Selectedbutton li {
     border-bottom: 1px solid #000000; /* 90bade */
     border-top: 1px solid #000000;
     margin: 0px 0px 0px 0px;
     display: block;
     padding: 6px 0px 0px 0px;
     color: #000000;
     text-decoration: none;
     text-align: right;
     background-color: #ffffff;
     width: 100%;
     height: 24px; /* button height */
/*     letter-spacing: 0.5px; */
          }

.Selectedbutton li span {
	display: none;
	}

.Selectedbutton li a {
	}

.Selectedbutton li a span  {
	display: none;
	}

.Selectedbutton li a:hover span {
    display: block;
    position: absolute;
    top: 359px;
    left: 126px;
    width: 126px;
    padding: 2px;
    border: 1px solid #0000ff; /* ColorSet029 */
    background-color: #ffffff; /* ColorSet027 */
     font-size: 13px;
     font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
     font-weight: normal;
    color: #000000;  /* ColorSet028 */
    text-align: center;
    }



	
	

	
	
	



.ContentArea {
	font-size: 19px;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
}	
.ContentArea a img {
	border: none;
}