/* 
    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 {
	border-bottom: 0px solid #9a1c0c;
	padding-left: 15px;
	margin-bottom: 4px;
}

.tabJS {
	border: 1px solid #777788;
	border-bottom: 1px solid #777788;
	padding: 4px 15px 4px 15px;
	margin: 0px;
	background-image: url('/static/tools/images/tab_blau.jpg');
	font-size: 13px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

.tabJS:hover {
	border-top: 3px solid #9a1c0c;
	padding: 3px 15px 4px 15px;
	background-image: url('/static/tools/images/tab_blau_hover.jpg');
}

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

.tabJS_active {
	border-top: 3px solid #aa6666;
	padding: 3px 15px 4px 15px;
	background-image: url('/static/tools/images/tab_blau_active.jpg');
	border-bottom: 1px solid #e1f0f7;
}

.tabJS_active:hover {
	background-image: url('/static/tools/images/tab_blau_active_hover.jpg');
}

.tabJS_active a {
	color: #000000;
}

.tabsJScontents {
	border: 1px solid #777788;
	padding: 10px;
	background-color: #e1f0f7;
	-moz-border-radius: 0px;
}

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

.test {
	border: 1px solid green;
}