/*
* www.komtuveu.be styles
* site and design by Sander Houttekier (sander.houttekier@gmail.com)
*/

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a { outline: none; }
input[type="button"], input[type="submit"] {
	outline: none;
}

::selection { background: darkorange; color: #000; /* Safari */ }
::-moz-selection { background: darkorange; color: #000; /* Firefox */ }
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* end reset */




/* page default layout */
/*html {
	overflow-y:scroll;
	height: 100%;
}*/
body {
	background: #660000 url(/images/bg_site.png) repeat-x;
	margin: 0px; padding: 0px; 
	text-align: center; 
	display:block;
}

body.new {
	background: #404143 url(/images/new/fadetop.jpg) repeat-x left top;
}

body.new #bottomfadewrapper {
	background: url(/images/new/fadebottom.jpg) repeat-x left bottom;
}
body.new #topnoteswrapper {
	background: url(/images/new/fadetop.jpg) repeat-x;
}
body.new #bottomnoteswrapper {
	background: url(/images/new/robozombies.png) fixed repeat-x bottom center;
}


#main {
	background: #990000 url(/images/bg_main.png) no-repeat center top; 
	border: 1px solid #300; 
	border-top: 1px solid #300;
	margin: auto; 
	margin-top: 1em; 
	margin-bottom: .5em;
	padding: 0px 0px 10px 0px; 
	text-align: left; 
	width: 958px; 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#top{
	 
}
#title { 
	background: url(/images/title.png) no-repeat;
	height: 59px;
	margin-bottom: 1em;
	margin-top: 21em;
}
#content {
	
}
#sidebar {
	float: left;
	width: 159px;
}
div.sideblock {
	color: #fff;
	margin-bottom: 0em;
	padding: 0px 10px 10px 10px;
}
#body {
	color: #fff;
	float: right;
	width: 795px;
}
#breadcrumbnav { 
	color: #FFF; 
	padding: 0px 11px; 
	padding-bottom: 11px;
}
#breadcrumbnav {
	font-size:.8em; 
}
#bodyContent
{
	padding:0px 11px;
}

#footer {
	border-top:0px solid #ffffff; 
	clear: both; 
	color: #999900;
	font-size:.8em;
	font-weight:bold; 
	margin-bottom: 0em;
	padding-bottom:3em; 
	padding-top: 5px; 
	text-align:center; 
}

/* end page default layout */




/* FONTS standards */
body {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 12px; 
}
a {
	color: #FFFF00; 
	text-decoration:none;
}
p {
	margin-bottom: 1em;
}
h1 {
	margin-bottom: 1em;
}
h2.sideblockhead {
	border-bottom: 1px solid #FFFF00;
	font-size: 12px;
	padding: 2px 2px;
	margin-bottom: 10px;
	width:100%;
}
ul ul {
	margin-left: 10px;
	margin-top: 5px;
}
#breadcrumbnav span, #breadcrumbnav a {
	float:right;
}


.menuImg {
	position: relative;
	left: -10px;
}

.clear {
	clear:both;
}

ul#nav li
{
	margin-bottom: 15px;
}
ul#nav ul li, .mdwmenu ul li
{
	margin-bottom: 5px;
}
.mdwmenu ul
{
	margin-left:10px;
}


/* modal windows popup... */
div#overlay 
{
	position: absolute; top: 0; left: 0; /*right: 0; bottom: 0;*/
	background-color: #000;
	z-index: 950;
	opacity: 0; 
	filter: alpha(opacity=0);
}
div.modal 
{
	position: fixed; top: 100px; left: 50%; z-index: 951;
	width: 400px;
	padding: 20px; margin: 0 0 0 -200px;
	font-size: 24px; line-height: 30px; text-align: center;
	background-color: #600;
	color: white;
	border: 2px solid #C00;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
div.modalLoading
{
	position: fixed; top: 100px; left: 50%; z-index: 952;
	width: 40px;
	height: 40px;
	padding: 20px; margin: 0 0 0 -200px;
	font-size: 24px; line-height: 30px; text-align: center;
	background: white url(/images/loading.gif) no-repeat 10px 10px;
	color: white;
	border: 0px solid white;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a.btnOK, 
a.btnCANCEL
{
	display:block;
	background-color: #900;
	border: 2px solid #FF8C00;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 30px;
	width:118px;
}
a.btnOK
{
	float:left;
	margin-left: 40px;
}
a.btnCANCEL
{
	float:right;
	margin-right: 40px;
}
a.btnCLOSE
{
	background-color: #900;
	border: 2px solid #FF8C00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 20px;
	width: 20px;
	position:absolute;
	right:10px;
	top:10px;
	line-height: .8em;
	font-size: .8em;
	z-index: 955;
}
a.btnOK:hover,
a.btnCANCEL:hover,
a.btnCLOSE:hover
{
	border: 2px solid #FF0;
	background-color: #C00;
}
div.messageNav
{
	margin-top: 20px;
	text-align: center;
}
div.message {
	display:block;
	margin-top:20px;
}

.hidden, .hideme {
	display:none;
}

#loggedInStatus {
	position: relative;
	top:-15px;
	left:5px;
	font-size: .8em;
	width: 350px;
}
#loggedInStatus img.avatar {
/*	float: left;
	margin-right: 5px;
*/
}
#loggedInStatus a.avatar {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	background: url(/images/loading2.gif) no-repeat center center;
}
#loggedInStatus .loginInfo {
	float:right;
	width: 295px;
}
#loggedInStatus span {
	color: white;
	display:block;
}

#loggedInStatus a{
	display:block;
	margin-top: 5px;
}

ul.loginFormList {

}

ul.loginFormList li, ul.emailFormList li {
	padding-left:25px;
	padding-right:25px;
	margin-top:5px;
}

ul.loginFormList li span.error, ul.emailFormList li span.error {
	color: yellow;
	position: absolute;
	right: 50px;
}

#changePassContainer li span.error,#changeEmailContainer li span.error,#changeAvatarContainer li span.error {
	color: yellow;
	position: relative;
	right: 20px;
	font-size: 25px;
	line-height: 15px;
	top: 10px;
}

ul.loginFormList li label, ul.emailFormList li label {
	display:block;
	float:left;
	font-size:14px;
	text-align:left;
	width:75px;
	margin-top: 4px;
}

ul.loginFormList li h3, ul.emailFormList li h3 {
	color: yellow;
	font-size: 25px;
	/*margin-top: -20px;*/
	margin-bottom: 20px;
}

ul.loginFormList li input[type=text], ul.loginFormList li input[type=submit], ul.loginFormList li input[type=password],
ul.emailFormList li input[type=text], ul.emailFormList li input[type=submit], ul.emailFormList li input[type=password] {
	padding: 4px 10px 0px 10px;
	border: 2px solid #FF8C00;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	height: 20px;
	background-color: #900;
	color: white;
}

ul.loginFormList li input[type=text], ul.loginFormList li input[type=password],
ul.emailFormList li input[type=text], ul.emailFormList li input[type=password] {
	width:200px;
}
ul.loginFormList li input[type=submit], ul.emailFormList li input[type=submit] {
	width:100px;
	padding:0px;
	border-width: 2px;
	color: yellow;
	height: 25px;
	padding-bottom: 2px;
	margin-top:5px;
	float:right;
	margin-right: 25px;
}

ul.loginFormList li input:hover, ul.emailFormList li input:hover {
	border: 2px solid #FF0;
}
ul.loginFormList li input[type=submit]:hover, ul.emailFormList li input[type=submit]:hover {
	border: 2px solid #FF0;
}

a.forgotPass, a.backtologin {
	font-size: 11px; 
	float: left; 
	margin-top: 5px;
}

#errContainer {
	padding: 0px 50px 0px 25px; 
	font-size: 14px; 
	text-align: left; 
	line-height: 15px;
	margin-top: 15px; 
	color: #F60;
}
ul#nav ul li.selected {
	font-weight:bold;
	color: orange;
}

span.icon-arrow {
	margin-right: 0px;
	background: url(/images/arrow2.gif) no-repeat 0px 2px;
	margin-left: -7px;
}

ul#feestLijst {
	

}
ul#feestLijst li {
	display: block;
	margin-bottom: 10px;
}
ul#feestLijst li img {
	display: block;
	float:left;
	margin: 0px 10px;
	height:48px;
	width: 48px;
	display:none;
	
}
ul#feestLijst li .listContent {
	display:block;
	float:right;
	width: 700px;
	
}
ul#feestLijst li a {
	display:block;
	margin-bottom: 5px;

}
ul#feestLijst li span {	
	display: block;


}

#titletoggle {
	position: relative;
	margin-left: -25px;
	width: 20px;
	height: 20px;
	display: block; /*change to block to make it work*/
	border: 0px solid yellow;
}
#titletoggle.toggleup  {
	background: url(/images/arrow-up.gif) no-repeat center center;
}
#titletoggle.toggledown {
	background: url(/images/arrow-down.gif) no-repeat center center;
}

span.caption {
	display: block; 
	font-size: 0.8em; 
	font-style: italic; 
	margin: 2px 0px;
}


#title.toggleup { margin-top: 4em; }
#title.toggledown { margin-top: 21em; }


ul.referentielijst
{
	margin-right: 100px;
}
ul.referentielijst li
{
	padding: 5px 5px 10px 5px;
}
ul.referentielijst h2
{
	font-size: 16px;
	padding: 2px;
}
ul.referentielijst ul li
{
	padding: 1px;
}

div.profileBlock
{
	border:2px solid #FF8C00;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	height: 175px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align: left;
	
}
div.profileBlock .errContainer
{
	display:inline-block;
	width: 285px;
	height: 50px;
	color: #FF6600;
	font-weight: bold;
}
div.profileBlock .button
{
	float: right;
	margin-right: 15px;
}

div.profileBlock .button.hover {
	border: 2px solid #FF0;
	color: #FF0;
	background-color: #CC0000;
}
#changeAvatarContainer .button {
	width: 125px;
}
#changeAvatarContainer .button.loading 
{
	background: #990000 url(/images/loading2.gif) no-repeat 2px 1px;
}

.SI-FILES-STYLIZED label.cabinet
{
	width: 79px;
	height: 22px;
	background: url(http://farm3.static.flickr.com/2407/2283035881_fb15a20258.jpg?v=0) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}
.SI-FILES-STYLIZED label.cabinet:hover
{
	background: url(http://farm3.static.flickr.com/2407/2283035881_fb15a20258.jpg?v=0) 0 0 no-repeat;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	cursor: pointer;
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
