@CHARSET "UTF-8";

/* RESET */
/* GLOBAL STYLE */
/* PAGE STRUCTURE */
/* HEADER / NAVIGATION */
/* MAIN CONTENT */
/* SIDEBAR */
/* FOOTER */
/* ICONS */

/* PAGE: PLAYLIST (RADIO) */
/* PAGE: TELETEKST */
/* PAGE: MEDIA/VIDEO */
/* PAGE: ARTICLE DETAIL */
/* PAGE: SEARCH ENGINE RESULT PAGE (SERP) */
/* PAGE: TELEVISIE */
/* PAGE: UITZENDING GEMIST */
/* PAGE: METEO */
/* PAGE: VERKEER */
/* PAGE: CONTACT */
/* PAGE: ANP */

/* CONTROL: NEWS OVERVIEW */
/* CONTROL: TABS */
/* CONTROL: SIDEBAR TRAFFIC/WEATHER */
/* CONTROL: POLL */
/* CONTROL: NEWSLETTER SIGNUP */
/* CONTROL: PLAYER STILL */
/* CONTROL: MORE AUDIO/VIDEO */
/* CONTROL: BUTTONS */
/* CONTROL: FORMS */
/* CONTROL: VIDEOPLAYER */
/* CONTROL: VIDEOPOPUP */
/* CONTROL: PHOTOSLIDER */
/* CONTROL: SCROLLABLE LIST (TV/RADIO-GIDS + EVENEMENTEN) */
/* CONTROL: VIDEO BAR */
/* CONTROL: TABLE LIST */
/* CONTROL: PAGINATORS */
/* CONTROL: SIDEBAR SOCIAL */

/* PLUGIN: ADS */
/* PLUGIN: GOOGLE MAPS */
/* PLUGIN: DATEPICKER */
/* PLUGIN: LIGHTBOX */
/* PLUGIN: STICKY FOOTER - COOKIE WARNING */





/* RESET */
body { font-weight: normal; margin: 0; padding: 0; }
table { border-spacing: 0 0; border-collapse: collapse; margin: 0; padding: 0; }
ul, ol { margin: 0; padding: 0; list-style-type: none; }
li { padding: 0; }
form { margin: 0; }
input { height: 15px; }
.text_lighter { color: #999999; }
.strong { font-weight: bold; }
.underline { text-decoration: underline; }
img { display: block; }
h1, h2 { margin: 0; font-size: 15px; }
h3 { margin: 0;	color: #000; font-size: 12px; overflow: hidden; font-weight: bold; }
p, h3.normal { font-weight: normal; margin: 0; }
h4 { margin: 0; display: block; }
h5 { margin: 0; font-weight: normal; }
.error, .error a { color: #ba2f5d; }
.succes { color: green; }
.clear { clear: both; }
img.left { float: left; margin: 0px 10px 0px 0px; }
img.right { float: right; margin: 0px 0px 10px 10px; }
.right { float: right; }
.center { margin: 0 auto; }
.hide { display: none; }
.center { width: 740px; margin: 0 auto; }
.border { background: #000000; height: 1px; }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
button, input, textarea, select, isindex, datagrid { font: inherit; text-indent: inherit; margin: inherit; text-shadow: inherit; word-spacing: inherit; -webkit-user-select: inherit; white-space: inherit; }
input:focus { outline: none; }





/* GLOBAL STYLE */
body {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
hr {
	border-bottom: 1px solid #f2f2f2;
	border: none;
	height: 1px;
}
input[type=text],
input[type=password],
select,
textarea {
	cursor: pointer;
	color: #333333;
	font-family: Arial, Helvetica, Utkal, sans-serif;
	font-size: 13px;
/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
    padding: 0 5px;
}
input[type=submit] {
    cursor: pointer;
}
a {
    color: #ec7100;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.bold_link {
	font-weight: bold;
}
/*
h1, h2, h3, h4 {
    font-family: "Lucida Grande",sans-serif;
}
*/
h1 {
    color: #333333;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: -4px;
}
h2.inline {
    display: inline;
}
h3 {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}
h5 {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    margin: 0;
}
hr.no-topmargin {
    margin-top: 0;
}
#main .clear {
    height: 0;
}
#main .content .clear {
    height: auto;
}
input[type=checkbox] {
    position: relative;
    top: 0.25em;
    *top: 0;
}
input[type=file] {
    height: 20px;
    border: 0;
}
span.title,
span.title a {
    font-weight: bold;
    font-size: 15px;
}
span.title a,
span.title,
a.title {
    color: #ec7100;
}
.link-color {
    color: #ec7100;
}
.disabled {
    color: #F6E2C0;
}
.errormessage {
    color: #ec7100;
    margin-bottom: 10px;
    display: block;
}
.hiddencontent {
	display: none;
	visibility: hidden;
}
.visiblecontent {
	display: block;
	visibility: visible;
}
li.selected, li.selected a {
    cursor: default;
}
input.icon {
    background-color: #000000;
    border: 0;
}
span.source {
	font-style: italic;
}
a.btn,
input.btn {
    font-weight: normal !important;
}
.date, .article-date {
    font-size: 12px;
}





/* PAGE STRUCTURE */
#wrap {
    width: 980px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
#main {
    float: left;
    width: 620px;
    margin: 0 20px 0 0;
}
#sidebar {
    float: left;
    width: 340px;
}





/* HEADER / NAVIGATION */
div#siteheader {
	width: 980px;
	height: 155px;
	background-color: #fff;
	color: #fff;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.static div#siteheader {
    width: auto;
    height: 85px;
}
div#siteheader #logo {
	position: absolute;
	border: 0px;
	top: -13px;
	left: 0px;
}
div.static div#siteheader #logo {
    top: 0px;
}
div.static {
    width: 620px !important;
    overflow: hidden;
}
div#siteheader #promoimg {
	height: 58px;
	background-color: #fff;
	width: 340px;
	float: left;
	position: absolute;
	top: 1px;
	right: 0px;
	display: block;
	overflow: hidden;
}
div#siteheader #promoimg img {
	border: 0px;
}
div#siteheader ul li {
	float: left;
}
div#siteheader div.navigation {
	position: relative;
	top: 79px;
	height: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #ff8200;
	overflow: hidden;
}
div.navigation li+li {
    padding-left: 29px;
}
div.navigation li+li:before {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ff8200;
    content: ".";
    position: absolute;
    margin-top: 20px;
    text-indent: 500px;
    overflow: hidden;
    margin-left: -19px;
}
div.navigation a {
	color: #989898;
	display: block;
	height: 50px;
	padding-top: 0px;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: 1px;
}
div.navigation a:hover {
	color: #ff8200;
	text-decoration: none;
}
div.navigation li.active a {
	color: #000;
}
div.navigation li.active a:hover {
	color: #ff8200;
}
div#siteheader #search {
	font-size: 11px;
	font-weight: normal;	
	position: absolute;
	top: 15px;
	left: 254px;
	width: 310px;
}
.static div#siteheader #search {
    top: 27px;
}
div#siteheader #search div {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
div#siteheader #search input[type=text] {
	margin: 0px;
	padding: 0px;
	border: 1px solid #989898;
	width: 273px;
	padding: 5px 30px 6px 5px;
	float: left;
	font-size: 13px;
	color: #989898;
	height: 17px;
    background: #f3f3f3; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
    background: -webkit-linear-gradient(top,  #f3f3f3,  #ffffff);
    background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); 
    background: -ms-linear-gradient(top,  #f3f3f3,  #ffffff);
    background: -o-linear-gradient(top,  #f3f3f3,  #ffffff);  
    background: linear-gradient(top,  #f3f3f3,  #ffffff);   
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#siteheader #search input[type=image] {
	position: absolute;
	top: 7px;
	right: 9px;
}
div#siteheader div.subnavigation {
	top: 69px;
	height: 34px;
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ff8200;
    overflow: hidden;
}
div#siteheader div.subnavigation ul {
    padding-top: 10px;
}
div#siteheader div.subnavigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: 34px;
}
div#siteheader div.subnavigation.fixed ul {
    width: 980px;
    margin: 0 auto;
    height: 24px;
    padding-top: 10px;
    background-image: url(../Graphics/Images/sticky-logo.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
div#siteheader div.subnavigation a {
    color: #000;
}
div#siteheader div.subnavigation li {
    padding-right: 10px;
    margin-bottom: 10px;
}
div#siteheader div.subnavigation li+li {
    border-left: 1px solid #d9d9d9;
    padding-left: 10px;
}
div#siteheader div.subnavigation li.active a,
div#siteheader div.subnavigation a:hover {
	color: #ff8200;
	text-decoration: none;
	background-position: 0px -19px;
}
div#siteheader div.subnavigation > a {
    display: block;
    width: 24px;
    height: 25px;
    display: none;
}
div#siteheader div.subnavigation.fixed > a {
    margin: 0 auto;
    display: block;
    left: -478px;
    top: -30px;
    position: relative;
}




/* MAIN CONTENT */
#main .box-main .top h4, #main h1 {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
#main .box-main+.box-main .top h4 {
    margin-top: 30px;
}
#main .box-main.mediaevent h4 {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ec7100;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 0;
    margin-bottom: 20px;
    font-weight: normal;    
}
#main .article-alternative .image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
#main .article-alternative p {
    padding-left: 330px;
}
#main .content-border ol li, #main .overview-list div {
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff8200;
}
#main .content-border ol li .extra, #main .overview-list div .extra {
    color: #999;
    text-align: right;
    font-size: 11px;
}
#main .content-border ol li img {
    position: relative;
    top: 2px;
}
#main .article-alternative {
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ff8200;
}
#main .article-alternative .extra {
    color: #989898;
    display: block;
    margin-bottom: 10px;
}
#main .article-alternative .extra+br {
    display: none;
}
#main .box-main .print {
    padding: 20px 0;
}
#main .box-main .print .icon_print {
    float: right;
}
#main .contentarea p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
#main .contentarea p+p {
    padding-top: 10px;
}
#main .box-main.contentarea {
    margin-bottom: 30px;
}
#main .overview-list {
    margin-bottom: 20px
}
#main .contentarea ul,
#main .article-content ul {
    list-style: disc;
    padding-left: 25px;
}
#main .contentarea ul li,
#main .article-content ul li {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.contentintro {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
#main .box-main .sort {
    padding-bottom: 20px;
}
#main .box-main .sort select {
    margin-right: 15px;
    margin-left: 5px;
    font-size: 12px;
    padding: 0;
}
#main .top .loading {
    display: none;
    float: right;
}
#main .top .tabs li a {
    width: 80px;
    display: inline-block;
    height: 30px;
    background-color: #d9d9d9;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal;    
    line-height: 30px;
    color: #111;
}
#main .top .tabs li {
    display: inline-block;
}
#main .top .tabs li+li {
    margin-left: 10px;
}
#main .top .tabs li.selected a {
    background-color: #ff8200;
    color: #fff;
} 
#main .top .tabs li a:hover {
    text-decoration: none;
}
#main .top .tabs {
/*     height: 20px; */
}
#main img.youtube {
    display: inline-block;
    margin: 0 4px 10px 0;
}
#main .box-main .content {
    padding-bottom: 30px;
}




/* SIDEBAR */
#sidebar a {
    color: #333;
}
#sidebar .box-main,
#sidebar .box {
    margin-bottom: 30px;
}
#sidebar .box-main > .box-main {
    margin-bottom: 0;
}
#sidebar .top .icon_rss {
    display: none;
}
#sidebar .box-main .right {
    text-align: right;
}
#sidebar .box-main .top,
#sidebar .box-main h4,
#sidebar h4,
#sidebar .box .top {
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    background-color: #ff8200;
    color: #fff;
    padding-left: 10px;
    font-weight: normal;
/*     font-family: "Lucida Grande",sans-serif; */
}
#sidebar .box-main h4+span {
    margin: 10px 0;
    display: block;
}
#sidebar .box-main h4,
#sidebar .box-main .top h4 {
    font-weight: normal;
}
#sidebar .box-main .top h4 {
    padding-left: 0;
}
#sidebar div.title, #sidebar .box-main h5 {
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ec7100;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 0;
    margin-bottom: 15px;
    font-weight: normal;
}
#sidebar .box-main.twitter h5 {
    margin-bottom: 0;
}
#sidebar .box-main .top a,
#sidebar .box .top a {
    color: #fff;
    text-decoration: none;
}
#sidebar .box-main .loading,
#sidebar .box .loading {
    display: none;
}
#sidebar .bordered p {
    padding: 5px 0;
}
#sidebar .bordered ul.live {
    margin-top: 10px;
}
#sidebar .bordered ul.live li {
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-position: 0px 220px;
    background-repeat: no-repeat;    
    padding-left: 22px;
    line-height: 24px;
    cursor: pointer;
    height: 24px;
}
#sidebar .bordered ul.live li.audio
{
	background-position: 0px -392px;
}
#sidebar .bordered ul.live li.video
{
    background-position: 0px -531px;
}
#sidebar .bordered ul.live li a, #sidebar .bordered ul.live li a:visited {
    color: #ec7100;
}
#sidebar .bordered ul.live li.audio:hover
{
    background-position: 0px -322px;
}
#sidebar .bordered ul.live li.video:hover
{
    background-position: 0px -463px;
}
#sidebar .tweetControl, 
#sidebar .storifyControl
 {
	padding: 3px 8px 3px 8px;
	width: 324px!important;
	border: 1px solid #d9d9d9;
}
#sidebar .storifyControl>div {
	height:500px;
	overflow-y:scroll;
}
#sidebar .facebookControl {
	overflow: hidden;
}
#sidebar .box-main ol {
/*     padding-left: 20px; */
    margin-top: 4px;
}
#sidebar .box-main ol li {
/*     list-style: decimal; */
    color: #aaa;
    padding: 6px 0;
}
#sidebar .box-main ol li span {
    font-size: 12px;
    position: absolute;
}
#sidebar .box-main ol li span+a {
    margin-left: 40px;
    display: block;
}
#sidebar .box-main ol {
  margin-left: 0;
}
#sidebar .extra+a {
    display: block;
    padding-bottom: 5px;
}

#sidebar ol.declist {
	list-style-type: decimal;
	margin: 0 10px 0 25px;
}





/* FOOTER */
div#footer {
	clear: both;
	width: 980px;
	min-height: 80px;
	background-color: #fff;
	position: relative;
	margin: 20px 0;
	padding: 0px;
}
div#footer li>a
{
	display: block;
	width: 116px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}
div#footer a {
    color: #333;
    font-size: 13px;
}
div#footer h4 {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}
div#footer ul {
	position: relative;
    width: 122px;
    color: #333;
    list-style: none;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
    float: left;
    line-height: 18px;
}
div#footer div#end {
    width: 980px;
    border-top: 1px solid #dedede;
    text-align: right;
    background-image: url(../Graphics/Images/logo_footer.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    height: 30px;
    padding-top: 10px;
}
div#footer div#end span {
    margin-right: 90px;
    font-size: 12px;
}
div#footer .follow-us {
    position: absolute;
    left: 0;
    bottom: 9px;
}
div#footer a.social-icon {
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-position: left top;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 25px !important;
    height: 25px !important;
    display: block;
    float: left;
    margin-left: 4px;
    cursor: pointer;
    opacity: 0.4;
}
div#footer a.social-icon:first-child {
	margin-left: 0px;
}
div#footer a.facebook {
    background-position: 0 -150px;
}
div#footer a.twitter {
    background-position: -27px -150px;
}
div#footer a.rss {
    background-position: -55px -150px;
}
div#footer a.googleplus {
    background-position: 0 -175px;
}
div#footer a.flickr {
    background-position: -27px -175px;
}
div#footer a.youtube {
    background-position: -55px -175px;
}
div#footer a.social-icon:hover {
    opacity: 0.8;
}




/* ICONS */
.icon {
    width: 17px;
}
.icon {
    display: block;
    text-indent: 20px;
    line-height: 20px;
    overflow: hidden;
}
.icon.inline {
    float: left;
    margin: 0 6px 0 0;
}
.icon_remove.inline {
    margin: 4px 10px 0 0
}
.iconbox {
    float:right;
    margin: 3px 10px 3px 0px;
    width: 465px;
}
.icontext {
    padding: 0 0 0 20px;
    margin: 0 5px 0 0;
}
.icon_weather_dynamic {
	background: url(../Graphics/Meteo.aspx?mode=icon) no-repeat;
}




/* PAGE: PLAYLIST (RADIO) */
.day-part-list {
    margin: 40px 0 20px 0;
}
.day-part-list li {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}
.day-part-list li.top {
    background: #dcdcdc;
    font-weight: bold;
    font-size: 15px;
    color: #404040;
    padding: 0px 0px 0px 10px;
    line-height: 21px;
    margin-top: 10px;
}
.day-part-list li.no-border {
    border: 0;
}





/* PAGE: TELETEKST */
#TeletekstContent {
	margin: 10px 0;
}
#TeletekstContent .box-main:first-child {
	border: 1px solid black;
}
#TeletekstContent .box-main img {	
	padding-bottom: 10px;
	margin: 0 0 15px 68px;
}
#ttpage {
    width: 50px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
}
#TeletekstContent ul.form li label {
    width: 250px;
}
#TeletekstContent+.box-main ul li {
    padding: 5px 0;
}
#TeletekstContent+.box-main ul {
    margin-bottom: 40px;
}





/* PAGE: MEDIA/VIDEO */
#fullplayer {
    background: #f2f2f2; /* for non-css3 browsers */
    min-height: 400px;
    padding: 0px 0px 20px 0px;    
    border: 1px solid #e3e3e3;
}
#fullplayer div#playercontainer {
    width: 720px;
    height: 405px;    
    padding: 8px 16px 16px 17px;
}
#fullplayer h1 {
    padding-left: 16px;
    padding-top: 15px;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
#fullplayer #playersidebar {
    width: 208px;
    float: right;   
    color: #333333;
    line-height: 20px;
    font-size: 13px;
    height: 405px;
    position: relative;
    padding-top: 5px;
}
#fullplayer #playersidebar span.views {
	background-image: url(../Graphics/Icons/icons.png?v=2);
	padding-left: 23px;
	background-position: 0 -707px;	
	background-repeat: no-repeat;
}
#fullplayer #playersidebar div.social {
    width: 166px;
    margin-top: 5px;
    height: 108px;
    padding: 5px;
	padding-top: 10px;
}
#fullplayer #playersidebar a.zoom {
	background-image: url(../Graphics/Icons/icons.png?v=2);
	background-repeat: no-repeat;    
	padding-left: 20px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	line-height: 16px;
	font-size: 12px;
	background-position: 0 -723px;
}
#fullplayer h2 {
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 15px;
}
#fullplayer p {
    line-height: 19px;
    margin-top: 10px;
    margin-left: 15px;
	margin-right: 15px;
}
div#overview div.overview-article {
    position: relative;
    display: block;
}
div.indent {
    margin-left: 20px;
}
div#overview div.overview-article+div.overview-article {
    border-top: 1px solid #dedede;
    padding-top: 8px;
}
div#overview div.overview-article img {
    float: left;
}
div#overview div.overview-article h2 {
    width: 530px;
    float: left;
    left: 10px;
    color: #ec7100;
    margin-bottom: 4px;
    line-height: 20px;
}
div#overview div.overview-article h2.nolink {
    width: auto;
    color: #333;
}
div.overview-article div.datetime {
	width: 35px;
	height: 12px;
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
}
div#overview div.overview-article p {
    font-size: 14px;
    line-height: 19px;
    width: 525px;
    margin-left: 0px;
    margin-bottom: 10px;
}
div#overview div.overview-article a.image-link+p {
    width: 355px;
    margin-left: 165px;
    margin-top: 0px;
    min-height: 100px;
}
div#overview div.overview-article p a {
    font-weight: normal;
    white-space: nowrap;
}
div#overview div.overview-article div.item div.datetime+a>h2 {
	width: 485px;
}
div#overview div.overview-article div.item div.datetime+h2.nolink+a>h2 {
	width: auto;
}
#fullplayer .social {
    border-bottom: 0 !important;
}
.latest-news ul {
    margin-bottom: 20px;
}
.latest-news ul li {
    padding: 0 0 10px 0;
}
.latest-news ul li+li {
    border-top: 1px solid #dedede;
    padding-top: 10px;
}
.latest-news ul li .date {
    margin-top: 3px;
}
.latest-news ul li .title {
    line-height: 18px;
}




/* PAGE: ARTICLE DETAIL */
.article {
    width: 100%;
    position: relative;
}
.article h1 {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
.article .image {
    float: left;
    margin: 0 20px 15px 0;
    display: block;
    top: 5px;
}
.article strong,
.article-content p,
.article-content {
    font-size: 14px;
    line-height: 20px;
}
.article-content p a,
.article-content a,
.article-content li a {
    text-decoration: none;
    font-weight: normal;
}
.article-content p a:hover {
    text-decoration: underline;
}
.article-content p {
    margin-top: 0px;
    padding-top: 0px;
}
.article-content p+p, .article-content strong+p {
    clear: both;
    padding-top: 10px;
}
.article .image div span {
    font-size: 13px;
    color: #333333;
}
.article .image {
    position: relative;
    overflow: hidden;
}
.article .image .image-overlay {
    height: 20px;
    -moz-opacity: .60;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    opacity: .6;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 620px;
    display: block;
}
.article .image .overlay-content {
	color: #ffffff;
	padding: 0px;
	padding-left: 5px;
	height: 18px;
	overflow: hidden;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
}
.article .image .zoom-icon,
.article .image .slideshow-icon {
    position: absolute;
    bottom: 2px;
    right: 6px;
}
.box-main .article .image .overlay-content {
    padding: 0px 10px;
}
.article .article-content {
    padding: 0 0 15px 0;
    border-bottom: 0;
}
div.article-fingerprint {
    font-size: 11px;
    color: #8f8f8f;
    margin-bottom: 15px;
    max-height: 999999px;
}
div.article-fingerprint a {
    font-weight: normal;
}
div.article-correct+div.article-fingerprint {
    margin-top: 20px;
}
div.article-print, div.article-correct {
    float: right;
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.article-print a.icontext, div.article-correct a.icontext {
    font-size: 11px;
    font-weight: normal !important;
    line-height: 18px !important;
    display: block;
}
div.article-print .icon_print {
    width: 38px;
    height: 17px;
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-position: 0 -259px;
    margin-right: 0 !important;
}
div.article-correct .icon_correct {
    width: 51px;
    height: 17px;
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-position: 0 -275px;
}
div.trigger {
    width: 600px;
    padding: 10px;
    padding-bottom: 10px;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    font-size: 13px !important;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
    height: 50px;
}
div.trigger img {
    float: left;
    margin-right: 10px;
}
div.trigger p {
    margin-top: 0px;
}
div.trigger a.rtlink, div.trigger a.rplink {
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-position: 2px -662px;
    background-repeat: no-repeat;
    float: right;
    top: 25px;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 11px;
    padding-left: 17px;
    margin-left: 10px;
    position: relative;
    top: -8px;
}
div.trigger a.rtlink {
    background-position: 0px -673px;    
}
div.trigger p a {
    color: #ec7100;
}
.comments {
    margin-top: 30px;
}
.form-comment h3,
.comments h3 {
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ec7100;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 0;
    margin-bottom: 5px;
}
.form-comment h3 {
    margin-top: 30px;
}
.comments h3+br {
    display: none;
}
.comments > div {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}
.comments > div img.avatar {
    float: left;
    padding: 0 10px 10px 0;
}
.comments > div .extra {
    color: #666;
    padding: 5px 0;
    display: block;
}
.comments > div p {
    padding-left: 70px;
}
#topiccomments a {
    float: right;
    text-transform: none;
    font-weight: normal;
}
.social {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
#main .tweetControl {
	display: inline-block;
}
#main .tweetControl+br+br {
	display: none;
}
#main .facebookControl,
#main .googleMapControl,
#main .mediaPlayerControl {
	margin: 15px 0;
}
#sidebar .keywords a {
    color: #ec7100;
}
.article .article-content br+object, .article .article-content br+object embed {
    margin-top: 10px;
}




/* PAGE: SEARCH ENGINE RESULT PAGE (SERP) */
.serp-search {
    position: relative;
    width: 620px;
    height: 75px;
    margin-top: 41px;
}
.serp-search input[type=text] {
	margin: 0px;
	padding: 0px;
	border: 1px solid #767676;
	width: 578px;
	padding: 5px 30px 6px 10px;
	float: left;
	font-size: 17px;
	color: #666666;
	height: 21px;
    background: #f3f3f3; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
    background: -webkit-linear-gradient(top,  #f3f3f3,  #ffffff);
    background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); 
    background: -ms-linear-gradient(top,  #f3f3f3,  #ffffff);
    background: -o-linear-gradient(top,  #f3f3f3,  #ffffff);  
    background: linear-gradient(top,  #f3f3f3,  #ffffff);   
}
.serp-search input[type=image] {
	position: absolute;
	top: 9px;
	right: 9px;
	border-width:0px;
}
.serp-refine {
    font-size: 14px !important;
    font-weight: normal;
    border-bottom: 1px solid #464646;
    height: 29px;
}
.serp-refine span {
    line-height: 30px;
}
.serp-refine ul {
    color: #333333;
    font-size: 14px;
    height: 29px;
    float: right;
    width: 920px;    
}
.serp-refine ul li {
    display: block;
    height: 30px;
    width: 100px;
    float: left;
    margin-left: 5px;
	background-image: url(../Graphics/Images/serp-tabs.png);
	background-position: -108px top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
.serp-refine ul li.selected {
	background-position: 0 top;
	font-weight: bold;
}
.serp-refine ul a {
    display: block;
    height: 30px;
    width: 100px;
    text-align: center;
    color: #333333;
    line-height: 30px;
}
.serp-refine ul li.selected a {
	color: #ec7100 !important;
    text-decoration: none;
}
.serp-info {
/*     font-family: "Lucida Grande",sans-serif; */
    color: #333333;
    font-size: 18px;
    margin-top: 33px;
}
.serp-info span {
    font-weight: bold;
}
.serp-list {
    width: 620px;
    margin-top: 10px;
}
.serp-list > div {
    border-bottom: 0px;
    padding: 24px 0 5px 0;
}
.serp-list .title {
    line-height: 24px;
}
.serp-list .description {
    margin-top: 3px;
    line-height: 18px;
}
.serp-list .extra {
    font-size: 11px;
    line-height: 20px;
}
.serp-list > div img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 6px;
}
.serp-list > div img+.description {
    margin-left: 165px;
    display: block;
}
.serp-list > div img+.description+br {
    display: none;
}
.serp-list > div img+.description+br+.extra {
    margin-left: 165px;
    display: block;
}
.serp-list > div.withPicture {
	min-height: 115px;
}
.serp-filters {
    width: 230px;
    float: right;
    margin-top: 30px;
}
.serp-filter {
    margin-bottom: 40px;
    line-height: 24px;
}
.serp-filter a {
    color: #333;
}
.serp-filter li.selected a {
    position: relative;
    left: -12px;
    padding-left: 12px;
	background-image: url(../Graphics/Images/serp-filter.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-decoration: none;
	font-weight: bold;
}
.serp-filter h4 {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dedede;
}
.serp-filter div {
    width: 31px;
    display: inline-block;
    margin-top: 3px;
}
.serp-filter input {
    width: 69px;
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 1px 3px 1px 3px;
    text-align: center;
    margin-bottom: 0;
    line-height: 15px;
}
.serp-filter .ui-datepicker-trigger {
    margin-left: 7px;
    position: relative;
    top: 3px;
    cursor: pointer;
}
.serp-paginator {
    width: 620px;
}
.serp-filter .dateApplyBtn {
	display: block;
	margin-left: 35px;
	color: #ec7100;
}





/* PAGE: TELEVISIE */
div#portal {
	width: 100%;
}
div#portal .clear {
	height: 0;
}
div#portal iframe {
	margin-bottom: 15px;
}
div.portal {
	position: relative;
}
div#portal a h1, div.portal-opener a h1 {
	color: #ec7100;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: -18px;
	width: 572px;
	margin-left: 45px;
	float: left;
}
div#portal a h1:hover, div.portal-opener a h1:hover {
	text-decoration: underline;
}
div#portal div.portal-article {
	position: relative;
	display: block;
}
div#portal div.portal-article .datetime {
    width: 35px;
    height: 12px;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-right: 0px;
}
div#portal div.portal-article+div.portal-article {
	border-top: 1px solid #dedede;
	padding-top: 8px;
}
div#portal div.portal-article h2 {
	width: auto;
	float: left;
	left: 10px;
	color: #ec7100;
	margin-bottom: 4px;
	line-height: 20px;
}
div#portal div.portal-article h2.nolink {
	width: auto;
	color: #333;
}
div#portal div.portal-article div.item 
{
	width: 620px;
}
div#portal div.portal-article a:hover h2 {
	text-decoration: underline;
}
div#portal div.portal-article p {
	font-size: 13px;
	line-height: 19px;
	width: 620px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
}
div#portal div.portal-article p a {
	font-weight: normal;
	white-space: nowrap;
}





/* PAGE: UITZENDING GEMIST */
div#portal-uitzendinggemist h2 {
	font-size: 18px;
	color: #333;
}
div#portal-uitzendinggemist a.more
{
	text-align: right;
	display: block;
}
div#portal-uitzendinggemist ul li div.block img {
	width: 100px;
	height: 56px;
}
div#portal-uitzendinggemist .clear {
	height: 0;
}
div#portal-uitzendinggemist h2+a {
	float: right;
	font-weight: normal;
}
div#portal-uitzendinggemist ul {
	list-style: none;
	clear: both;
	padding-top: 15px;
}
div#portal-uitzendinggemist ul li
{
	width: 620px;
	padding-top: 15px;
	border-top: 1px solid #dedede;
}
div#portal-uitzendinggemist ul li:first-child
{
	padding-top: 0px;
	border: 0px none;	
}
div#portal-uitzendinggemist ul li div.block {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
div#portal-uitzendinggemist ul li div.right {
	margin-left: 20px;
}
div#portal-uitzendinggemist ul li div h3 {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
}
div#portal-uitzendinggemist ul li div span.meta {
	color: #999;
	font-size: 11px;
	margin-bottom: 1px;
	display: block;
}
div#portal-uitzendinggemist ul li div img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
div#portal-uitzendinggemist ul li div p {
	display: block;
	font-size: 13px;
	line-height: 19px;
	padding-left: 110px;
}
div#portal-uitzendinggemist ul li div p a {
	background-image: url(../Graphics/Icons/icons.png?v=2);
	background-repeat: no-repeat;
	background-position: 0px -536px;
	padding-left: 22px;
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 6px;
}
div#portal-uitzendinggemist ul li div p a.Televisie {
	background-position: 0px -535px;
}
div#portal-uitzendinggemist ul li div p a.Televisie:hover {
	background-position: 0px -467px;
}
div#portal-uitzendinggemist ul li div p a.Radio {
	background-position: 0px -395px;
}
div#portal-uitzendinggemist ul li div p a.Radio:hover {
	background-position: 0px -325px;
}
div#search-show {
    width: 590px;
    background-color: #efefef;
    padding: 8px 15px;
    margin: 10px 0 20px 0;
    position: relative;
    height: 65px;
}
div#search-show div#or-label {
    position: absolute;
    background-color: #efefef;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 25px;
    left: 305px;
}
div#search-show div#left-search {
    border-right: 1px solid #f1a027;
    width: 300px;
    font-weight: bold;
    float: left;
}
div#search-show div#right-search {
    width: 220px;
    font-weight: bold;
    float: right;
}
div#search-show dl {
    width: 295px;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
div#search-show div#right-search dl {
    width: 220px;
}
div#search-show dt {
    width: 90px;
    float: left;
}
div#search-show div#right-search dt {
    width: 50px;
}
div#search-show div#right-search dd {
    text-align: right;
}
div#search-show div#left-search select {
    font-size: 12px;
    width: 165px;
    margin-left: 20px;
}
div#search-show div#right-search input[type=text] {
    font-size: 13px;
    width: 150px;
    margin-left: 0px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #cbcbcb;
    font-weight: normal;
}
div#search-show div#right-search input[type=submit] {
    font-weight: normal !important;
    float: right;
    margin-top: 5px;
}
.results {
    float: right;
    font-size: 14px;
    line-height: 22px;
}





/* PAGE: METEO */
.weather-forecast {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 20px 0;
    margin-top: 10px;
}
.weather-forecast div.day {
    background: #f2f2f2;
    margin: 0 0 0 1px;
    width: 123px;
    float: left;
}
.weather-forecast div.day div {
    text-align: center;
    border-top: 1px solid #ffffff;
}
.weather-forecast div.day div div {
    border: 0;
}
.weather-forecast div.day div img {
    margin: 0 auto;
}
.weather-forecast div.day:first-child {
    margin: 0;
}
.weather-forecast div.day div.title {
    background: #000000;
    color: #ec7100;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0;
    border: 0;
}
.weather-forecast div:first-child div.title {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
}
.weather-forecast div.day div.title.last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}
.weather-forecast div.day div.type {
    padding: 18px 0 12px 0;
    color: #999999;
}
.weather-forecast div.day div.type div {
    height: 30px;
}
.weather-forecast div.day div.type img {
    margin-bottom: 5px;
}
.weather-forecast div.day div.temperature {
    background: #dcdcdc;
    padding: 6px 0;
}
.weather-forecast div.day div.temperature .max {
    color: #ec7100;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -1px;
}
.weather-forecast div.day div.hours,
.weather-forecast div.day div.rainfall {
    padding: 5px 0;
}
.weather-forecast div.day div.winddirection {
    padding: 20px 0;
}
.weather-forecast div.day div.wind {
    background: #ff8200;
    font-weight: bold;
    padding: 6px 0;
}
.weather-forecast div:first-child div.wind {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}
.weather-forecast div.day div.wind.last-child {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}
.weather-forecast div.day div.title {
    font-size: 13px;
    padding: 2px 0;
}
.weather-forecast div.day div.type {
    color: #666666;
}
.weather-forecast div.day div.temperature .max {
    font-size: 18px;
}
.weather-forecast div.day div.hours,
.weather-forecast div.day div.rainfall {
    padding: 2px 0;
}
.weather-forecast div.day div.wind {
    padding: 2px 0;
}
#meteo_screen {
	width: 300px;
	height: 175px;
	margin: -10px 8px 50px 5px;
	float: left;
}
.meteo_content {
	padding: 5px;
}
#radarImg {
	width: 340px;
	height: 300px;
	background: url(../Graphics/Meteo.aspx?mode=radar) no-repeat;
}




/* PAGE: VERKEER */
.overview-list.traffic-jams div:first-child {
    padding: 10px 0 8px 0;
}
.overview-list.traffic-jams div {
    padding: 8px 0 6px 0;
    border-bottom: 1px solid #d9d9d9;
}
.overview-list.traffic-jams div span.left {
    float: left;
    display: block;
}
.overview-list.traffic-jams div .route {
    width: 80px;
    font-size: 25px;
    color: #ec7100;
    font-weight: bold;
    line-height: 28px;
}
.overview-list.traffic-jams div .length {
    width: 72px;
    height: 50px;
    font-size: 15px;
    color: #404040;
    font-weight: bold;
}
.overview-list.traffic-jams div .detail {
    line-height: 22px;
}



/* PAGE: CONTACT */
.info-list h2,
#main .box-main+.top h4 {
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ec7100;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 0;
    margin-bottom: 15px;
    font-weight: normal;
}
.info-list {
    margin-bottom: 30px;
}
.box-main .content span div ul.form {
    margin-bottom: 0;
}



/* PAGE: ANP */
.news-areas .article-large {
    width: 48%;
    float: left;
}
.news-areas h2.title {
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ec7100;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 0;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 20px;
}
.news-areas .article-large img {
    width: 300px;
}
.news-areas .article-large .image-overlay {
    display: none;
}
.news-areas-articles {
    width: 300px;
    float: right;
}
.news-areas-articles li {
    margin-bottom: 10px;
}
.news-areas-articles li .date {
    font-size: 11px;
    color: #999;
}
.news-areas .read-more a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #999999;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1px;
    padding: 0 15px;    
    color: #fff !important;
    margin-top: 20px;
}
.news-areas .read-more a:hover {
    background: #ff8200;
    
}




/* CONTROL: NEWS OVERVIEW */
.overview {
    display: block;
}
.box-main+.overview {
    margin-top: 50px;
}
.overview li {
    position: relative;
    border-bottom: 1px solid #fff;
}
.overview li h2 {
    background-color: rgba(0,0,0,0.6);
    padding: 5px 20px 11px 20px;
    font-size: 28px;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    color: #fff;
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.overview li h2.longtitle {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 9px;
}
.overview li:hover h2 {
    background-color: rgba(255,130,0,0.9);
}
.overview li h2.top {
    bottom: auto;
    top: 0;
}
.overview h2+img {
    width: 620px;
    height: 349px;
}
.overview h3 {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    height: 73px;
    width: 370px;
    float: right;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #111;
}
.overview h3+img {
    width: 200px;
    height: 113px;
}
.overview li:hover h3 {
    color: #ec7100;
}
.load-more {
    width: 140px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.overview li span.play {
	width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 35px;
    left: 75px;
    background: url(../Graphics/Images/play.png);
    background-repeat: no-repeat;
    opacity: 0.8;
}
.overview li h2+img+span.play {
    display: none;
}
.overview li:hover span.play {
    opacity: 1.0;
}
.overview+div+div .box-ad {
    margin-top: 20px !important;
}




/* CONTROL: TABS */
#newtabs {
    width: 100%;
    border-bottom: 1px solid #464646;
    margin-bottom: 10px;
    margin-top: 10px;
/*     font-family: "Lucida Grande",sans-serif; */
    color: #333333;
    font-size: 18px;
    font-weight: bold;    
    height: 31px;
}
#newtabs li {
    display: block;
    height: 32px;
    width: 140px;
    float: left;
    margin-left: 20px;
	background-image: url(../Graphics/Images/newtabs.png);
	background-position: -160px top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#newtabs li.selected {
	background-position: 0 top;
}
#newtabs a {
    display: block;
    height: 32px;
    width: 140px;
    text-align: center;
    color: #333333;
    line-height: 32px;
    cursor: pointer;
}
#newtabs a:hover {
    text-decoration: none;
}




/* CONTROL: SIDEBAR TRAFFIC/WEATHER */
.sidebar-weather, .sidebar-traffic {
    width: 160px;
    height: 65px;
    background-color: #999999;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.sidebar-weather:hover, .sidebar-traffic:hover {
    background-color: #ff8200;
    text-decoration: none;
}
.sidebar-traffic {
    margin-left: 20px;
    float: right;
}
.sidebar-traffic span, .sidebar-weather span {
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-repeat: no-repeat;
    background-position: left center;
    height: 65px;
    padding-left: 50px;
    display: inline-block;
    color: #fff;
    white-space:nowrap;
}
.sidebar-traffic span {
    background-position: 0 -744px;
}
.sidebar-weather span {
    background-image: url(../Graphics/Meteo.aspx?mode=icon);
    padding-left: 60px;
}





/* CONTROL: POLL */
.poll_yesterday {
    clear: both;
    margin-bottom: 30px;
}
.poll .poll {
    margin-bottom: 30px;
}
.poll .poll_result {
	margin-top: 10px;
	margin-bottom: 2px;
}
.poll .poll_bar {
    display: block;
    margin-bottom: 5px;
}
.poll .poll_bar+div {
    margin-top: 20px;
}
.poll .poll_bar+div.poll_result {
    margin-top: 10px;
}
.poll input[type=submit] {
    float: none;
    margin: 15px 0 10px 0;
}
.poll table {
    margin: 10px 0;
}
.poll table tr {
    height: 25px;
}
.poll table tr input[type=radio] {
    cursor: pointer;
}
.poll table tr input[type=radio]+label {
    padding-left: 10px;
    cursor: pointer;
}





/* CONTROL: NEWSLETTER SIGNUP */
.newsletter-signup {
    margin-bottom: 40px;
}
.newsletter-signup input[type=text] {
    height: 28px;
    width: 190px;
    border: 1px solid #a6a6a6;
}
.newsletter-signup input[type=submit] {
    float: right;
}





/* CONTROL: PLAYER STILL */
#main input.PlayerStill, #widemain input.PlayerStill {
	margin-bottom: 15px;
	width: 720px;
	height: 405px;
}
#sidebar input.PlayerStill {
	width: 340px;
	height: 192px;
}
.article .image .play,
#main .image-video .play {
    background: url(../Graphics/Images/play.png);
}





/* CONTROL: MORE AUDIO/VIDEO */
#more-av {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
#more-av ul {
    padding-left: 0px;
}
#more-av ul li {
/*     list-style: decimal; */
    font-weight: normal;
    color: #aaa;
    padding: 4px 0;
}
#more-av ul li.more-Audio {
    padding-left: 24px;
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -391px;	
}
#more-av ul li.more-Audio:hover {
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -321px;	
    cursor: pointer;
}
#more-av ul li.more-Video {
    padding-left: 24px;
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -530px;	
}
#more-av ul li.more-Video:hover {
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -462px;	
    cursor: pointer;
}
#more-av ul li.more-Video:hover a,
#more-av ul li.more-Audio:hover a {
    text-decoration: underline;
}



/* CONTROL: BUTTONS */
a.btn,
input.btn,
.box-footer a,
.footerlinkinfo, 
div#search-show div#right-search input[type=submit] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #999999;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1px;
    padding: 0 15px;
}
.btn.inline,
.input.inline {
    float: left;
}
a:hover.btn,
input.btn:hover,
.box-footer a:hover,
.footerlinkinfo:hover, 
div#search-show div#right-search input[type=submit]:hover {
    background: #ff8200;
    text-decoration: none;
}

.box-footer {
	margin-bottom: 20px;
}

/* CONTROL: FORMS */
ul.form {
    margin-bottom: 30px;
}
ul.form li {
    line-height: 30px;
}
ul.form li label {
    display: inline-block;
    width: 170px;
    font-weight: bold;
    float: left;
}
ul.form li input[type=text], ul.form li input[type=password], ul.form li select {
    width: 400px;
    height: 20px;
    line-height: 20px;
}
ul.form li input[type=file] {
    line-height: 20px;
}
ul.form li textarea {
    width: 400px;
    height: 100px;
    line-height: 19px;
}
ul.form li select {
    width: 415px;
}
ul.form li input[type=submit] {
    display: inline-block;
    margin-top: 10px;
}
ul.form .inputcheck label {
    width: auto;
    float: none;
    padding-left: 10px;
}




/* CONTROL: VIDEOPLAYER */
#videoplayer {
    width: 340px;
    height: 192px;
    position: relative;
    text-align: right;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#videoplayer #still img {
    cursor: pointer;
}
#videoplayer #still img+img {
    position: absolute;
    top: 72px;
    left: 146px;
}	





/* CONTROL: VIDEOPOPUP */
.videopopup {
    float: right;
    font-weight: normal !important;
    margin-top: 1px;
}
.videopopup span {
    float: left;
    font-size: 13px;
}
.videopopup img {
    float: right;
    margin-left: 3px;
}
div.playerFooter {
	height: 10px;
}





/* CONTROL: PHOTOSLIDER */
#fotoslider { 
    position: relative;
}
#slider{
    width:340px;
	height:192px;
	position:relative;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:340px;
	height:192px;
	overflow:hidden; 
	position: relative;
    display:none;
}
#slider li img+img {
    position: absolute;
    top: 58px;
    left: 146px;
    -moz-opacity: .80;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    opacity: .8;
    display: none;
}
#slider li div.slider-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 340px;
    height: 28px;
    background: #000000;
    -moz-opacity: .60;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    opacity: .6;
}
#slider li div.caption {
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    padding-left: 2px;    
    width: 280px;
    height: 29px;
    line-height: 13px;
    overflow: hidden;
    display: table;
}
#slider li div.caption p{
    display: table-cell;
    vertical-align: middle;
}
#slider #prevBtn, #slider #nextBtn{ 
	display:block;
	width:18px;
	height:18px;
}
#fotoslider #prevBtn, #fotoslider #nextBtn {
    position: absolute;
    bottom: 6px;
    left: 3px;
}	
#fotoslider #nextBtn{ 
    left: 320px;
	}														
#prevBtn a, #nextBtn a{  
    width: 18px;
    height: 18px;
    display: block;
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -622px;	
}	
#nextBtn a{ 
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -640px;
}
#nextBtn a.inactive, #prevBtn a.inactive{
    -moz-opacity: .20;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    opacity: .2;
    cursor: default;
}





/* CONTROL: SCROLLABLE LIST (TV/RADIO-GIDS + EVENEMENTEN) */
div.scrollable-listsmall {
	width: 340px;
	height: 430px;
	position: relative;
}
div.scrollable-list {
	width: 620px;
	height: 610px;
	position: relative;
	margin-bottom: 30px;
}
div.evenementen {
    height: 910px;
}
div.scrollable-listsmall ul.dayselector, div.scrollable-list ul.dayselector {
	list-style: none;
	margin-top: 10px;
}
div.scrollable-listsmall ul.dayselector li, div.scrollable-list ul.dayselector li {
	width: 130px;
	float: left;
}
div.scrollable-list ul.dayselector li {
    width: 80px;
}
div.scrollable-list ul.dayselector li+li {
	margin-left: 10px;
}
div.scrollable-listsmall ul.dayselector li+li {
	width: 130px;
}
div.scrollable-listsmall ul.dayselector li+li+li {
	width: 80px;
}
div.scrollable-listsmall ul.dayselector li a, div.scrollable-list ul.dayselector li a {
	width: 80px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 17px;
	background-color: #d9d9d9;
	line-height: 30px;
	color: #111;
}
div.scrollable-list ul.dayselector li a {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}
div.scrollable-listsmall ul.dayselector li a:hover, div.scrollable-listsmall ul.dayselector li a.active,
div.scrollable-list ul.dayselector li a:hover, div.scrollable-list ul.dayselector li a.active {
	background-color: #ff8200;
	text-decoration: none;
	color: #fff !important;
}
div.scrollable-list ul.dayselector li a:hover, div.scrollable-list ul.dayselector li a.active {
	background-color: #ff8200;
	color: #fff !important;
}
div.scrollable-listsmall div#scroller {
	text-align: center;
	padding-top: 21px;
	height: 390px;
	width: 340px;
	display: block;
	position: absolute;
	padding-bottom: 25px;
	top: 35px;
	padding: 0px;
}
div.scrollable-list div#scroller {
	text-align: center;
	padding-top: 21px;
	height: 590px;
	width: 620px;
	display: block;
	position: absolute;
	padding-bottom: 25px;
	top: 25px;
	padding: 0px;
	margin-top: 10px;
}
div.evenementen div#scroller {
    top: 0px;
    margin-top: 0px;
    height: 890px;
}
div.scrollable-listsmall div#scroller a#topscroller,
div.scrollable-list div#scroller a#topscroller {
	width: 100%;
	height: 20px;
	background: url(../Graphics/Images/tvgidsscroll.gif) no-repeat;    
	background-position: center 5px; 
	display: block;   
	border-bottom: 1px solid #ff8200;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.scrollable-listsmall div#scroller a#bottomscroller,
div.scrollable-list div#scroller a#bottomscroller {
	width: 100%;
	height: 20px;
	background: url(../Graphics/Images/tvgidsscroll.gif) no-repeat;    
	background-position: center -15px; 
	display: block;   
	border-top: 1px solid #ff8200;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
div#scroller .scrollable-list-slider {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px;
	height: 1%;
	margin-bottom: 0px;
	margin-top: 21px;
}
.scrollable-list-slider h2 {
	font-size: 22px;
	color: #898989;
	margin: 0 0 11px;
}
.scrollable-list-slider .slide-holder {
	position: relative;
	overflow: hidden;
	height: 310px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 5px;
}
div.scrollable-list .scrollable-list-slider .slide-holder {
	height: 510px;
}
div.evenementen .evenementen-slider .slide-holder {
    height: 810px;
}
.scrollable-list-slider .slide-holder div#gradient-top {
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(../Graphics/Images/scroller-gradt.png) repeat-x;
	display: none;
}
.scrollable-list-slider .slide-holder div#gradient-bottom {
	height: 30px;
	position: absolute;
	bottom: -11px;
	left: 0px;
	width: 100%;
	background: url(../Graphics/Images/scroller-gradb.png) repeat-x;
}
ul.scrollable-list-ul {
	height: auto;
	padding-bottom: 0px;
	position: relative;
}
div.scrollable-list ul.scrollable-list-ul li div
{
	height: 56px;
	overflow: hidden;
}
div.evenementen ul.evenementen-list-ul li div {
    height: auto;
    min-height: 85px;
}
div.evenementen ul.evenementen-list-ul li span.terugblik,
div.evenementen ul.evenementen-list-ul li a {
/*     font-family: "Lucida Grande",sans-serif; */
    font-size: 18px;
}
div.evenementen ul.evenementen-list-ul nobr a
{
	font-size: 13px;
}
div.evenementen ul.evenementen-list-ul li span.terugblik {
    color: #333333;
    display: inline !important;
    background: none !important;
    padding: 0px !important;
    display: inline !important;
    float: none;
    margin-right: 5px;
}
div.scrollable-listsmall ul.scrollable-list-ul li {
	padding-top: 5px;
	padding-bottom: 8px;
	height: 54px;
	width: 340px;
	display: block;
	position: relative;
}
div.scrollable-list ul.scrollable-list-ul li {
	padding-top: 9px;
	padding-bottom: 12px;
	width: 620px;
	min-height: 54px;
	display: block;
	position: relative;
}
div.scrollable-list ul.scrollable-list-ul li+li {
	border-top: 1px solid #dedede;
}
div.scrollable-listsmall ul.scrollable-list-ul li img {
	float: left;
	margin-top: 3px;
}
div.scrollable-list ul.scrollable-list-ul li img {
	position: absolute;
	top: 12px;
	left: 0px;
}
div.scrollable-list ul.scrollable-list-ul li.current-item {
    background-color: #f2f2f2;
}
div.evenementen ul.evenementen-list-ul li img {
    width: 150px;
    height: 85px;
}
div.scrollable-listsmall ul.scrollable-list-ul li p {
	line-height: 18px;
	position: absolute;
	width: 230px;
	right: 0px;
	top: 6px;
}
div.scrollable-list ul.scrollable-list-ul li p {
	line-height: 18px;
	width: 510px;
	padding-left: 110px;
}
div.evenementen ul.evenementen-list-ul li p {
	line-height: 18px;
	width: 450px;
	padding-left: 170px;
}
ul.scrollable-list-ul li p span,
ul.scrollable-list-ul li p a.live {
	float: right;
	background-image: url(../Graphics/Icons/icons.png?v=2);
	background-repeat: no-repeat;
	background-position: 0px -467px;
	padding-left: 20px;
	margin-right: 10px;
	font-weight: normal !important;
	font-size: 11px;  
}
ul.scrollable-list-ul li p a.live {
	background-position: -20px -467px;
}
ul.scrollable-list-ul li p a.live:hover {
	background-position: 0px -496px;    
}
ul.scrollable-list-ul li p span.Televisie {
	background-position: 0px -466px;
}
ul.scrollable-list-ul li p span.Radio {
	background-position: 0px -325px;
}
ul.evenementen-list-ul li p+span {
    color: #666666;
    font-size: 12px;
    line-height: 25px;
    background: none !important;
    padding: 0 0 0 170px !important;
    display: block !important;
    width: 450px;
}




/* CONTROL: VIDEO BAR */
.videobar {
    width: 620px;
    height: 210px;
    margin-bottom: 20px;
    position: relative;
    color: #111;
    border-bottom: 1px solid #d9d9d9;
}
.videobar h4 {
    height: 20px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ec7100;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 0;
    margin-bottom: 15px;
}
.videobar #videoslider {
    margin-left: 41px;
    overflow: hidden;
    width: 538px;
}
.videobar #videoslider ul {
    width: 538px;
    height: 145px;
    width: 6000px;
}
.videobar #videoslider ul li {
    width: 137px;
    margin-right: 0px;
    display: block;
    float: left;
}
.videobar #videoslider ul li a {
    color: #333333 !important;
}
.videobar #videoslider ul li div.caption {
    width: 130px;
	height: 73px;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    padding-top: 4px;
	overflow: hidden;
}
#videoslider-prevBtn, #videoslider-nextBtn {
    position: absolute;
    top: 82px;
    left: 10px;
}	
#videoslider-nextBtn{ 
    left: 597px;
}														
#videoslider-prevBtn a, #videoslider-nextBtn a{  
    width: 18px;
    height: 18px;
    display: block;
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -622px;	
}	
#videoslider-nextBtn a{ 
	background:url(../Graphics/Icons/icons.png?v=2) no-repeat 0 -640px;	
}
#videoslider-nextBtn a.inactive, #videoslider-prevBtn a.inactive{
    -moz-opacity: .20;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    opacity: .2;
    cursor: default;
}





/* CONTROL: TABLE LIST */
.table-list {
    margin: 0 0 40px 0;
}
.table-list.last {
    margin: 0 0 20px 0;
}
.content-border ul.table-list li {
	 border-top: none;
}
.content-border > p {
    padding: 0 15px;
}
.table-list li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 5px;
}
.table-list li.clear {
	border-bottom: none;
}
.table-list li div {
    font-weight: bold;
    width: 435px;
    float: left;
}
.table-list li span {
    width: 80px;
    display: inline-block;
}
.table-list li span.rowtitle {
    font-weight: bold;
    display: block;
}
.table-list li.toprow div, .table-list li.toprow span.rowtitle {
    line-height: 21px;
    font-size: 20px;
    margin: 0 0 0 0;
}
.table-list li span.rowtitle {
    width: auto;
}
.table-list li span.col {
    float: right;
}
.table-list li.toprow span {
    color: #989898;
}
.table-list li.toprow a, .table-list li.toprow a:hover, .table-list li.toprow a:active, .table-list li.toprow a:link, .table-list li.toprow a:visited {
	color: Black;
}




/* CONTROL: PAGINATORS */
.box-main.paginator a, .box-main.paginator span, .paginator_navigator b.selected {
    width: 20px;
    display: inline-block;
    height: 20px;
    background-color: #d9d9d9;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.box-main.paginator pages {
    padding-left: 170px;
    width: 20px;
    width: 270px;
    display: inline-block;
    text-align: center;
}
#TeletekstContent .paginator {
    height: 30px;
}
.box-main.paginator *+pages {
    padding-left: 20px;
    width: 270px;
    display: inline-block;
}
.box-main.paginator pages a {
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
    margin-top: 15px;
}
.box-main.paginator pages span {
    margin-right: 5px !important;
    background-color: #ff8200;
    color: #fff;
}
.paginator_navigator a, .paginator_navigator span, .paginator_navigator b.selected {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.box-main.paginator .days a, .box-main.paginator .days span,
.box-main.paginator .day-part a, .box-main.paginator .day-part span {
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.box-main.paginator .days a+a, .box-main.paginator .days span+span, .box-main.paginator .days span+a, .box-main.paginator .days a+span,
.box-main.paginator .day-part a+a, .box-main.paginator .day-part span+span, .box-main.paginator .day-part span+a, .box-main.paginator .day-part a+span {
    margin-left: 10px;
}
.box-main.paginator a {
    color: #111;
}
.box-main.paginator a:hover {
    background-color: #ff8200;
    color: #fff;
    text-decoration: none;
}
.box-main.paginator span {
    color: #989898;
}
.box-main.paginator span.selected, .paginator_navigator b.selected, .box-main.paginator .days span, .box-main.paginator .day-part span {
    background-color: #ff8200;
    color: #fff;
}
.paginator_right {
    float: right;
}
.paginator_left {
    float: left;
}
.paginator_right, .paginator_left {
    width: 150px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    line-height: 30px;
    background-color: #d9d9d9;
    color: #989898;
}
#TeletekstContent .paginator > a,
.box-main.paginator .paginator_right a, .box-main.paginator .paginator_left a {
    width: 150px;
    line-height: 30px;
    width: 150px;
    height: 30px;
    border-radius: 2px;
}
#TeletekstContent .paginator > a {
    float: left;
    margin-top: 10px;
}
#TeletekstContent .paginator > *+a {
    float: right;
}
.paginator_navigator {
    text-align: center;
}
.paginator_navigator a {
    margin-top: 3px;
}
.paginator-next-previous {
    margin-top: 20px;
}
#widemain .paginator-next-previous {
    width: 620px;
}




/* CONTROL: SIDEBAR SOCIAL */
div#sidebar .follow-us {
    height: 50px;
    display: block;
}
div#sidebar a.social-icon {
    background-image: url(../Graphics/Icons/icons.png?v=2);
    background-position: left top;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 50px !important;
    height: 50px !important;
    display: block;
    float: left;
    margin-left: 8px;
    cursor: pointer;
    opacity: 0.3;
}
div#sidebar a.social-icon:first-child {
	margin-left: 0px;
}
div#sidebar a.facebook {
    background-position: 0 0;
}
div#sidebar a.twitter {
    background-position: -50px 0;
}
div#sidebar a.rss {
    background-position: -50px -50px;
}
div#sidebar a.googleplus {
    background-position: 0 -50px;
}
div#sidebar a.flickr {
    background-position: 0 -100px;
}
div#sidebar a.youtube {
    background-position: -50px -100px;
}
div#sidebar a.social-icon:hover {
    opacity: 0.7;
}





/* PLUGIN: ADS */
.ad-top {
    width: 748px;
    padding: 0 0 0 20px;
    margin: 5px auto;
}
.box-ad {
    background: url(../Graphics/Images/adboxbg.png) 0 0 no-repeat;
}
#sidebar .box-ad {
    background-position: left -90px;
    padding: 12px 20px;
    margin-bottom: 30px;
}

#sidebar .box-ad.teaser {
	padding: 20px;
	background-position: -360px -90px;
}

#main .box-ad {
    padding: 12px 0;
    margin: 0 0 20px 0;
    height: 59px;
    clear: both;
}
#main .box-ad div {
    width: 468px;
    margin: 0 auto;
}
#main div.half-banner-container {
    width: 620px;
}
#main div.half-banner-container div.half-banner-left, #main div.half-banner-container div.half-banner-right {
    width: 300px;
    float: left;
}
#main div.half-banner-container div.half-banner-left {
	margin-right: 20px;
}
#main .box-ad.ad-half {
    width: 300px;
    background-position: left -388px;
}
#main .box-ad.ad-half div {
	width: 300px;
	padding-left: 5px;
}
.ad-hor {
	height: 18px;		
}
img.openerbanner {
	width: 980px;
	height: 100px;
	margin-bottom: 20px;
}
#main .overview+div > .box-ad {
    margin-top: 20px !important;
}
.comments+#adbox-div-gpt-ad-full {
    margin-top: 20px;
}
#adbox-div-gpt-ad-full {
    margin-top: 20px;
}




/* PLUGIN: GOOGLE MAPS */
#map,
#map-content {
    height: 140px;
    position: relative;
}
#map-toggle {
    background: #000000;
    padding: 8px;
    position: absolute;
    bottom: 0;
    width: 564px;
    -moz-opacity: .75;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    opacity: 0.75;
    text-align: right;
}
.map-big {
    width: 620px;
    height: 400px;
    margin: 20px 0;
}





/* PLUGIN: DATEPICKER */
.ui-datepicker { background-color: #fff; border: 1px solid #dedede; width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; }
.ui-datepicker td a:hover {
    background-color: #ff8200;
    color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }	
.ui-datepicker-trigger {
    display: inline;
}





/* PLUGIN: LIGHTBOX */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; z-index: 999; }
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxContent{margin-top:20px;}
#cboxLoadedContent{background:#000; padding:0px; padding-bottom: 25px;padding-top: 20px;}
#cboxTitle, #cboxCurrent {position:absolute; bottom:4px; left:25px; color:#fff; font-size:13px;}
#cboxCurrent {left: auto;right: 25px;}
#cboxSlideshow{display:none;border:1px solid #ff8200;position:absolute; bottom:20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; bottom:2px; left:5px; background:url(../Graphics/Icons/icons.png?v=2) 0 -624px no-repeat; width:18px; height:18px; text-indent:-9999px;}
#cboxNext{position:absolute; bottom:2px; right:0px; background:url(../Graphics/Icons/icons.png?v=2) 0 -642px no-repeat; width:18px; height:18px; text-indent:-9999px;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(../Graphics/Images/loading.gif) center center no-repeat;}
#cboxClose{overflow: hidden;position:absolute; top:2px; right:2px; display:block; background: url(../Graphics/Icons/icons.png?v=2) 0 -688px no-repeat; width:16px; height:16px; text-indent:-9999px;}
#cboxClose.hover{opacity: 0.8;}
div.correctFrame { background-color: white; }





/* CONTROL: STICKY FOOTER - COOKIE WARNING */
#stickyFooter {
	background-color: #FF8201;
	color: #fff;
	font-size: 12px;
}
#stickyFooter div.footerContent {
	width: 995px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin: 0px auto;
}
#stickyFooter div.footerContent div.footerMessage {
	width: 655px;
	height: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#stickyFooter div.footerContent div.buttonBar {
	background-color: #A9A9A9;
	width: 315px;
	height: 30px;
	float: left;
	padding-left: 10px;
}
#stickyFooter div.footerContent div.buttonBar div {
	float: left;
	height: 22px;
	line-height: 23px;
	margin: 4px;
}
#stickyFooter div.footerContent div.buttonBar div a {
	background: url(../Graphics/Icons/MessageIcons.png?v=2) no-repeat;
	float: left;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
#stickyFooter div.footerContent div.buttonBar div a.message_info {
	background-position: -92px top;
	width: 58px;
}
#stickyFooter div.footerContent div.buttonBar div a.message_accept {
	background-position: -42px -23px;
	width: 108px;
}
#stickyFooter div.footerContent div.buttonBar div a.message_close {
	background-position: -71px -46px;
	width: 79px;
}
#stickyFooter div.footerContent div.buttonBar div span.separator {
	background: none;
	background-color: #696969;
	float: left;
	width: 2px;
	height: 22px;
	margin: 0px 12px;
}