/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family: Arial, Helvetica, sans-serif;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre; background: #000; color: #efefef; text-align: left;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:2px 2px 2px 2px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 
{ float:left;
  margin-right:10px; /* [CK]14aug11 was 10px */
}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 10px;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:2px;}
input.title {font-size:1.;}
textarea {width:390px;height:250px;padding:5px;margin-bottom: 0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.preview {height:250px;padding:5px;overflow: auto; background: #fff;}

body div.dialog table,body div.dialog td, body div.dialog th {
	vertical-align: baseline;
}

/* Word in alle thema's gebruikt */
.maxwidth-span-1, .maxwidth-span-2, .maxwidth-span-3, .maxwidth-span-4, .maxwidth-span-5, .maxwidth-span-6, .maxwidth-span-7, .maxwidth-span-8, .maxwidth-span-9, .maxwidth-span-10, .maxwidth-span-11, .maxwidth-span-12, .maxwidth-span-13, .maxwidth-span-14, .maxwidth-span-15, .maxwidth-span-16, .maxwidth-span-17, .maxwidth-span-18, .maxwidth-span-19, .maxwidth-span-20, .maxwidth-span-21, .maxwidth-span-22, .maxwidth-span-23, .maxwidth-span-24{overflow: hidden; height: auto; margin: 0; padding: 0;}
.maxwidth-span-1 {width:30px;}
.maxwidth-span-2 {width:70px; }
.maxwidth-span-3 {max-width:110px;}
.maxwidth-span-4 {max-width:150px;}
.maxwidth-span-5 {max-width:190px;}
.maxwidth-span-6 {max-width:230px;}
.maxwidth-span-7 {max-width:270px;}
.maxwidth-span-8 {max-width:310px;}
.maxwidth-span-9 {max-width:350px;}
.maxwidth-span-10 {max-width:390px;}
.maxwidth-span-11 {max-width:430px;}
.maxwidth-span-12 {max-width:470px;}
.maxwidth-span-13 {max-width:510px;}
.maxwidth-span-14 {max-width:550px;}
.maxwidth-span-15 {max-width:590px;}
.maxwidth-span-16 {max-width:630px;}
.maxwidth-span-17 {max-width:670px;}
.maxwidth-span-18 {max-width:710px;}
.maxwidth-span-19 {max-width:750px;}
.maxwidth-span-20 {max-width:790px;}
.maxwidth-span-21 {max-width:830px;}
.maxwidth-span-22 {max-width:870px;}
.maxwidth-span-23 {max-width:910px;}
.maxwidth-span-24 {max-width:910px;}

/* floats */

.float-left,  #contentwrapper #contentbox .float-left{float:left; display: inline;}
.float-right, #contentwrapper #contentbox .float-right{float:right; display: inline}
.float-none, #contentwrapper #contentbox .float-none{float: none; display: block;}

em, small{color: #777;}
small, small a{font-size: 0.95em;}
.reaction-body blockquote{
	margin-left: 110px;
}
.reaction-body blockquote blockquote{
	margin: 1.5em;
}
fieldset{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 10px 10px;
}
legend{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
fieldset table{
	margin-bottom: 0;
}
/* snelle margin en padding classes */
.margin{margin: 10px;}
.margin-left{margin-left: 10px;}
.margin-right{margin-right: 10px;}
.margin-top{margin-top: 10px;}
.margin-bottom{margin-bottom: 6px;}
.no-margin, body #content .no-margin{margin: 0 0 0 0;}
.padding{padding: 10px;}
.padding-left{padding-left: 10px;}
.padding-right{padding-right: 10px;}
.padding-top{padding-top: 10px;}
.padding-bottom{padding-bottom: 10px;}
.no-padding{padding: 0 0 0 0;}
.clear-left{clear:left}
.block{display: block;}
.inline, html body #contentbox .inline{display: inline;}
.overflow-hidden{overflow: hidden;}
.nobr {white-space: nowrap}

.border-left, #contentwrapper #contentbox .border-left{border-left: 1px solid #ccc;}
.border-right, #contentwrapper #contentbox .border-right{border-right: 1px solid #ccc;}
.border-bottom, #contentwrapper #contentbox .border-bottom{border-bottom: 1px solid #ccc;}
.border-top, #contentwrapper #contentbox .border-top{border-top: 1px solid #ccc;}
.border, #contentwrapper #contentbox .border{border: 1px solid #ccc;}
.no-border, #contentwrapper #contentbox .no-border{border: none;}

/* position classes */
.relative{position: relative;}
.absolute{position: absolute;}

.pointer{cursor: pointer;}
/* om plaatjes tussen tekst verticaal te centreren */
.absmiddle{margin-bottom: -0.25em; margin-right: 0.25em;}
/* leg de nadruk op een tekst*/
.emphasis{
	background: #FFEE9F;
	padding: 4px 10px;
	float:left;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.emphasis table{width: auto;}
.emphasis ul{
	list-style: none;
	margin: 3px;
	padding: 0;
}
/* voor de contrast in de emphasis */
.emphasis small{
	color: #514721;
}

.red{color: #DF0000; font-weight: bold;}
.green{color: #264409; font-weight: bold;}
.yellow{color: #514721; font-weight: bold;}
a:hover{text-decoration: none;}
.highlight{background: #FFD324; padding: 3px; color: #1F1900}
.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}

.button, div.submit input, .rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
div.submit input{
	font-family: Arial, Helvetica, sans-serif;
	background: red;
	border: 1px solid #999;
	color:#000000;
	cursor:pointer;
	font-size:1em;
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin-bottom:10px;
	padding:0 5px;
	padding:0 10px;
}

/* Een standaard button die overal te gebruiken is */
span.button{
	display: block;
	background: red;
	border: 1px solid #999;
	color:#000000;
	cursor:pointer;
	font-size:1em;
	height:28px;
	line-height:28px;
	margin-bottom:10px;
	min-width: 80px;
	text-align: center;
}
span.button a{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	height: 100%;
	display: block;
	padding: 0 5px;
}
div.submit input:hover{
	border:1px solid #666;
}
span.button:hover{
	border:1px solid  #666;
}
span.button a:hover{
	text-decoration: none;
	background: none;
}

.error-message{
	font-weight: bolder;
	border: 0;
}

.thumb{
	width: 117px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
	display: inline;
	position: relative;
}
.thumb .album-options{
	position: absolute;
	background: #fff;
	top: 1px;
	left: 1px;
	right: 1px;
	padding: 3px;
	text-align: center;
	display: block;
}
.one-line, .one-line-center{
	clear:both;
	height: 1.5em;
	overflow: hidden;
	width: 100%;
}
.one-line-center{
	text-align: center;
}
.hideShow{color: #000099;}
.thumb table{
	margin-bottom: 0;
}

table{border-collapse: collapse;}

.avatar{
	width: 97px; 
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px; 	 	 
	float:left; 	 	 
	display: inline; 
}
.dropshadow{
	padding: 7px 8px 7px 7px;
	background:#fff;
	border: 1px solid #ccc;
	float:left;
	
}
.inline-dropshadow{
	margin:  0 10px 10px 0;
}
.inline-dropshadow a img, .inline-dropshadow img{
	padding: 7px 8px 7px 7px;
	background:#fff;
	border: 1px solid #ccc;
	
}

/* Voor de binnenste sidebar */
#left_sidebar_content{ overflow: visible;}
#right_sidebar_content{ overflow: visible;}

.inner_left_sidebar_on #left_sidebar_content{margin-right: -10px; margin-left: 10px;}
.inner_right_sidebar_on #right_sidebar_content{margin-left: -10px; margin-right: 10px;}

/* *****************************************
 * forms
   *************************************************** */
#contentbox label{display: block;}
.input label {
	/*display:block; [ck 29okt10]*/
	display: inline;
}
input.disabled{
	color: #999;
}
#contentbox .radio label{
	display: inline;
}

/* *****************************************
 * flash messages
   *************************************************** */
#contentbox .notice{
	background-image:	url(/img/icons/bell.png);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	padding-left: 30px;
}
#contentbox .error{
	background-image:	url(/img/icons/exclamation.png);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	padding-left: 30px;
}
#contentbox .success{
	background-image:	url(/img/icons/accept.png);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	padding-left: 30px;
}

.error, .notice, .success {margin-top: 10px;}

/* *****************************************
 * ul no bullets
   *************************************************** */
ul.no-bullets{
	list-style: none;
}
ul.no-bullets li{
	background: 0;
	padding: 0;
}

/* *****************************************
 * pretty-list
   *************************************************** */
ul.pretty-list{
	list-style: none;
	margin-left: 0;
	text-align: left;
}
	ul.pretty-list li{
		padding: 0 0 0 20px;
		background:	url(/img/icons/bullet_black.png) no-repeat 0 2px;
		text-align: left;
		margin: 0 0 2px;
	}

/* *****************************************
 * clean-table
   *************************************************** */
table.clean-table td{
	border-bottom: 1px solid #ccc;
}
table.clean-table tr:hover td{
	background: #efefef;
}

/* *****************************************
 * guestbook
   *************************************************** */
.reaction{
	clear:both;
	width: auto;
}
.alt{
	padding-left: 40px;
}
.reaction-header
{
	padding: 5px 10px  10px;
	background: red;
	margin-bottom: 5px;
	color: #666;
}
   
.reaction-body
{
	margin-bottom: 10px;
}

/* *****************************************
 * pagination
   *************************************************** */
.pagination {
	padding: 5px 0 5px;
	clear:both;
	margin-bottom: 10px;
	text-align: center;
}
.pagination a {
	text-decoration: none;
}
.pagination div.disabled-pagination{
	display: inline;
	color: #ccc;
	padding: 2px 6px;
	border: 1px solid #eee;
}
.pagination .pagination-numbers a{
	padding: 2px 6px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 2px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-first a:hover, .pagination .pagination-prev a:hover, .pagination .pagination-next a:hover, .pagination .pagination-last a:hover{
	background: #727272;
	border: 1px solid #666666;
	color: #fff;
}
.pagination .pagination-first a, .pagination .pagination-prev a, .pagination .pagination-next a, .pagination .pagination-last a{
	background: #fff;
	padding: 2px 6px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pagination .pagination .current{
	padding: 2px 6px;
	border: 1px solid #C33909;
	background: #DF430D;
	color: #fff;
}
/* *****************************************
 * Forum
   *************************************************** */
.forum-min-height{
	min-height: 120px;
}

/* *****************************************
 * Poll
   *************************************************** */
.poll-wrapper{
	position: relative;
	text-align: left;
	width: 200px;
}
/* Als er nog gevote moet worden */
ul.poll-vote-list{
	margin: 0 0 10px;
	list-style: none;
}
li.poll-vote{
	padding: 2px;
}
/* Als er gevote is */
.poll-list{
	margin: 0;
	list-style: none;
}
.poll-list li{
	margin-bottom: 10px;
}
.poll-bar{
	border: 1px solid #999;
	background: #fff;
	padding: 1px;
}
.poll-bar-inner{
	height: 8px;
	background: #008000;
}
/*
 Colorpicker
*/

/* Styles for ColorPicker popUp */
.colorpicker{
	cursor: pointer
}
.colorpicker:hover{
	background: url(/img/icons/bullet_go.png) right no-repeat;
}

#colorpicker {
  position: absolute;
  width: 145px;
  height: 135px;
  overflow: hidden;
  background: #F9F9F9;
  border: 2px #C0C0C0 outset;
  z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute; 
    top: 4px;
    left: 120px; 
    width: 18px;
    height: 110px; 
}

#colorpicker-hue-bg-img {
    width: 100%; 
    height: 100%; 
}

#colorpicker-hue-slider {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
}

#colorpicker-hue-thumb { 
    position: absolute; 
    top: 0;
    left: 0;
    width: 18px; 
    height: 18px; 
    z-index: 1009;
    cursor: default;
}

#colorpicker-bar {
  text-align: right;
  padding-right: 10px;
}

#colorpicker-close {
  cursor: pointer;
  color: blue;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
}

#colorpicker-div {
  position: absolute; 
  top: 8px;
  left: 8px; 
  width: 100px;
  height: 100px; 
  border: 1px solid #666;
}

#colorpicker-bg,
#colorpicker-bg-overlay { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
#colorpicker-selector { 
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 11px; 
  height: 11px; 
  z-index: 1009;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
#colorpicker-selector img {
  position: absolute;
  left: 0;
  top: 0;
}
#colorpicker-footer {
  position: absolute; 
  top: 114px;
  left: 10px; 
  width: 127px;
}

#colorpicker-value {
  float: left;
}

#colorpicker-value,
#colorpicker-value-input {
  font-size: 9px !important;
  font-family: Helvetica, Verdana, Sans-Serif;
  height: 10px;
}

#colorpicker-value-input {
  width: 40px;
}
#colorpicker-okbutton {
  float: right;
  padding: 0 10px;
  background: #3366FF;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  border: 1px solid #666666;
  color: #ffffff;
}
/* margin en centreren van alle banners */
.banner{
	margin: 10px 0;
	text-align: center;
	clear:both;
}
.banner-width{
	width: 468px; 
	margin: 0 auto
}

/* Moodies @ moodie popup */
.moodie{
	width: 11px;
	height: 11px;
	margin: 0 0 10px 10px;
	float:left;
}

/* *****************************************
 * Debug cake php
   *************************************************** */
.cake-sql-log{
	width: 970px;
	margin: 0 auto;
	margin-top: 20px;
}
.cake-sql-log caption{
	background: #333;
}
.cake-sql-log, .cake-sql-log td, .cake-sql-log th{
	background: #000;
	color: #efefef;
}
.cake-sql-log tr:hover td, .cake-sql-log tr:hover th{
	background: #222;
}
/* *****************************************
 * page: multiple upload
   *************************************************** */
#full-loader{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 99;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	background: #fff url(/img/indicator.gif) center no-repeat;
} 
.loader{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
	background: #fff url(/img/indicator.gif) center no-repeat;
}
.loader-image{
	background: transparent url(/img/indicator.gif) center no-repeat;
}
.iframe{
	width: 110px; height: 135px; overflow: hidden; float:left; text-align:left; border: none;
}
.iframeholder{position:relative; width: 110px; height: 135px; float:left; margin: 0 10px 0 10px}
   
.media_add{
	margin: 0 10px;
}
#media-editnew .input{
	margin: 0 0 0 120px;
}

#media-editnew #contentbox label{
	display: block;
	float:left;
	width: 80px;
	margin-top: 10px;
}

#media-editnew input{
	margin-left: 30px;
}
/* *****************************************
 * page: Games
   *************************************************** */
.games-height{
	height: 440px;
}
/* *****************************************
 * ubbcontrols
   *************************************************** */
div#ubb-controls{
	background: #eee url(/img/ubbtags/ubb-background.png) repeat-x top left;
	border: 1px solid #ccc;
	padding: 2px;
	height: 18px;
	border-top: 0px;
}
.ubb-control{
	margin-right: 2px;
	float: left;
}
.ubb-tab{
	border: 1px solid #ccc;
	height: 16px;
	line-height: 16px;
	background: #fff;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	float: left;
	padding: 0 5px;
	margin-right: 2px;
}
div#ubb-controls .ubb-tab-current{
	height: 20px;
	border-bottom: 0;
}
#ubb-smileys, #ubb-colors{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px;
	clear:both;
	background: #fff;
}
/* *****************************************
 * page: Media pagina's
   *************************************************** */
.album-picture{
	height: 120px;
}
/* *****************************************
 * Heading in een box plaatsen (word gebruikt voor /support/conditions/, /support/zakelijk/ etc.)
   *************************************************** */
.box .heading{
	background:#777;
	padding:4px 10px 4px 5px;
	font-weight: bold;
	color:#FFFFFF;
}
/* *****************************************
 * page: changeteheme en profiletheme
   *************************************************** */
.changetheme-block{
	width: 175px;
	height: 85px;
	overflow: hidden;
}
/* *****************************************
 * page: 4-dimensions netwerk bar
   *************************************************** */
div.network-bar-wrapper
{
	border-bottom: #212121 solid 1px;
	background: #141414 url(/css/images/network-bar/bar-background.png) repeat-x top;
}
ul.network-bar{
	list-style: none;
	height: 28px;
	padding: 0;
	width: 100%;
	border-bottom: #000;
	width: 500px;
	margin: 0 auto;
	
}
ul.network-bar li{
	float: left;
	height: 28px;
	border-right: #212121 solid 1px;
}
ul.network-bar li a{
	color: #999;
	line-height: 28px;
	height: 28px;
	padding: 0 10px;
	border-right: #000 solid 1px;
	float: left;
	text-decoration: none;
	text-align: center;
}
ul.network-bar li a:hover, ul.network-bar li.current a{
	background: #000;
	color: #efefef;
}
ul.network-bar li a:active
{
	color: #ccc;
	background: #222;
}
#tip-description{
	position: absolute;
	z-index: 1000;
	background: #eee;
	padding: 5px;
	float:left;
	border: #ccc 1px solid;
	color: #222;
	text-align: left;
}
div#tip-description img.network-image{
	float: left;
	margin-right: 10px;
}/* [CK] 16nov10: forceer CB's achter en niet onder elkaar (product add/edit) */
.checkbox {
  display: inline;
  padding: 0 10px 0 0;
}

body{
	background: #000 url(/css/themes/vuurwerk24/images/sterren-achtergrond_2.gif) top center repeat fixed;
	margin: 0;
	padding: 0;
	color: #444;
}

a, .hideShow{color: #ffffff;}
a:hover{color: #D8D8D8;}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{
	font-family:Arial;
}
h1{color: #faea81; font-size: 1.8em; font-weight: 100; font-style: italic;}
h2{color: #FFFFFF ; font-size: 1.8em; font-weight: 100; }
h3{color: #fff; font-size: 1.2em; font-weight: bolder;}
.yellow{
	color: #faea81;
}
.green{
	color: #ffcc00;
}
em{
	color: #efefef;
}
.border, #contentwrapper #contentbox .border{
	border-color: #666;
}
#preview{
	color: #000;
	border: 1px solid #ccc;
}
blockquote{
	border: 1px solid #666;	
	background: #ccc;
	padding: 10px;
}
/* *****************************************
 * Header
   *************************************************** */
h1#logo{
	margin-bottom: 0;
}
h1#logo a{
	position: absolute;
	right: 0px;
	top: 25px;
	font-family:Georgia,Serif;
	color: #ccc;
	text-decoration: none;
}
h1#logo span{
	position: absolute;
	right: 0px;
	top: 25px;
	font-family:Georgia,Serif;
	color: #ccc;
	text-decoration: none;
	cursor: default;
}
.header-shop{
	position: absolute;
	left: 20px;
	top: 25px;
	width: 700px;
	text-align: left;
}
.header-shop h1{
	display: inline;
	margin-right: 10px;
	color: #fff;
}
.header-shop h1 a{
	color: #fff;
	text-decoration: none;
}
.header-description{
	position: absolute;
	left: 20px;
	top: 7px;
	color: #f7dd31;
}
.change-shop{
	z-index: 999;
}

#header-wrapper{
	background: transparent url(/css/themes/vuurwerk24/images/Vuurwerklogo6.png) bottom center no-repeat; /* header.png  */
	height: 136px; /* [CK] 10dec10 was 70px */
	width: 968px;
	margin: 0px auto 0px; /* [CK] 130811 was 50px */
	position: relative;
}

#header{
	height: 74px;
	width: 250px;
	position: relative;
	margin-left: 700px;
}

/*	****************************
 * Hoofdmenu
   *************************************************** *
   

#menu{
	position: absolute;
	right: 0px;
	top: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 30px;
	display: block;
}
#menu li{
	display: inline;
	float: right;
	height: 30px;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
}
#menu li a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background: #070707;
}
#menu li a:hover{
	color: #fff;
	background: #19A7CA;
}
#menu li.current a{
	color: #fff;
	background: #19A7CA;
}

/* *****************************************
 * Ingelogde gebruiker
   *************************************************** */
#user-data{
	float:left;
	margin: 77px 0 0 10px;
	color: #eee;
}
   
/* *****************************************
 * Submenu
   *************************************************** */
.submenu{
	position: absolute;
	bottom: 1px;
	right: 1px;
	list-style: none;
	margin: 0;
	z-index: 999;
}
.submenu li{
	float:right;
	margin: 0 0 0 10px;
}
.submenu li a{
	display: block;
	color: #eee;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 3px;
	border: 1px solid transparent;
}
.submenu li a:hover{
	color: #fff;
}
.submenu li a:focus, .submenu li.current a{
	background: #19A7CA;
	color: #fff;
}
/* *****************************************
 * Body
   *************************************************** */
#content{
	//background:	url(/css/themes/vuurwerk24/images/new/top_50.png) top center no-repeat;
	width: 970px;
	background-color: transparent; /* #012641 */
	padding: 13px 0 0;
	color: #fff;
}
#contentwrapper{
	//background: #303030;
	padding: 0 10px;
}

#content .box, #home-index #content .boxtitle{
	background: none;
	background-color: transparent;
	border: 0;
}

/* *****************************************
 * left-shop-sidebar
   *************************************************** */


.left-shop-sidebar-top{
	//background:	 url(/css/themes/vuurwerk24/images/left-sidebar-top.png) top left no-repeat;
	margin-left: -10px;
	padding-right: 10px;
	height: 13px;
	margin-top: -13px;
}
.left-shop-sidebar-top div{
	height: 13px;
	//background:	url(/css/themes/vuurwerk24/images/left-sidebar.png) top right repeat-y;
	margin-right: -10px;
}
.left-shop-sidebar-bottom{
	//background:	 url(/css/themes/vuurwerk24/images/left-sidebar-bottom.png) bottom left no-repeat;
	margin-left: -10px;
	padding-right: 10px;
	height: 14px;
	margin-bottom: -24px;
	position: relative;
}
.left-shop-sidebar-bottom div{
	height: 14px;
	//background:	url(/css/themes/vuurwerk24/images/left-sidebar.png) top right repeat-y;
	margin-right: -10px;
}
.left-shop-sidebar{
	margin-left: -10px;
	padding-right: 10px;
	padding-bottom: 14px;
	background: url(/css/themes/vuurwerk24/images/left-sidebar50p.png) top left repeat-y;
}
.left-shop-sidebar h2{
	padding: 0 0 10px 5px;
	margin: 0;
	color: #fff;
	font-size: 1.5em;
}
.shop-categories, .left-shop-sidebar ul{
	margin: 0 0 0 0;
	padding: 2px 0 0;
	list-style: none;
	margin-right: -9px;
	background:	url(/css/themes/vuurwerk24/images/menu-line.png) top left no-repeat;
}
.shop-categories li, .left-shop-sidebar ul li{
	background:	url(/css/themes/vuurwerk24/images/menu-line.png) bottom left no-repeat;
	padding-bottom: 2px;
}
.shop-categories li a, .left-shop-sidebar ul li a{
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.shop-categories li.active a, .shop-categories li a:hover, .left-shop-sidebar ul li.active a, .left-shop-sidebar ul li a:hover{
	background:	url(/css/themes/vuurwerk24/images/menu-active.png) top right repeat-x;
}

   
/* *****************************************
 * right-sidebar
   *************************************************** */
.right-shop-sidebar-top{
	//background:	 url(/css/themes/vuurwerk24/images/right-sidebar-top.png) top right no-repeat;
	margin-right: -10px;
	padding-left: 10px;
	height: 13px;
	margin-top: -13px;
}
.right-shop-sidebar-top div{
	height: 13px;
	//background:	url(/css/themes/vuurwerk24/images/right-sidebar.png) top left repeat-y;
	margin-left: -10px;
}
.right-shop-sidebar-bottom{
	//background:	 url(/css/themes/vuurwerk24/images/right-sidebar-bottom.png) bottom right no-repeat;
	margin-right: -10px;
	padding-left: 10px;
	height: 14px;
	margin-bottom: -24px;
	position: relative;
}
.right-shop-sidebar-bottom div{
	height: 14px;
	//background:	url(/css/themes/vuurwerk24/images/right-sidebar.png) top left repeat-y;
	margin-left: -10px;
}
.right-shop-sidebar{
	margin-right: -10px;
	padding-left: 10px;
	background:	url(/css/themes/vuurwerk24/images/right-sidebar50p.png) top right repeat-y;
	position: relative;
	padding-bottom: 14px;
}
.right-shop-sidebar .loader{
	background: #4d4d4d url(/css/themes/vuurwerk24/images/cart_loader.gif) center center no-repeat;
}
.right-shop-sidebar h2{
	padding: 0 0 10px 1px;
	margin: 0;
	color: #fff;
	font-size: 1.5em;
}


/* *****************************************
 * shopping-cart
   *************************************************** */
.shopping-cart{
	margin: 0 0 10px -9px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #191919;
}
.cart-item{
	display: block;
	background: #767676 url(/css/themes/vuurwerk24/images/cart-item2.png) bottom left repeat-x;
	padding: 4px;
	border-top: 1px solid #7F7F7F;
}
.total-price{
	background: #006699;
	padding: 4px;
	border-left: #494949 1px solid;
	border-bottom: #494949 1px solid;
	
}
/* *****************************************
 * free-product
   *************************************************** */
.free-product{
	background: #f3d301 url(/css/themes/vuurwerk24/images/free-product.jpg) top left repeat-x;
	padding: 10px;
	border: 1px solid #fff;
	color: #333;
}
.free-product-container{
	margin: 0 0 10px -10px;
	border: 1px solid #191919;
	border-right: none;
}
.free-product h3, .free-product a{
	color: #333;
	margin-bottom: 5px;
}

/* *****************************************
 * shop-items
   *************************************************** */
.shop-item{
	background: #000 url(/css/themes/vuurwerk24/images/shop-item-gradient.png) bottom left repeat-x;
	margin-bottom: 10px;
}
.shop-item-price{
	font-size: 1.4em;
	margin-right: 13px;
	font-weight: bolder;
}

#imageLoader{
	background: #000 url(/css/themes/vuurwerk24/images/image_loader.gif) center center no-repeat;
}
.image-shop{
	background: #000;
	border: 5px solid #000;
	overflow: hidden;
	position: relative;
}
.product-image{
	height: 150px;
}
/* *****************************************
 * Forms
   *************************************************** */
.emphasis{
	background: #FFFFFF;
	border: 1px solid #f7dd33;
	color: #444;
}
span.button{
	background: #FFFFFF url(/css/themes/vuurwerk24/images/button7.png) repeat-x top left ;
	border: 1px solid #000000;
	height: 26px;
	white-space: nowrap; /* [CK] 11dec10 */
}
span.button a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	height: 26px;
}

span.button a:hover{
	text-decoration: none;
	background: none;
	color:#FFFFFF;
	outline: none;
}
span.button a:active, span.button a:focus{
	border: 0px solid #000;
}
div.submit input{
	background: #FFFFFF url(/css/themes/vuurwerk24/images/button3.png) repeat-x top left ;
	border: 0
    px solid #FFFFFF;
	color: #FFFFFF;
}
div.submit input:hover, span.button:hover{
	color: #000;
	border: 1px solid #ffffff;
	
}
input.text, textarea, input {
	border:1px solid #bfbfbf;
	font-family:arial;
	font-size:12px;
}
input.text:focus, textarea:focus, input:focus {
	border:1px solid #999999;
	font-family:arial;
	font-size:12px;
	outline: #eee 2px solid;
}
input.text:hover, textarea:hover, input:hover {
	border:1px solid #999999;
}
.button, div.submit input{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* *****************************************
 * Pretty-table
   *************************************************** */
.pretty-table{
	border-collapse: separate;
}
.pretty-table th{
	background: #336699;
	color: #ddd;
	border-bottom: 1px solid #222;
}
.pretty-table td{
	background: #767676 url(/css/themes/vuurwerk24/images/td3.png) repeat-x bottom left ;
}
.pretty-table .limited td{
	background: #D49700 url(/css/themes/vuurwerk24/images/td-limited.png) repeat-x bottom left ;
}
.pretty-table .out td{
	background: #AF2626 url(/css/themes/vuurwerk24/images/td-out.png) repeat-x bottom left ;
}
/* *****************************************
 * SubBox
   *************************************************** */
.subbox-outer{}
.subbox{
	background: #222;
	margin-bottom: 10px;
	padding: 1px;
	border: #000 1px solid;
}
.subbox-title{
	font-size: 1em;
	background: #000;
	color: #efefef;
	padding: 3px 5px 5px;
}
.subbox-inner{
	padding: 5px;
}

/* *****************************************
 * Popup
   *************************************************** */
#MB_window h2, #MB_window h1, #MB_window h3, #MB_window h4{
	color: #333;
}
/* *****************************************
 * Footer
   *************************************************** */
#footer{
	width: 970px;
	margin: 0 auto 10px;	
	text-align: center;
	color: #fff;
	//background: url(/css/themes/vuurwerk24/images/bottom.png) top left no-repeat;
	height: 14px;
}
#footer a{
	color: #fff;
}
.under-footer{
	color: #ff;
	width: 970px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.under-footer a{
	color: #666;
	text-decoration: none;
}
.powered-by-4dimensions{
	margin: 0 auto;
	display: block;
	width: 109px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/css/themes/vuurwerk24/images/realisation.png) top left no-repeat;
}
/* *****************************************
 * Box
   *************************************************** */
.boxtitle{
	height: 38px;
	margin-bottom: 10px;
	position: relative;
}
.boxtitle h2{
	font-size: 1.8em;
	padding: 7px 0px;
	font-weight: bolder;
	margin: 0;
	float:left;
}
.box{
	padding: 0;
}
.box-content{
	padding-bottom: 10px;
}
#outerbox{
	margin-bottom: 0;
}

/* *****************************************
 * pretty-list
   *************************************************** */
ul.pretty-list li, #contentbox .sidebar ul.pretty-list li{
	background:	url(/css/themes/vuurwerk24/images/bullet.png) no-repeat 0 2px;
}

/* *****************************************
 * pagination
   *************************************************** */
.pagination {
	padding: 5px 0 5px;
	clear:both;
	margin-bottom: 10px;
	text-align: center;
}
.pagination a {
	text-decoration: none;
	color: #fff;
}
.pagination div.disabled-pagination{
	display: inline;
	color: #666;
	padding: 2px 6px;
	border: 1px solid #444;
}
.pagination .pagination-numbers a{
	padding: 2px 6px;
	border: 1px solid #bf2828;
	background:	url(/css/themes/vuurwerk24/images/pagination.png) repeat-x top;
	margin: 0 2px;
}
.pagination .pagination-numbers a:hover, .pagination .pagination-first a:hover, .pagination .pagination-prev a:hover, .pagination .pagination-next a:hover, .pagination .pagination-last a:hover{
	border: 1px solid #9F2727;
	background:	url(/css/themes/vuurwerk24/images/pagination-hover.png) repeat-x top;
	color: #fff;
}
.pagination .pagination-first a, .pagination .pagination-prev a, .pagination .pagination-next a, .pagination .pagination-last a{
	background:	url(/css/themes/vuurwerk24/images/pagination.png) repeat-x top;
	padding: 2px 6px;
	border: 1px solid #bf2828;
	margin: 0 2px;
}
.pagination .current{
	padding: 2px 6px;
	border: 1px solid #9F2727;
	background:	url(/css/themes/vuurwerk24/images/pagination-hover.png) repeat-x top;
	color: #fff;
}

/* *****************************************
 * Reactions
   *************************************************** */
.reaction-header{
	background: #ccc;
	padding: 5px 10px;
}
   
/* *****************************************
 * Forum
   *************************************************** */
.forum_header td{
	background: #00418a url(/css/themes/vuurwerk24/images/td-forum-header2.png) repeat-x bottom left ;
}

.quoteblock
{
	color: #FFF;
}

#flashMessage{
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	position: absolute;
	top: 0px; /*63px; [CK]17aug11 beter */
	width: 930px;
}
#shoppingCartDiv #flashMessage{
	margin: 0 10px 10px 0;
	position: relative;
	top: 0;
	width: auto;
}

.banner{
	display: none;
}
#contentbox{
	padding-bottom: 14px;
	//background: url(/css/themes/vuurwerk24/images/contentbox50p.png) top center repeat-y;
}
.sidebar-banner{
	padding: 10px;
	text-align: center;
}

.scrvis {display: block;}
.prtvis {display: none;}

/* *****************************************
 * Nederlandse kaart
   *************************************************** */
.dot{
	width: 21px;
	height: 21px;
	position: absolute;
	cursor: pointer;
}
.dot{background: url(/css/themes/vuurwerk24/images/card-dot.png) repeat-x bottom left ;}
.dot:hover{background: url(/css/themes/vuurwerk24/images/card-dot-active.png) repeat-x bottom left ;}
#dutch-card{
	width: 425px;
	height: 510px;
	background: url('/img/vuurwerk24/map.jpg') top left no-repeat;
	position: relative;
}

.print-footer
{
	display: none;
}
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 5px 5px;
	overflow: visible;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/img/indicator.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	/*-webkit-box-shadow: 0 8px 64px #000;*/ 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
