.table_tabs {
	background-image: url(/images/tabsbgrnd2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tabssubtop2 {
	background-image: url(/images/tabssubtop2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tabssubtop {
	background-image: url(/images/tabssubtop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tabssubmid {
	background-image: url(/images/tabssubmid.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.tabssubbot {
	background-image: url(/images/tabssubbot.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.bocatabs {
	margin-bottom: 0px;
}

.bocatabs ul {
	margin-left: 16px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 20px;
}

.bocatabs li {
	display: inline;
	margin: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
}

.bocatabs li a  {
	margin: 0;
	font-family: Calibri;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
}
.bocatabs li a:hover, .bocatabs li a.current {
	color: #000;
	background-color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#tabcontentcontainer {
width:100%; /*width of 2nd level content*/
height:auto; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent {
display:none;
}
