@CHARSET "UTF-8";

.homepage-tabcontrol {
}

/* tab page header */
.homepage-tabcontrol .rf-tab-hdr {
	padding: 0px;
}

/* active tab page header */
.homepage-tabcontrol .rf-tab-hdr-act.rf-tab-hdr-top {
	background-image: url(/rfRes/actTabBottomBg.png.intengo?v=4.5.14.Final&db=eAFjZGBlZJBiZBBh!P!48WPG!0DAwAQAODcH3w__&ln=org.richfaces.images);
}

/* inactive tab page header */
.homepage-tabcontrol .rf-tab-hdr-inact.rf-tab-hdr-top {
	background-image: url(/rfRes/actTabBg.png.intengo?v=4.5.14.Final&db=eAFjZGBlZJBiZBBh!A8EjP8fP37MwAQAOdsH3w__&ln=org.richfaces.images);
}

/* tab page label */
.homepage-tabcontrol .rf-tab-lbl {
	font-weight: 500;
	display: block;
}

.homepage-tabpage-active .rf-tab-lbl {
	width: 183px;
}
.homepage-tabpage-passive .rf-tab-lbl {
	width: 188px;
}
.homepage-tabpage-archive .rf-tab-lbl {
	width: 183px;
}

/* tab page list */
.homepage-tabcontrol .rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
	width: 100%;
	border-width: 0px;
	display: table;
	background: transparent none;
}

/* content inside a tab page */
.homepage-tabcontrol .rf-tab-cnt {
	border-top: none;
}

/* spacers from left and right sides of tablist */
.homepage-tabcontrol .rf-tab-hdr-spcr {
	padding-right: 5px;
}

/* spacer size between tabs */
.homepage-tabcontrol .rf-tab-hdr-spcr.rf-tab-hortab-tabspcr-wdh {
	padding-left: 5px;
	padding-right: 5px;
}