/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
h1{
	font-size: 24px;
	margin: 5px 0;
	font-weight: bold;
}

h2{
	font-size: 18px;
	margin: 5px 0;
	font-weight: bold;
}

h3{
	font-size: 16px;
	margin: 5px 0;
	font-weight: bold;
}

p {
	margin: 5px 0;
}

strong {
	font-weight: bold;
}

form {
	display: inline;
}

body, html {
	font-family: "Franklin Gothic Book", Helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

table, tr, td {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	vertical-align: top;
}

body{
	background: #FFF;
}

#site{
	background: #FFF url('../img/intro/background.png') repeat-x fixed 0 50%;
	padding-bottom: 10px;
}

a, a:hover, a:visited, a:link, a:active, a:focus  {
	text-decoration: none;
}

a:visited {
	color: #FF9801;
}

a.search {
	color: #FFFFFF;
}

#main{
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 944px;
	background: #CBCBCB;
}

#header{
	margin: 0 0;
}

#header_top{
	text-align: right;
	margin: 0 5px 2px 0;
	height: 18px;
}

#header_top input.button{
	background: transparent url('../img/button.gif');
	border: 0;
	width: 70px;
	height: 16px;
	cursor:pointer;
	margin: 0 15px 0 10px;
	color: #fff;
	font-size: 12px;
}

#header_top #edit_profile{
	background: transparent url('http://introductiealmere.nl/css/img/button2.gif');
	border: 0;
	width: 80px;
	height: 16px;
	cursor:pointer;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
}


#header_logo{
	width: 158px;
	height: 140px;
	float: left;
	background: url('../img/intro/logo.png') no-repeat;
}

#header_logo a{
	display: block;
	height: 100%;
	width: 100%;
}

#header_right{
	float: left;
	width: 755px;
	margin-left: 12px;
}

#header_right_imagebar{
	background: url('../img/topbanner.gif') no-repeat;
	width:773px;
	height: 93px;
}

#header_right_imagebar_margin{
	padding: 8px;
}

#header_right_imagebar_margin_left{
	float: left;
}

#header_right_imagebar_margin_left a.thickbox{
	margin: 0 1px;
}

#header_right_imagebar_margin_right{
	float: right;
	font-size: 10px;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px dotted #fff;
}

#header_right_imagebar_margin_right input.text{
	width: 80px;
	height: 13px;
	margin-right: 10px;
	font-size: 10px;
}

#header_right_imagebar_margin_right input.login_button{
	background: transparent url('../img/button.gif');
	border: 0;
	width: 70px;
	height: 16px;
	cursor:pointer;
	color: #fff;
	font-size: 12px;
}

#header_right_imagebar_margin_right a.newprofile_button{
	background: transparent url('../img/button.gif');
	border: 0;
	width: 70px;
	height: 16px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#header_right_historybar{
	background: url('../img/topnav.gif') no-repeat;
	width:773px;
	height: 41px;
	margin-top: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

#header_right_historybar a{
	color: white;
}

#header_right_historybar_margin_left{
	float: left;
	margin: 12px 10px;
}

#header_right_historybar_margin_right{
	float: right;
	margin: 12px 10px;
}

#header_right_historybar_margin_right input{
	border:1px solid #000000;
	font-weight: normal;
	font-size: 10px;
}

#header_right_historybar_margin_right input.text{
	width:112px;
}


#header_right_historybar_margin_right input.button{
	width: 60px;
}

#wrapper{
	background: #CBCBCB url('../img/wrapper.gif') repeat-y scroll left top;
	margin: 10px 0;
}

#menu{
  width: 157px;
  background-color: #5c5454;
  float: left;
  color: #cccccc;
}

#menu_margin{
	margin: 15px 9px 0 9px;
}

#menu_bar{
	margin-bottom: 20px;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menu_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	background-color: #5c5454;
}

#menu_bar ul li {
	position: relative;
}

#menu_bar li ul {
	position: absolute;
	left: 142px;
	top: 0;
	display: none;
}

#menu_bar li ul li ul{
	left: 159px;
}

#menu_bar li ul {
	width: 160px;
}

/* Styles for Menu Items */
#menu_bar ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5C5454 url('../img/intro/bullet.png') no-repeat 0 50%;
	padding: 2px 10px 3px 28px;
	border-bottom: 0;
	height: 16px;
	border-top: 1px dashed #7E7878;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu_bar ul li { float: left; height: 1%; }
* html #menu_bar ul li a { height: 1%; }
/* End */

#menu_bar ul li a:hover, #menu_bar ul li a:focus {
	color: #E47E18;
} /* Hover Styles */

#menu_bar li:hover ul { display: block; } /* The magic */

#menu_bar ul ul, #menu_bar li:hover ul ul {
	display:none;
}

#menu_bar li:hover ul, #menu_bar li:hover li:hover ul {
	display:block;
}

#menu_margin table.smallCalendar {
	width: 140px;
	margin-top: 10px;
}

.clsCursor{
	width: 6px;
}

.smallCalendarDate {
	border: 1px solid #949A98;
	color: #CCCCCC;
	text-align: center;
	cursor: pointer;
}

.smallCalendarDay {
	border: 1px solid #949A98;
	color: #FF9801;
	text-align: center;
}

.smallCalendarDateToday, .smallCalendarDateTodaySelected, .smallCalendarDateEventTodaySelected, .smallCalendarDateEventToday{
	border: 1px solid #949A98;
	color: #FFFFFF;
	background-color: #FF9801;
	text-align: center;
}

.smallCalendarDateSelected {
	border: 1px solid #949A98;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.smallCalendarDateEvent {
	border: 1px solid #949a98;
	color: #FFFFFF;
	background-color: #DDDDDD;
	text-align: center;
	cursor: pointer;
}

.smallCalendarDateEventSelected {
	border: 1px solid #949a98;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
}

.smallCalendarDateMonth {
	color: #FFFFFF;
	text-align: center;
	border: 0;
}

#menu_text{
	text-align: center;
	margin-top: 10px;
}

#menu_text a{
	color: #cccccc;
}

#content{
	margin-left: 14px;
	padding-bottom: 10px;
	width: 640px;
	float: left;
	background: #EEECED url('../img/intro/handAshtray.png') no-repeat 0 100%;
}

#content ul{
	margin: 0 0 0 40px;
}

#content form input.button{
	margin: 5px 0;
	border:1px solid #000;
}

#content.large{
	width: 772px;
}

#content_left{
	float: left;
	width: 350px;
	margin-left: 10px;
}

#content_left.large{
	width: 482px;
}

#content_right{
	float: right;
	width: 250px;
	margin-bottom: -10px;
	background-color: #808080;
}

#content_right a{
	color: white;
}

#content_right_margin{
	margin: 5px;
}

#content_right_margin div{
	width: 236px;
	color: white;
	padding: 5px 2px;
	overflow: hidden;
}

#content_right_margin div.lightbox{
  background-color: #989898;
}

#content_right_margin form input.commentBox{
	width: 175px;
	float: left;
}

#content_right_margin form input.button{
	float: right;
	margin: 0 0;
	border:1px solid #000;
	width: 55px;
	font-size: 12px;
}


#content_right_margin div span.title{
	font-weight: bold;
}

#skyscraper{
	float: right;
	width: 122px;
	background-color: #EEECED;
	text-align: center;
	padding: 10px 0;
	margin-left: 10px;
}

#footer{
	padding: 10px;
	width: 924px;
	background-color: #EEECED;
	font-size: 10px;
}

#footer_banner{
	width: 100%;
}

hr.line{
	border: 1px dashed #BBB;
	height: 2px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

#closer{
	margin: 0 auto;
	height: 10px;
	background-color: #272727;
	width: 962px;
}

#fileList li { height: auto; }