/* Begin default CSS */

html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	line-height: 16px;
	height: 100%;
}

body {
	padding:0; 
	margin:0; 
	border:0;
	height: 100%;
	min-height: 100%;
}
		
a {
	color: #0A465F;
	font-weight:bold;
	text-decoration:underline;
}
		
a:hover	{
	text-decoration:none;
}

a:focus
{
	outline: none;
}

img {
	border: 0px;
}

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

h1 {}

h2 {}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding: 5px 0px 10px 0px;
	margin: 0px; 
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.pager td {
	padding: 4px;
}

.pagerFirst, .pagerPrevious {
	text-align: left;
	width: 10%;
}

.pagerNext, .pagerLast {
	text-align: right;
	width: 10%;
}

.pagerSelection {
	text-align: center;
	width: 60%;
}

.pagerSelectionItem {
	text-align: center;
}

.pagerSelectionItemActive {
	text-align: center;
	font-weight: bold;
}

.pagerAbstract {
	font-weight: bold;
	text-align: center;
}

.cmsError {
	border: 1px solid black;
	background-color: #D1E428;
}

input.readOnly {
	color: black;
	background-color: #D4D0C8;
}

div.cms-internal-error {
	color: #dd0000;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

/* Einde default CSS */

#siteContainer {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	min-height: 100%;
}
* html #siteContainer
{
	height: 100%;
}

	#headerContainer {
		width: 100%;
		height: 194px;
		background: url(../images/top_tall.jpg) top left repeat-x;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
		
		#headerLogo {
			width: 700px;
			height: 95px;
			text-align: left;
			padding-top: 22px;
			margin: 0px auto 0px auto;
		}
		
		#mainMenu {
			width: 700px;
			height: 78px;
			margin: 0px auto 0px auto;
		}
		
			#mainMenu ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}
		
				#mainMenu ul li {
					float: left;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}
				
					#mainMenu ul li a {
						float: left;
						display: block;
						width: 100px;
						height: 72px;
						font-size: 13px;
						font-weight: bold;
						color: #ffffff;
						text-decoration: none;
						padding-top: 5px;
						background-image: url(../images/m1.jpg);
						background-repeat: no-repeat;
						text-align: center;
						list-style: none;
					}
			
					#mainMenu ul li a:hover {
						background-image: url(../images/m2.jpg);
						list-style: none;
					}
					
					#mainMenu ul li.itemActive a {
						background-image: url(../images/m2.jpg);
						list-style: none;
					}
	
	#mainContainer {
		width: 100%; 
		padding: 6px 0px 90px 0px;
		text-align: center;
	}
	
		#homeContainer {
			width: 700px;
			margin: 0px auto 0px auto;
			background-image: url(../images/back_home.gif);
			background-repeat: repeat-y;
			padding-bottom: 13px;
		}
		
		#contentContainer {
			width: 670px;
			margin: 0px auto 0px auto;
			background-color: #f1f1f1;
			text-align: left;
			padding: 10px 15px 15px 15px;
		}
		
			#leftContainer {
				width: 240px;
				float: left;
				text-align: left;
			}
		
				#newsContainer {
					padding: 10px 10px 10px 10px;
					background-color: #FFFFFF;
				}
				
				#artistContainer {
					background-color: #173c4a;
					color: #FFFFFF;
					padding: 10px 10px 10px 10px;
				}
				
					#artistContainer a {
						color: #FFFFFF;
						font-weight: bold;
					}
			
			#contentText {
				float: right;
				width: 440px;
				background-color: #f1f1f1;
				text-align: left;
				padding: 10px 10px 10px 10px;
			}
	
	#footerContainer {
		width: 100%;
		height: 32px;
		background-color: #ebebeb;
		color: #0B2834;
		text-align: center;
		padding-top: 18px;
		position: absolute;
		bottom: 0px;
	}
		
		#footerContainer a {
			color: #0B2834;
			font-weight: normal;
		}

table#agendaItems {

}

	tr.agendaRow {
		vertical-align: top;	
	}
	
		td.time {
			white-space: nowrap;
			padding-right: 10px;
			text-align:right;			
		}
		
		td.what {
			padding-right: 10px;	
		}
		
		td.title {
			padding-right: 10px;
		}
		
		td.text {
			white-space: nowrap;	
		}
