.tabSelector {
	/*background-image:url(/site/images/header_nav_bg_blu.gif);*/
	background-color: rgb(63,109,170);
	/*background-repeat: repeat-y repeat-x; */
color: white;
font-weight: bold;
cursor: pointer;
}

.tabSelectorActive {
/*	background-image:url(/site/images/header_nav_bg_grn.gif);
	background-repeat: repeat-x; */
		background-color: rgb(1,169,76);
/*		rgb(102,153,102) */;
color: white;
font-weight: bold;
cursor: pointer;
}

.tabHeader {
  background-color: white;
}

.tabHeader td{
padding: 0px;
height: 27px;
}

.tabBody {
display: none;
}
.tabBodyActive {
border: 1px solid #e5e5e5;
padding: 0 10px 10px 10px;
}

.tabTable {
border: 0px;
border-right: 1px solid white;
margin: 0px;
}

.tabTable tr td {
padding: 0px;
margin: 0px;
}

.tabTable .tr_tab {
  text-align: right;
  background: url('/site/images/tr_corner.gif') no-repeat;
}

.tabTable .tl_tab {
  background: url('/site/images/tl_corner.gif') no-repeat;
}

.tabTable .left_tab, .tabTable .right_tab {
font-size: 0px;
}

.tabTable .tl_tab, .tabTable .tr_tab {
width: 7px;
}

.tabTable .body_tab {
text-align: center;
}

/*.tabSeparator {
	margin: 0;
	border: 0;
	height: 0px;
	background-color: rgb(63,109,170);
}
*/

.searchFrame {
	border: 1px solid rgb(63,109,170);
}

.innerFrame {
	margin: 5px;
}

