/* Created by Bart Gysens (21/09/2007) */
/* test

1 = 090 = color_header
2 = CFC = color_header (lighter)
3 = FC0 = color_navigation
4 = FFA = color_navigation (lighter)

*/

/* ---------- START BASICS ---------- */

/* normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, fieldset, input,  blockquote {
	margin: 0;
	padding: 0;
}

BODY
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #343434;
	background-image: url(/images/main/back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
}

A
{		
	/* ---------- color_header ---------- */
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #CFC; /* ---------- color_header (lighter) ---------- */
	cursor:pointer;
}

H1
{
	color: #090; /* ---------- color_header ---------- */
	font-weight: bold;
	font-size: 22px;
	display: block;
	border: dotted #090; /* ---------- color_header ---------- */
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 20px 0px;
}
H2
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: dotted #CCCCCC;
	border-width: 0px 0px 1px 0px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
H3
{
	font-size: 12px;
	font-weight: bold;
	color: #090; /* ---------- color_header ---------- */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 0px;
}
H4
{
	font-size: 11px;
	color: #333;
	margin: .5em 0;
}
H5
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #090; /* ---------- color_header ---------- */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 4px 0px;
}

OL, UL	
{
	list-style-position:outside;
}
UL
{
	margin-left:15px;
}
OL
{
	margin-left:20px;
}
TD {
	font-size: 11px;	
}
HR
{
	 color: #DDD;
	 height: 1px;
	 background-color: #DDD;
	 border: 0px;
}
LABEL,ACRONYM
{
	cursor: pointer;
}

label
{
	display:block;
	width:auto !important;
	margin-bottom:5px; 
}

INPUT
{
	font-family: Verdana, Arial;
}
TEXTAREA
{
	border: 1px #BBB solid;
	font-family: Verdana, Arial;
	font-size: 1em;
}
FIELDSET
{
	border: none;
}
DIV.divEnd
{
	clear: both;
	margin: 0;
	width: 100%;
	height: 0;
}
.button 
{ 
	font-size: 12px;
	width: 96px;
	display: inline;
	cursor: pointer;
	margin: 8px 8px 0 0;
}
.smallButton 
{ 
	font-size: 12px;
	width: 86px;
	display: inline;
	cursor: pointer;
	margin: 6px 6px 0 0;
	text-align: center;
}
.bold 
{
	font-weight: bold;
}

DIV.listItem
{
	font-weight: normal;
	color: #000000;
	display: block;
	padding: 6px 5px 15px 15px;
	border-bottom: 1px #FFF solid;
	border-top: 1px #DDD solid;
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
	DIV.listItem table {
		width: 480px;
		border-collapse: collapse;
	}
	DIV.listItem table th, DIV.listItem table td {
		overflow: hidden;
	}
	DIV.listItem:hover
	{
		border-bottom: 1px solid #090; /* ---------- color_header ---------- */
		border-top: 1px solid #090; /* ---------- color_header ---------- */
	}
		
		DIV.listItem table th
		{
			font-size: 1.3em;
			padding-bottom: 4px;
			font-weight: bold;
			text-decoration: none;
			color: #090; /* ---------- color_header ---------- */
			font-style: italic;
		}
		DIV.listItem table th.tableimg
		{
			width: 100px;
			font-weight: normal;
			text-decoration: none;
			font-style: normal;
			color: #000;
		}

.markTxt
{
	color: #F00;
}
form
{
	display: inline;
}
TABLE
{
	/*font-size: 12px;*/
}

TABLE.dataList
{
	width: 100%;
	border-collapse: collapse;
}
	TABLE.dataList TD
	{
		border-bottom: 1px solid #ddd;
	}

TABLE#openingHours
{
	border-collapse: collapse;
}
TABLE#openingHours th
{
	text-align: center;
	width: 3.5%;
	font-size: 8px;

}
TABLE#openingHours td.border
{
	border-right: 1px solid #ddd;
}
TABLE#openingHours td.day
{
	text-align: right;
}
/* ---------- END BASICS ---------- */


/* ---------- START Structural ID-definitions ---------- */

#webcontent
{
	width: 950px;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background-color: #FFF;
	clear: both;
}
	#webcontent .summary
	{	
		position: relative;
		width: 100%;
		float: left;
		display: block;
		font-weight: normal;
		margin-bottom: 15px;
		text-align: left;
		color: #000;
		font: normal 1em Tahoma, "Arial Narrow", Verdana, Helvetica, sans-serif;
		padding: 5px;
		overflow: hidden;
		background-color: #FFF;
		border: 1px solid #FC0; /* ---------- color_navigation ---------- */
	}
	
	#webcontent .col2 /* inhoud over 2 kolommen */
	{
		width: 234px; 
		height: 252px;
		margin: 0 8px 10px 0;
	}
	
	#webcontent .col3 /* inhoud over 3 kolommen */
	{
		width: 152px;
		height:250px;
		margin: 0 6px 10px 0;
	}
		#webcontent #introText p img
		{
			float: right;
			margin: -10px 0 10px;
		}
		#webcontent .summary H1
		{
			margin: -2px 0 5px 0;
			line-height: 14px;
			font-size: 1.20em;
			font-weight: bold;
			text-align: left;
			padding-bottom: 6px; /* ---------- color_navigation ---------- */
			border-bottom:0px;
		}
		#webcontent .summary_title
		{
			height:41px;
			overflow:hidden;
		}
		#webcontent .summary P.image
		{
			margin-bottom: 6px;
			padding-bottom: 6px;
			text-align: center;
			border-bottom: 1px solid #FC0; /* ---------- color_navigation ---------- */
		}
			#webcontent .summary P.image IMG
			{
				border: none;
			}
	.more
		{
			font-weight: bold;
			font-size: 0.80em;
			font-style: italic;
			text-align: right;
			float:right;
			width:200px;
		}
		
	.more a
	{
		color:black;
		font-weight:bold;	
	}
		
		.logovlieg
		{
			float:left;
			padding-right: 8px;
			width: 30px;
			height: 22px;
			border: none;
		}
	
		.eventnaam
		{
			float:left;
			font-size: 12px;
			font-weight: bold;
			color: black; /* ---------- color_header ---------- */
			margin: 0;
			padding: 4px 0px;
			
		}
		
		.event_content
		{
			clear:left;
			font-weight:normal;
			color:black;
		}
		
		#webcontent .summary P.abspos
		{
			position: absolute;
			bottom: 4px;
			right: 5px;
			cursor: pointer;
		}
		#webcontent .summary P.more:hover
		{
			text-decoration: underline;
		}
	/* ------------ START HEADER-definitions --------------- */
	
	#header
	{
		height: 50px;
		background-color: #090; /* ---------- color_header ---------- */
	}
		
		#headerSearch
		{
			position: absolute;
			top: 15px;
			right: 10px;
		}
		#headerLang
		{
			position: absolute;
			top: 17px;
			right: 275px;
		}
		
		#headerLang a
		{
			color:#CCCC99;
		}
		
		#headerLang a.current
		{
			color:white;
		}
		
		#headerTitle
		{
			position: absolute;
			top: 0px;
			left: 0;
			height: 50px;
			width: 525px;
			background-image: url(/images/main/header_uig.png);
			behavior: url(/style/iepngfix.htc);
		}
		#headerTitle h1		/* Website-titel enkel voor afdrukken */
		{
			display: none;
		}
		
		#navHorizontal
	{
		height: 20px; 
		font-size: 0.80em;
		z-index: 1000;
		background-color: #FFCC00; /* ---------- color_navigation ---------- */
		
		background-image: url(/images/main/navHorizontalBack.png);
	/*  behavior: url(/style/iepngfix.htc); */
		background-repeat: repeat-x;
	}

		#navHorizontal UL
		{
			margin: 0px;
			z-index: 1000;
		}
		#navHorizontal ul LI
		{
			float: left;
			z-index: 1000;
			width: auto;
			padding: 0 2em;
			margin:0;
		}

#sfnav ul {
	line-height: 21px; 
	height: 30px;
}
	
	
	#banner
	{
		position: relative;
		height: 200px;
	}
		#bannerFlash
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 950px;
			height: 200px;
			z-index: 0;
		}
		#bannerlogo
		{
			position: absolute;
			bottom: 28px;
			right: 10px;
			width: 60px;
			height: 94px;
			z-index: 100;
		}
		#bannerImage
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 950px;
			height: 200px;
			z-index: 0;
			background-position: bottom;
		}
			#bannerTitle
			{
				position: absolute;
				top: 20px;
				left: 20px;
				width: 190px;
				height: 30px;
				background-image: url(/images/main/bannerTitle.png);
				behavior: url(/style/iepn gfix.htc);
				z-index: 100;
			}
	
	#navBreadcrumbs
	{
		height: 20px;
		font-size: 0.80em;
		padding-left: 8px;
		line-height: 1.90em;
		color: #666666;
		font-weight: bold;
		background-color: #FFCC00; /* ---------- color_navigation ---------- */
		background-image: url(/images/main/navBreadcrumsBack.png);
		background-position: bottom;
		background-repeat: repeat-x;
		behavior: url(/style/iepngfix.htc);
	}
		#navBreadcrumbs ul
		{
			padding: 0px;
			margin: 0px;
		}
			#navBreadcrumbs ul li
			{
				list-style: none;
				display: inline;
				padding: 0px;
			}			
			#navBreadcrumbs li a
			{
				padding-left: 6px;
				line-height: 2em;
				padding-right:35px;
			}
			#navBreadcrumbs li a:hover
			{
				text-decoration: underline;
			}
			
	/* ------------ END HEADER-definitions --------------- */

	/* ------------ START MIDDLE-definitions --------------- */
	
	#middle
	{
		margin-top: 10px;
	}
		#panelLeft
		{
			width: 200px;
			float: left;
			padding: 0 10px;
		}
        	#navVertical
			{
				width: 200px;
				border: 1px solid #FFF;
				background-color: #FFCC00; /* ---------- color_navigation ---------- */
			}	
				#navVertical A
				{
					display: block;
				}
				#navVertical A:hover
				{
					background-color: #090; /* ---------- color_header ---------- */
					color: #FFCC00; /* ---------- color_navigation ---------- */
				}
				
			#calendar
			{
			}
				#calendar IFRAME
				{
					width: 200px;
					height: 240px;
					margin-top: 10px;
					border: none;
					overflow: hidden;
				}
				
			#documentation
			{
				margin:10px 0;
			}
				#documentation a
				{
					display:block;
					margin:10px 0;
					width:200px;
					height:90px;
				}
				
				#documentation img
				{
					border:0;
				}
			
            #extraNet
			{
				width: 200px;
				border: 1px solid #FFF;
				margin-bottom: 20px;
				padding-bottom: 5px;
				background-color: #FFCC00; /* ---------- color_navigation ---------- */
			}
				#extraNet H1
				{
					text-align: center;
					font-size: 1.20em;
					margin: 3px 0px 4px 0px;
				}
								
				#extraNet p
				{
					clear: left;
					margin: 0;
					padding: 2px 0 0 0;
				}
				
				#extraNet label
				{
					float: left;
					width: 80px;
					text-align: right;
					padding-right:5px;
					font-size: 0.8em;
				}
				#extraNet input
				{
					width: 100px;
					font-size: 0.8em;
				}
				#extraNet_submit
				{
					cursor: pointer;
				}

			#extraNet A
			{
				display: block;
				background-image: url(/images/main/bullet.gif);
				background-repeat: no-repeat;
				background-position: 5px 10px;
				padding: 5px 0px 5px 15px;
				margin: 0px 3px;
				margin-bottom: 5px;
				border: 1px solid #000;
				border-bottom: 1px dotted #000;
				color: #000;
				font-weight: normal;
			}
				#extraNet A:hover
				{
					border: 1px solid #FFF;
				}
			
		#panelRight
		{
			width: 190px;
			float: right;
			padding: 0 10px 0 0;
		}
			
			#eventPaper
			{
				display:block;
				margin:10px 0;
				width:196px;
				height:90px;
			}
		
		#tools
		{
			text-align: right;
			position: absolute;
			right: 3px;
			top: 8px;
		}
		#tools img
		{
			border: none;	
			height: 16px;
			width: 16px;
		}
		
		#panelTopRight img
		{
			border:0px;
		}
		
		#panelMiddleLeft,
		#panelMiddleRight,
		#panelMiddleRightActions
		{
			position: relative;
			/* color: #090; */
			display: none;
			width: 180px;
			float: left;
			margin: 0 0 10px 0;
			padding: 5px;
			overflow-x: hidden;
			overflow-y: auto;
			background-color: #FFF; /* ---------- color_header ---------- */
			/* background-image: url(/images/main/panelMiddleBack.png);
			behavior: url(/style/iepngfix.htc); 
			background-repeat: repeat-x;
			background-position: bottom; */
			/*	border: 1px solid #090;  ---------- color_header ---------- */
		}
		#panelMiddleLeft
		/* #panelMiddleRight */
		{
			height: 450px;
		}
		/*#panelMiddleRight div
		{
			width: 100%;
		}
		#panelMiddleRight div.fixed_height
		{
			height: 400px;
		
		}*/	
		.event{
			width:145px;
		}
			#panelMiddleLeft A.event,
			#panelMiddleRight A.event
			{
				display: block;
				background-image: url(/images/main/bullet.gif);
				background-repeat: no-repeat;
				background-position: 5px 10px;
				padding: 5px 0px 10px 15px;
				margin-bottom: 5px;
				border: 1px solid #090; /* ---------- color_header ---------- */
				border-top: 1px dotted #CFC; /* ---------- color_header (lighter) ---------- */
				border-bottom: 1px dotted #CFC;
			}
				#panelMiddleLeft A.event:hover,
				#panelMiddleRight A.event:hover
				{
					border: 1px solid #FFF;
				}
				#panelMiddleLeft A.event H3,
				#panelMiddleRight A.event H3
				{
					font-size: 1.10em;
					margin: 0px;
					padding: 0px;
				}
				#panelMiddleLeft A.event EM,
				#panelMiddleRight A.event EM
				{
					font-size: 0.90em;
				}
		
		#panelMiddleRight,
		#panelMiddleRightActions
		{
			float: right;
			font-weight: bold;
			clear: right;
		}
				
			#panelMiddleRight H2
			{
				color: #CFC; /* ---------- color_header (lighter) ---------- */
			}
			
			#panelMiddleRight UL,
			#panelMiddleRightActions UL.items
			{
				list-style: url(/images/main/bullet.gif) outside;
				padding: 0;
				margin: 0;
			}
			
				#panelMiddleRight UL LI,
				#panelMiddleRightActions UL.items LI.item
				{
					padding: 0 0 3px 0;
					margin: 5px 0 5px 20px;
				}
	/*		#panelMiddleRight A,
			#panelMiddleRightActions A
			{
				color: #CFC;
				font-weight: normal;
			}
				#panelMiddleRight A:hover,
				#panelMiddleRightActions A:hover
				{
					color: #000;
				}*/

		#panelMiddleRightActions
		{
			margin-bottom: 10px;
			font-weight: normal;
		}
			#panelMiddleRightActions LI.item
			{
				margin-bottom: 10px;
			}
		
		#content
		{
			position: relative;
			float: left;
			margin: 0 auto;
			padding: 0 10px 0 0;
			text-align: left;
			width: 516px;
			font-size:1em;
		}
		#content div.main
		{
			position: relative;
			width: 100%;
			margin-bottom: 1.5em;	
		}
		#content div.main h1
		{
			width: 464px;
			border: none;
			margin: 0;
		}
		#content table#input_commerce {
			font-size: 11px;
		}
		#content div.commerce_data
		{
			position: relative;
			border: 1px solid #ddd;
			padding: 10px;
			margin-bottom: 20px;
			font-size: 1.1em;
		}
		#content div.commerce_data img#logo
		{	
			
			width: 180px;
			float: right;
			margin: 0;
		}
		#content div.commerce_data div#google_map
		{	
			width: 500px;
			height: 300px;
			margin: 0 auto;
		}
		
		#content div#commerce_list
		{
			float: left;
			width: 306px;
		}
		#content div#commerce_select
		{
			float: right;
			width: 180px;
			border: 1px solid #999;
			height: auto;
			background: #f5f5f5;
			padding: 10px 5px;
		}
		
		#content div#commerce_select ul
		{
			list-style: none;
			padding: 0 0 0 3px;
			margin:0;
			overflow: hidden;
		}
		#content div#commerce_select li
		{
			font-size: .9em;
			line-height: 1.6em;
		}
		#content div#commerce_select input#var 
		{
			width: 12.2em;
		}
		#content .azLine
		{
			width: 100%;
			border-bottom: 1px dotted #333;
			font-weight: bold;
			margin: 0 5px 8px 0;
			color: #333;
			cursor: default;
		}
		#content #found
		{
			color: #333;
			clear: both;
			position: relative;
			height: 16px;
			font-weight: bold;
			margin: 0 6px 10px 0;
		}
		
		#content .toTop
		{
			float: right;
			clear: none;
			margin-top: -13px;
		}
		#content div#azBalk 
		{
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			text-align: center;
			padding: 4px 0;
			margin-bottom: 12px;
		}
		#content div#azBalk a,
		#content div#azBalk span
		{
			margin: 0 -1px 0 -2px;
		}
		#content ul.searchResults
		{
			list-style-type: square;
		}
		
		ul#restoResults {
			margin:0 -10px 0 0;
			padding:0;
		}
		
		ul#restoResults li {
			border:1px solid #EEEEEE;
			display:block;
			float:left;
			height:210px;
			list-style:none outside none;
			margin:10px 10px 0 0;
			padding:10px;
			width:231px;
		}

		ul#restoResults li.even
		{
        		margin-right:0px !important;
		}
        


		ul#restoResults li a img 
		{
			border-color:#CC9933 !important;
		}
		
		#commerce_table
		{
			width: 96%;
			margin-left: 2%;
			border-collapse: collapse;
		}
		#commerce_table td
		{
			border-bottom: 1px solid #999;
			padding-bottom: 5px;
			text-align: center;
		}
		#commerce_table th
		{
			padding-bottom: 8px;
			text-align: center;
		}
		#commerce_table td img
		{
			border: none;
			height: 16px;
			width: 16px;
		}
		table.draw_selbox 
		{
			w idth: 420px;
		}
		table.draw_selbox select
		{
			font-size: .9em; 
			width: 202px;
			overflow: hidden;
		}
		table.input_openinghours
		{
			font-size: 11px;
			overflow: hidden;
		}
		table.input_openinghours select
		{
			font-size: 11px;
			overflow: hidden;
		}
		#panelBottomRight
		{
			border: 1px solid #090; /* ---------- color_header ---------- */
			height: auto;
			background: #f5f5f5;
			width: 180px;
			/* float: right;*/ 
			clear: both; 
			margin: 0 0 10px 0;
			padding: 5px;

		}
			#panelBottomRight a
			{
				line-height: 20px;
			}
			#panelBottomRight img
			{
				margin: 4px 2px -4px 0;
				height: 16px;
				width: 16px;
				border: none;
			}
			#panelBottomRight #copyright p
			{
				font-weight: bold;
			}
			#panelBottomRight #copyright p.small
			{
				font-weight: normal;
				font-style: normal;
				font-size: .8em;
			}
			#panelBottomRight #printPage,
			#panelBottomRight #mailPage,
			#panelBottomRight #reactToPage
			{
				display: block;
				margin: 5px;
				font-weight: bold;
			}
	/* ------------ END MIDDLE-definitions --------------- */

	/* ------------ START FOOTER-definitions --------------- */
	
	#footer
	{
		border-top: 1px solid #666666;
		/* border-top: solid 1px #FFCC00; /* ---------- color_navigation ---------- */
		padding: 0;
		margin: 10px 0 0 0;
		font-size: 1em;
	}
	
		#footerSites
		{
			height: 100px;
		}
		
		#footerSites A
		{
			width: 120px;
			padding: 20px 20px 0 20px;
			color: #FFCC00; /* ---------- color_navigation ---------- */
			float:left;
		}
		
		#footerSites A:hover
		{
			color: #FFFFFF;
		}
		
			#footerSites img
			{
				display:block;
				border: solid 1px #FFCC00; /* ---------- color_navigation ---------- */
			}
			
			#footerSites span
			{
				text-align: center;
			}
		
			#footerSites .site A:hover
			{
				color: #000000;
			}
		
		#footerCopyright
		{
			position:relative;
			width:950px;
			height: 90px;
			margin: 0 auto;
			} 
			
			#footerLeft{
				position:absolute;
				left:0;
				width: 380px;
				top:18px;
				text-align:right;
				line-height: 17px;
			}
			
			#footerLogoGenk{
				position:absolute;
				left: 393px;
				top: 10px;
				width: 44px;
				height: 69px;
				border: none;
				display:none;
			}
			#footerLogoCW{
				position: absolute;
				left: 447px;
				top: 20px;
				width: 111px;
				border: none;
			}
			#footerLogoToerismeVl{
				position: absolute;
				left: 4px;
				top: 10px;
				width: 61px;
				height: 80px;
				border: none;
			}
		
			#footerRight{
				position:absolute;
				right:0;
				width: 380px;
				top:26px;
				text-align:left;
				line-height: 17px;
			}
				
			#footerCopyright A
			{
				text-decoration: none;
			}				
			#footerCopyright A:hover
			{
				text-decoration: underline;
			}
			
			.normallstylelink{
				color:black;
			}

			.uitlogo
			{
				position:absolute;
				top:10px;
				right:30px;
			}
			
			.cwlogo
			{
				position:absolute;
				top: 45px;
				right: 36px;
				border:none;
			}
			
			.zoekform
			{
				position:relative;
			}
			
			.zoekevent
			{
				position: absolute;
				top: 100px;
				right: 60px;
				text-align: center;
			}
			
			#bannerLogo
			{
				 background: url("/images/Website-UiT-in-Genk.png") no-repeat scroll 100% 100% transparent;
			    height: 155px;
			    left: 0px;
			    position: absolute;
			    top: 0;
			    width: 244px;
			}
			
			#bannerLogo a
			{
				display:block;
				height: 155px;
				width: 258px;
				font-size:0px;
				color:#8DC63F;
				text-align:left;
			}

	/* ------------ END FOOTER-definitions --------------- */

/* ---------- END Structural ID-definitions ---------- */

