/*********************************************************
*** This is the main section of the website            ***
*********************************************************/
#header #headerAd {
	position:				absolute;
	height:					90px;
	top:					40px;
	text-align:center;
	top:55px;
}

.hiddenLogin{
	display:none;
}

.explanation{
	margin-bottom: 10px;
	margin-top: 10px;
}

.explanation label{
	float:left;
	width:250px;
}

.formLine #horizontalSlider, 
.formLine #activitySlider{
	width: 					223px;
	margin-top:				5px;
	margin-left: 			5px;
}

.proefButtonSWF {
	position:				absolute;
	clear:					none;
	max-width:				150px;
	max-height:				16px;
	z-index:				5;
	/*left:					5px;
	top:					5px;*/
	background:				#A0A0A0;
	color:					#FFFFFF;
	font-weight:			bold;
	font-size:				14px;
	margin-top:				250px;
	margin-bottom:			0px;
	margin-right:			0px;
	margin-left:			10px;
	padding:				0px 1px 1px 1px;
	cursor :pointer;
}

.proefButtonJSP {
	margin-top:				250px;
	margin-bottom:			0px;
	margin-right:			0px;
	margin-left:			10px;
	position:				absolute;
	clear:					none;
	max-width:				150px;
	max-height:				16px;
	z-index:				5;
	/*left:					5px;
	top:					5px;*/
	background:				#A0A0A0;
	color:					#FFFFFF;
	font-weight:			bold;
	font-size:				14px;
	padding:				0px 1px 1px 1px;
	cursor :pointer;
}

.superscript {
	height: 				0;
	line-height: 			1;
	color:					#F8641A;
	vertical-align: 		baseline;
	_vertical-align: 		bottom;
	position: 				relative;
	bottom: 				2ex;
	font-weight:			bold;
	font-size:				10px;
	margin-left:			1px;
	padding-top:			2px;
	padding-bottom:			0px;
	padding-right:			0px;
	padding-left:			2px;	
}

/***************************************/
/*              SUBTABS                */
/***************************************/

#subTabs .dashboard_tab {
    background: transparent url('/youw8Custom/dmp/img/dashboard/small_tab_right.png') no-repeat scroll top right;
    display: block;
    float: left;
	height: 31px;
    margin-right: 0px;
    padding-right: 5px;
}

#subTabs .dashboard_tab span {
    background: transparent url('/youw8Custom/dmp/img/dashboard/small_tab_left.png') no-repeat;
	cursor :pointer;
	color: #FFFFFF;
	display: block;
	height: 33px;
    font: bold 14px verdana;
    display: block;
    /*line-height: 14px;*/
    padding: 9px 10px 0px 13px;
	text-decoration: none;
} 

#subTabs .selected_dashboard_tab {
    background: transparent url('/youw8Custom/dmp/img/dashboard/selected_tab_right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 31px;
    margin-right: 0px;
    padding-right: 5px; 
}

#subTabs .selected_dashboard_tab span {
    background: transparent url('/youw8Custom/dmp/img/dashboard/selected_tab_left.png') no-repeat;
	cursor :pointer;
	color: #FFFFFF;
	display: block;
	height: 33px;
    font: bold 14px verdana;
    /*line-height: 14px;*/
    padding: 4px 10px 0px 13px;
	text-decoration: none;
} 

/* grey tabs, used to indicated deactivated stuff, for example
Plus package tab in profile. */
#subTabs .profiel_tab_grey {
    background: transparent url('/youw8Custom/dmp/img/youw8/small_tab_right_grey.png') no-repeat scroll top right;
    display: block;
    float: left;
	height: 31px;
    margin-right: 0px;
    padding-right: 5px;
}

#subTabs .profiel_tab_grey span {
    background: transparent url('/youw8Custom/dmp/img/youw8/small_tab_left_grey.png') no-repeat;
	cursor :pointer;
	color: #FFFFFF;
	display: block;
	height: 33px;
    font: bold 14px verdana;
    display: block;
    /*line-height: 14px;*/
    padding: 9px 10px 0px 13px;
	text-decoration: none;
} 

#subTabs .selected_profiel_tab_grey {
    background: transparent url('/youw8Custom/dmp/img/youw8/selected_tab_right_grey.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 31px;
    margin-right: 0px;
    padding-right: 5px; 
}

#subTabs .selected_profiel_tab_grey span {
    background: transparent url('/youw8Custom/dmp/img/youw8/selected_tab_left_grey.png') no-repeat;
	cursor :pointer;
	color: #FFFFFF;
	display: block;
	height: 33px;
    font: bold 14px verdana;
    /*line-height: 14px;*/
    padding: 4px 10px 0px 13px;
	text-decoration: none;
} 

#subTabWrapper {
	position:   relative;
	height: 	34px;
	background: transparent url(/youw8Custom/dmp/img/bgSubTabs.gif) left top no-repeat;
	margin:					25px 0 17px 0;
}
#subTabs {
	position:				absolute; /* hack: nodig om de floating li's goed uit te lijnen in safari & ff */
	left:					17px;
	bottom: 				0px;
}
#subTabs ul {
	width:					901px;
	margin:					0 0 0 23px;
	padding:				0;
	list-style-image:		none;
}
#subTabs li {
	height:					100%;
	float:					left;
	margin:					0;
	padding:				0;
}
#subTabs a {
	display:				block;
	height:					100%;
	width:					100%;
}
#subTabs span {
	display:				none;
}
#subTabs .info span {
	display:				inline;
}
#subTabs .congrats {
	margin-top: 			5px;
}

.info {
	position: 	absolute; 
	right: 		17px;
	bottom: 	5px;
	
}

.info .toGo {
	font-size:				18px;
}

.info ul{
	list-style-type:		none;
	list-style-image:		none;
}

.info li{
	height:					100%;
	float:					left;
	margin:					0;
	padding:				0;
}

/***********************************
***  LoginBlock                  ***
***********************************/

#external #loginBlock{
	background-color: 		#F4F3EF;
	position:				absolute;
	height:					90px;
}
#external #loginBlock {
	width:					214px;
	height:					90px;
}
#external #notLoggedIn {
	margin:					14px 0 0 12px;
}
#external #notLoggedIn #usernameText {
	position:				absolute;
	left:					15px;
	top:					16px;
}
#external #notLoggedIn #passwordText {
	position:				absolute;
	left:					15px;
	top:					39px;
}
#external #notLoggedIn input {
	display:				block;
	float:					left; /*neccesary because of a bug in IE */
	border: 				1px solid #C7BEB0;
	width:					192px;
	height:					15px;
	color: 					#675641;
	margin-bottom:			4px;
}

#external #notLoggedIn span,
#external #notLoggedIn a {
	display:				block;
	float: 					left;
	color: 					#8D7D68;
	font-size:				10px;
	width:					119px;
}

#external #notLoggedIn a:hover {
	color:					#F76619;
	font-size:				10px;
}


