@media projection, screen {
.tabs-hide {
	display: none;
}
}
.tabs-nav {
	width:625px;
	float:left;
	background:#FFF;
	border-top:2px #999999 solid;
	border-right:2px #999999 solid;
	margin:10px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}
#container-1 ul {
	margin-left:6px;
	display:inline;
}
#container-1 li {
    float: left;
    margin: 0 0 0 1px;
	padding:3px 0 0;
	background:url(../template_images/seperator.jpg) no-repeat bottom right;
	height:24px;
}
.print a,.printpage a {
	background:url(../template_images/print.jpg) no-repeat -1px 7px;
	padding:3px 0 0 13px;
	height:20px;
	color:#7F7F7F;
	margin:-20px 16px 0 0;
	float:right;
	font-size:1.2em;
}
.printpage a {
	margin:-20px 45px 0 0;
}
.tabs-nav a,.tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.tabs-nav a {
    position: relative;
	text-transform:uppercase;
    top: 1px;
    z-index: 2;
    padding:0 15px 0 4px;
	margin-top:-2px;
    color: #00A7D4;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #3E659E;
}
.tabs-nav .tabs-selected a,.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; 
	text-decoration: none;
	/* prevent dotted border in Firefox */
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
	
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

*>.tabs-nav a.active span { /* hide from IE 6 */
    width: auto;
    height: auto;
	
}

.tabs-nav .tabs-selected a span {
    padding-top: 6px;
	color: #3E659E;
}

.tabs-nav .tabs-selected a.active span {
    padding-top: 6px;
	color: #000066;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { 
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    cursor: pointer;
}
.tabs-container {
    padding:1em 8px;
	width:611px;
	margin-top:1px;
	float:left;
	clear:both;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../template_images/loading.gif) no-repeat 0 50%;
}