@charset "utf-8";

/* Global */
*	{ margin: 0; padding: 0; }
html	{ min-height: 100%; margin: 0 0 .1em; }

body	{ background: #c0c0c0; font: 10px/10px Verdana, Arial, Helvetica, sans-serif; color: #000; text-align: center; }
body *	{ position: relative; }

/* links */
a:link, a:visited	{ color: #c0c0c0; text-decoration: none; font-weight: bold; }
a:hover	{ text-decoration: underline; }

/* Site-wide classes */
.clear	{ clear: both; }
.hd	{ position: absolute; z-index: -100; visibility: hidden; } /* hides descriptive text of boxes in case CSS is disabled or not supported */

#container	{ left: 17px; float: left; width: 963px; margin: 0 17px 0 0; text-align: left; z-index: 3; }

#left	{ float: left; width: 160px; }

/* header */
#header	{ float: left; width: 100%; height: 77px; background: url('../i/header-800x241.png') no-repeat 0 0; }
#header #topNav	{ top: 18px; float: right; clear: right; margin: 0 0 18px; width: 653px; height: 22px; font-size: 1.1em; }
#topNav li	{ float: left; height: 22px; list-style: none; background: url('http://i1.allaboutvision.com/i/buttons.png') no-repeat 0 0; }
#topNav li a	{ display: block; overflow: hidden; height: 22px; background: url('http://i1.allaboutvision.com/i/buttons.png') no-repeat 0 0; cursor: pointer; }
#topNav li span	{ position: absolute; left: 0; top: 0; height: 22px; display: block; background: url('http://i1.allaboutvision.com/i/buttons.png') no-repeat 0 0; }
#topNav li#pp a, #topNav li#pp span	{ width: 127px; background-position: -76px -1px; z-index: 150; }
#topNav li#pp a:hover span, #topNav li#pp.on span	{ background-position: -76px -24px; }
#topNav li#rs a, #topNav li#rs span	{ width: 132px; background-position: -203px -1px; z-index: 150; }
#topNav li#rs a:hover span, #topNav li#rs.on span	{ background-position: -203px -24px; }
#topNav li#fd a, #topNav li#fd span	{ width: 127px; background-position: -335px -1px; z-index: 150; }
#topNav li#fd a:hover span, #topNav li#fd.on span	{ background-position: -335px -24px; }
#topNav li#fls a, #topNav li#fls span	{ width: 116px; background-position: -462px -1px; z-index: 150; }
#topNav li#fls a:hover span, #topNav li#fls.on span	{ background-position: -462px -24px; }
#topNav li#fcs a, #topNav li#fcs span	{ width: 151px; background-position: -578px -1px; z-index: 150; }
#topNav li#fcs a:hover span, #topNav li#fcs.on span	{ background-position: -578px -24px; }
	
/* bottom stuff */
#footer	{ float: left; left: 12px; top: 64px; width: 939px; margin: 0 12px 64px 0; font-size: 1.1em; line-height: 1.3em; }
#footNav a	{ color: #0a4379; }
#footer #btmText	{ left: 220px;  margin: 0 220px 0 0; width: 489px; text-align: center; }
#footer a	{ font-weight: normal; color: #0a4379; }

/* page */
#subpage #right	{ right: 15px; top: 30px; margin: 0 0 30px 12px; float: right; width: 758px; font-size: 1.2em; line-height: 1.6em; }
#subpage #right #content	{ float: left; width: 580px; }
	#subpage #content h1, #subpage.large_font #content h1 { float: left; margin: 0 0 15px; font: bold 24px/1em Arial, Helvetica, sans-serif; color: #0a4379; }
	#subpage #content h2	{ margin: 0 0 18px; font: bold 1.3em/1.3em Arial, Helvetica, sans-serif; color: #0a4379; }
	#subpage #content p, #subpage #content ul, #subpage #content ol	{ margin: 0 0 18px; }
	#subpage #content a	{ font-weight: normal; }
	#subpage #content ul, #subpage #content ol	{ margin: 0 0 18px 10px; }
		#subpage #content ul li	{ list-style: none; background: url('http://i1.allaboutvision.com/i/bullet4.png') no-repeat 0 6px; padding: 0 0 0 10px; margin: 0 0 10px; }
		#subpage #content .tight li { list-style: none; background: url('http://i1.allaboutvision.com/i/bullet4.png') no-repeat 0 6px; padding: 0 0 0 10px; margin: 0 14px 0 14px; }
	#subpage #content .byline	{ clear: left; margin: 0 0 18px; font-size: .9em; line-height: 1.3em; }
		#subpage .byline a	{ font-weight: normal; }
	#subpage #content .quoteR	{ float: right; margin: 0 0 15px 15px; }
	#subpage #content .quoteL	{ float: left; margin: 0 15px 15px 0; }
	#subpage #content .imgL, 	#subpage #content .imgC,	#subpage #content .imgR { font-size: .9em; line-height: 1.5em; font-weight: bold; color: #0a4379; z-index: 1; }
		#subpage #content .imgL	{ float: left; margin: 0 15px 10px 0; }
		#subpage #content .imgLAd	{ float: left; margin: 5px 25px 15px 0px; z-index: 1; }
		.imgL img, .imgR img	{ margin: 0 0 4px 0; }
		.imgL.px119	{ width: 119px; }
		.imgL.px140	{ width: 140px; }
		.imgL.px150	{ width: 150px; }
		#subpage #content .imgL a:link, #subpage #content .imgL a:visited, #subpage #content .imgC a:link, #subpage #content .imgL a:visited, #subpage #content .imgR a:link, #subpage #content .imgR a:visited	{ 		font-weight: bold; text-decoration: underline; color: #0a4379; }
		#subpage #content .imgL a:hover, #subpage #content .imgC a:hover, #subpage #content .imgR a:hover	{ text-decoration: none; }
	#subpage #content .note	{ font-size: .9em; line-height: 1.3em; }

/* charts and tables */
.chart { width: 580px; w\idth: 578px; border: 1px solid #d4d3d3; margin: 0 0 18px; font-size: .9em; line-height: 1.6em; }
.chart caption { height: 23px; background: url('http://i1.allaboutvision.com/i/backgrounds.png') no-repeat 0 -1524px; text-align: left; color: #fff; font-size: 1em; line-height: 1.9em; font-weight: bold; text-indent: 12px; text-transform: uppercase; }
.chart tr.row1	{ background: #e9f5fe; }
.chart tr.row2	{ background: #d4e9fb; }
.chart th	{ color: #000; font-weight: bold; background: #d4e9fb; text-align: left; vertical-align: bottom; }
.chart th, .chart td	{ padding: 3px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; vertical-align: top }
	.chart th	{ vertical-align: bottom; }
.chart th.right, .chart td.right	{ border-right: none; }
.chart td.noteA, .chart td.noteB { font-size: .8em; line-height: 1.5em; border-right: none; border-bottom: none; }
/* charts and tables */		

#subpage #content hr { width: 580px; color: #dbdbdb; background: #dbdbdb; height: 1px; border: 0; margin: 26px 0 24px 0; display: block; z-index: 3; }

#subpage .special { color: #f60; font: 11px/12px verdana,sans-serif; font-weight: bold }

/* thickbox */

#closeBar	{ position: relative; float: left; width: 100%; height: 28px; he\ight: 24px; padding: 5px 0; background: #1e2326; color: #fff; text-align: right; z-index: 1000; font:  12px/12px Verdana, Geneva, sans-serif; }
	#closeBar a:link, #closeBar a:visited, #closeBar a:hover	{ position: relative; right: 8px; color: #fff; text-decoration: none; }
	#closeBar a img	{ vertical-align: middle; }

fieldset	{ border: none; }
	fieldset ul	{ list-style: none; margin: 0; padding: 0; }
	fieldset li	{ position: relative; width: 100%; float: left; margin: 0 0 8px; }
	fieldset label	{ position: relative; float: left; width: 105px; }
	fieldset label.error	{ position: relative; float: left; left: 8px; width: 100px; color: #c00; }
	input.txt, input.error	{ position: relative; float: left; width: 150px; w\idth: 148px; border: 1px solid #7f9db9; }
	input.error	{ border: 1px solid #c00; }
	li.error	{ border: 1px solid #c00; background: #fcc; text-align: center; color: #c00; }

*{padding: 0; margin: 0;}

#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333; }

#TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#666666; }

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; }
.TB_overlayMacFFBGHack {background: url('http://i1.allaboutvision.com/i/macFFBgHack.png') repeat;}
.TB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

* html #TB_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_window { position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; }
* html #TB_window { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_window img#TB_Image { display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; }

#TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left; }

#TB_closeWindow{ height:25px; padding:11px 25px 10px 0; float:right; }

#TB_closeAjaxWindow{ padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; }

#TB_ajaxWindowTitle{ float:left; padding:7px 0 5px 10px; margin-bottom:1px; }

#TB_title{ background-color:#e8e8e8; height:27px; }

#TB_ajaxContent{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }
#TB_ajaxContent.TB_modal{ padding:15px; }
#TB_ajaxContent p{ padding:5px 0px 5px 0px; }

#TB_load{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load { /* ie6 hack */ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #TB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_iframeContent{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }

table.search-line	{ display: none; }