/*- Menu Tabs J--------------------------- */

    .tabsJ {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	font-weight: bold;
      }
    .tabsJ ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 50px;
      }
    .tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabsJ a {
      float:left;
      background:url("media/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    .tabsJ a span {
	float:left;
	display:block;
	background:url("media/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#870C0F;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    .tabsJ a:hover span {
      color:#FFF;
      }
		.tabsJ a.selected {
			background-position:0% -42px;
		}
		.tabsJ a.selected span {
			background-position:100% -42px;
      color:#FFF;
		}
		.tabsJ a:hover {
			background-position:0% -42px;
		}
		.tabsJ a:hover span {
			background-position:100% -42px;
		}  
		.tabs_content {
	padding: 10px;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #810A0B;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	margin-top: 3px;
			}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

