
.far .tabPanel {
    width				: 580px;
	margin-left			: 25px;
}
.tabHiddenPanel {
    display				: none;
}
.far .tabContentPanel {		
    line-height			: 1.4em;
    float				: right;
    display				: inline;
    width				: 580px;
    min-height			: 500px;
}
.far .tabs {
    position			: relative;
    float				: left;
    display				: inline;
	text-align			: right;
	margin-top			: 30px;
}
.far .ulTabs {
    display				: none;
    width				: 180px;
}
.far .tabs div {
    list-style-type		: none;
    padding				: 6px 18px 12px 15px;
    margin-bottom		: 0px;
    cursor				: default; /* Not links, not clickable-- so no link cursor*/
    font-size			: 1em;
    color				: #65747b;
}
.far .tabs div.tabActive, .far .tabs div.tabHover {
    zoom				: 1;
    background-repeat	: no-repeat;
    background-position	: right top;
    font-weight			: bold;
    color				: #007734;
}
.far .tabs div.tabActive[class], .far .tabs div.tabHover[class] {
 	background			: url("../images/TabModule_BG_navlist.png") top right;
}
.far .verticalTabs {
    width				: 100%;
	float				: left;
}
.far .verticalTabs[class] {
    background			: url("../images/TabModule_BG_content.png") no-repeat;
}
.cf:after {
    clear				: both;
    content				: ".";
    display				: block;
    height				: 0px;
    visibility			: hidden;
}
.cf {
    min-height			: 1%;
	width				: 100%;
	float				: left;
}
/*-----------------------------000---------------------------------*/


/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
.home .tabPanel {
    width				: 490px;
	margin-left			: 0;
}
.home .tabContentPanel {
    line-height			: 1.4em;
    float				: left;
	margin-left			: 5px;
    display				: inline;
    width				: 490px;
    min-height			: 420px;
	margin-top			: 14px;
}
.home .tabs {
    position			: relative;
    float				: right;
    display				: block;
	text-align			: left;
	margin-right		: 20px;
}
.home .ulTabs {
    display				: block;
    width				: 80px;
	float				: left;
}
.home .tabs div {
    padding				: 9px 5px 5px 15px;
    cursor				: default; 
    font-size			: 1em;
    /*color				: #65747b;*/
}
.home .ulTabs.tabActive, .home .ulTabs.tabHover {
    zoom				: 1;
    font-weight			: bold;
    color				: #007734;
}
.home .ulTabs.tabActive[class], .home .ulTabs.tabHover[class] {
    background			: url("../images/TabModule_navlist_index.png") top left no-repeat;
}
.home .verticalTabs {
    width				: 100%;
	float				: left;
}
.home .verticalTabs[class] {
    background			: url("../images/TabModule_content_index.png") top left no-repeat;
}
/*-----------------------------000---------------------------------*/
