.topjob_tab_controller {
	border-style: none;
	background: none;
	background-image: url(../images/but_BG_line2.gif);
	width:100%;
}

#topjob_tab_head {
	background-repeat: repeat-x;
	/*background-image: url(../images/but_BG_line2.gif);*/
	/*background-color: #FFFFFF;*/
	border-style:solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	height:30px;
	
	
}

#topjob_tab_head.selected {
	background-image: url(../images/but_BG_line2.gif);
	background-position: top;
	border-bottom: none;
	padding-top: 5px;
}

#topjob_tab_head.right {
	background-image: url(../images/but_BG_line2.gif);
	background-position: bottom;
	border-left: none;
	/*background-color: #CCEEDD;*/
	padding-bottom: 3px;
}

#topjob_tab_head.left {
	background-image: url(../images/but_BG_line2.gif);
	background-position: bottom;
	border-right: none;
	background-color: #CCEEDD;
	padding-bottom: 3px;
}

#topjob_tab_head:hover {
	cursor: pointer;
}

.content {
	vertical-align: bottom;
	border-style: solid;
	border-width: 1px;
	border-color: #88CCAA;
	/*border-top: none;*/
	border:none;
}

#topjob_tab_target {
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

#topjob_tab_target.yes {
	overflow: scroll;
}

#topjob_tab_target.no {
	overflow: hidden;
}
