@media projection, screen { 
    .tabs-hide {
        display: none;
    }

}
@media print {
    .anchors {
        display: none;
    }
}

.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
}
.anchors:after {
	display: block;
	clear: both;
	content: " ";
}
#main .anchors li {
	float: left;
	padding: 0px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
#main .margin #home ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#main .anchors a {
	display: block;
	position: relative;
	top: 1px;
	z-index: 2;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main .anchors .tabs-selected a {
	padding-bottom: 2px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
}
.anchors .tabs-selected a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.fragment {
	background-color: #FFFFFF;
}
.anchors .tabs-selected a:link, .anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, .anchors .tabs-disabled a:visited { 
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchors .tabs-disabled {
    opacity: .4;
}
.anchors .tabs-disabled a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active {
    background: transparent;
}
.fragment {
	margin: 0px;
	padding: 1em;
	background-image: url(fragment_htg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.anchors .tabs-selected .tabs-loading {
	padding-left: 25px;
	background-image: url(loading.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	margin: 0px;
}

#main #home h3 {
	margin: 0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 1.2em;
}
#main #home h5 {
	font-size: 1em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#main .margin #home {
	padding: 0px;
	display: block;
	float: right;
	font-size: .9em;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
