/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/



/*UI tabs*/
#tabs ul {
	background: url('images/sub-navigatie.jpg') no-repeat 0px 0px;
	height: 35px;
	width: 740px;
	margin-top: 20px;
	overflow: hidden;
}
#tabs ul li {
	background: url(images/nav-separator-sub.gif) no-repeat right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	color: #666666;
}
#tabs ul li.end {
	background-image: none;
}
.ui-tabs-nav {
	/*resets*/margin: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	background-image: none;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	float: left;
	background-image: none;
	height: 35px;
	width: 148px;
	text-align: center;
}
.ui-tabs-nav li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.ui-tabs-nav li a:hover {
	color: #E20A16;
	text-decoration: underline;
}
.ui-tabs-nav li.ui-tabs-selected {
	color: #E20A16;

}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #E20A16;
	text-decoration: underline;

}
.ui-tabs-panel {
	/*resets*/margin: 0;
	outline: 0;
	text-decoration: none;
	clear:left;
	color: #333;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
	list-style-image: none;
	display: block;
	width: 740px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


