
.print_no {
display: block;
}
.print_yes {
display: none;
}
#chrome_header {
background: silver url('/_img/chrome/header_bg.gif') no-repeat top left;
height: 89px;
border-bottom: solid 1px #444;
text-align: right;
vertical-align: bottom;
}
#chrome_header .top {
background: url('/_img/chrome/header_top_corner.gif') no-repeat bottom left;
color: #ccc;
padding-left: 6px;
white-space: nowrap;
}
#chrome_header .top span {
vertical-align: baseline;
background-color: black;
padding-left: 10px;
padding-right: 10px;
}
#chrome_header .top strong {
color: white;
}
#chrome_header .top span a, #chrome_header .top span a:link, #chrome_header .top span a:active, #chrome_header .top span a:visited {
color: #def;
}
#chrome_header .searchBox {
margin-top: 45px;
margin-right: 10px;
vertical-align: bottom;
}
#chrome_main {
width: 100%;
background: url('/_img/chrome/header_bottom_bar.gif') no-repeat top left;
}
#chrome_nav {
background: #1F2E41 url('/_img/chrome/nav_right_edge.gif') no-repeat top right;
width: 190px;
padding: 10px 10px 0 0;
}
#chrome_nav .nav {
background: url('/_img/chrome/nav_bottom_corner.gif') no-repeat bottom right;
color: white;
padding: 0 10px 20px 10px;
font-size: 0.9em;
}
#chrome_nav .bottom {
margin-right: -10px;
background: url('/_img/chrome/nav_bottom_edge.gif') no-repeat bottom right;
height: 10px;
font-size: 0;
}
#chrome_nav a,#chrome_nav a:link,#chrome_nav a:active,#chrome_nav a:visited {
text-decoration: none;
}
#chrome_nav a:hover {
text-decoration: underline;
}
#chrome_body {
margin: 0;
padding-top: 10px;
}
#chrome_body .chrome_print_logo {
display: none;
}
#chrome_body .chrome_title {
background: #1F2E41 url('/_img/chrome/body_top_corner.gif') no-repeat top left;
padding: 5px 10px 5px 10px;
color: white;
font-size: 1.1em;
font-weight: bold;
border-bottom: solid 1px black;
}
#chrome_body .chrome_print_date {
display: none;
}
#chrome_body .chrome_content {
padding: 10px 10px 20px 10px;
}
/* hide from mac ie \*/
* html #chrome_nav {
margin-right: -3px;
}
* html #chrome_body {
height: 1%;
margin-left: 0;
}
/* end of hide */
#chrome_footer {
clear: both;
padding: 5px 10px;
text-align: center;
font-size: x-small;
background-color: whitesmoke;
}
#chrome_footer p {
margin-top: 5px;
margin-bottom: 5px;
}
.nav .selected {
background-color: #369;
font-weight: bold;
}
.nav .n0, .nav .n0 a, .nav .n1, .nav .n1 a {
color: white;
font-weight: bold;
}
.nav .n1 {
margin-top: 5px;
}
.nav .n2, .nav .n2 a {
color: white;
}
.nav .n2 {
padding-left: 10px;
}
.nav .n3, .nav .n3 a {
color: whitesmoke;
}
.nav .n3 {
padding-left: 20px;
}
ul.tabs {
position:relative;
display: block;
padding:0 0 1.75em 1em;
margin: 0 0 5px 0;
list-style:none;
border-bottom: solid 4px #ccc;
font-size: 0.9em;
}
ul.tabs li {
float:left;
margin:0;
padding:0;
}
ul.tabs a {
display:block;
color:#444;
text-decoration:none;
font-weight:bold;
background:#ccc;
margin:0;
padding:0.25em 1em;
border-left:1px solid white;
border-top:1px solid white;
border-right:1px solid #888;
}
ul.tabs a:hover,
ul.tabs a:active,
ul.tabs a.here,
ul.tabs a.here:link,
ul.tabs a.here:visited {
background:#ccc;
}
ul.tabs a.here:link,
ul.tabs a.here:visited {
position:relative;
z-index:102;
}