		/*
IMPORTANT:
Essential styles to ensure accessibility
*/
@media projection, screen { /* use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
	#tabs-see-ratings-by-txt {display:none;}
}
@media print { /* retain accessibility by overriding inline style used by animations... */
    .fragment {
        display: block !important;
        height: auto !important;
        /*opacity: 1 !important;*/
    }
    .anchors {
        display: none;
    }
	#tabs-see-ratings-by-txt { display:block;}
}

/*
TAB STYLES:
Some more styles, not important for making tabs work, just for the look of it...
*//* width: 800px; */
#container-1 
{
	width: 793px; 
	margin: 0 auto;
	clear: both;
	float: none;
	display: block;
	padding-top: 1em;
	
}
/* clearing without presentational markup, IE gets extra treatment */
.anchors:after { display: block; clear: both; content: ""; }

.anchors li { float: left; }

.anchors #tabs-see-ratings-by { width: 183px; background: transparent url(/chc_images/es/es_see_ratings_by.gif) no-repeat 0 0; float: left; height: 50px; display: block; }
.anchors #tabs-see-ratings-by  span { display: none; }
.anchors #tabs-space { background: transparent url(/chc_images/tab.space.gif) no-repeat 100% 0; width: 91px; height: 50px; float: right; }

.anchors a { display: block; position: relative; top: 0; border: 0; border-bottom: 0; z-index: 2; padding: 0; height: 50px; }

/* @ Firefox 1.5, remove ugly dotted border */
.anchors a:focus, .anchors a:active {outline: none; }

/* @ Opera, use pseudo classes otherwise it confuses cursor... */
.anchors .tab1selected a:link, .anchors .tab1selected a:visited { cursor: text;}
.anchors .tab2selected a:link, .anchors .tab2selected a:visited { cursor: text;}
.anchors .tab3selected a:link, .anchors .tab3selected a:visited { cursor: text;}

.anchors .tab1 a:hover, .anchors .tab1 a:focus, .anchors .tab1 a:active,
.anchors .tab2 a:hover, .anchors .tab2 a:focus, .anchors .tab2 a:active,
.anchors .tab3 a:hover, .anchors .tab3 a:focus, .anchors .tab3 a:active {cursor: pointer;}

.anchors li a {
	display: block;
	height: 50px;
	width: 173px;
	margin: 0;
	float: left;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
}
.anchors li a span { display: none; }


.anchors .tab1 a { background-image: url(/chc_images/es/es_tabs.regular.jpg);background-position: 0 0; }
.anchors .tab2 a { background-image: url(/chc_images/es/es_tabs.regular.jpg);background-position: -173px 0; }
.anchors .tab3 a { background-image: url(/chc_images/es/es_tabs.regular.jpg);background-position: -346px 0; }

.anchors .tab1 a:hover { background-image: url(/chc_images/es/es_tabs.over.jpg);background-position: 0 0; }
.anchors .tab2 a:hover { background-image: url(/chc_images/es/es_tabs.over.jpg);background-position: -173px 0; }
.anchors .tab3 a:hover { background-image: url(/chc_images/es/es_tabs.over.jpg);background-position: -346px 0; }




.anchors .tab1selected a, .anchors .tab1selected a:hover { background-image: url(/chc_images/es/es_tabs.active.jpg); background-position: 0% 0%!important; }
.anchors .tab2selected a, .anchors .tab2selected a:hover { background-image: url(/chc_images/es/es_tabs.active.jpg); background-position: -173px 0%!important; }
.anchors .tab3selected a, .anchors .tab3selected a:hover { background-image: url(/chc_images/es/es_tabs.active.jpg); background-position: -346px 0%!important; }

.fragment {
  top: -20px; /* djd: added */
	padding-top: 10px;
	padding-right: 20px;
	background: #E9EDED url(/chc_images/border.w793.gif) repeat-y 0% 0%; /* border.w800.gif */
	/* djd: original
	margin: 0;
	padding: 20px;
	background: #E9EDED url(/chc_images/border.w793.gif) repeat-y 0% 0%; */ /* border.w800.gif */
}


.fragment .section-title {
	width: 400px;
	height: 33px;
	/* djd: original
	height: 20px;
	*/
	display: block;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 330px 0;
	/*margin-left: 20px;*/ /* djd: added */
	margin-left: 325px/*350px*/;
	float: none;
}
#section-2  .section-title { /*background-image: url(/chc_images/by_location.gif);*/ }
#section-3  .section-title { /*background-image: url(/chc_images/by_name.gif);*/ }
#section-4  .section-title { /*background-image: url(/chc_images/by_condition.gif);*/z-index: 1; }

.fragment .section-title span { /*display: none;*/font-family:/*Gill Sans,*/arial,helvetica,clean,sans-serif; }

.fragment .tab-form { clear: both; float: none; height: 150px; background: none; margin-top: -30px;}
.fragment blockquote { float: right; width: 448px/*423px*/; margin-top: 30px; }
.fragment blockquote p { margin-top: 6px; width: 340px/*340px*/; }
.fragment blockquote UL { margin-left: 40px/*40px*/; margin-bottom: 5px; margin-top: 5px;}
.fragment blockquote li { list-style-type: disc;}
.fragment .tab-form fieldset { display: block; width: 260px; float: left; margin-left: 21px; z-index: 2000;}
.fragment .tab-form li.left-controls { margin: .75em 0; text-align: right; list-style-type: none  }
.fragment .tab-form label { display: block; margin: .3em 0; padding: 0; font-weight: bold; }
.fragment .tab-form input { padding-left:3px; padding-top: 2px;vertical-align:middle; height: 22px;}
.fragment .tab-form input.ComboBoxInput_WindowsXP { padding-top: 3px; }
.fragment .tab-form input, .fragment .tab-form select { width: 80%; font-size:11px;}
.fragment .tab-form input.btn { width: auto; margin-top: 10px; margin: 1.5em 0 0 0; }
/* djd: original
.fragment .tab-form input.btn { width: auto; margin: 1.5em 0 0 0; }
*/
.dropdownmenu {font-size:11px; padding-left: 5px;} /* djd: added */

#section-4 {  }
#f3 fieldset { z-index: 99; position: absolute; margin: 0; padding: 0; height: 180px; }
/* djd original
#section4 { position: relative; }
#f3 fieldset { top: 30px; z-index: 99; position: absolute; margin: 0; padding: 0; height: 180px; }
*/
#f2 fieldset .btn { margin-bottom: 1em; }
#f2 fieldset p {
	text-align: right;
	font-size: .915em;
	margin: 0;
	padding: .1em;
	color: #7a8895;
}
#f2 fieldset p a { color: #7a8895; }

#resources-tools-home {
	color: inherit;
	clear: both;
	float: none;
	background: #FFF url(/chc_images/border.bottom793.gif) no-repeat 100% 100%; /* border.bottom.gif */
	padding: 0;
	width: 793px; /* width: 800px; */
	margin: 0 auto;
}
#resources-tools-content-home {
	margin: 0 2px;
	padding: 25px 0;
	background: transparent url(/chc_images/tabs.bottom.gif) no-repeat 0% 0%;
	display: block;
	clear: both;
	float: none;
}
#resources-tools-content-home h5 { font-size: 1em; margin-bottom: 4px;}
#divboxes { vertical-align: top; clear: both; margin-top: -30px; padding-bottom: 80px;}
#div1 { position: relative; left: 325px/*350px*/; width: 200px; float: left; }
#div2 { position: relative; width: 200px; float: right; clear: left; padding-right: 20px; padding-bottom: 10px;}
#resources-tools-content h4 {
	display: block;
	width: 170px;
	float: left;
	margin-left: 50px;
	padding: 0;
}
#resources-tools-content-home h4 {
	background: transparent url(/chc_images/es/es_resources_and_tools.gif) no-repeat 88% 2px;
	height: 30px;
	width: 300px;
	margin: 0;
	cursor: hand;
}
#resources-tools-content-home h4 span { display: none; }

#resources-tools-content-home li { margin-bottom: .4em; }

.fragment .tab-form select.hospitalDropdown
{
	width: 250px;
	height: 22px;
	font-size:11px;
	padding-left: 3px;
	padding-top: 2px;
}
