/*
// MAIN
*/

#container {
	width: 990px;
	margin: 0px auto;
	background: #dcdcdc;
}

#container.error {
	width: 520px;
	margin: 0px auto;
	background: #dcdcdc;
}

#header {
	position: relative;
	height: 106px;
}

#header.presenter_1 {
	position: relative;
  background: url(../images/header_wouter_2.jpg);
}

#header.presenter_2 {
	position: relative;
  background: url(../images/header_pieterjan_2.jpg);
}

#header.error {
	position: relative;
	width: 520px;
  background: url(../images/header_wouter_2.jpg);
}

#header-link {
  position: absolute;
	top: 25px;
	left: 105px;
}

#header-link a {
  display: block;
  overflow: hidden;
  height: 47px;
  width: 255px;
  text-indent: -255px;
}

#header-date {
	color: #ffffff;
	font-size: 14px;
	font-family: Verdana;
	text-align: right;
	position: absolute;
	width: 200px;
	top: 70px;
	left: 104px;
}

#header-submenu {
	position: absolute;
	right: 5px;
	bottom: 10px;
}

#header-submenu ul {
	list-style: none;
}

#header-submenu li {
	position: relative;
	float: left;
	border-left: 1px solid #f8a923;
	padding: 0px 9px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
}

#header-submenu a {
	color: #ffffff;
}

#header-submenu li.text-size {
	line-height: 12px;
	border: none;
}

#header-submenu li.text-size a.selected {
	text-decoration: underline;
}

#header-menu {
	position: relative;
	background: #f4f1f1;
	border-bottom: 1px solid #cdcdcd;
}

#menu-main {
	background: url(../images/menu_background.gif) top repeat-x;
	border-bottom: 1px solid #fcc141;
	padding: 5px 0px;
}

#npo_button_container_holder {
	position: relative;
	float: right;
	width: 80px;
	padding: 2px 10px 0px 12px;
	border-left: 1px dotted #ababab;
}

#menu-users {
	position: relative;
	float: right;
	height: 25px;
	border-left: 1px dotted #ababab;
	padding: 5px 12px 0px 0px;
}

#menu-users ul {
	list-style: none;
}

#menu-users li {
	position: relative;
	float: left;
	padding: 0px 0px 0px 12px;
}

#search {
	position: relative;
	float: right;
	width: 400px;
	height: 25px;
	padding: 5px 12px 0px 0px;
}

#search .input {
	width: 160px;
}

#search .btn-search-opt {
  vertical-align: baseline;
  margin: 3px 3px 0 5px;
}

#menu-main #search {
  margin: 0;
}

#search div {
	color: #767676;
}

div.aligner {
	margin: 32px 0 0 0;
}

#search p {
	padding: 0px;
	margin: 0px;
}

#logos {
	position: relative;
	float: left;
}

#logos ul {
	list-style: none;
}

#logos li {
	position: relative;
	float: left;
	border-left: 1px dotted #ababab;
	padding: 0px 10px;
}

#logos li:first-child, #logos li.first-child {
	border: none;
}

#menu-categories {
	padding: 12px 10px 0px 10px;
	position: relative;
	float: left;
}

#menu-categories ul {
	list-style: none;
	position: relative;
}

#menu-categories li {
	position: relative;
	float: left;
	color: #000000;
	font-size: 14px;
}

#menu-categories li a {
	color: #000000;
	border-left: 1px solid #cdcdcd;
	display: block;
	padding: 0px 15px;
}

#menu-categories li:first-child a {
	border: none;
}

#menu-categories li a:hover,
#menu-categories li.selected a {
	color: #bf2f27;
	text-decoration: none;
}

#menu-categories li:hover .submenu-categories,
#menu-categories li.selected .submenu-categories {
  display: block;
}

#menu-categories .submenu-categories {
  display: none;
}

#menu-categories .submenu-categories ul {
  position: absolute;
	list-style: none;
	padding: 10px 0px;
}

#menu-categories .submenu-categories li {
	font-size: 12px;
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}

#menu-categories .submenu-categories li a {
  color: #f8941d;
  border: none;
  padding: 2px 15px;
  height: 16px;
  white-space: nowrap;
}

#menu-categories .submenu-categories li a:hover,
#menu-categories .submenu-categories li.selected a {
	color: #bf2f27;
}

#on-air {
  float: right;
	text-align: right;
	padding: 10px;
}

#on-air a {
  cursor: pointer;
}

#broadcast-time {
  float: right;
  font-size: 14px;
  line-height: 21px;
  margin: 4px 16px 0 0;
}

#broadcast-time img {
  display: inline;
  margin: 5px 0 -5px 0;
}

#content-main {
	padding: 12px;
}

#breadcrumbs {
	padding: 0px 15px;
	font-size: 11px;
	font-weight: normal;
	color: #666565;
}

#tagcloud a {
  color: #666465;
}

#footer {
	clear: both;
	background: #a6a6a6;
	margin: 0px 12px;
}

#feeds {
	background: #f4f1f1;
	font-size: 10px;
	padding: 10px;
	color: #000000;
}

#feeds .top-border {
	margin: 4px 0 0 0;
}

ul.feeds {
	list-style: none;
}

ul.feeds li {
	position: relative;
	float: left;
	width: 147px;
	margin: 0px 5px;
}

ul.feed-list {
	list-style: none;
	margin: 6px 0px;
}

ul.feed-list li {
	margin: 0px;
	padding: 0px;
}

ul.feed-list li a {
	color: #9e0d06;
}

#badges {
	background: #c5c5c5;
	font-size: 10px;
	padding: 5px 10px;
	color: #000000;
}

#badges ul {
	list-style: none;
}

#badges li {
	position: relative;
	float: left;
}

#footnote {
	padding: 15px 5px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
}

#footnote a {
	color: #ffffff;
}

#footnote ul {
	list-style: none;
	height: 11px;
}

#footnote li {
	position: relative;
	float: left;
	border-left: 1px solid #a64211;
	padding: 0px 5px;
}

#footer li:first-child, #footer li.first-child {
	border: none;
}

/*
// END MAIN
*/

/*
// STRUCTURE
*/

.left-column {
	position: relative;
	float: left;
	width: 196px;
}

.center-column {
	position: relative;
	float: left;
	width: 502px;
	padding: 0px 10px;
}

.full-column {
	position: relative;
	float: left;
	width: 750px;
	padding: 0px 10px;
}

#error-column.center-column {
	float: none;
	width: 502px;
	padding: 0px 10px 5px 10px;
}

.right-column {
	position: relative;
	float: right;
	width: 248px;
}

#popup {
	width: 502px;
	padding: 0 10px;
}

.padding-1 {
	padding: 0px 1px;
}

.padding-3 {
	padding: 0px 3px;
}

.padding-10 {
	padding: 7px 10px;
}

.top-border {
	border-top: 1px solid #cdcdcd;
}

.top-dotted-border {
	border-top: 1px dotted #cdcdcd;
}

#theme-title {
	width: 490px;
	height: 42px;
	font-size: 30px;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 13px 0 0 10px;
	background: url(../images/theme-title-background.gif) no-repeat;
}

#gadget-iframe {
	border: 0;
	padding: 0;
	margin: 0;
	width: 248px;
	height: 304px;
}

.box, .container {
	margin: 10px 0px;
}

.box-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
  color: #666465;
}

.box-title-wrapper {
  display: block;
}
.box-title-wrapper-date {
  margin: 0 0 0 80px;
  display: block;
}

.box-title a {
  color: #363636;
}

.list-title-wrapper-date {
	margin: 0 0 0 80px;
  display: block;
}

.box-highlight {
	background: url(../images/boxes/smallest-orange.gif) -196px 0px repeat-y;
}

.left-column div.box-header {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/smallest.gif) no-repeat;
}

.left-column div.box-header-title {
	position: relative;
	width: 176px;
	padding: 7px 10px;
	background: url(../images/boxes/smallest.gif) -196px 0px repeat-y;
}

#c8 div.box-header-title {
	position: relative;
	width: 176px;
	padding: 10px;
	color: #cbff30;
	background: url(../images/boxes/smallest.gif) -1372px 0px repeat-y;
}

.left-column div.box-content {
	position: relative;
	background: url(../images/boxes/smallest.gif) -392px 0px repeat-y;
}

.left-column div.box-content img.images {
	width: 194px;
}

.left-column div.box-footer {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/smallest.gif) -588px 0px no-repeat;
}

.left-column div.box-header-highlight {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/smallest-orange.gif) 0px 0px no-repeat;
}

.left-column div.box-content-highlight {
	position: relative;
	background: url(../images/boxes/smallest-orange.gif) -196px 0px repeat-y;
	color: #ffffff;
}

.left-column div.box-footer-highlight {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/smallest-orange.gif) -392px 0px repeat-y;
}

.center-column div.box-header, #popup div.box-header {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/medium.gif) no-repeat;
}

.center-column div.box-header-title, #popup div.box-header-title {
	position: relative;
	width: 482px;
	padding: 7px 10px;
	background: url(../images/boxes/medium.gif) -502px 0px repeat-y ;
}

.center-column div.box-header-title-white, #popup div.box-header-title-white {
	position: relative;
	width: 482px;
	padding: 7px 10px;
	background: url(../images/boxes/medium.gif) -1004px 0px repeat-y;
}

#popup div.box-content {
	width: 500px;
}

#popup div.box-content {
	width: 482px;
}

.center-column div.box-content, #popup div.box-content {
	position: relative;
	background: url(../images/boxes/medium.gif) -1004px 0px repeat-y;
}

.center-column div.box-content img.images {
	width: 500px;
}

.center-column div.box-footer, #popup div.box-footer {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/medium.gif) -1506px 0px no-repeat;
}

.tags-and-bookmark-content div.box-header {
	height: 4px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/tags-and-bookmarks.gif) no-repeat;
}

.tags-and-bookmark-content div.box-content {
	position: relative;
	padding: 10px;
	width: 180px;
	background: url(../images/boxes/tags-and-bookmarks.gif) -200px 0px repeat-y;
}

.tags-and-bookmark-content div.box-footer {
	height: 13px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/tags-and-bookmarks.gif) -400px 0px no-repeat;
}

.full-column div.box-header {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/full.gif) no-repeat;
}

.full-column div.box-header-title {
	position: relative;
	width: 732px;
	padding: 7px 10px;
	background: url(../images/boxes/full.gif) -752px 0px repeat-y ;
}

.full-column div.box-header-title-white {
	position: relative;
	width: 732px;
	padding: 7px 10px;
	background: url(../images/boxes/full.gif) -1504px 0px repeat-y;
}

.full-column div.box-content {
	position: relative;
	background: url(../images/boxes/full.gif) -1504px 0px repeat-y;
}

.full-column div.box-content img.images {
	width: 748px;
}

.full-column div.box-footer {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/full.gif) -2256px 0px no-repeat;
}

.right-column div.box-header {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/small.gif) no-repeat;
}

.right-column div.box-header-title {
	position: relative;
	width: 228px;
	padding: 7px 10px;
	background: url(../images/boxes/small.gif) -248px 0px repeat-y;
}

.right-column div.box-content {
	position: relative;
	background: url(../images/boxes/small.gif) -496px 0px repeat-y;
}

.right-column div.box-content img.images {
	width: 246px;
}

.right-column div.box-footer {
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/boxes/small.gif) -744px 0px no-repeat;
}

.hidden {
	display: none;
}

.broadcast {
  width: 500px;
  height: 280px;
  display: block;
}

.broadcast a {
  display: block;
}

.broadcast a.html5video {
  display: none;
}

@media
  all and (max-device-width: 480px),
  all and (min-device-width: 481px) and (max-device-width: 1054px) and (orientation:portrait),
  all and (min-device-width: 481px) and (max-device-width: 1054px) and (orientation:landscape),
  all and (min-device-width: 481px) and (orientation:portrait) {
  .broadcast a {
    display: none;
  }
  .broadcast a.html5video {
    display: block;
  }
}

.center-column div.editors {
  padding: 3px 10px;
}

.center-column #itemdetail div.editors {
  border-bottom: 1px solid #cdcdcd;
}

.editors {
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

.editors a:hover {
  text-decoration: underline;
}

/*
// STRUCTURE CONTENT
*/

/*
// CONTENT
*/

#menu ul {
	list-style: none;
}

#menu li {
	border-top: 1px dotted #cacaca;
	padding: 4px 0px 4px 30px;
	font-size: 14px;
}

#menu a {
	width: 145px;
	display: block;
	color: #363636;
}

#menu li:hover, #menu li.selected {
	background: url(../images/red-arrow.gif) 10px 7px no-repeat;
}

#menu li:hover a, #menu li.selected a {
	color: #4f0000;
	font-weight: normal;
	text-decoration: none;
}

#menu li:first-child, #menu li.first-child {
	border: none;
}

#newsletter-highlight input {
	width: 164px;
	border: none;
	background: url(../images/forms/input-large.gif) no-repeat;
	height: 18px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
}

#newsletter-highlight a {
	color: #ffffff;
	font-size: 11px;
}

.topics {
	display: block;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}

.topics a {
	line-height: 16px;
}

.topics a.title, .topics a.link, ul.small-columns a.title {
	color: #9e0d06;
	font-size: 14px;
	line-height: 18px;
}

ul.topics {
	list-style: none;
}

ul.topics li {
	border-top: 1px dotted #cdcdcd;
	padding: 10px 0px;
}

ul.topics li:first-child, ul.topics li.first {
	border: none;
	padding: 6px 0px 10px 0px;
}

ul.topics li:last-child, ul.topics li.last {
	padding: 10px 0px 0px 0px;
}

ul#external-links {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#external-links li {
	border-top: 1px dotted #cdcdcd;
	padding: 10px 0px;
}

ul#external-links li a {
	color: #9e0d06;
	font-size: 14px;
	font-weight: bold;
}

.list {
	list-style: none;
}

.list span.title, .list span.source {
	font-style: italic;
}

em {
	font-size: 11px;
}

#itemdetail em {
  font-size: 12px;
}

ul.list {
	list-style: none;
}

.list {
	font-size: 14px;
}

ul.list li {
  line-height: 24px;
  clear: both;
}

ul.list li

#user-functions .welcome {
	font-weight: bold;
	padding: 4px 0px 8px 0px;
}

#user-functions .functions {
	font-weight: bold;
	padding: 4px 0px 0px 0px;
}

#user-functions ul {
	list-style: none;
}

#user-functions li {
	padding-top: 2px;
}

#user-functions ul a {
	text-decoration: underline;
}

#user-functions ul a:hover {
	text-decoration: none;
}

#user-functions div {
	border-top: 1px dotted #cdcdcd;
	padding: 6px 0px 6px 0px
}

div.highlight {
	background: url(../images/highlight-left.gif) no-repeat;
	height: 19px;
	padding: 0px 0px 0px 2px;
	margin: 0 0 5px 0;
}

.metadata {
    color: #f8941d;
}

div.highlight a, div.highlight span {
	position: relative;
	float: left;
	display: block;
	background: #c74708;
	font-size: 11px;
	line-height: 19px;
	height: 19px;
	color: #ffffff;
	padding: 0px 10px;
}

div.highlight div.highlight {
	position: relative;
	float: left;
	background: url(../images/highlight-right.gif) no-repeat;
	height: 19px;
	width: 2px;
}

span.highlight, a.highlight, h1.highlight, h2.highlight {
	color: #9e0d06;
}

div.title-date {
	position: relative;
	float: left;
	margin: 2px 10px 0px 0px;
}

div.title-extra {
  position: relative;
  float: left;
  margin: 2px 10px 0 0;
}

div.title-extra span {
  width: 44px
}

div.overlay-description {
	position: absolute;
	width: 500px;
	left: 1px;
	bottom: 0px;
	line-height: 24px;
}

div.overlay-description p.title {
	display: block;
	padding: 4px 20px;
	margin: 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	background: #f8931d;
	color: #ffffff;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

div.overlay-description p.sub-title {
	display: block;
	padding: 5px 20px;
	margin: 0px;
	font-size: 12px;
	background: #3f3e3c;
	color: #ffffff;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

p.orange {
	color: #c74708;
}

p.intro {
    font-weight: bold;
    margin: 8px 0 0 0;
}

img.star, img.twitter_icon {
	display: inline;
  vertical-align: middle;
}

.facebook-like-btn {
  overflow: hidden;
  border: none;
  height: 20px;
}

#go-to-forum-btn {
  float: left;
  margin: 20px 0 20px 6px;
}

.small-columns {
	list-style: none;
}

.small-columns li {
	position: relative;
	float: left;
	width: 144px;
	padding: 0px 12px;
	border-right: 1px dotted #cdcdcd;
	border-left: 1px dotted #cdcdcd;
}

.small-columns li.first {
	padding: 0px 12px 0px 0px;
	border: none;
}

.small-columns li.last {
	padding: 0px 0px 0px 12px;
	border: none;
}

.small-columns img {
	padding: 0px 0px 10px 0px;
}

.blog-reacties {
	border-top: 1px dotted #cdcdcd;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.eenvandaag-bloggers-reacties a {
	color: #c74708;
}

a.author,
span.author {
	text-transform: uppercase;
	color: #f99420;
}

p.title {
	font-weight: bold;
}

.pagination {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #8c8c8c;
	word-spacing: 5px;
}

.pagination a {
	font-weight: bold;
  color: #666465;
}

.article-title {
	padding: 10px 0px;
	font-size: 16px;
	margin: 0px;
	line-height: 18px;
}

.article-text h1, .article-text h2, .article-text h3 {
	font-size: 14px;
}

.article-text p {
	margin: 10px 0px;
}

.read-more {
	color: #a64211;
}

#info a {
	font-weight: bold;
}

ul.in-coorperation {
	list-style: none;
}

ul.in-coorperation li {
	position: relative;
	float: left;
	vertical-align: middle;
	padding: 5px 10px 0px 0px;
}

ul.in-coorperation li.beeld-geluid {
	padding: 0px 10px 0px 0px;
}

#captcha {
  width: 140px;
  height: 50px;
  float: left;
}

#refresh_captcha_link {
	margin: 0 0 0 152px;
	line-height: 18px;
}

/*
// END CONTENT
*/

/*
// ICONS
*/

.arrow {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -22px no-repeat;
	display: block;
	float: right;
}

.arrow:hover {
	background-position: -22px -22px;
}

.minus {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -44px no-repeat;
	display: block;
	float: right;
}

.minus:hover {
	background-position: -22px -44px;
}

.plus {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -66px no-repeat;
	display: block;
	float: right;
}

.plus:hover {
	background-position: -22px -66px;
}

.help {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.png) 0px 0px no-repeat;
	*background: url(../images/icons.gif) 0px -88px no-repeat;
	display: block;
	float: right;
}

.help:hover {
	background-position: -22px -0px;
	*background-position: -22px -88px;
}

.remove {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -264px no-repeat;
	display: block;
	float: right;
}

a.remove:hover {
	background-position: -22px -264px;
}

.rss {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px 0px no-repeat;
	display: block;
	float: right;
}

.rss:hover {
	background-position: -22px 0px;
}

.text {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -110px no-repeat;
	display: block;
	float: right;
}

a.text:hover {
	background-position: -22px -110px;
}

.right-column span.text {
	position: relative;
	float: left;
}

.photo {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -132px no-repeat;
	display: block;
	float: right;
}

a.photo:hover {
	background-position: -22px -132px;
}

.right-column span.photo {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
}

.video {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -154px no-repeat;
	display: block;
	float: right;
}

a.video:hover {
	background-position: -22px -154px;
}

.right-column span.video {
	margin: 0px 5px 0px 0px;
	position: relative;
	float: left;
}

.item {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -176px no-repeat;
	display: block;
	float: right;
}

a.item:hover {
	background-position: -22px -176px;
}

.file {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -220px no-repeat;
	display: block;
	float: right;
}

a.file:hover {
	background-position: -22px -220px;
}

.blog {
	position: relative;
	width: 22px;
	height: 22px;
	text-indent: 22px;
	overflow: hidden;
	background: url(../images/icons.gif) 0px -242px no-repeat;
	display: block;
	float: right;
}

a.blog:hover {
	background-position: -22px -242px;
}

.forum {
  position: relative;
  width: 22px;
  height: 22px;
  text-indent: 22px;
  overflow: hidden;
  background: url(../images/icons.gif) 0px -198px no-repeat;
  display: block;
  float: right;
}

a.forum:hover {
  background-position: -22px -198px;
}

.itunes {
  float: right;
	height: 25px;
	width: 25px;
	display: block;
	text-indent: 25px;
	overflow: hidden;
	line-height: 25px;
	background: url(../images/icons.png) 0px -22px no-repeat;
	*background: url(../images/icons.gif) 0px -286px no-repeat;
}

.right-column span.item, .right-column span.forum, .right-column span.blog, .right-column span.file {
	margin: 0px 5px 0px 0px;
	position: relative;
	float: left;
}

.google {
	width: 64px;
	height: 15px;
	text-indent: 64px;
	overflow: hidden;
	background: url(../images/badges.gif) 0px 0px no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
}

.live {
	width: 83px;
	height: 15px;
	text-indent: 83px;
	overflow: hidden;
	background: url(../images/badges.gif) 0px -15px no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
}

.netvibes {
	width: 64px;
	height: 15px;
	text-indent: 64px;
	overflow: hidden;
	background: url(../images/badges.gif) 0px -30px no-repeat;
	display: block;
	margin: 0px 10px 0px 0px;
}

/*
// END ICONS
*/

/*
// FORMS
*/

input, textarea {
	font-size: 11px;
	font-family: 'Trebuchet MS';
}

.input-medium {
	width: 134px;
	border: none;
	background: url(../images/forms/input-medium.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
}

#required-field-text {
	line-height: 24px;
	text-indent: 8px;
}

.btn-search {
	width: 57px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px 0px no-repeat;
	border: 0px;
	line-height: 22px;
	display: block;
	position: relative;
	float: right;
	margin: 0px 0px 0px 10px;
	text-indent: 57px;
	overflow: hidden;
}

.btn-search:hover, .btn-search.hover {
	background-position: -173px 0px;
	cursor: pointer;
}

.btn-signin {
	width: 63px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -22px no-repeat;
	display: block;
	text-indent: 63px;
	line-height: 22px;
	border: none;
	cursor: pointer;
	overflow: hidden;
}

.btn-signin:hover {
	background-position: -173px -22px;
}

.btn-signout {
	width: 63px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -154px no-repeat;
	display: block;
	text-indent: 63px;
	line-height: 22px;
	overflow: hidden;
}

.btn-signout:hover {
	background-position: -173px -154px;
}

.btn-delete-account {
	width: 109px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -198px no-repeat;
	display: block;
	text-indent: 109px;
	line-height: 22px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	float: right;
}

.btn-delete-account:hover {
	background-position: -173px -198px;
}

.btn-edit {
	width: 59px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -176px no-repeat;
	display: block;
	text-indent: 59px;
	line-height: 22px;
	border: none;
	cursor: pointer;
	overflow: hidden;
}

.btn-edit:hover {
	background-position: -173px -176px;
}


.btn-signup {
	width: 72px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -44px no-repeat;
	display: block;
	border: none;
	text-indent: 72px;
	line-height: 22px;
	cursor: pointer;
	overflow: hidden;
}

.btn-signup:hover {
	background-position: -173px -44px;
	cursor: pointer;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #c74708;
  font-size: 11px;
  line-height: 19px;
  height: 19px;
  color: white;
  padding: 0px 10px;

    border-radius: 3px;
}

.btn-send,
#comment-form input.btn-send {
	display: block;
	width: 84px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -66px no-repeat;
	border: none;
	text-indent: 84px;
	line-height: 22px;
	overflow: hidden;
	cursor: pointer;
}

.btn-send:hover,
button.btn-send:hover,
#comment-form input.btn-send:hover {
	background-position: -173px -66px;
	cursor: pointer;
}

.btn-browse {
  display: block;
	width: 57px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -110px no-repeat;
	border: 0px;
	line-height: 22px;
	text-indent: 57px;
}

.btn-browse:hover, .btn-browse.hover {
	background-position: -173px -110px;
	cursor: pointer;
}

.btn-vote {
	width: 173px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -88px no-repeat;
	display: block;
	border: none;
	text-indent: 173px;
	overflow: hidden;
	margin: 0px auto;
}

.btn-vote:hover {
	background-position: -173px -88px;
	cursor: pointer;
}

.btn-react {
	width: 154px;
	height: 22px;
	background: url(../images/forms/buttons.gif) 0px -132px no-repeat;
	display: block;
	border: none;
	text-indent: 173px;
	overflow: hidden;
	margin: 0px auto;
}

.btn-react:hover {
	background-position: -173px -132px;
	cursor: pointer;
}

#newstip-form, #comment-form {
	padding: 10px 0 0 0;
	margin: 0px;
	width: 420px;
}

#comment-react {
	border-bottom: 1px dotted #cdcdcd;
	margin: 0 0 4px 0;
  width: 480px;
  position: relative;
}

#comment-form-characterCount {
  margin: 0 0 0 152px;
}

#comment-form-characterCount span {
  font-weight: bold;
}

#newsletter label, #newstip-form label, #tell_a_friend label, #comment-form label {
	position: relative;
	float: left;
	width: 140px;
}

#newsletter input,
#newstip-form input,
#tell_a_friend input,
#comment-form input {
	width: 259px;
	border: none;
	background: url(../images/forms/input-largest.gif) no-repeat;
	height: 18px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 0px;
}

#newsletter-form ul {
	list-style: none;
}

#newsletter-form ul li.first {
	margin: 4px 0 0 0;
}

#newstip-form textarea, #tell_a_friend textarea, #comment-form textarea {
	width: 259px;
	height: 132px;
	border: none;
	background: url(../images/forms/textarea-largest.gif) no-repeat;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 0px;
}

#newsletter button.btn-signup {
	margin: 0px 0px 0px 140px;
}

#newsletter-errors {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
}

#newstip-form label.newstip-code {
	width: 200px;
}

#newstip-form img.newstip-code {
	padding: 0px 0px 0px 200px;
}

#newstip-form input#newstip-code {
	width: 134px;
	border: none;
	background: url(../images/forms/input-medium.gif) no-repeat;
	height: 18px;
	padding: 3px 5px 0px 5px;
}

#newstip-form input#newstip_file {
	width: 240px;
	height: 22px;
	background: none;
	border: 1px solid #6F6F6F;
}

#search-form ul {
	list-style: none;
}

#search-form ul li {
	position: relative;
	float: left;
}

#search-archive-form ul {
	list-style: none;
}

#search-archive-form ul li {
	position: relative;
	float: left;
	padding: 0px 2px;
	line-height: 21px;
}

#search-archive-form #theme {
	margin: 0px 10px 0px 0px;
	width: 124px;
}

#search-archive-form label {
	display: none;
}

#search-archive-form button {
	position: relative;
	float: left;
}

#search-archive-form select {
	width: 100px;
	height: 20px;
	margin: 0px 0px 10px 0px;
}

#search-archive-form input {
	width: 134px;
	border: none;
	background: url(../images/forms/input-medium.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 0px 5px;
}

#search-archive-form input.date {
	width: 27px;
	border: none;
	background: url(../images/forms/input-small.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
}

#search-archive-form input.small-date {
	width: 17px;
	border: none;
	background: url(../images/forms/input-smallest.gif) no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
}

#comment-result {
	color: green;
	line-height: 30px;
}

#comment-success-message {
	background: #F5F1F2;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

#newstip-form, #signup-form, #signin-form, #password-form, #profile-form {
  padding: 10px 0;
}

#tell_a_friend ul li, #signup-form ul li, #signin-form ul li, #profile-form ul li, #password-form ul li, #newstip-form ul li, #comment-form ul li {
  list-style: none;
  margin-bottom: 10px;
}

#signup-form label, #signin-form label, #profile-form label, #password-form label, #newstip-form label, #comment-form label {
	position: relative;
  display: block;
  float: left;
  width: 150px;
  font-weight: bold;
}

.submit {
	width: 100px;
	margin-left: 150px;
}

.input-text {
	width: 200px;
}

.right-column .input-text {
	width: 185px;
}

#newstip-form button {
  float: left;
  margin: 0 10px 0 150px;
  #margin: 0 10px 0 0;
}

.input-text-search, .right-column .input-text-search {
	width: 155px;
}

#signup-form input.checkbox, #signin-form input.checkbox, #profile-form input.checkbox, #password-form input.checkbox, #newstip-form input.checkbox, #comment-form input.checkbox, input#tell_a_friend_cc_me {
  width: 20px;
  border: none;
  background: none;
}

/*
// END FORMS
*/

/*
// TAGS
*/

#tagcloud div {
	text-align: center;
}

.tag1 {
	line-height: 26px;
	font-size: 10px;
}

.tag2 {
	line-height: 26px;
	font-size: 14px;
}

.tag3 {
	line-height: 26px;
	font-size: 18px;
}

.tag4 {
	line-height: 26px;
	font-size: 22px;
}

.tag5 {
	line-height: 26px;
	font-size: 26px;
}

/*
// END TAGS
*/

/*
// CAROUSEL
*/

.carousel {
	margin: 5px 0px 0px 0px;
	position: relative;
	width: 482px;
	height: 160px;
}

.previous_button {
	position: absolute;
	width: 19px;
	height: 134px;
	display: block;
	cursor: pointer;
	text-indent: 20px;
	overflow: hidden;
	background: url(../images/btn-carousel.gif) no-repeat 0px 0px;
}

.previous_button:hover {
	background-position: -19px 0px;
}

.previous_button_disabled,
.previous_button_disabled:hover {
  cursor: default;
	background-position: -38px 0px;
}

.next_button {
	position: absolute;
	left: 463px;
	width: 19px;
	height: 134px;
	display: block;
	cursor: pointer;
	text-indent: 20px;
	overflow: hidden;
	background: url(../images/btn-carousel.gif) no-repeat 0px -134px;
}

.next_button:hover {
	background-position: -19px -134px;
}

.next_button_disabled,
.next_button_disabled:hover {
  cursor: default;
	background-position: -38px -134px;
}

.carousel div.container {
	margin: 0;
	position: absolute;
  	left: 19px;
	width: 444px;
	height: 160px;
	overflow: hidden;
}

.carousel ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 160px;
}

.carousel ul li {
	position: relative;
	padding: 0px 0px 0px 5px;
	list-style:none;
	float:left;
}

.carousel ul li div.carousel_image {
	width: 180px;
	overflow: hidden;
	background: #555555;
}

.carousel ul li img {
	display: block;
	margin: 0px auto;
	height: 134px;
}

.carousel ul li:hover div.description, .carousel ul li.hover div.description {
	display: block;
}

.carousel ul li div.description {
	background: #f8931d;
	padding: 5px;
	width: 170px;
	color: #ffffff;
	display: none;
}

/*
// END CAROUSEL
*/

/*
// EXTERNAL SITE ICONS
*/

#articles-external-sites h2 {
	position: relative;
	float: left;
}

img.external-icon {
	display: inline;
	margin: 0px 0px -4px 0px;
}

/*
// END EXTERNAL SITE ICONS
*/

/*
// Banners
*/

.banner_180 {
	width: 180px;
	display: block;
	margin: 0px auto;
}

.banner_300x250 div.box-content {
	text-align: center;
	font-size: 10px;
	line-height:12px;
	color: #959595;
	padding: 4px 0 10px 0;
	background: url(../images/boxes/full.gif) -752px 0px repeat-y ;
}

.banner_300x250 .box-content img {
	width: 300px;
	margin: 0 auto;
}

/*
// End Banners
*/

/*
//TAGS AND BOOKMARKS
*/

#bookmarks,
.tags,
#links,
#post-info {
  position: relative;
  float: left;
  margin: 0 5px 0 0;
  line-height: 21px;
}

#post-info {
  margin: 0 10px 0 0;
}

#post-info,
#post-info .tags {
  line-height: 21px;
}

#bookmarks div.tags-and-bookmark-content {
  display: none;
  position: absolute;
  bottom: 15px;
  left: -60px;
  width: 200px;
}

.tags div.tags-and-bookmark-content {
  display: none;
  position: absolute;
  bottom: 15px;
  left: -85px;
  width: 200px;
}

#bookmarks.hover div.tags-and-bookmark-content,
#bookmarks:hover div.tags-and-bookmark-content,
.tags.hover div.tags-and-bookmark-content,
.tags:hover div.tags-and-bookmark-content {
  display: block;
}

/*
// RATING
*/

#stars {
	cursor: pointer;
}

.star-rating {
	position: relative;
	float: right;
}

.star-rating ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 70px;
	height: 14px;
	position: relative;
	background: url(../images/star_rating.gif) bottom left repeat-x;
}

.star-rating li {
	padding:0px;
	margin:0px;
	position: relative;
	/*\*/
	float: left;
	/* */
}

.star-rating li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: -20px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}

.star-rating li a:hover,
.star-rating li a.selected {
	background: url(../images/star_rating.gif) left top;
	z-index: 1;
	left: 0px;
}

.star-rating a.one-star {
	left: 0px;
}
.star-rating a.one-star:hover,
.star-rating a.one-star.selected {
	width:14px;
}
.star-rating a.two-stars {
	left:14px;
}
.star-rating a.two-stars:hover,
.star-rating a.two-stars.selected {
	width: 28px;
}
.star-rating a.three-stars{
	left: 28px;
}
.star-rating a.three-stars:hover,
.star-rating a.three-stars.selected {
	width: 42px;
}
.star-rating a.four-stars{
	left: 42px;
}
.star-rating a.four-stars:hover,
.star-rating a.four-stars.selected {
	width: 56px;
}
.star-rating a.five-stars{
	left: 56px;
}
.star-rating a.five-stars:hover,
.star-rating a.five-stars.selected {
	width: 70px;
}

/*
** BOOKMARKS
*/

.bookmarks-list {
	list-style: none;
}

.bookmarks-list li {
	position: relative;
	float: left;
	width: 17px;
	padding: 0px 4px;
}

.page_404 p {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

.page_404 ul {
	margin: 15px;
}

.page_404 ul a, .page_404 ul li {
    color: #9e0d06;
}

p.page_404 {
	line-height: 50px;
	color: #cecece;
	font-size: 50px;
}

/**
 **
 ** GOOGLE SEARCH
 **
 **/

.search-list {
  list-style-type: none;
}

.search-list li {
  border-top: 1px solid #dcdcdc;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}

.search-list li:first-child {
  border-top: none;
  padding: 0;
  margin: 0;
}

.search-list .title {
  font-size: 14px;
  line-height: 18px;
  color: #A64211;
}

/**
 **
 ** MOVIE
 **
 **/

.flashmovie {
	display: block;
}

/* Google maps */
#gmap .gmnoprint > span {
    white-space: normal;
}

#gmap{
	overflow:hidden;
}

#gmap-menu .box .btn-search {
	float: left;
	margin: 2px 0 0 10px;
}

#gmap-menu .input-text-search {
	width: 155px;
	float: left;
	margin: 2px 0 0 10px;
}

#gmap-menu .gmap-title-search.box-title {
	float: left;
}

#gmap-menu ul{
	list-style: none;
}

#gmap-menu ul.checkbox_list li{
    background: #ffffff url(../images/icons.gif) 8px -366px no-repeat;
    border-top: 1px dotted #CDCDCD;
    cursor: pointer;
    padding: 10px 0 10px 30px;
    margin: 5px;
    font-weight: bold;
    width: 200px;
    float: left;
    position: relative;
}

#gmap-menu ul.checkbox_list label{
    cursor: pointer;
}

#gmap-menu ul.checkbox_list li.selected{
    background: #f6f2f3 url(../images/icons.gif) 8px -311px no-repeat;
}

/* Autocomplete */

div.autocomplete {
  border: 1px solid #787878;
  background-color: white;
  overflow: hidden;
  margin:0;
  /* nodig voor checkbox overlay bug */
  z-index: 99999;
}

div.autocomplete ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  list-style-type:none;
  padding: 0;
  margin: 0;
}

div.autocomplete ul li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  color: #000000;
  list-style-type:none;
}

div.autocomplete ul li.selected {
  background-color: #ececec;
  color: black;
}

/* buttons + icons */
div.add_item_to_file { margin: 20px 0; }

.left-column div.box-content a,
.right-column div.box-content a {
	color: #A64211;
}

.left-column div.box-content a.btn,
.right-column div.box-content a.btn {
    color: #ffffff
}

/*
 * Opinion panel login
 */

#opinionpanel-login .box-content-highlight {
  background: url(../images/boxes/medium-orange.gif) -248px repeat-y;
  width: 248px;
}

#opinionpanel-login .box-header-highlight,
#opinionpanel-login .box-footer-highlight {
  background: url(../images/boxes/medium-orange.gif) 0 0 no-repeat;
  width: 248px;
  height: 3px;
  line-height: 1px;
  font-size: 1px;
}

#opinionpanel-login .box-footer-highlight {
  background: url(../images/boxes/medium-orange.gif) -496px 0 no-repeat;
}

#opinionpanel-login .horizontal-rule {
  background: #e08700;
  height: 1px;
  width: 248px;
}

#opinionpanel-login h2 {
  color: #464646;
  font-size: 14px;
  line-height: 20px;
}

#opinionpanel-login p {
  color: #ffffff;
}

#opinionpanel-login .forgot-password {
  display: block;
  font-size: 10px;
  color: #d85b00;
  margin: 5px 0 0 0;
}

/** Extra **/

.extra {
  background: url(../images/boxes/medium.gif) repeat-y -502px 0px;
  list-style: none;
}

.extra li {
  padding: 0px 10px 7px 10px;
  position: relative;
}

.extra li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #666465;
}

.extra-item {
  background: #666465;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 7px;
  margin-bottom: -7px;
  padding: 0 10px;
}

.extra-item a {
  background: url(../images/extra-arrow.png) center left no-repeat;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0 0 0 26px;
  line-height: 34px;
  color: #ffffff;
}

/**
 * Social-diversity
 */

#social-diversity .box-content {
  overflow: hidden;
  padding: 10px 19px;
}

#social-diversity .box-content a {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 5px;
  text-indent: -100px;
}

#social-diversity .email {
  background: url(../images/social-diversity.png) 0 0 no-repeat;
  height: 21px;
  width: 47px;
}

#social-diversity .twitter {
  background: url(../images/social-diversity.png) -47px 0 no-repeat;
  height: 22px;
  width: 22px;
}

#social-diversity .facebook {
  background: url(../images/social-diversity.png) -69px 0 no-repeat;
  height: 22px;
  width: 22px;
}

#social-diversity .hyves {
  background: url(../images/social-diversity.png) -91px 0 no-repeat;
  height: 22px;
  width: 22px;
}

/**
 * Social buttons
 */

.social-buttons {
}

#itemdetail .social-buttons {
  clear: both;
}

#itemdetail .social-buttons li {
  margin: 10px 0 0 0;
}

.social-buttons li {
  list-style-type: none;
  padding: 0;
  float: left;
}
