@media projection, screen 						{ .tabs-hide { display: none; } }
@media print 									{ .tabs-nav { display: none; } }
.tabs-hide 										{ display: none; }
.panelTabbed									{ position: relative; background: #fff; clear: both; }
.tabs-nav 										{ list-style: none; margin: 0; padding: 0px; height:17px;}
.tabs-nav:after 								{ display: block;clear: both;content: " ";}
.tabs-nav li 									{ float: left; margin-right: 0px; min-width: 0px; }
.tabs-nav a, .tabs-nav a span 					{ display: block; padding: 1px 1px; font-size: 105%; }
.tabs-nav a 									{ position: relative; top: 0px; z-index: 0; padding-left: 0px; color: #336699; font-weight: bold; line-height: 1.2; text-align: left;text-decoration: none; text-transform: uppercase; white-space: nowrap; border: 1px solid #c0ccd3; border-bottom: 1px solid #e2e7eb; background: #e2e7eb; }
.tabs-nav .tabs-selected a 						{ color: #000033; background: #fff; border-bottom: 1px solid #fff; }
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus 	{ position: relative; top: 0px; z-index: 0; padding-left: 0px; color: #800000; font-weight: bold; line-height: 1.2; text-align: left;text-decoration: none; text-transform: uppercase; white-space: nowrap; border: 1px solid #c0ccd3; border-bottom: 1px solid #e2e7eb; background: #e2e7eb; }
.tabs-nav a:active								{ background-position: 100% -150px; outline: 0; }
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, 
.tabs-nav .tabs-disabled a:active				{ background-position: 100% -100px; }
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link { position: relative; top: 0px; z-index: 0; padding-left: 0px; color: #800000; font-weight: bold; line-height: 1.2; text-align: left;text-decoration: none; text-transform: uppercase; white-space: nowrap; border: 1px solid #c0ccd3; border-bottom: 1px solid #e2e7eb; background: #e2e7eb; }
.tabs-nav .tabs-disabled a:visited 				{ cursor: text; }
.tabs-nav a:hover, .tabs-nav a:focus, 
.tabs-nav a:active 								{ cursor: pointer;}