CHARSET "UTF-8";

/* General styles
----------------------------------------------- */
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.hidden {display: none;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.hide {display:none}

.tabs {margin: 0 10px 0;}
.tab a {display:inline-block;padding: 0 5px;cursor: pointer;font-weight: normal}
.grey .tab.active a {background-color: #a9a9a9; color: #ffffff}
.blue .tab.active a {background-color: #223c61; color: #ffffff}
.grey .tab:hover a {background-color: #a9a9a9; color: #ffffff}
.blue .tab:hover a {background-color: #223c61; color: #ffffff}

.floatleft{float: left;}
.floatright {float: right;}
.clear, .floatclear {clear: both;
display:block;
}

.inline {display:inline-block}
.nomargin {margin: 0;}
.nopadding {padding: 0;}

.valignmiddle {
	vertical-align: middle;
}

.validation-advice, .error {
	padding: 5px;
	color: #a11b09;
	font-weight: bold;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #a11b09;
}

.hand {cursor: pointer;}

._10 { width: 10%; }
._15 { width: 15%; }
._20 { width: 20%; }
._25 { width: 25%; }
._30 { width: 30%; }
._35 { width: 35%; }
._40 { width: 40%; }
._45 { width: 45%; }
._50 { width: 50%; }
._55 { width: 55%; }
._60 { width: 60%; }
._65 { width: 65%; }
._70 { width: 70%; }
._75 { width: 75%; }
._80 { width: 80%; }
._85 { width: 85%; }
._90 { width: 90%; }
._95 { width: 95%; }
._100 { width: 100%; }

a.nolinkstyle, a.nolinkstyle:hover {
	color: #000;
	font-weight: normal;
}

a.collapsed { 
	padding-left: 15px;
	background-image: url(../images/icon/plus.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
a.expanded { 
	padding-left: 15px;
	background-image: url(../images/icon/minus.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.collapsed.arrow { 
	background-image: url(../images/icon/arrow_right.gif);
}
a.expanded.arrow { 
	background-image: url(../images/icon/arrow_down.gif);
}

a.collapsed.arrow-large {
	padding-left: 25px;
	background-image: url(../images/icon/arrow_right_large.png);
	background-position: center left;
}
a.expanded.arrow-large {
	padding-left: 25px;
	background-image: url(../images/icon/arrow_down_large.png);
	background-position: center left;
}

a.collapsed.noicon, a.expanded.noicon { 
	background: none;
	padding-left: 0;
}

.component > h2 > a,
.component > h3 > a,
.component > h4 > a {
	font-weight:bold;
	text-transform:uppercase;
	color:#63accd;
	margin: 0;
}

.button {
	width: 100px;
	height: 25px;
	color: white;
	font-size: 13px;
	border: none;
	background-color: #999999;
	padding: 0;
}


input.submit {
	background-color: #878787;
	padding: 0 3px 2px;
	border: 0;
	height: 20px;
	color: #ffffff;
}

#video-details .icon {
	margin-right: 15px;
}

.rss {
	padding: .75em .75em 0 0;
}

.rss a {
	text-decoration: none;
}

.rss .icon {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0 -30px;
	height: 13px;
	width: 13px;
	line-height: 14px;
	display: inline-block;
	margin-right: 5px;
}

.icon.views {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0 -138px;
	padding-left: 30px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.icon.rating {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0 -120px;
	padding-left: 25px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.icon.comments {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0 -106px;
	padding-left: 28px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.icon.kijkwijzer {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: -20px -152px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
}

.icon.kijkwijzer-all {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0px -152px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
}

.icon.calendar {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: -40px -180px;
	padding-left: 28px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.views, .rating {
	font-size: 11px;
}

/* Body
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
}


#custom_background {
	background: #fefefe url(../images/body_background.jpg) repeat-x top;
	background-repeat: repeat-x;
	background-color: #fefefe;
}

#site_background {
	background: #fefefe url('../images/body_background.jpg') repeat-x top;
	
	margin: 0 auto;
}

div.root {
	background-color: white;
	padding-top: 20px;
}

/* Icon
----------------------------------------------- */
.plus,
.arrowright,
.arrowdown {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.plus {
	background-image: url(../images/icon/plus.gif);
}

.arrowright {
	background-image: url(../images/icon/arrow_right.gif);
}

.arrowdown {
	background-image: url(../images/icon/arrow_down.gif);
}

ul.none {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.nu a {
	display:block;
	padding-left: 20px;
}

.list-icon {
	display:block;
	float:left;
	width: 15px;
	height: 15px;
}


.span_related {
	
display:block;
float:left;
width: 15px;
height: 15px;
	
background-image: url(../images/icon/nu_logos_all.gif);
background-position: -20px 0px;
background-repeat: no-repeat;
line-height: 160%;
}
.related_nu {
background-position: 0px -3px
}
.related_nuwerk {
background-position: 0px -21px
}
.related_nuzakelijk {
background-position: 0px -39px
}
.related_nufoto {
background-position: 0px -57px
}
.related_nusport {
background-position: 0px -75px
}
.related_nujij {
background-position: 0px -94px
}
.related_nuvideo {
background-position: 0px -113px
}
.related_nubijlage {
background-position: 0px -131px
}
.related_nutvgids {
background-position: 0px -149px
}
.related_nukaart {
background-position: 0px -167px
}
.related_nuik {
background-position: 0px -186px
}
.related_nutv {
background-position: 0px -204px
}
.related_nuentoen {
background-position: 0px -222px
}



/* Color palete
----------------------------------------------- */
.lightgrey {color: #e8e8e8;}
.darkgrey {color: #d3d3d3;}
.lightblue {color: #63a3cd;}
.blue {color: #5b79a6;}
/*.darkblue {color: #125075;}*/
/*.darkblue {color: #223c61;}*/
.darkblue {color:#000366;}
.red {color: #a11b09;}

.lightgreybg {background-color: #ededed;}
.darkgreybg {background-color: #dbdbdb;}
.lightbluebg {background-color: #4bb6d7;}
.darkbluebg {background-color: #125075;}
.redbg {background-color: #cc0000;}
.lightredbg {background-color: #cc0000;}
.whitebg {background-color: #ffffff;}
.blackbg {background-color: #000000;}

.readonly {font-size: 11px;}

input.border {padding: 3px;}
.border {
	border: 1px; 
	border-style:solid;
	border-color:transparent
}

.border.lightgrey {border-color: #e8e8e8;}
.border.darkgrey {border-color: #d3d3d3;}
.border.lightblue {border-color: #63a3cd;}
.border.darkblue {border-color: #223c61;}

.border.blue {border-color: #4bb6d7;}
.border.grey {border-color: #d3d3d3;}
.border.black {border-color: #000000;}

.border.red {border-color: #a11b09;}
.noborder{border:0;}

/* Logo
----------------------------------------------- */
#logo img {
	
}

/* Login
----------------------------------------------- */
.toplogin {
	background-color: #e1e1e1;
	height: 22px;
	padding: 5px 10px;
	position: relative;
}

.toplogin form {
	display: inline-block;
	padding-left: 0px;
}

.toplogin input {
	margin: 0 3px 0 0;
	padding: 3px 5px 2px;
	height: 15px;
	width: 140px;
	font-size: 11px;
}

input.transparent {
	border-color: #e1e1e1;
}

.toplogin input.submit {
	position: absolute;
	margin: 1px 0 0 3px;
	background-color: #878787;
	padding: 0 0 3px;
	border: 0;
	height: 20px;
	width: 60px;
	color: #ffffff;
}

.toplogin .text {
	padding-top: 2px;
}

.toplogin a, .toplogin a:hover {
	color: #1d1d1d;
	font-weight: normal;
}

/* Buttons
----------------------------------------------- */
.header .buttonrow {
	padding: 10px 0 20px;
}

.header .buttonrow .roundedbutton {
	width: 100px;	
}

.roundedbutton {
	margin-left: 10px;
	float: left;
	text-align: center;
}

.roundedbutton .col {
	float: left;
	padding: 5px 5px 0 0;
}

.roundedbutton .seperator {
	float: left;
	height: 15px;
	margin-top: -4px;
	border-right: 1px solid #ABD1E7;
	width: 1px;
}

.roundedbutton a.small {
	color: white;
	font-size: 1em;
	font-weight: bold;
}

.roundedbutton a, .roundedbutton span {
	padding: 0 8px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.roundedbutton a:hover {
	text-decoration: none;
	color: #fff;
}

.roundedbutton.omega {margin-right: 0;}

.roundedbutton .tl {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 4px;
	width: 4px;
}

.roundedbutton .tr {
	background-repeat: no-repeat;
	background-position: top right;
	height: 4px;
	width: 4px;
	float: right;
}

.roundedbutton .bl {
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 4px;
	width: 4px;
}

.roundedbutton .br
{
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 4px;
	width: 4px;
	float: right;
}

.roundedbutton.active .arrowcontainer {
	background-color: white;
}
.roundedbutton.active .arrow {
	margin: 0 auto;
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	height: 5px;
	width: 9px;
	background-color: white;
}

.roundedbutton.active.redbg .arrow {background-position: 0 -43px;}
.roundedbutton.active.darkbluebg .arrow {background-position: 0 -48px;}

.roundedbutton.darkbluebg .tl,
.roundedbutton.darkbluebg .tr,
.roundedbutton.darkbluebg .bl,
.roundedbutton.darkbluebg .br {background-image: url(../rc.php?r=4&c=125075&bg=fff);}

.blue .roundedbutton.darkbluebg .tl,
.blue .roundedbutton.darkbluebg .tr,
.blue .roundedbutton.darkbluebg .bl,
.blue .roundedbutton.darkbluebg .br {background-image: url(../rc.php?r=4&c=125075&bg=ecf6fa);}

.grey .roundedbutton.darkbluebg .tl,
.grey .roundedbutton.darkbluebg .tr,
.grey .roundedbutton.darkbluebg .bl,
.grey .roundedbutton.darkbluebg .br {background-image: url(../rc.php?r=4&c=125075&bg=e8e8e8);}

.roundedbutton.lightbluebg .tl,
.roundedbutton.lightbluebg .tr,
.roundedbutton.lightbluebg .bl,
.roundedbutton.lightbluebg .br {background-image: url(../rc.php?r=4&c=4bb6d7&bg=fff);}

.blue .roundedbutton.lightbluebg .tl,
.blue .roundedbutton.lightbluebg .tr,
.blue .roundedbutton.lightbluebg .bl,
.blue .roundedbutton.lightbluebg .br {background-image: url(../rc.php?r=4&c=4bb6d7&bg=ecf6fa);}

.grey .roundedbutton.lightbluebg .tl,
.grey .roundedbutton.lightbluebg .tr,
.grey .roundedbutton.lightbluebg .bl,
.grey .roundedbutton.lightbluebg .br {background-image: url(../rc.php?r=4&c=4bb6d7&bg=e8e8e8);}

.roundedbutton.redbg .tl,
.roundedbutton.redbg .tr,
.roundedbutton.redbg .bl,
.roundedbutton.redbg .br {background-image: url(../rc.php?r=4&c=cc0000&bg=fff);}

.roundedbutton.lightredbg .tl,
.roundedbutton.lightredbg .tr,
.roundedbutton.lightredbg .bl,
.roundedbutton.lightredbg .br {background-image: url(../rc.php?r=4&c=cc0000&bg=fff);}

.blue .roundedbutton.redbg .tl,
.blue .roundedbutton.redbg .tr,
.blue .roundedbutton.redbg .bl,
.blue .roundedbutton.redbg .br {background-image: url(../rc.php?r=4&c=cc0000&bg=ecf6fa);}

.grey .roundedbutton.redbg .tl,
.grey .roundedbutton.redbg .tr,
.grey .roundedbutton.redbg .bl,
.grey .roundedbutton.redbg .br {background-image: url(../rc.php?r=4&c=cc0000&bg=e8e8e8);}

.blue .roundedbutton.lightredbg .tl,
.blue .roundedbutton.lightredbg .tr,
.blue .roundedbutton.lightredbg .bl,
.blue .roundedbutton.lightredbg .br {background-image: url(../rc.php?r=4&c=cc0000&bg=ecf6fa);}

.grey .roundedbutton.lightredbg .tl,
.grey .roundedbutton.lightredbg .tr,
.grey .roundedbutton.lightredbg .bl,
.grey .roundedbutton.lightredbg .br {background-image: url(../rc.php?r=4&c=cc0000&bg=e8e8e8);}

/* Search
----------------------------------------------- */
#search form {width: 336px}

#search .search-arrow {
	height: 30px;
	width: 30px;
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0 -172px;
	display:block;
	float:right;
	cursor: pointer;
}

input.text {
	margin: 0 3px 0 0;
	padding: 3px 5px 2px;
	height: 15px;
}

input.password {
	margin: 0 3px 0 0;
	padding: 3px 5px 2px;
	height: 15px;
	width: 140px;	
}

.header .search {
	float: right;
}
.header .search form {
	display: inline-block;
	padding-left: 10px;
}

.header .search input {
	padding: 4px 5px;
	width: 294px;
	height: 14px;
	float: right;
}

.header .search input.transparent {
	border-color: #ffffff;
}

.header .search input.submit {
	position: absolute;
	margin: 0 0 0 3px;
	background-color: #878787;
	padding: 0;
	border: 0;
	height: 20px;
	width: 40px;
	color: #ffffff;
}

/* Video player
----------------------------------------------- */
.videoplayer {
	line-height: 0;
	margin-left: 0;
	background-color: #000000;
}

.videoinfo {
	background-color: #e8e8e8;
	margin-left: 0;
	margin-bottom: 1.5em;
}

.videoinfo .header {
	background-color: #d3d3d3;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #000;
	padding: 5px 10px;
}

.videoinfo .header h4 {
	margin-bottom: 0;
}

.videoinfo .body {
	padding: 10px;	
}

.videoinfo .description {
	margin: 10px 0 0;
}

.videoinfo .body .block {
	padding: 5px 10px;
	line-height: 2em;
}

.videoinfo .body .block input {
	border: 0;
}

.videoinfo .body .block input, .videoinfo .body .block textarea, .videoinfo .body .block select {
	font-size: 12px;
}

.videoinfo span.label {
	width: 115px;
	display: inline-block;
	vertical-align: top;
}

.videoinfo span.label.user {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.videoinfo .body .block span.label {
	width: 105px;
	display: inline-block;
}

.videoinfo span.floatright {
	width: 150px;
}

.videoinfo .body .block span.floatright {
	width: 140px;
}

.videoinfo .body hr {
	color: transparent;
	background-color: transparent;
	border: 0;
	height: 1px;
	margin: 0;
}

.videoinfo .body .block a, .videoinfo .body .block a:active {

	font-weight:normal;
}

/* Owner
----------------------------------------------- */
 .videoinfo .owner {
	margin-top: 15px;
}

.videoinfo .owner .avatar {
	float: left;
	margin-right: 40px;
}

.videoinfo .owner span.label {
	width: 180px;
	display: inline-block;
}

.videoinfo .owner span.floatright {
	width: 150px;
	display: inline-block;
}

/* Home - TOP Blocks
----------------------------------------------- */
.home_top {
	color: #ffffff;
	background-color: #000000;
	/*height: 360px;*/
	padding-bottom: 10px;
	/*border-bottom: 30px solid #d3d3d3;*/
}

.home_top h1, 
.home_top h2, 
.home_top h3 {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0.7em 0;
	color: #c4e3f2;
}

.home_top h5, .home_top h5 a {
	color: #ffffff;
	margin-bottom: 0.2em;
	font-weight: bold;
}

.home_top .content {
	padding-left: 10px;
	padding-right: 10px;
	height: 290px;
	position: relative;
}

.home_top .content .more {
	position:absolute;
	right: 0;
	width:150px;
	text-align: right;
	right: 10px;
	line-height: 2em;
	top: 295px;
	vertical-align: middle;
}

.home_top .content .user {
	left: 10px;
	position:absolute;
	width:150px;
	text-align: left;
	line-height: 2em;
	top: 295px;
}

.home_top .content .more .arrow {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	vertical-align: middle;
	margin-left: 5px;
}

.home_top .content .more .arrow.blue {
	background-position: -30px 0;
}

.home_top .content .more a {
	color: #ffffff;
	font-weight: normal;
}

/* Activity
----------------------------------------------- */
.home_top .activity_container .content .more {
	right: 22px;
}

.home_top .activity_container h1, 
.home_top .activity_container h2, 
.home_top .activity_container h3 {
	padding-left: 22px;
	padding-right: 22px;
}

.home_top .activity_container .content {
	padding-left: 22px;
	padding-right: 22px;
}

.home_top .activity_container .content {
	border-left: 1px solid white;
}

.home_top .activity_container .content img {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}

.home_top .activity_container .content hr {
	color: #3c3c3c;
	background-color: #3c3c3c;
	margin: 0px 0 10px;
}

/* Tags component
----------------------------------------------- */
.component.tags {
	padding-bottom: 10px;
}
a.tag {
	font-family: Arial;
	font-weight: normal;
	line-height: 25px;
	padding: 5px 3px;
	color: #223c61;
}

a.tag:hover {
	background-color: #223c61;
	font-weight: normal;
	color: #fff;
}

a.size10 {font-size: 10px;}
a.size12 {font-size: 12px;}
a.size14 {font-size: 14px;}
a.size16 {font-size: 16px;}
a.size18 {font-size: 18px;}
a.size20 {font-size: 20px;}
a.size22 {font-size: 22px;}
a.size24 {font-size: 24px;}


/* Anchors
----------------------------------------------- */
a, a:active {
	/*color:#8FCADF;*/
	color: #000366;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	/*color: #8fcadf;*/
	color: #cc0000;
}

a.nostyle, a.nostyle:hover {
	text-decoration: none;
	font-weight: normal;
}

a.lightblue, a.lightblue:hover {
	color: #63A3CD;
}

.profile a, .home_top a {
	color:#8FCADF;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}

/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}

/* Page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

/* Feedback
----------------------------------------------- */
.feedback,
#feedback {
	margin: 0 0 10px 0;
	padding: 15px 15px 15px 60px;
	font-size: 17px;
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

.feedback.alert,
#feedback.alert {
	background-color: #ff1c00;
	background-image: url('../images/icon/feedback_alert.gif');	
}

.feedback.ok,
#feedback.ok {
	background-color: #36b613;
	background-image: url('../images/icon/feedback_ok.gif');
}

.feedback.notice,
#feedback.notice {
	background-color: orange;
}

.feedback .feedback-content,
#feedback #feedback-content {
	display: inline-block;
	width: 80%;
}

.feedback .feedback-confirm,
#feedback #feedback-confirm {
	display: inline-block;
	width: 20%;
}

.feedback .feedback-confirm a,
#feedback #feedback-confirm a {
	color: white;
	font-size: 17px;
	font-weight: bold;
	margin-right: 10px;
}

/* Components
----------------------------------------------- */
.component, .wide .component {
	margin: 0 0 20px;
}

.component .content {
	padding: 0 10px 15px;
}

.component hr {
	margin: 0 10px 3px 5px;
	border: 0;
	height: 1px;
}

.component .content hr {
	margin: 3px 0 0px;
}

.component .footer {
	padding: 5px 10px;
	height: 20px;
}

.component .footer a {
	font-size: 1.3em;
}

.component > h2,
.component > h3,
.component > h4	 {
	font-weight:bold;
	text-transform:uppercase;
	color:#63accd;
	padding:6px 10px;
	margin: 0;
}

.pagination p {
	display: inline-block;
}

.grey .pagination .next {
	background: url('../images/icon/icons.png') no-repeat -10px -58px;
	height: 20px;
	width: 10px;
	margin-left: 10px;
}

.grey .pagination .prev {
	background: url('../images/icon/icons.png') no-repeat 0 -58px;
	height: 20px;
	width: 10px;
}

.blue .pagination .next {
	background: url('../images/icon/icons.png') no-repeat -30px -58px;
	height: 20px;
	width: 10px;
	margin-left: 10px;
}

.blue .pagination .prev {
	background: url('../images/icon/icons.png') no-repeat -20px -58px;
	height: 20px;
	width: 10px;
}



.pagination .bubble a {
	display: 				inline-block;
	height:					20px;
	width: 					20px;
	background-image: 		none;
	background-repeat: 		no-repeat;
	background-position: 	top left;
	text-align: 			center;
	padding-top:			2px;
	font-weight: 			normal;
	margin: 				0;
}

.pagination p a {
	font-size: 1.3em;
	color: #666666;
}

.pagination .first a {
	margin: 0 10px 0 0;
	font-weight: bold;
}

.pagination .last a {
	margin: 0 0 0 10px;
	font-weight: bold;
}

.pagination .bubble.active a {
	display: 				inline-block;
	height:					20px;
	width: 					20px;
	background-image: 		url(../rc.php?r=9&c=999999&bg=d3d3d3);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	text-align: 			center;
	padding-top:			2px;
	font-weight: 			normal;
}

.pagination .bubble.active a {
	background-image: 		url(../rc.php?r=9&c=999999&bg=d3d3d3);
	color: 					#ffffff;
}

.pagination .bubble:hover a {
	background-image: 		url(../rc.php?r=9&c=999999&bg=d3d3d3);
	color: 					#ffffff;
	text-decoration:		none;
}

.component-footer-actions {
	float: left;
}

.pagination {
	float: right;
}

/* Component BLUE
----------------------------------------------- */
.component.blue {
	background-color: #ecf6fa;
}

.component.blue hr {
	color: #abd1e7;
	background-color: #abd1e7;
}

.component.blue .footer {
	border-top: 1px solid #ffffff;
	background-color: #c9e9f3;
}

.component.blue .footer a {
	color: #125075;
}

.component.blue .pagination .bubble.active {
	background-image: 		url(../rc.php?r=9&c=125075&bg=c9e9f3);
	color: 					#ffffff;
}

.component.blue .pagination .bubble:hover {
	background-image: 		url(../rc.php?r=9&c=125075&bg=c9e9f3);
	color: 					#ffffff;
}

/* List component
----------------------------------------------- */
.component.list .content {padding-bottom: 0;}
.component.list .title {
	font-weight: bold;
	font-size: 1.2em;
	display:block;
	padding: 0px 0;
}

.component.list .content .description {
	height: 57px;
	overflow-y:hidden;
	display:block;
}

.component.list .owner {
	font-size: 11px;
}

.component.list .content img {
	margin: 0 0.833em 0 0;
}

.component.list .owner a {
	font-weight: bold;
}

.component.list .leftcollumn {
	width: 95px;
	margin:0 0px 0 0
}

.component.list .leftcollumn.users {
	width: 67px;
	float: left;
	margin:0 0px 0 0
}

.component.grey {
	background-color: #e8e8e8;
}

.component.grey hr {
	color: #d3d3d3;
	background-color: #d3d3d3;
}

.component.grey .footer {
	border-top: 1px solid #ffffff;
	background-color: #d3d3d3;
	padding: 5px 10px;
	height: 20px;
}

.component.grey .footer .bubble {
	display: 				inline-block;
	height:					20px;
	width: 					20px;
	background-image: 		none;
	background-repeat: 		no-repeat;
	background-position: 	top left;
	text-align: 			center;
	padding-top:			2px;
	font-weight: 			normal;
	margin: 0;
	text-decoration: none;
}

.component.grey .footer a {
	font-size: 14px;
	color: #666666;
}

.component.grey .footer a.first {
	margin: 0 10px 0 0;
}

.component.grey .footer a.last {
	margin: 0 0 0 10px;
}

.component.grey .footer a.prev.last {
	margin: 0 20px 0 0;
}

.component.grey .footer a.bubble.active {
	display: 				inline-block;
	height:					20px;
	width: 					20px;
	background-image: 		url(../rc.php?r=9&c=999999&bg=d3d3d3);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	color: 					#ffffff;
	text-align: 			center;
	padding-top:			2px;
	font-weight: 			normal;
}

.component.grey .footer a.bubble:hover {
	background-image: 		url(../rc.php?r=9&c=999999&bg=d3d3d3);
	color: 					#ffffff;
}

.component.grey .footer .pagination {
	float: right;
}

/* Comments in list view
----------------------------------------------- */
.comments .content hr {
	margin: 10px 0
}

.comments .content .avatar {
	float: left;
	margin-right: 20px;
}

.comments .content span.owner {
	font-size: 1.1em;
	display: block;
	font-weight: bold;
}

.comments .content span.label {
	width: 180px;
	display: inline-block;
}

.comments .content span.floatright {
	padding-right: 10px;
	display: inline-block;
}

.comments .children {
	padding: 0 0 0 50px;
}

/* Component Fixed
----------------------------------------------- */
.fixed_component {
	margin: 0 0 20px;
}

/* Advert
----------------------------------------------- */
.component .caption {
	position: absolute;
	top: -7px;
	left: 5px;
}
.component.advert {
	position: relative;
	padding: 0;
	line-height: 0;
}

/* Activity
----------------------------------------------- */
.activity .content {
	color: #125075;
}

.activity .content span {
	display: block;
	padding: 0 0 0 5px;
	background-color: #4bb6d7;
	font-weight: bold;
	color: white;
	width: 90px;
}

.activity .content img {
	float: left;
	padding: 0 10px 10px 0;
}

.activity .content span {
	padding: 0 0 0 4px;
	margin: 0 0 5px 0;
}

.activity .content .hrclear {
	margin: 0 0 11px 0;
}

/* Profile
----------------------------------------------- */
.profile {
	background-color: #000000;
	color: white;
	padding: 0;
}

.profile h2 {
	margin: 0 0 26px 0;
	padding: 15px 0 0 15px;
	font-weight: normal;
	text-transform: capitalize;
}

.profile hr {
	color: #4e4e4e;
	background-color: #4e4e4e;
	margin: 0;
}

.profile ul {
	list-style: none inside;
	margin: 0;
	padding:0;
}

.profile ul li {
	margin: 4px 0 0 0;
}

.profile img {
	vertical-align: middle;
}

.profile img.avatar {
	float: left;
	margin: 0 10px 20px 0;
}

.profile .rss a {
	color: gray;
	font-size: 14px;
}

.profile .username {
	font-size: 15px;
	font-weight: bold;
}

.profile .videos ul {
	margin: 0 125px 0 0;
}

.profile .videos ul li img {
	margin: 0 10px 0 0;
}

.profile .description {
	
}
.profile .actions {
	margin: 10px 0 0px 50px;
}

.profile .actions span.floatright {
	width: 225px;
}

.profile .actions img {
	margin: 0 15px 0 0;
}

/* My account - global
----------------------------------------------- */

.component.mymessages,
.component.myvideos,
.component.myfriends,
.component.mysettings {
	margin-bottom: 0;
}

.myaccount {
	background-color: #EEEEEE;
}

.myaccount .component {
	margin: 0 10px 10px 10px;
	/*border: 1px solid red;*/

} 

.myaccount p {
	padding: 0;
}

.myaccount a {
	font-weight: normal;
	color: #4bb6d7;
}

.myaccount h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #63ACCD;
	padding: 10px 0 10px 10px;
	margin: 0;
}

.myaccount h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.myaccount label {
	display: block;
	margin: 0 0 3px 0;
}

.myaccount .content {
	margin: 10px 10px 0 10px;
}

.myaccount a.close {
	color: black;
	float: right;
}

.myaccount a.close:hover {
	text-decoration: none;
}

.myaccount .no-result {
	margin: 10px;
}

.myaccount .component-footer {
	padding: 5px;
	background-color: #d3d3d3;	
}

/* My account - tab menu
----------------------------------------------- */
.myaccount ul.menu li ,
.myaccount ul.submenu li {
	display: inline-block;	
	list-style: none;
}

.myaccount ul.menu li a,
.myaccount ul.submenu li a {
	color: black;
	font-weight: normal;
	border: 0;
	padding: 0;
}

.myaccount ul.submenu li.active a,
.myaccount ul.menu li.active a {
	color: white;
}

.myaccount ul.menu li a:hover,
.myaccount ul.submenu li a:hover {
	background-color: transparent;
	color: gray;
	text-decoration: none;
}

.myaccount ul.menu li a:active,
.myaccount ul.submenu li a:active {
	background-color: transparent;
}

.myaccount ul.menu {
	border: 0;
	padding: 0;
	margin: 0;
}

.myaccount ul.menu li {
	padding: 2px 60px 2px 5px;
}

.myaccount ul.submenu,
.myaccount ul.menu li.active {
	background-color: #bbb;
}

.myaccount ul.submenu {
	padding: 0;
	margin: 0 0 10px 0;
}

.myaccount ul.submenu li {
	padding: 2px 10px 2px 10px;
}

/* My account - table
----------------------------------------------- */
.myaccount table {
	border: none;
	margin: 0;
	padding: 0;
}

.myaccount table thead th {
	font-weight: normal;
	padding: 0 0 10px 0;
	border: none;
	background-color: transparent;
}

.myaccount table tbody tr td {
	background-color: transparent;
	border: none;
	border-top: 1px solid #bbb;
	padding: 10px 0 10px 0;
}

.myaccount table .checkboxcolumn {
	width: 30px;
}

.myaccount table .actions {
	padding: 0px;
	width: 150px;
}
.myaccount table .actions a {
	display: block;
	margin: 0 0 10px 0;
}

.myaccount table .content {
	width: 420px;
	max-width: 420px;
	padding: 0;
}

.myaccount table .content img {
	float: left;
	margin: 0 10px 0 0;
}

.myaccount table .footer {
	margin: 5px 0 0 0;
	padding: 0;
}

.myaccount table .footer img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.myaccount table .footer .status span {
	color: red;
}

/* My account - container
----------------------------------------------- */
.myaccount .container {
	padding: 10px;
	background-color: #dbdbdb;
	line-height: 2em;
}

.myaccount .container .form {
	width: 60%;
	float: left;
}

.myaccount .container .text {
	width: 40%;
	float: left;
}

.myaccount .container .close-container {
	line-height: 10px;
	height: 10px;
	float: right;
}

.myaccount .container textarea,
.myaccount .container input[type=input] {
	/*width: 94%*/
}

.myaccount .container input[type=submit] {
	float: right;
}

.myaccount .container textarea {
	margin: 0;
}

.myaccount .container select {
	width: 100%;
}

/* My account - my videos
----------------------------------------------- */
.myaccount .description {
	height: 100px;
}

.myaccount .myvideos .stats {
	width: 200px;
	text-align: right;
}

.myaccount .myvideos .stats span {
	margin: 0 20px 0 0;
	display: inline-block;
	color: #4bb6d7;
}

.myaccount table .stats span img {
	margin: 0 5px 0 0;
}

.myaccount .position {
	width: 20px;
	font-size: 20px;
	line-height: 15px;
	margin: 2px 5px 0 0;
	text-align: right;
}

.myaccount .positionaction img {
	display: block;
	margin: 0 0 5px 0;
}

.myaccount .playlistactions {
	height: 23px;
	margin: 10px 0 20px 0;
}

.myaccount .playlistactions div {
	float: left;
	width: 25%;
}

/* My account - friends
----------------------------------------------- */
.myaccount .invites {
	padding: 10px;
	margin: 10px 0 0 0;
	background-color: #dbdbdb;
}

.myaccount .container {
	margin-bottom: 10px;
}

/* My account - upload
----------------------------------------------- */
.myaccount .upload p {
	line-height: normal;
}

#swf-upload-form {
	padding-top: 5px;
}

#swf-uploading {
	margin-top: 10px;
}

.progressbar-wrapper {
	border: 1px solid #C2D9DD;
	height: 23px;
}

.progressbar {
	width: 0%;
	height: 23px;
	background-image: url(../images/icon/progress-bar.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	white-space:nowrap;
}

.swfuploadname {
	float:left;
	padding: 2px 5px;
	border: 0;
	height: 16px;
}

.swfupload {
	float:left;
}

/* My account - messages
----------------------------------------------- */
.myaccount .mymessages .message-notice {
	margin: 0 0 10px 0;
}

.myaccount .mymessages .content span {
	font-weight: bold;
}

.myaccount .mymessages .content {
	display: inline-block;
	width: 500px;
}

.myaccount .mymessages .content h5 {
	/*margin: 5px 0 0 0;*/
}

.myaccount .mymessages .content h5 a {
	font-weight: bold;
}

.myaccount .mymessages .read {
	background-color: #dbdbdb;
}

.myaccount .mymessages .read .label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

.myaccount .mymessages .read textarea {
	width: 400px;
}

.myaccount .mymessages .read input[type=submit] {
	/*float: right;*/
}

/* My account - settings
----------------------------------------------- */
.myaccount .mysettings .avatar {
	float: left;
	margin: 0 5px 5px 0;
}

.myaccount .mysettings .settings {
	width: 80%;
	float: left;
}

/* Categories
----------------------------------------------- */
.bodyfooter {
	background-color: #f6f6f6;
	text-align: center;
	padding: 20px 0;
	color: #125075;
}

.bodyfooter .content {
	margin: 0 auto;
	width: 1004px;
	text-align: left;
	line-height: 30px;
}

.bodyfooter .content div {
	margin: 0;
}

.bodyfooter .content p {
	line-height: normal;
	padding: 0;
}

.bodyfooter .content img {
	float: left;
	margin: 2px 30px 0 0;
}

.bodyfooter .content ul {
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 1px solid silver;
}

.bodyfooter .content ul a {
	color: #125075;
	font-weight: normal;
	margin:0;padding:0;
}

.bodyfooter .content ul li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
}

.bodyfooter .content ul.menu {
	border: 0;
	font-size: 17px;
	font-weight: bold;
}

.bodyfooter .content ul.menu a {
	padding: 0;
	border: 0;
	color: #4bb6d7;
	font-weight: bold;
}

.bodyfooter .content ul.menu a:hover {
	background-color: transparent;
}

/* Sticky footer
----------------------------------------------- 
html, body, .root {height: 100%;}
body > .root {height: auto; min-height: 100%;}
#main {padding-bottom: 220px;} /* must be same height as the footer 
.bodyfooter {
	position: relative;
	margin-top: -220px;
	height: 220px;
	clear: both;
} */


/* Categories
----------------------------------------------- */
.categories ul {
	display: inline-block;
	width: 45%;
	padding: 0;
	margin: 0;
	list-style: none;
}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #63ACCD;
}

blockquote cite {
	font-size:.9em;
}

ul, ol {
	padding-top:0;
}

/* Menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}

/* Submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}

/* Section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}

/* Table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:0;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}

table thead tr .header {
	background-image: url(../images/tablesort/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table thead tr .headerSortUp {
	background-image: url(../images/tablesort/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(../images/tablesort/desc.gif);
}

/* Forms
----------------------------------------------- */
/*form {
	overflow:hidden;
}*/
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* Articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.component .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.component .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

/* Site information
----------------------------------------------- */
#site_info .component {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}

/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}


.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../images/icon/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

/* NU.nl styles
----------------------------------------------- */

.nu-zie-logo {
	float: right;
	padding: 2px 30px 0 0;
}

.nu-goback a {
	color: #000366;
	text-decoration: none;
	background-image: url(../images/icon/ico_pijl_1.gif);
	background-repeat: no-repeat;
	background-position: 0px .3em;
	padding-left: 10px;
	font-weight: normal;
}

.nu-goback a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.nu-goback {
	float: left;
	padding-top: 40px;
}

/* Suggestions
----------------------------------------------- */
span.suggestions {
    background-color: #EBEBEB;
    overflow: hidden;
    padding:0;
    margin:0;
}
span.suggestion,
span.selected-suggestion {
    border: 0;
    background-color: #EBEBEB;
    font-weight: normal;
    height: 18px;
}
span.selected-suggestion,
span.selected-suggestion span.match {    
    background: #006699;
    color: white;
    cursor: pointer;
}
span.match {    
    text-decoration: underline;
}
span.no-match {
    font-weight: bold;
    color: #0000FF;
}

.ad-title {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	color: #5B79A6;
}

.ad-background {
	color: #000366;
	background-color: #D7ECF3;
}

#category-nav {
	margin-left: 125px;
	top: 115px;
	width: 320px;
	height: auto;
	display: none;
	text-align: left;
	z-index: 1000;
	position: absolute;
}

#category-nav a {
	color: white;
	font-size: 1em;
	font-weight: bold;
}

#category-nav a:hover {
	text-decoration: underline;
}

#category-nav .top-left {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 4px;
	width: 4px;
}

#category-nav .middle {
	float: left;
	width: 312px;
	background-color: #125075;
	height: 4px;
}

#category-nav .top-right {
	background-repeat: no-repeat;
	background-position: top right;
	height: 4px;
	width: 4px;
	float: right;
}

#category-nav .top-left,
#category-nav .top-right,
#category-nav .bottom-left,
#category-nav .bottom-right {
	background-image: url(../rc.php?r=4&c=125075&bg=transparent);
}

#category-nav .category-content {
	float: left;
	background-color: #125075;
	width: 320px;
}

#category-nav .bottom-left {
	float: left;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 4px;
	width: 4px;
}

#category-nav .bottom-right {
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 4px;
	width: 4px;
	float: right;
}

#category-nav .category-column {
	float: left;
	padding: 5px 5px 0 10px;
}

#category-nav .seperator {
	float: left;
	height: 15px;
	margin-top: -4px;
	border-right: 1px solid #ABD1E7;
	width: 1px;
}

table.gadget {
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0;
	border: 0px;
}

table.gadget td {
	vertical-align: middle;
	padding: 0px;
}

table.gadget th, td, tr, tbody, tbody td, tbody tr {
	border: 0px;
	background: transparent;
	height: auto;
}