/* 
    Document   : PRF_myPrfTabs.css
    Created on : 26.10.2009, 14:08:45
    Author     : norman.albusberger
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.tabsJS {
	padding-left: 0px;
	margin-bottom: 20px;
}

.tabJS {
	padding: 18px 15px;
	margin: 0px;
	background-image: url('/static/portal/images/tabsRight.png');
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-right: 1px solid #2e689e;
	border-left: 1px solid #2e689e;
}

.tabJS:hover {
	background-image: url('/static/portal/images/tabsRightHover.png');
	border-right: 1px solid #95120f;
	border-left: 1px solid #95120f;
}

.tabsJS a {
	text-decoration: none;
	color: #fff;
}

.tabJS_active {
	border-right: 1px solid #95120f;
	border-left: 1px solid #95120f;
	padding: 18px 15px;
	background-image: url('/static/portal/images/tabsRightHover.png');
}

.tabJS_active:hover {
	background-image: url('/static/portal/images/tabsRightHover.png');
}

.tabJS_active a {
	color: #fff;
}

.tabsJScontents {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.tabsJSParent {
	margin-top: 40px;
	position: relative;
}