html, body , div,  span,  h1,  h2,  h3,  h4,   h5,  h6,  p, em, img, strong, ol, #nieuwsklikker ul,  #nieuwsklikker li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-weight: inherit;font-style: inherit;	font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus { outline: 0;}body { line-height: 1;color: black;background: white;}ol, ul {list-style: none;}table {	border-collapse: collapse; border-spacing: 0;}caption, th, td { text-align: left; font-weight: normal;}

/******
 *
 *	Dark Blue : #039;
 *	Green : #9c0;
 *
 *	We use some stylesheets from volkskrant which will override our global style.
 *	So we need to be more specific in some rules
 ******/

html{ height:100%;}
body#nieuwsklikker{
	color: #000;
	font-size: 62.5%;
	font-family: helvetica, arial,  sans-serif;
	text-align: center;
	height:100%;
	line-height: 1.4em;
}

/***************************************************************************
* =LAYOUT
***************************************************************************/
#nieuwsklikker #site{
	font-size: 1.2em;
	margin: 0 auto;
	text-align:left;
	width:960px;
}
#nav{
	position:relative;
	top: -8px;
	overflow:hidden;
	clear:both;
	font-size: 1.1em;
	padding: 5px 0 5px 0 ;
}

	#nav ul{ margin-left:5px;}
	#nav ul li{ 
		float:left;
		margin: 0 15px 0 0; 
	}
	#nav ul li a{ font-weight:normal;}
	#nav ul li a.active{color: #000; font-weight:bold;}
	
	#login{
		float:right;
		font-size: 0.9em;
		display:block; 
		margin-top: -40px;
		text-align:right;
	}

		#login em{font-style:italic;}
		#login a{font-weight:normal;}


#content{
	margin-top: 50px;
	overflow:hidden;
	position:relative;
	top:-20px;
}

	#main-content{
		float:left;
		width:610px;
	}
	
	#side-content{
		float:right;
		width:340px;
	}

#footer{
	clear:both;
}

/***************************************************************************
* =TYPOGRAPHY
***************************************************************************/
a, a:link, a:visited, a:hover, a:focus, a:active{
	color:#039;
}
:focus{ color: #000;}


#nieuwsklikker h1{
	color: #000;
	font-size: 1.8em;
	font-weight:bold;
	margin:0;
	
}

#nieuwsklikker h3{
	clear:both;
	color: #000;
	font-weight:bold;
	margin-bottom: 5px;
	
	overflow:hidden;
}
#nieuwsklikker h3 span{
	float:left;
}
#login-form h3{
	margin-bottom: 10px;
}
div#feed-options h3{ 
	background: transparent;
	color: #000;
	padding:5px 5px 0 5px;
	font-size: 1.3em;
	margin: 5px 0 0 5px; 
}

#nieuwsklikker h3{
	background: #288ef4;
	color: #fff;
	padding: 2px 2px 2px 4px;
	margin: 20px 0 0 0;
}

#nieuwsklikker h3.settings{
	background: #9c0;
	margin-top: 23px;
}

div#feed-options h4{
	border-bottom: 1px solid #ededed; 
	color: #999;
	padding:0 5px 0 5px;
	font-size: 1;  
	margin: 0 0 0 5px;	}

#win-content h4{
	font-size: 1.2em;
	margin:20px 0 5px 20px;
}


#footer h4{
	font-weight:bold;
}
#nieuwsklikker p{
	margin: 0 0 10px 0;
	line-height:1.4em;
}

p.breadcrumbs{
	font-size: 0.9em;
	color: #333;
}

#nieuwsklikker p.intro{
	font-size: 1.2em;
	margin: 10px 0 20px 0;
}

#win-content p{
	font-size: 0.9em;
	margin:0 0 0 20px;
	line-height: 17px;
}


#win-content p.added, #win-content p.error {
	clear:both;
	font-size: 1.2em;
	font-weight:bold;
	margin: 10px 20px 0 20px;
	padding: 5px 0 0 30px;
}

#win-content p.added{
	background: #fff url('/img/icon_done.gif') no-repeat top left;
}

#win-content p.error{
	background: #fff url('/img/icon_error.gif') no-repeat top left;
}

.back{
	margin: 0 0 0 10px;	
}

/***************************************************************************
* =Buttons
***************************************************************************/

.button{
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor:pointer;
	display:block;
	float:left;
	height: 25px;
	margin-left:20px;
	text-indent: -9999em;
}

.right-aligned-button{
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor:pointer;
	display:block;
	float:right;
	height: 25px;
	text-indent: -9999em;
}

.button:hover{
	border: 1px solid #ccc;
}


	.voeg-toe{				background-image: url('/img/buttons/voeg_toe.gif');					width:71px;		}
	.ja-voeg-toe{			background-image: url('/img/buttons/ja_voeg_toe.gif');				width:90px;		}
	.ja-reg{				background-image: url('/img/buttons/ja_reg.gif');					width:90px;		}
	.nee-toch-maar-niet{	background-image: url('/img/buttons/nee_toch_maar_niet.gif');		width: 132px;	}
	.nee-reg{				background-image: url('/img/buttons/nee_reg.gif');					width: 132px;	}
	.ok{					background-image: url('/img/buttons/ok.gif');						width: 90px;	}
	.annuleren{				background-image: url('/img/buttons/annuleren.gif');				width: 83px;	}
	.verwijder-deze-bron{	background-image: url('/img/buttons/verwijder_deze_bron.gif');		width: 130px;	}
	.verwijderen{			background-image: url('/img/buttons/verwijderen.gif');				width: 102px;	}
	.opslaan{				background-image: url('/img/buttons/opslaan.gif');					width: 80px;	}
	.verder{				background-image: url('/img/buttons/verder.gif');					width: 80px;	}
	.sluiten{				background-image: url('/img/buttons/sluiten.gif');					width: 80px;	}
	.nieuwsbronnen	{		background-image: url('/img/buttons/nieuwsbronnen_toevoegen.png');	width: 174px;	}

div#feed-options .opslaan{
	margin: 0 0 0 10px;
}
div#feed-options .annuleren{
	margin: 0 0 0 5px;
}

div#feed-options .verwijder-deze-bron{
	float:right;
	margin-right: 10px;
}

.default-button:hover, .cancel-button:hover{ text-decoration: underline;}

#button-container, #button-container-dynamic{ overflow:hidden;padding: 10px 0 10px 0;width:100%;}

/***************************************************************************
* =Login form
***************************************************************************/
#login-form legend{ font-size: 1.3em; font-weight:bold;}

#login-form label{
	display:block;
	font-size:0.9em;
}

#login-form input{	
	display:block;
	margin: 0 0 10px 0;
}

#login-form input.password {
	display: inline;
}

#login-form input.checkbox{
	vertical-align:middle;
	float:left;
	height:14px;
}
#login-form label.for-checkbox{
	padding: 4px 2px 2px 2px;
	float:left;
	clear:none;
}

#login-form div.error {
	color: red;
	font-weight: bold;
}
/***************************************************************************
* =Content boxes
***************************************************************************/
div.box{
	overflow:hidden;
	border: 1px solid #eaeaea;
	border-top:none;
	margin: 0 0 10px 0;
	padding: 10px;
}

div.box input.error {
	border: 1px solid red;
}

a#download{
	display:block;
	border: 1px solid transparent;
	overflow:hidden;
	margin: 0 0 10px 0;
	
}
a#download img{ float:left;}
a#download:hover{
	border: 1px solid #ccc;
}
strong{ font-weight:bold;}

div#home-register{
	background: #e8e8e8;
	overflow:hidden;
	margin: 40px 0 0 0;
	padding: 10px;
}

#inloggen{
	margin: 10px 0 0 0;
	float:right;
}

.homeimg{float:right;border:1px solid #ccc;}
/***************************************************************************
* =OVERVIEW
***************************************************************************/

a.add-new{
	background: #fff url('/img/icon_add_white.gif')  left center no-repeat; 
	padding: 0 0 0 20px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

ul#source-list, ul#plugin-list{ 
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

ul#source-list li, ul#plugin-list li{
	background: #fff;
	border-top: 1px solid #eaeaea;
	color: #000;
	font-weight:bold;
	padding: 5px 3px 5px 3px;
	width:600px;
}

ul#source-list li.dragging{
	
	color: #fff;
	background: #039;
	border: 1px solid #999;
}
ul#source-list li.dragging .drag-handle{
	display:none;
}

ul#source-list .options{
	text-decoration:underline;
	font-weight:normal;
	padding: 0 7px 0 0;
	cursor:pointer;
	float:right;
	font-size: 10px;
	color: #039;
	font-weight:bold;
}
ul#source-list .url, ul#source-list .notify { display:none;}

ul#source-list .headline-text{
	color: #666;	
	font-size: 0.8em;
	font-weight: normal;
	margin-left:3px; 
}

ul#source-list .headlines{}

ul#source-list li .drag-handle{
	background: transparent url('/img/icon_drag_handle.gif') no-repeat;
	cursor:move; 
	display:block;
	margin: 3px 0 0 0;
	height: 12px;
	width: 20px;
	float:right;
}

ul#source-list li .over{
	background: #fff url('/img/icon_drag_handle_over.gif') no-repeat;
}

.invisible {
	display: none;
}
h3 a.back-to-top{
	color: #fff;
	font-size: 0.9em; 
	float:right;
	font-weight:normal;
	padding-right:5px;
}
a.back-to-top:hover{
	color: #fff;
}

p.hyves-special{ font-size: 11px;}
/***************************************************************************
* =OVERVIEW / GALLERY
***************************************************************************/

#nieuwsklikker .gallery-list{
	border: 1px solid #eaeaea;
	border-top: none;
	padding-bottom: 7px;
}

	#nieuwsklikker .gallery-list li{
		display:block;
		padding: 6px 0 0 5px;
		clear:both;
	}
		#nieuwsklikker .gallery-list li span a{
			font-size: 0.8em;
			color: #666;
			padding: 0 0 0 15px;
		}
	#nieuwsklikker .gallery-list li span.over a{
		color: #000;
	}
		#nieuwsklikker .gallery-list li a{
			padding: 1px 3px 1px 5px;
		}
		#nieuwsklikker .gallery-list li a.chosen {
			background:#9c0;
			color: #fff;
		}
		#nieuwsklikker .gallery-list li span a.chosen{
			background:none;
			color: #666;
		}

#nieuwsklikker ul.gallery-image-list{
	border: 1px solid #eaeaea;
	border-top: none;
	padding-bottom: 7px;
	overflow:hidden;
}

	#nieuwsklikker ul.gallery-image-list li{
		float:left;
		width: 290px;
		margin: 10px 0 0 10px;
	}

	#nieuwsklikker ul.gallery-image-list p{
		float:left;
		width:222px;
		margin-left: 10px;	

	}

	#nieuwsklikker ul.gallery-image-list img {
		padding: 4px;
		float:left;
	}	
		#nieuwsklikker ul.gallery-image-list li.active img, #nieuwsklikker ul.gallery-image-list li.active a{
			background: #9c0;
			color: #fff;
		}

ul#quick-links{
	background: #e8e8e8;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 5px;
	overflow:hidden;
}
ul#quick-links{ overflow:hidden; }
ul#quick-links li {
	float:left;
	margin: 5px 10px 5px 5px;
}

form.standard p{ overflow:hidden;}
form.standard label{
	clear:both;
	font-style: italic; 
	float:left;
}
form.standard input{
	float:right;
	width: 190px;
}

div.extraAandacht {
        padding-top:18px;
        font-size:15px;
        color: #900;
        line-height:140%;
        font-weight:bold;
}
div.extraAandacht a {
        color: #900;
        font-size:15px;
        text-decoration:underline;
}

/***************************************************************************
* =OPTIONS OVERLAY
***************************************************************************/

div#feed-options{
	background: #fff;
	border: 2px solid #39f;
	border-top: 6px solid #39f;
	display:none;
	height: 150px;
	position:absolute;
	text-align:left;
	width: 400px;
	overflow: hidden;
}

#feed-options form{
	margin-top: 5px;
	height: 70px;
}
div#feed-options label{
	font-size: 1.2em;
	display:block;
	float:left;
	clear:both;
	width:160px;
	padding: 5px 0 5px 10px;
}
div#feed-options select{
	float:left;
}
div#feed-options input{
	float:left;
	margin-top: 2px;
	width: 160px;
}  

div#feed-options label.for-checkbox{
	clear:none;
	padding-top: 10px;
	width:auto;
	position:relative;
	top: 3px;
}
div#feed-options input.checkbox{
	margin : 10px 0 0 10px;
	clear:both;
	width:auto;
}


/***************************************************************************
* = NOTIFICON OPTIONS
***************************************************************************/
form.option-form {
	padding: 10px 0 10px 0;
}

form.option-form input{
	margin: 2px 0 2px 6px;
	/*clear:right;
	border: 1px solid #f30;*/
	float:left;
}

form.option-form select{
	margin: 5px 5px 10px 5px;
}

form.option-form li {
	overflow: hidden;
}

form.option-form label{
	margin: 0 0 0 5px;
	font-size: 0.9em;
	float:left;
	font-weight: bold;
}

form.option-form label.hyves-label {
	line-height: 23px;
	width: 82px;
}

form.option-form div.notify-options{
	margin: 5px 20px 5px 20px;
	padding: 5px;
	background: #ededed;
	overflow:hidden;
}
#win form.option-form div.notify-options p{
	margin:5px;
	display:block;
	clear:both;
}

#win form.option-form div.notify-options div.new_line {
	clear: both;
	width: 100%;
	height: 4px;
	line-height: 4px;
	display: block;
}

form.option-form div.notify-options p.label{
	padding: 10px 0 0 0;
	font-weight:bold;
}

p.descr{ width: 500px;}

/***************************************************************************
* =OVERLAY BOX / FEED ADDING
***************************************************************************/
	
#overlay{
	display:none;
	position: fixed; 
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
}

.win-main {
	text-align:left;
	display:none;
	height: 250px;
	width: 600px;
	margin: 0 auto;
	position: fixed;
	z-index:101;
	background: #fff;
	left: 50%;
	top: 50%;
	margin-top: -125px; 
	margin-left: -300px; 
}

.win-register{
	height: 300px;
	margin-top: -150px; 
}

.win-notificon {
	height: 320px;
	margin-top: -160px; 
}

.win-hyves {
	height: 480px;
	margin-top: -240px; 
}

.win-feed-results {
	margin-top: -240px;
	height: 480px;
}

.win-reizen {
	height: 380px;
	margin-top: -190px; 
}

	#win-loading{
		text-align:center;
		z-index: 800;
		background: #fff;
		opacity: .8;
		filter: alpha(opacity=80);
	}
	#win-loading p{
		background: #fff;
		height: 50px;
		width: 150px;
		position:fixed;
		top: 50%;
		left:50%;
		margin-top: -25px;
		margin-left: -75px;
		line-height: 1.6em;
		font-size: 1.6em;
		font-weight: bold;
		color:#000;
	}

	.win-content-main {
		overflow:hidden;
		height: 200px;
		font-size: 1.4em;
	}
	
	.win-content-register{
		height: 250px;
	}

	.win-content-notificon{
		height: 300px;
	}	
	
	.win-content-hyves{
		height: 480px;
	}	
	
	.win-content-feed-results{
		height: 420px;
		overflow: hidden;
		font-size: 1.4em;
	}	
	
	.win-content-reizen{
		height: 380px;
	}	

		.win-content-main div.feed{
			border: 1px solid #ccc;
			margin: 20px;
			padding: 20px 10px 20px 10px;
			font-size: 1.1em;
			font-weight:bold;
		}
			.win-content-main div.feed span{
				font-weight:normal;
				font-size:0.8em;
				color:#666; 
				display:block;
				clear:both;
				margin-top: 5px;
			}
			.win-content-main label{
				padding: 0 10px 0 0;
			}

			.win-content-main input#custom-feed{
				width: 300px;
			}
	
	.win-content-main div.columnist {
		border: 1px solid #ccc;
		margin: 20px;
		padding: 20px 10px 20px 10px;
		font-size: 1.1em;
		font-weight:bold;
	}
	.win-content-main div.columnist span{
		font-weight:normal;
		font-size:0.8em;
		color:#666; 
		display:block;
		clear:both;
		margin-top: 5px;
	}	
			
	.win-content-main div.start_home {
		border: 1px solid #ccc;
		margin: 20px;
		padding: 10px;
		font-size: 1.1em;
		font-weight:bold;
		overflow: hidden;
	}
	
	.win-content-main div.start_home label{
		width: 170px;
		display: block;
		float: left;
		text-align: right;
		margin-top: 5px;
	}
	
	.win-content-main div.start_home input{
		width: 200px;
		display: block;
		float: left;
		margin-top: 5px;
		padding: 1px 2px 2px 2px;
		border: 1px solid #D4D0C8;
	}
	
	.win-content-main div.start_home input.error{
		padding: 1px 2px 2px 2px;
		border: 1px solid red;
	}
	
#feed-results {
	padding: 0 20px 0 20px;
}


/***************************************************************************
* =LEGACY SUPPORT
***************************************************************************/


div.source_category { width: 200px; float: left; padding:0 40px 40px 0; }
div.source_category h1 { padding: 0 0 15px 0;}
div.source_category a { 
	display: block; 
	background: transparent url(bullet.gif) no-repeat left 3px;
	padding-left: 10px;
}

div.legacy_article {	width: 600px;}
div.legacy_article div.date { font-style: italic; font-size: 10px; color: #CC CC CC ;}
