﻿/* layout */

html {
	width: 100%;
	height: 100%;
}

html, body
{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 11px;
	border: none;
}

/* reset */
table {
	border-collapse: collapse;
}
		
td, th { 
	padding: 0;
}
/* //reset */

#container {
	width: 100%;
	background: #ffffff;
}

	#top {
		height: 125px;
		background: transparent url('/files/all/dtp/images/topbar.gif') repeat-x 0 75px;
	}

		#head {
			position: relative;
			width: 900px;
			height: 125px;
			margin-left: auto;
			margin-right: auto;	
		}

			#logo {
				position: absolute;
				left: 17px;
				bottom: 55px;
			}
			
			#c_logo {
				position: absolute;
				left: 17px;
				bottom: 60px;
			}
			
			#m_logo {
				position: absolute;
				right: 7px;
				top: 10px;
			}
			
			#languages {
				position: absolute;
				right: 0;
				bottom: 55px;
			}
				
				.language {
					padding-right: 7px;
					float:left;
					filter:alpha(opacity=50);
					-moz-opacity:.50;
					opacity:.50;
				}
				
				.language_active {
					padding-right: 7px;
					float:left;
				}

			#topbar {
				position: absolute;
				left: 705px;
				bottom: 0;
			}
			
			#topbar_left {
				position: absolute;
				left: 17px;
				bottom: 0;
			}
				
				.topbar_button {
					background-image: url('/files/all/dtp/images/topbar.gif');
					background-repeat: no-repeat;
					float: left;
					height: 50px;
				}

					.topbar_button-start {
						background-position: 0 -51px;
						width: 6px;
					}
					
					.topbar_button-content {
						background-position: 0 -102px;
						background-repeat: repeat-x;
					}
					
						.topbar_button_link {
							margin: 29px 8px 0 8px;
						}
					
					.topbar_button-divider {
						background-position: -7px -51px;
						width: 9px;
					}
					
					.topbar_button-end {
						background-position: -17px -51px;
						width: 6px;
					}
			
			#ads_right {
				position: absolute;
				left: 900px;
				top: 125px;
				padding: 10px;
			}
			
				#ads_right_google {
					padding-top: 10px;
				}
				
				#ads_right_other {
					
				}
			
	#middle {
		
	}

		#body {	
			width: 900px;
			margin-left: auto;
			margin-right: auto;	
			background-image: url(/files/all/dtp/images/main_faux_bg.gif);
			background-repeat: repeat-y;
		}

			#main {
				width: 900px;
				min-height: 400px;
				height: auto !important;
				height: 400px;
				padding-top: 65px;
				background-image: url(/files/all/dtp/images/main_bg.jpg);
				background-repeat: no-repeat;
				background-position: top;
			}

				#content {
					float: left;
					width: 860px; /*900*/
					margin: 0 20px 10px 20px;
				}
				
				#content_small {
					float: left;
					width: 620px; /*650*/
					margin: 0 20px 10px 20px;
				}
				
				.faded td {
					filter: alpha(opacity=50);
					-moz-opacity: .50; 
					opacity: .50;
				}
				
				.faded div {
					filter: alpha(opacity=50); /*IE*/
				}
						
	#bottom {
		
	}

		#footer {
			width: 860px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px 20px 20px 20px;
			background-image: url(/files/all/dtp/images/main_faux_bg.gif);
			background-repeat: repeat-y;
		}
			
			#bottombar {
				background: #464646;
				width: 850px;
				height: 13px;
				padding: 2px 5px 3px 5px;
			}
			
				#bottombar_items {
					float: left;
				}
			
				#divNewsTicker1 {
					width: 400px;
					height: 13px;
					float: left;
				}
					
				#divNewsTicker1Pre {
					height: 13px;
					float: left;
				}
					
				.divNewsTickerClass {
					/* dummy */
				}
			
			#ads_bottom {
				margin-left: auto;
				margin-right: auto;
				width: 900px;
				padding-bottom: 10px;
			}
				
				#ads_bottom_google {
					float: left;
					padding-left: 20px;
				}
				
				#ads_bottom_other {
					float: right;
					padding-left: 10px;
				}

#bottom_margin /*works for all browsers*/
{
	position: relative;
	height: 20px;
}

.clear {
	clear: both;
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

#main .button {
	background-image: url('/files/all/dtp/images/button.gif');
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	vertical-align: middle;
}

	#main .button-start {
		background-position: 0 0;
		width: 16px;
	}

	#main .button-content {
		background-position: 0 -27px;
		background-repeat: repeat-x;
	}
	
	#main .button-end {
		background-position: -17px 0;
		width: 12px;
	}
	
	#main .button-start_disabled {
		background-position: 0 -54px;
		width: 16px;
	}

	#main .button-content_disabled {
		background-position: 0 -81px;
		background-repeat: repeat-x;
	}

	#main .button-end_disabled {
		background-position: -17px -54px;
		width: 12px;
	}

	#main .button-content_padding {
		padding: 5px 0;
	}

#event_manage a
{
	line-height: 20px;
}

#main .percentageBar {
	font-size: 9px;
	color: #777777;
	font-weight: normal;
}

#main .percentageBar img {
	background: transparent url(/files/all/dtp/images/percentage_bar_bg.gif) no-repeat;
}

#main .availabilitySummary {
	padding-left: 1px;
	font-size: 9px;
	font-weight: normal;
}

.input {
	border: solid 1px #a0a0a0; /* #00487B */
	font-family: Verdana;
	font-size: 11px;
	color: #464646;
	padding: 2px;
/*	margin: 1px;*/
}

/* elements */

h1 {
	color: #84b70b;
	font-family: Verdana;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-top: 0;
}

h2 {
	color: #0061a2;
	font-family: Verdana;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0;
}

h2 .small {
	font-size:14px;
	font-weight:bold;
}

h2 .nospacingh {
	margin-bottom: 2px;
}

h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

h4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}

p.nospacingp {
	margin-top: 0;
}

li {
	margin-bottom: 3px;
}

form {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

td img {
	vertical-align: text-bottom;
}

td img.icon {
	
}

blockquote {
	margin-bottom: 0pt;
	font-size: 9px;
	line-height: 13px;
}

.subscription_p {
	font-size: 9px;
	font-weight: bold;
	color: #84b70b;
	vertical-align: super;
}

/* (text) markup */

#bottombar {
	color: #cdcdcd;
	font-family: Arial;
	font-size: 10px;
}

#bottombar a {
	color: #cdcdcd;
}

#divNewsTicker1 a {
	/* text-decoration: none; */
}

#main {
	color: #464646;
}

#main a {
	color: #008fcc;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#main .button-content a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#main .button-content a:hover {
	color: #d9f87a;
}

.topbar_button_link a {
	font-size: 11px; /*12*/
	color: #ffffff;
	text-decoration: none;
}

.topbar_button_link a:hover {
	color: #84b70b;
}

ul.systemMessage {
	width: 100%;
	border: dashed 1px #84b70b; 
	background: #ffffff;
	font-style: italic;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.systemMessage li {
	padding: 4px 3px 1px 22px;
	background: transparent url(/files/all/dtp/images/icons/16/information.png) no-repeat;
	background-position: 3px 2px;
}

.systemMessage li p {
	padding: 0;
	margin: 0;
}

.systemMessage li.systemMessageError {
	background-image: url(/files/all/dtp/images/icons/16/error.png);
}

.systemMessage li.systemMessageWarning {
	background-image: url(/files/all/dtp/images/icons/16/warning.png);
}

.systemMessage li.systemMessageHelp {
	background-image: url(/files/all/dtp/images/icons/16/help.png);
}

ul.iconMessage {
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.iconMessage li {
	padding: 4px 3px 1px 25px;
	background: transparent url(/files/all/dtp/images/icons/19/information.png) no-repeat;
	background-position: 3px 2px;
}

.iconMessage li p, .iconMessage li h2 {
	padding: 0;
	margin: 0;
}

.iconMessage li h2 {
	margin-top: -4px;
}

ul.letterIndex {
	list-style: none;
	margin: 0;
	padding: 0;
}

.letterIndex li {
	float: left;
	padding: 0 10px 0 0;
}

.asterisk {
	color: #ff0000;
}

.footer_seperator {
	margin: 0 5px 0 5px;
}

.image_border {
	border: solid 1px #a0a0a0;
}

.highlight {
	color: #0061a2;
	font-weight: bold;
}

.highlight2 {
	color: #84b70b;
	font-weight: bold;
}

.error 
{
	color: #ee0000;
}

.fade {
	color: #888888;
}

.bold {
	font-weight: bold;
}

.italic 
{
	font-style: italic;	
}

.small 
{
	font-size: 9px;	
}

.nowrap
{
	white-space: nowrap;
}

.onclick {
	cursor: pointer; cursor: hand;
}

.faq_listitem 
{
	margin-bottom: 20px;
}

.content_bgcolor {
	color: #e4e4e4;
}

.inputlabel input { 
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0 3px 0 1px;
	vertical-align: bottom;
	position: relative;
	/**overflow: hidden;*/
}

.inputlabel label { 
	display: block;
	padding-left: 16px;
	text-indent: -16px;
	margin: 3px 0 2px 0;
}

.inputlabel label div { 
	padding-left: 0;
	text-indent: 0;
	margin: 0;
}

/* table markup */

.default_table {
	border: solid 1px #418ec1;
	background: #e4e4e4;
}

.default_table th 
{
	border-bottom: solid 1px #418ec1;
	text-align: left;
	background: #418ec1;
	color: #ffffff;
	padding: 2px;
}

.default_table th a , .default_table th a:hover, #main .default_table th a , #main .default_table th a:hover
{
	color: #ffffff;
}

.default_table th a .small, #main .default_table th a .small
{
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.default_table th a .small:hover, #main .default_table th a .small:hover
{
/*	text-decoration: underline;*/
}

.default_table .center {
	text-align: center;
}

.default_table .align_right {
	text-align: right;
}

.default_table td {
	padding: 2px;
	/*line-height: 19px;*/
}

/*.default_table td div {
	line-height: normal;
}*/

.default_table a, #main .default_table a {
	color: #0061a2;
	text-decoration: none;
}

.default_table a:hover, #main .default_table a:hover {
	color: #008fcc;
	text-decoration: none;
}

.plain_table {
	background: transparent;
	border: none;
}

.plain_table th {
	border: none;
	text-align: left;
	background: transparent;
	color: #464646;
	padding: 2px;
}

.plain_table td {
	padding: 2px;
}

.button-content a, #main .button-content a {
	color: #ffffff;
}

.button-content a:hover, #main .button-content a:hover {
	color: #d9f87a;
}

.button-content_disabled, #main .button-content_disabled {
	color: #cdcdcd;
}

.row_even {
	background: #dbdbdb; /* #dddddd */
}

.row_even img {
	background: #dbdbdb; /*opaque png fix IE78*/
}

.row_odd, .row_odd img {
	background: #e6e6e6; /* #e4e4e4 */
}

.border_bottom /* als het overal moet, dan zoals bij cultuurprikker en niet met deze class */
{
	border-bottom: dotted 1px #418ec1;
}

.valign_middle, .valign_middle td {
	vertical-align: baseline; /*middle*/
}

#content .padding_0, #content .padding_0 td {
	padding: 0;
}

.content_divider {
	width: 0px;
	height: 10px;
}

.smiley 
{
	float: left;
	padding: 2px;
}

.onclick
{
	cursor: pointer; cursor: hand;
}

/* tabs */

#tabs {
	background: transparent url(/files/all/dtp/images/tab.gif) repeat-x 0 20px;
}

	#tabs .tab_container {
		padding-right: 3px;
		cursor: pointer; cursor: hand;
	}
	
	#tabs .tab_container, #tabs .tab_container td {
		vertical-align: middle;
	}
	
	#content .tab_container a {
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #0061a2;
		text-decoration: none;
	}
	
	#tabs .tab {
		background: transparent url(/files/all/dtp/images/tab.gif) no-repeat;
	}
	
		/* tab top */
		
		#tabs .tab-top_l_on {
			width: 3px;
			height: 3px;
			background-position: 0 -13px;
		}

		#tabs .tab-top_bg_on {
			height: 3px;
			background-repeat: repeat-x;
			background-position: 0 -16px;
		}

		#tabs .tab-top_r_on {
			width: 3px;
			height: 3px;
			background-position: -3px -13px;
		}
		
		#tabs .tab-top_l_off {
			width: 3px;
			height: 3px;
			background-position: 0 -19px;
		}

		#tabs .tab-top_bg_off {
			height: 3px;
			background-repeat: repeat-x;
			background-position: 0 -22px;
		}

		#tabs .tab-top_r_off {
			width: 3px;
			height: 3px;
			background-position: -3px -19px;
		}
		
		#tabs .tab-top_l_nok {
			width: 3px;
			height: 3px;
			background-position: 0 -7px;
		}

		#tabs .tab-top_bg_nok {
			height: 3px;
			background-repeat: repeat-x;
			background-position: 0 -10px;
		}

		#tabs .tab-top_r_nok {
			width: 3px;
			height: 3px;
			background-position: -3px -7px;
		}

		#tabs .tab-top_l_ok {
			width: 3px;
			height: 3px;
			background-position: 0 -1px;
		}

		#tabs .tab-top_bg_ok {
			height: 3px;
			background-repeat: repeat-x;
			background-position: 0 -4px;
		}

		#tabs .tab-top_r_ok {
			width: 3px;
			height: 3px;
			background-position: -3px -1px;
		}
		
		/* tab content */
		
		#tabs .tab-l_on {
			width: 3px;
			height: 18px;
			background-position: 0 -79px;
		}

		#tabs .tab-bg_on {
			height: 18px;
			padding: 0 20px 0 20px;
			background-repeat: repeat-x;
			background-position: 0 -97px;
		}

		#tabs .tab-r_on {
			width: 3px;
			height: 18px;
			background-position: -3px -79px;
		}

		#tabs .tab-l_off {
			width: 3px;
			height: 18px;
			background-position: 0 -25px;
		}

		#tabs .tab-bg_off, #tabs .tab-bg_2_off {
			height: 18px;
			padding: 0 20px 0 20px;
			background-repeat: repeat-x;
			background-position: 0 -61px;
		}

		#tabs .tab-r_off {
			width: 3px;
			height: 18px;
			background-position: -3px -25px;
		}
		
		#tabs .tab-l_2_off {
			width: 3px;
			height: 18px;
			background-position: 0 -43px;
		}

		#tabs .tab-r_2_off {
			width: 3px;
			height: 18px;
			background-position: -3px -43px;
		}

/* dtp_edit.asp */

#divAppointment, #divDates, #divParticipants, #divSend {
	width: 100%;
	display: none;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#divTabNavigation {
	position: relative;
	padding-top: 10px;
}

#divTabNavigationLeft {
	position: relative;
	float: left;
	display: none;
}

#divTabNavigationRight {
	position: relative;
	float: right;
	display: none;
}

#divAdvancedOptions, #divHiddenInvitations {
	float: right;
	margin-top: 2px;
	padding: 0 2px 1px 2px;
	border: 1px dashed #e4e4e4;
}

	#divAdvancedOptions a:hover {
		text-decoration: none;
	}

#tdDetailButtons {
	position: absolute; 
	top: 3px; 
	right: 3px;
	white-space: nowrap;
}

/*button*/
.defaultButton {
	position: relative;
	float: left;
	/*margin: 0 3px 0 3px;*/
}

.defaultButton input {
	position: relative;
	height: 28px;
	background: transparent;
	border: 0;
	padding: 0 10px 3px 15px;
	width: auto;
	margin: 0 0 0 0;
	color: #ffffff;
	cursor: hand; cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	overflow: visible; /*IE*/
}

.defaultButton input:hover {
	color: #d9f87a;
}

.buttonDisabled input, .buttonDisabled input:hover {
	color: #cdcdcd;
}

.defaultButtonStart, .defaultButtonContent, .defaultButtonEnd {
	background: transparent url(/files/all/dtp/images/button.png) no-repeat;
}

.defaultButtonStart {
	position: absolute;
	left: 0;
	background-position: 0 0;
	height: 28px;
	width: 17px;
}

.buttonDisabled .defaultButtonStart {
	background-position: 0 -56px;
}

.defaultButtonContent {
	position: absolute;
	left: 17px;
	right: 12px;
	background-position: 0 -28px;
	background-repeat: repeat-x;
	height: 28px;
}

.buttonDisabled .defaultButtonContent {
	background-position: 0 -84px;
}

.defaultButtonEnd {
	position: absolute;
	right: 0;
	background-position: -17px 0;
	height: 28px;
	width: 12px;
}

.buttonDisabled .defaultButtonEnd {
	background-position: -17px -56px;
}

.buttonRight {
	float: right;
}