/* ------------- algemene opmaak ------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-image: url(/inc/img/bgrepeat.jpg);
}

/* Oplossing IE BUG letterspacing */
br { 
	letter-spacing: 0px;
}

img {
	border: 0;
	_display: block;
}

a {
	color: #d15c00;
	text-decoration: none;
}

a:hover {
	color: #d15c00;
}

p {
	padding: 0;
	margin: 5px 0 15px 0;
	line-height: 20px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 16px;
	margin: 0;
}

h3 {
	font-size: 14px;
	margin: 0;
}

h4 {
	margin: 8px 0 8px 0;
}

th {
	text-align: left;
}
.clearfix {
	clear: both;
}


#outerContainer {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 884px;
	background-image: url(/inc/img/shadowrepeat.png);
	background-repeat: repeat-y;
	padding: 0 10px 6px 10px;
	float: left;
}

#header {
	width: 844px;
	height: 154px;
	padding: 0 20px 0 20px;
	background-image: url(/inc/img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#header .logo {
	width: 344px;
	height: 110px;
	margin: 25px 0 0 0;
	float: left;
}

#header .login {
	width: 185px;
	height: 110px;
	margin: 25px 0 0 0;
	float: right;
}
#header div.login div.loginError {
	margin-top: 8px;
	color:#F00;
}

#navigation {
	width: 881px;
	height: 32px;
	margin: 8px 0 0 0;
	background-image: url(/inc/img/menurepeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f8f6f4;
	border: 1px solid #dbcfc4;
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navigation ul li {
	display: inline-block;
	float: left;
	padding: 0;
}

#navigation ul li a {
	height: 23px;
	width: 104px;
	margin: 1px 0 0 0;
	padding: 7px 20px 0 20px;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
}

#navigation ul li a:hover {
	color: #d15c00;
}

#navigation ul li.current a {
	color: #FFFFFF;
	background-color: #cebdaf;
}

#navigation .menuspacer {
	width: 1px;
	height: 31px;
	background-image: url(/inc/img/menuspacer.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content {
	width: 844px;
	min-height: 440px;
	_height: 440px;
	margin: 25px 0 0 0;
	padding: 0 20px 10px 20px;
	float: left;
}

#content #eventGroups {
	border: 1px solid #C1C1C2;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f8f9f9
}


#content #eventGroups ul {
	margin: 10px 0 5px 0;
	padding: 0;
	list-style: none;
}

#content #eventGroups ul li a {
	height: 24px;
	margin: 0;
	padding: 5px 0 0 0;
	color: #444444;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
}

#content #eventGroups ul li a:hover {
	color: #d15c00;
}

#content #eventGroups ul li.selected a {
	color: #d15c00;
}

#shadowBottom {
	width: 904px;
	height: 4px;
	background-image: url(/inc/img/shadowbottom.png);
	background-repeat: no-repeat;
	float: left;
}

#footer {
	height: 20px;
	padding: 5px 30px 0 0;
	color: #CCCCCC;
	float: right;
}


/* --------------- BOX --------------- */
.box {
	/*width: 280px;
	height: 205px;*/
	position: relative;
	margin: 0 0 20px 0;
	_margin: 0 0 10px 0;
}

.box .top {
	height: 5px;
	position: relative;
	_font-size: 0; /* IE6 fix */
}

.box .top .cornerLeft {
	width: 5px;
	height: 5px;
	background-image: url(/inc/img/boxTopLeft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.box .top .middle {
	height: 5px;
	background-image: url(/inc/img/boxTop.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin: 0 5px 0 5px;
}

.box .top .cornerRight {
	width: 5px;
	height: 5px;
	background-image: url(/inc/img/boxTopRight.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.box .middle {
	position: relative;
	height: 100%;
}

.box .middle .borderLeft {
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	background-image: url(/inc/img/boxLeft.jpg);
	background-repeat: repeat-y;
	_height: expression(this.parentNode.clientHeight);
}

.box .middle .content {
	height: 100%;
	margin: 0 5px 0 5px;
	position: relative;
	background-color: #FFFFFF;
}

.box .middle .borderRight {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom:0;
	background-image: url(/inc/img/boxRight.jpg);
	background-repeat: repeat-y;
	_height: expression(this.parentNode.clientHeight);
}

.box .bottom {
	height: 5px;
	position: relative;
	_font-size: 0; /* IE6 fix */
}

.box .bottom .cornerLeft {
	width: 5px;
	height: 5px;
	background-image: url(/inc/img/boxBottomLeft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.box .bottom .middle {
	height: 5px;
	background-image: url(/inc/img/boxBottom.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin: 0 5px 0 5px;
}

.box .bottom .cornerRight {
	width: 5px;
	height: 5px;
	background-image: url(/inc/img/boxBottomRight.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.box p {
	margin: 0 0 5px 0;
}

/* --------------- Calendar ---------------- */
div.calendarBox {
	width: 210px;
}
div.calendarBox div.header a {
	display: block;
	height: 16px;
	padding-top: 3px;
	text-decoration: none;
	text-align: center;
	color: #141c59;
}
div.calendarBox div.back {
	float: left;
	width: 10%;
}
div.calendarBox div.next {
	float: left;
	width: 10%;
}

div.calendarBox div.monthName {
	display: block;
	float: left;
	width: 80%;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
}
div.calendarBox div.dayNames ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	left:0;
}
div.calendarBox div.dayNames ul li,
div.calendarBox div.days div,
div.calendarBox div.days a {
	display: block;
	float: left;
	width: 29px;
	height: 19px;
	margin: 1px 1px 0px 0px;	
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}

div.calendarBox div.dayNames ul li {
	background: none;
	background-color:#6a5d4a;
	color: #FFFFFF;
}


div.calendarBox div.days div.offDay {
	background-color:#EEEEEE;
	opacity: .50;
	filter: alpha(opacity=50);
	text-align: center;
}

div.calendarBox div.days a.onDay {
	background-color: #eae6df;
	color: #444444;
}

div.calendarBox div.days a:hover {
	text-decoration: none;
	color: #141c59;
}

div.calendarBox div.days a.activeDay {
	background-color: #d15c00;
	color: #FFFFFF;
	font-weight: bold;
}

div.calendarBox div.days a.activeDay:hover {
	background-color: #ffffff;
	color: #d15c00;
}

div.calendarBox div.days a.activeDay.past {
	background-color: #99dcfa;
	color: #FFFFFF;
	font-weight: bold;
}

div.calendarBox div.days a.activeDay.past:hover {
	background-color: #ffffff;
	color: #5bbce7;
}

div.calendarBox div.days a.activeDay.today {
	background-color: #2b88b2;
	color: #FFFFFF;
	font-weight: bold;
}

div.calendarBox div.days a.activeDay.today:hover {
	background-color: #ffffff;
	color: #5bbce7;
}

div.calendarBox div.days a.activeDay.selected {
	background-color: #ffffff;
	color: #d15c00;
	font-weight: bold;
}
/* -------------- Foto album --------------- */
div.photoAlbum div.photoHolder {
	margin-bottom: 10px;
	width: 619px;
	float: left;
}
div.photoAlbum div.photoInfo {
	margin-bottom: 10px;
	width: 619px;
	float: left;
}
div.photoAlbum div.photoStrip {
}
div.photoAlbum div.photoStrip {
	margin-bottom: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	border: 1px solid #E8E0DA;
	width: 601px;
	float: left;
}
div.photoAlbum div.photoStrip img.thumb {
	padding: 10px 16px 0px 0px;
	float: left;
}
div.photoAlbum div.photoPages {
	width: 619px;
	float:left;
}
div.photoAlbum div.photoPages span.selected {
	font-weight: bold;
}
/* ------------- formulier velden -----------*/
input.btn {
	background-color: #CEBDAF;
	border: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	width: 90px;
	height: 22px;
}

input.btn:hover {
	background-color: #75461d;
	border: none;
	color: #ffffff;
}

input.textbox {
	border-color: #e0d6cd;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	width: 175px;
	margin: 0 0 5px 0;
	color: #CCCCCC;
}

textarea.textarea {
	border-color: #e0d6cd #e0d6cd #e0d6cd #e0d6cd;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 240px;
}

.loginerror {
	color: #c00c00;
}

/* ------------- einde formulier velden ------- */

/* -------------- Profiel formulier ------------ */

table#tblUser th {
	text-align: left;
}
table#tblUser td {
	padding-right: 3px;
}
table#tblUser input {
	/*width: 190px;*/
	width: 280px;
}
table#tblUser textarea {
	width: 280px;	
}



/* ------------- blog -------------------------- */
#blogcomment {
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
}
#blogcomment .author_container {
	height: 20px;	
}

#blogcomment .author{
	float: left;
	padding: 0 20px 5px 0;
	background-position: right bottom;
	background-image: url(/inc/img/blog_comment.gif);
	background-repeat: no-repeat;
}
#blogcomment .comment_shadow {
	background-position: bottom;
	background-image: url(/inc/img/blog_comment_shadow.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
}

#blogcomment .comment{
	border:1px solid #BCBCBC;
	padding: 6px 8px 6px 8px;
	margin-top: -1px;
}

#blogcomment .comment img{
	margin: 0px;
}

#blogcomment .datetime{
	font-size: 90%;
	color: #BCBCBC;
	margin: 5px 0 0 10px;
}

/* ------------- einde blog -------------------- */



/* ------------- filedownload in tinymce -------*/

a.WA_fileupload.pdf {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.doc, a.WA_fileupload.docx {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_word.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.xls, a.WA_fileupload.xlsx {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_excel.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.ppt, a.WA_fileupload.pptx {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_powerpoint.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.txt {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_text.png);
	background-repeat: no-repeat;
	display: inline-block;
}

a.WA_fileupload.zip, a.WA_fileupload.rar {
	padding: 0px 0px 4px 22px;
	background-image: url(/CFIDE/icons/page_white_compressed.png);
	background-repeat: no-repeat;
	display: inline-block;
}

/* ------------- einde filedownload in tinymce -*/
