body {
	background-color:#B9E5F4;
	background-image: url("http://dev.fnv-voordeel.nl/templates/fnvvoordeeltemplate/images/background.jpg");
	background-repeat:repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.error {
	font-weight: bold;
	color: red;
}

#inset {
	position: relative;
	left:1px;
	top:20px;
	width:491px;
	height:529px;
}

a.tooltips, a.minitooltip{		
	text-decoration: none;	
}

a:hover.tooltips, a:hover.minitooltip{ 
	padding: 0; 
	
} 

.tooltips:hover span span, .minitooltip:hover span span{
	display: block;
}

.tooltips span, .minitooltip span{	
	position: absolute;	
	text-decoration: none;	
}

.tooltips span span{
	display: none;	
	position: absolute;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image:url(/templates/fnvvoordeeltemplate/images/inset_bg.gif);
	background-color: #E3E5FE;
	border: 1px solid #6e6e6e;
	padding: 10px;		
	color: #000;
	text-decoration: none;
	width: 300px;
	top: -160px;	
	left: -350px;	
}

.minitooltip span span{
	display: none;	
	position: absolute;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image:url(/templates/fnvvoordeeltemplate/images/inset_bg.gif);
	background-color: #E3E5FE;
	border: 1px solid #6e6e6e;
	padding: 10px;		
	color: #000;
	text-decoration: none;
	width: 300px;
	top: 1px;	
	left: 10px;	
	z-index: 999;
}


.inloghulp {
	position: absolute;
	left:380px;
	z-index: 99;
	margin-top: -20px;
}

.inloghulp a{
	color: red;
}

#logincontact {
	position: relative;
	left:20px;
	top:10px;
	width:440px;
}

#logincontact a {
	text-decoration: none;
	color: #00559F;
}

/* Rotator Styles */
#wrapper {
	position:relative;
	top: 30px;
	left: 15px;
	width:480px; 
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #00549F;
	border-bottom: 1px solid #00549F;	
}

#rotator {
	color:#000;
	position:relative;
	margin:0; 
	font-size:12px;
}


/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	padding: 0;
	margin: 0;
	text-decoration:none;
	font-size:12px;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	width:440px;
	border-top:1px solid #FFF;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:12px;
	font-weight:normal;
	color:#999;

	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:4px; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	color:#333;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	height:160px;
}

.ui-tabs-panel img {
	height: 100px;
	width: 150px;
	padding-right: 10px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#00549F;
	font-weight:bold;
	margin:0;
	font-size:18px;
	line-height:14px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#rotator p {
	font-size:12px;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	overflow:hidden; 
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:12px;
}