#content_area
{
	width: 750px;
	margin-left: 10px;
}

.tabsbase
{
	width: 570px;
	height: 9px;
	background : url(../../../images/acas/common/tabsbase.gif) no-repeat;
}

.tabs_divider
{
	height: 4px;
	background-color: #01496f;
}

.detail_footer
{
	width: 730px;
	height: 24px;
	background : url(../../../images/acas/common/newgfx/detail_footer.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.tabs_footer
{
	width: 740px;
	height: 26px;
	background : url(../../../images/acas/common/newgfx/detail_tab_base.gif) no-repeat;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

.tab_hover
{
	background-color: #004672;
	color: #FFF;
	cursor:pointer;
	height: 27px;
	font-weight: bold;
	background-image: url(../../../images/acas/common/tabarrowdown.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	vertical-align: top;
}

.tab
{
	background-color: #edf2f6;
	color: #004672;
	cursor: pointer;
	height: 27px; 
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../../images/acas/common/tabarrowright.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	vertical-align: top;
}

.tabheadingtext
{
	padding: 2px 0 0 18px;
}

.data_tab
{
	text-align:left;
}

#tabheaders
{
	border: 0;
	padding: 0;
	width: 740px;
	margin: 0;
	background-color: #fff;
}

.tableminitable
{
	width: 100%;
	height: 3px;
}

.tableminitable .tableft
{
	width: 3px;
	height:3px;
	background-image: url(../../../images/acas/common/tabtopleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.tableminitable .tabright
{
	width: 3px;
	height:3px;
	background-image: url(../../../images/acas/common/tabtopright.gif);
	background-repeat: no-repeat;
	background-position: top right;

}

#tabs
{
	margin: 0;
}

#tab1_data, #tab2_data, #tab3_data, #tab4_data, #tab5_data
{
	
}

.tabs_content
{
	border-left: solid 0px #eef1f4;
	border-right: solid 0px #eef1f4;
}

.questionarticle
{
	margin: 0;
	width: 738px;
	border-right: solid 1px #d4d4d4;
	border-left: solid 1px #ecf2f7;
	display:block;
	padding: 10px 0 0 0;
	
}

.articleheading
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	margin: 0px 10px 0 -5px;
	width: 720px;
	/* background : url(../../../images/acas/common/headingbullet.gif) no-repeat;
	background-position: 0px 2px; */
	padding-left: 15px;
	padding-bottom: 10px;
}

.articleheading a
{
	font-weight: bold;
}

.articleintro
{
	display: block;
	margin: 2px 10px 0px 20px;
	width: 530px;
	padding: 0 0 10px 0;
}

.articletext
{
	display: block;
	width: 530px;
	padding: 0px 10px 10px 20px
}

.relateditems
{
	width: 568px;
	display: block;
	background-color: #ecf2f7;
	padding: 5px 0 5px 0;
}

.relateditemlink
{
	display: block;
	background : url(../../../images/acas/common/trainingreadmore.gif) no-repeat;
	margin: 2px 5px 0px 5px;
	background-position: 0px center;
	padding: 2px 4px 2px 15px;
}

.tabbase
{
	background: url(../../../images/acas/common/newgfx/tabHeaderbase.gif) no-repeat;
	height: 9px;
	width: 740px;
}

.detailfootertext
{
	padding: 3px 0 0 8px;
}

#bodyarea
{
	padding-left: 10px;
}

#hiddenwrapper
{
	border: solid 2px red;
}

.tabs_footer a
{
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
}

.tabfooterlink
{
	padding-top: 4px;
}

.questionsarrow
{
	position: relative;
	left: -4px;
}

.articletext a
{
	font-weight: bold;
	color: #00496E;
}




/* TAB STATES */
#tab1.tab_hover .tabspacingtable
{
	height: 27px;
}

#tab1.tab_hover .tabspacingtable .left
{
	width: 5px;
	background: url(../../../images/acas/common/tab_on_left.gif) no-repeat;
}

#tab1.tab_hover .tabspacingtable .right
{
	width: 5px;
	background: url(../../../images/acas/common/tab_on_right.gif) no-repeat;
}

#tab1.tab_hover .tabspacingtable .centercell
{
	padding-left:15px;
}
#tab2.tab_hover .tabspacingtable
{
	height: 27px;
}

#tab2.tab_hover .tabspacingtable .left
{
	width: 5px;
	background: url(../../../images/acas/common/tab_on_left.gif) no-repeat;
}

#tab2.tab_hover .tabspacingtable .right
{
	width: 5px;
	background: url(../../../images/acas/common/tab_on_right.gif) no-repeat;
}

#tab2.tab_hover .tabspacingtable .centercell
{
	padding-left:15px;
}



#tab1.tab .tabspacingtable
{
	height: 27px;
}

#tab1.tab .tabspacingtable .left
{
	width: 5px;
	background: url(../../../images/acas/common/tab_off_left.gif) no-repeat;
}

#tab1.tab .tabspacingtable .right
{
	width: 5px;
	background: url(../../../images/acas/common/tab_off_right.gif) no-repeat;
}

#tab1.tab .tabspacingtable .centercell
{
	padding-left:15px;
}
#tab2.tab .tabspacingtable
{
	height: 27px;
}

#tab2.tab .tabspacingtable .left
{
	width: 5px;
	background: url(../../../images/acas/common/tab_off_left.gif) no-repeat;
}

#tab2.tab .tabspacingtable .right
{
	width: 5px;
	background: url(../../../images/acas/common/tab_off_right.gif) no-repeat;
}

#tab2.tab .tabspacingtable .centercell
{
	padding-left:15px;
}

/*
.right_trans
{
	z-index: 999;
	position: relative;
	background: url(../../../images/acas/common/right_trans.png) no-repeat;
	height: 27px;
	width: 14px;
	left: -5px;
}
*/