/* Reset CSS
 --------------------------------------------------*/
html, body, span, applet, object, iframe, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, form, label, legend, table, caption, tbody, tfoot, thead { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
:focus					{ outline: 0; }
body					{ }
ol, li					{ list-style: none; }
table					{ text-align: left; border-collapse: collapse; }

/* GLOBAL
 --------------------------------------------------*/
html					{ height: 100%; }

body {
    background-image: url('/styles/demeester/background.jpg');
    background-repeat: repeat;
	background-color: #fff;
    color: #000;
    height: 100%;
	font-family: "Trebuchet MS";
    font-size: 11px;
}

table 					{ vertical-align: top; }
div						{ font-size: 8pt; 	vertical-align: top; }
h1, h2, h3, h4, h5		{ font-weight: bold; }
h1						{ font-size: 18pt; }
h2						{ font-size: 14pt; }
h3						{ font-size: 12pt; }
h4						{ font-size: 10pt; }
ul						{ margin: 0 0 8px 0; padding: 0 0 0 30px;}
li						{  list-style: disc; }
span					{ padding-right: 10px; }
p						{ padding: 0 0 2px 0; margin: 0 0 4px 0; }
form					{ }
fieldset				{ }
legend					{ }
textarea				{ width: 670px; border: 1px solid #000; }
iframe					{ }
em						{ font-style: italic; }
pre						{ white-space: pre-wrap; font: 1.2em / 1em monospace; text-align: left; color: black; font-family: Courier New, Courier, monospace; }
hr						{ clear: both; border: 0; margin: 5px 0px 5px 0px; height: 1px; color: #000; background-color: #000; }

input {
    border: 1px solid #ed4b00;
    background-color: #fff;
    color: #40444c;
    padding: 0 1px 0 1px;
    font-size: 7.5pt;
    height: 14px;
	margin: 0 0 2px 0;
}

select,option {
    color: #40444c;
	margin: 0 0 2px 0;
    font-size: 7.5pt;	
	height: 18px;
}

input[disabled], select[disabled], textarea[disabled] {
    background-color: #c0c0c0;
}

button {
    color: #40444c;
    padding: 0 4px 0 4px;
    font-size: 7pt;
    height: 18px;
	line-height: 10px;
	vertical-align: top;
	border: 1px solid #ed4b00;
	background-color: #fff;
}

/* Classes
 * --------------------------------------------------*/
.b						{ font-weight: bold; }
.w5						{ width: 5%; }
.w10					{ width: 10%; }
.w15					{ width: 15%; }
.w20					{ width: 20%; }
.w25					{ width: 25%; }
.w30					{ width: 30%; }
.w35					{ width: 35%; }
.w40					{ width: 40%; }
.w45					{ width: 45%; }
.w50					{ width: 50%; }
.w55					{ width: 55%; }
.w60					{ width: 60%; }
.w65					{ width: 65%; }
.w70					{ width: 70%; }
.w75					{ width: 75%; }
.w80					{ width: 80%; }
.w85					{ width: 85%; }
.w90					{ width: 90%; }
.w95					{ width: 95%; }
.w100					{ width: 100%; }

/* Error levels
 * --------------------------------------------------*/
.error					{ color: #4e7b72; }
.warning				{ color: #41c941; }
.important				{ font-variant: small-caps; font-size: 1.5em; }
.errorfield				{ border: 1px solid #4e7b72; }
.errormessage			{ color: #4e7b72; padding: 0 0 0 4px; }

/* Div as table shortcodes
 * --------------------------------------------------*/
.fl						{ float: left; }
.fr						{ float: right; }
.ctr					{ text-align: center; }
.rgt					{ text-align: right; }
.small					{ font-size: 0.8em; }
.large					{ font-size: 1.3em; }
.middle					{ vertical-align: middle; }
.grey					{ color: #888; }
.lgrey					{ color: #ddd; }
.strike					{ text-decoration: line-through; }
.lft					{ float: left; }
.radio					{ border: 0px; background: transparent; }
.clear					{ clear: both; }
.scrollbar				{ overflow-y: auto; background-color: inherit; }
.line					{ border-top: 1px solid #000; height: 5px; }
.divloader				{ border: 1px solid green; }

/* Pagination
 * --------------------------------------------------*/
.pagination				{ float: left; margin: 0 0 4px 0; padding: 0 0 0 0; width: 100%; border-top: 1px dashed #433529; border-bottom: 1px dashed #433529; background-color: #fff;}
.pagination ul			{ margin: 0; padding: 0; }
.pagination li			{ float: left; vertical-align: middle; list-style: none; padding: 1px; line-height: 20px; text-align: center; }
.pagination .current	{ color: #b1c430; }
.pagination .image		{ width: 16px; height: 16px; }
.pagination .button		{ width: 120px; height: 16px;}

/* Tabledata normal place to store data in
 * --------------------------------------------------*/
.tabledata				{ width: 100%; border: 0; margin: 0; }
.tabledata th			{ border-bottom: 2px solid #99af00; font-weight: bold; }
.tabledata td			{ padding: 3px; }
.tabledatagray			{ color: #c0c0c0; }

/* Changing rowcolours!
 * --------------------------------------------------*/
.row1					{ min-height: 16px; line-height: 16px; padding: 4px;}
.row2					{ background-color: #c0c0c0; min-height: 16px; line-height: 16px; padding: 4px;}

/* Mainmenu
 * --------------------------------------------------*/
.mainmenu {
	margin: 0 0 5px 0; 
	padding: 0 0 0 0;
}
.mainmenu dt {
	margin: 0;
	padding: 0 0 0 0;
	height: 35px;
	line-height: 20px;
	color: #11c7d8;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
	background-image: url('/styles/demeester/menu-head.png');
	background-repeat: repeat-x;
}
.mainmenu a	{ 
	color: #fff;
	font-weight: bold; 
	text-decoration: none;
	padding: 0px 0 0px 0;
}
.mainmenu dd {
	margin: 0;
	padding: 0 0 0 0;
}
.mainmenu dl			{ 
	width: 100%;
	padding: 0 0 5px 0;
}
.mainmenu ul, li, ol { margin: 0 0 0 4px; padding: 0 0 0 0; list-style: none;}
.menu dd				{ }
.menu li a				{ }
.menu a:hover			{ }
.menu li a:hover		{  }

/* Menu bullet, change only if site needs it
 * --------------------------------------------------*/
.mid					{ background-image: url(/images/menu_mid.gif); background-repeat: repeat-y; background-position: 4px 0px; padding-left: 20px; height: 13px; }
.last					{ background-image: url(/images/menu_last.gif); background-repeat: no-repeat; background-position: 4px 0px;  padding: 0 0 0 20px; }

/* Boxed models ;-)
--------------------------------------------------*/
.boxed {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	width: 100%;
}

.boxed .boxtitle		{
	padding: 0 0 0 0; 
	margin: 0;
	height: 20px;
	color: #11c7d8;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform:uppercase;
	overflow: hidden;
}

.boxed .boxcontent {
	min-height: 40px;
	padding: 0 0 0 0; 
	margin: 0;
	color: #504545;
}

.boxed .boxcontent dl	{ margin: 0; padding: 0; }
.boxed .boxcontent dd	{ float: left; width: 25%;  margin: 0; padding: 0; min-height: 20px; text-align: left; }
.boxed .boxcontent dt	{ float: left; width: 70%;  margin: 0; padding: 0; min-height: 20px; text-align: left; }

.boxed ol,ul	{ list-style: disc; }
.boxed ol li	{ list-style: disc; }
.boxed ul li	{ list-style: disc; }

.boxedsmall {
	padding: 0 0 0 2px;
	margin: 0 0 5px 0;
	width: 220px;
	float: left;
	min-height: 20px;
}

.boxedsmall .boxcontent strong {
	min-height: 50px;
	display: block;
	padding: 0 0 0 2px;
}

.boxedsmall .boxcontent a {
	float: right;
	margin: 0 24px 0 0;
}

.boxedsmall .boxtitle		{
	padding: 0 0 0 0; 
	margin: 0;
	height: 20px;
	color: #11c7d8;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform:uppercase;
	overflow: hidden;
}

.boxedsmall .boxcontent {
	min-height: 40px;
	padding: 0 0 0 0; 
	margin: 0;
	color: #504545;
}

/*
	Dropdownmenu
*/
#menubar { width: 860px; height: 20px; padding: 0; margin:0; }
#menubar, #menubar ul {  }
#menubar li { float: left; height: 20px; padding: 0 5px 0 0; }
#menubar li a {
	display: block;
	z-index: 1000;
	text-decoration: none;
	font-size: 14pt;
	font-style: bold;
	color: #ed4b00;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	min-height: 24px;
	line-height: 22px;
}
#menubar li a:hover { color: #b1c430; }
#menubar a.trigger { }
#menubar li ul li a { padding: 0; }
#menubar li ul, #menubar ul li  { width: 100px; } 
#menubar ul li a  {
	color: #ed4b00;
	border-right: 0;
	width: 160px;
	text-align: left;
	line-height: 14px;
	height: 15px;
	padding: 0;
	margin: 0;	
}
#menubar li ul {
	position: absolute;
	z-index: 2000;
	display: none;
	color: #ed4b00;
	background-color: #fff;
	border-right: 1px dashed #416919;
	border-bottom: 1px dashed #416919;
	border-left: 1px dashed #416919;
	padding: 8px 0 2px 0;
	margin: 0;
	width: 180px;
}

#menubar li ul a {
	font-size: 12px;	
}

#menubar li:hover { }
#menubar a:focus, #menubar a:active, #menubar li.hvr a { color: #ed4b00; }
#menubar li:hover li:hover { background-image: none; }
#menubar li:hover ul, #menubar li.hvr ul { display: block; }
#menubar li:hover ul a, #menubar li.hvr ul a { color: #ed4b00; background-color: transparent; }
#menubar ul a:hover { color: #c0c0c0!important; }
#menubar li {width: auto;}
#menubar li ul { list-style: none; }

/* Links LoVeHAte
 * --------------------------------------------------*/
a:link					{ color: #282828; text-decoration: none; }
a:visited				{ color: #282828; text-decoration: none; }
a:hover					{ color: #b1c430; text-decoration: underline; }
a:active				{ color: #282828; text-decoration: none; }
