.postshown {
	display: inline-block;
}
.posthidden {
	display:none
}

html, body {
/* make sure there is no space on top and on bottom of the page */
	margin: 0px; 
	padding: 0px; 
	height: 100%;
	
}
	
body {
	background-image: url("pics/patterngrijs.gif");
	background-repeat: repeat;
	font-family: verdana;
	color: black;
	text-align: center;
}

h1 {
/* normal header 1, the way it will be displayed in normal text */
	font-size: 160%;
	margin: 0 0px 0.8em 0px;
	font-weight: normal;
	color: #72295E;							/* purple */
}
h1.kjp {
    color: #6AACDA; /* blue */
}

h1.chapeau {
	font-size: 130%;
	margin: 0;
	font-weight: normal;
	color: #DF580E;							/* purple */
}

h2 {
/* normal header 2, the way it will be displayed in normal text */
	font-size: 100%;
	font-style: normal;
	color: #DF580E;
	font-weight: bold;						/* orange */
	margin: 0.8em 0 0 0;
}
h2.kjp,
h3 {
/* special header 2, the way it will be displayed in normal text */
	font-size: 100%;
	font-style: normal;
	color: #6AACDA;
	font-weight: bold;						/* blue */
	margin: 0.8em 0 0 0;
}

a {
	color: #72295E; 						/* purple */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.popup {
	color: #C51484;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 17px;
}

div.paragraph {
	padding: 2px 9px 0px 9px;
	line-height: 17px;
}

input, textarea {
	border-style: none;
	font-size: 8pt;
}

/**************************************************************************
 *    +-main------------------------------------------------------+
 *    | +-top---------------------------------------------------+ |
 *    | |                                                       | |
 *    | |                                                       | |
 *    | +-------------------------------------------------------+ |
 *    | +-body--------------------------------------------------+ |
 *    | | +-menu----------------------------------------------+ | |
 *    | | |                                                   | | |
 *    | | +---------------------------------------------------+ | |
 *    | | +-left--+ +-content---------------------------------+ | |
 *    | | |       | | +-text-----------------------+ +-high-+ | | |
 *    | | |       | | |                            | | light| | | |
 *    | | |       | | |                            | |      | | | |
 *    | | |       | | |                            | |      | | | |
 *    | | |       | | |                            | |      | | | |
 *    | | |       | | |                            | |      | | | |
 *    | | |       | | |                            | |      | | | |
 *    | | |       | | |                            | |      | | | |
 *    | | |       | | +----------------------------+ +------+ | | |
 *    | | |       | | +-widetext----------------------------+ | | |
 *    | | |       | | |                                     | | | |
 *    | | |       | | |                                     | | | |
 *    | | |       | | |                                     | | | |
 *    | | |       | | |                                     | | | |
 *    | | |       | | |                                     | | | |
 *    | | |       | | +-------------------------------------+ | | |
 *    | | +-------+ +-----------------------------------------+ | |
 *    | +-------------------------------------------------------+ |
 *    | +-bottom------------------------------------------------+ |
 *    | |                                                       | |
 *    | |                                                       | |
 *    | +-------------------------------------------------------+ |
 *    +-----------------------------------------------------------+
 */

/* makes the area left bij the floats white*/
#fillWhiteBottom
{
	background: white;
}

#main {
	position: relative;
	margin: auto;
	width: 770px;
	height: 100%;
	text-align: left;
	background: white;
}

/*
 * The top which has the logo as the background image.
 * Contains breadcrumbs (p > a) and page title (h1) and on home etalage item.
 */
#top {
	font-size: 8pt;
	position: relative; 
	width: 100%;
	height: 98px;
	padding: 10px 0px 10px 0px;
	margin: 0;
	background: white url("pics/logo-178x78.gif") no-repeat 97% 70%;
}
#top p, #top h1 {
	padding-left: 15px;
}
#top p, #top a {
	margin: 0;
	color: #56626F;							/* gray */
}
#top h1 {
	font-size: 11pt;
	color: #56626F;							/* gray */
	font-weight: bold;
	margin: 10px 0px 0 0;
}
#top div {
/* etalage item */
	float: left;
	width: 450px;
	height: 98px;
	margin-left: 10px;
}

#top div img {
	float: left;
	margin: 4px 15px 0px 4px;
}
#top div h1 {
	font-size: 10pt;
	color: white;
	margin: 0px 0px 6px 0px;
	line-height: 18px;
	font-weight: bold;
}
#top div p {	color: black; }
#top div a {	color: #72295e; }

/* etalage color classes */
/* These need to be defined after the #top div, because of some inheritance problems */
#top div.green {			background: #9ACD01; }
#top div.blue {			background: #00A6EF; }
#top div.pink {			background: #C61484; color: #FFFFFF; }
#top div.purple {		background: #73285A; color: #FFFFFF; }
#top div.orange {		background: #DE5908; color: #FFFFFF; }
#top div.yellow, #top div.yellow h1, #top div.yellow a {		background: #FFED18; color: #000000; }
#top div.red {			background: #FF0000; color: #FFFFFF; }
#top div.darkgreen {		background: #3C8100; color: #FFFFFF; }
#top div.darkblue {		background: #0000AA; color: #FFFFFF; }
#top div.brown {			background: #810000; color: #FFFFFF; }
#top div.darkpurple {	background: #790084; color: #FFFFFF; }
#top div.brightblue {	background: #006EE9; color: #FFFFFF; }
#top div.lightorange {	background: #FF9F00; }


/*
 * The body div is positioned under the top div and contains everything else
 * of the website.
 */
#body {
	position: relative;
	width: 100%;
	background: white url("pics/bgmenu1.gif") left repeat-y;
	margin: auto;
	overflow: visible;
}
#body.home {
	float: left;
	background: white;
	z-index: 31;
}

/* The menu is the first div in the body div. */
#menu {
	font-size: 8pt;
	float: left;

	top: 0;
	padding-top: 6px;
	padding-left: 10px;
	
	width: 760px;
	
	background: url("pics/zoekbalk177x28-lang.gif") no-repeat right top #DF580E;	/* orange */
	height: 22px;
	color: white;
	z-index: 30;
}
#menu a {	
	text-decoration: none;
	color: white;
	padding-right: 2px;
}
#menu a.selected {
	border-bottom: 2px solid white;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
	position: relative;
	padding: 0 0 6px 0;
	z-index: 32;
}
#menu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 15px;
	border: 1px solid #DF580E;
	border-top: 7px solid #DF580E;
	width: 190px;
	background: white;
}
#menu li > ul {
	top: auto;
	left: auto;
}
#menu li:hover ul, #menu li.over ul {
	display: block;
}
#menu li li {
	display: block;
	float: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid white;
	float: left;
}
#menu li li a {
	display: block;	
	font-family: verdana;
	font-size: 8pt;
	color: #72295E;
	padding: 4px 3px 4px 3px;
	margin: 0 0 0 0;
	width: 182px;
}
#menu li li a:hover {
	background: #BEBEB4;
}

#zoeken {
	position: absolute;
	right: 4px;
	top: 2px;
	width: 180px;
}
#vergrootglas {
	position: absolute;
	top: 6px;
	right: 10px;
	padding: 0;
	background: url("pics/vergrootglas-up.gif") no-repeat;
	height: 16px;
	width: 16px;
}
#vergrootglas:hover {
    background: url("pics/vergrootglas-over.gif") no-repeat;
}

/* The left div is the submenu */
#left {
	font-size: 8pt;
	float: left;
	width: 185px;
	border-top: 10px solid white;
	min-height: 100%;
	background: #E1D9CB;
}

#left a {
	display: block;
	padding: 4px 0px 4px 22px;
}

#left a:hover {
	text-decoration: none;
}
a.left_submenu {
	background: url("pics/pijl1opgrijs.gif") no-repeat 10px 8px #E1D9CB;
}
a.left_subsubmenu {
	background: #FAF5F0;
}
a.left_submenu:hover, a.left_subsubmenu:hover {
	background-color: #BEBEB4;
}
#left_selectedsub {
	background-image: url("pics/pijl2opgrijs.gif");
}
#left_selectedsub_only {
	background-image: url("pics/pijl2oporanje.gif");
	color: white;
	background-color: #DF580E;
}
#left_selectedsubsub {
	color: white;
	background: #DF580E;
}

#content {
	float: left;
	padding: 10px 0px 10px 12px;
	margin: 0;
	width: 570px;
	text-align: left;
	min-height: 412px;
	background: white;
	
}

#content.home {
	width: 760px;
	float: left;
	padding: 10px 0 0 10px;
}

#messages ul{
	font-size: 83.3%;
	float: left;
	margin: 0;
	z-index: 2;
	float: left;
	top: 10px;
	left: 10px;
	width: 300px;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 2px solid #DF580E;
	color: black;
}

#messages ul.errors {
	background-color: red;
}
#messages ul.warnings {
	background-color: orange;
}
#messages ul.messages {
	background-color: green;
}

/*
 * The text div is the only div in the body div which is positioned relative.
 * When the height of the text will become more than the body's minimum height
 * of 100%, the body will automatically become higher as well.
 */
#text, #caseoverview {
	font-size: 83.3%;
	float: left;
	margin: 0;
	width: 340px;
	text-align: left;
	min-height: 412px;
	background: white;
}

#text a {
	text-decoration: underline;
}

* html #text {
	height: 412px;
}
	
#widetext {
	position: relative;
	font-size: 83.3%;
	clear: both;
	padding-top: 10px;
	background: white;
	bottom: 0px;
	width: 100%-185px;
}

#bottomlinks {
	list-style: none;
	margin: 0px;
	padding: 0;
	font-size: 100%;
}

/* Some pieces of text in the right of the screen. */
#highlight {
	font-size: 8pt;
	float: right;
	width: 220px;
	background: white;
	margin: 0;
}
#highlight a {	text-decoration: none;}
#highlight a:hover {	text-decoration: underline;}

#highlight div { 		margin-bottom: 15px; }

#highlight.home div { 	margin-top: 2px; margin-bottom: 10px; }
#highlight.home a {		color: black; }

#highlight h1 {
/* shared hightlight header properties */
	font-size: 9pt;
	padding: 2px 0 2px 0.8em;
	color: white;
	font-weight: bold;
	margin: 0;
	width: 210px;
}
#highlight p {		padding: 8px 0 0.8em 0.8em; }
#highlight.home p {	padding: 8px 0 0 0.8em; }
#highlight ul, #highlight ol {	/*margin: 0 0 0 0;*/ }
#highlight a.homemore {	
	font-size: 7pt;
	color: #72295E;
}
#hl_more a, #hl_newsarchive a, #highlight.home a {	display: block; }
#hl_more {			background: #F9E7F3; }
#hl_more h1 { 		background: #C51484; }
#hl_newsarchive {	background: #F1EAEF; }
#hl_newsarchive h1 {background: #72295E; }
#hl_topic {			background: #D9F1A2; }
#hl_topic h1 {		background: #89C300; }
#hl_text {			background: #F1EAEF; }
#hl_text h1 { 		background: #72295E; }
#hl_news {			background: #F1EAEF; }
#hl_news h1 { 		background: #72295E; }
#hl_agenda {		background: #FCEEE7; }
#hl_agenda h1 { 	background: #DF580E; }
#hl_selftest {		background: #E6F6FD; }
#hl_selftest h1 {	background: #00A7E9; }
#hl_casus {			background: #F9E7F3; }
#hl_casus h1 { 		background: #C51484; }
#hl_newsletter { 	background: #E6F6FD; }
#hl_newsletter h1 { background: #00A7E9; }

#hl_text ul li { list-style-type: disc; }
#hl_topic a, #hl_text a {
	text-decoration: underline;
}

#highlight div.paragraph{ margin: 0; }

/* Disclaimer */
#bottom {
	clear: both;
	position: relative;
	bottom: 0px;
	left: 0px;	
	height: 50px;
	margin: auto;
	background: url("pics/bg_rood.gif") repeat-x white;
	z-index: 32;
	padding-top: 30px;
	padding-left: 15px;
	color: #DF580E;
	font-size: 7pt;
	width: 770px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 755px;
}
#bottom img {
	position: absolute;
	top: 0;
	right: 0;
}
#bottom a {
	color: #DF580E;
	position: relative;
}

#disclaimer {
	top: -80px;
	text-align:	left;
	position: absolute;
	left: 0px;
	width: 300px;
	display: none;
	height: 100px;
	border: solid 1px black;
	background: #FCEEE7;
	color: black;
}

p.tooltip {
	font-size: 8pt;
	margin: 10px;
}

/* Main img */
img.mainpic {
	margin: 0 0 5px 0;	
}

/* Tables in the text: todo: fix */
#text table {
	border: 0px solid white;
	padding: 0;
	spacing: 0;
}

td.th_head {
	background: #72295E;
	border: 1px solid white;
	color:#ffffff;
	font-weight: bold;
	vertical-align: top;
}

td.td_head {
	background: #E1D9CB;
	color:#000;
	border: 1px solid white;
	font-weight: bold;
	vertical-align: top;
}

td.td_main {
	background: #F1EAEF;
	color:#000;
	border: 1px solid white;
	vertical-align: top;

}


/* Home elements */
#hometext {
	float: left;
	padding: 2px 2px 88px 2px;
}

#fotohome {
	position: relative;
	width: 510px;
	height: 169px;
}
#homecontent {
	padding: 0;
	float: left;
	position: absolute;
/* 	border: 1px solid #000; */
	left: 14px;
	top: 40px;
/* 	width: 510px; */
}

#homecontent {position: absolute; top: 0px; width: 512px; left: 15px; }
#homecontent div.home_text {width: 170px; height: 227px; margin: 0; padding: 0; float: left; position: relative;}
#homecontent div.home_text h1 {margin: 0px; font-size: 120%; line-height: 100%; width: 160px; position: absolute; top: 173px; color: #DE570D; margin-left: 5px }
#homecontent div.home_text p {position: absolute; top: 0px; margin: 0 5px}
#homecontent div.home_text a {position: absolute; top: 200px; color: #72295e; text-decoration: none; margin-left: 5px }
#homecontent div.home_text a:hover {text-decoration: underline}


div#homenewsblock {
	background: #F1EAEF;
	position: relative;
	top: 80px;
	left: 0px;
	font-size: 8pt;
}

div#homenewsblock h1 { background: #72295E; color: #fff; margin: 0; }
div#homenewsblock ul { list-style-type: none; margin: 0; padding: 0; }
div#homenewsblock ul li {
	margin: 6px;
	padding-bottom: 6px;
}
div#homenewsblock div.home_news_image {
	float: right;
	margin: 1px 2px 0px 0px;
	line-height: 0px;
	overflow: hidden;
}
div#homenewsblock div.home_news_body {
	float: left;
	width: 416px;
}
div#homenewsblock div.paragraph {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	line-height: 17px;
	background: #F1EAEF;

}
div#homenewsblock div.paragraph .newsdate {
	color: #000;
	font-size: 9px;
}
div#homenewsblock div.paragraph a:hover {text-decoration: none;}
div#homenewsblock div.paragraph a.leesverder {
	color: #C51484;
	font-size: 9px;
}
div#homenewsblock div.paragraph a.leesverder:hover {
	text-decoration: underline;
}

/*
div.home_text {
	float: left;
	width: 165px;
}


div.home_text p {
	visibility: hidden;
	border: 1px solid #000;
	width: 150px;
 	font-size: 0.95em; 
}



#home_text-1, #home_text-2, #home_text-3 {
	position: relative;
	font-size: 83.3%;
 	width: 165px; 
	top: 0px;
	z-index: 10;
}

div.home_hidden, div.dummy_text {
	position: absolute;
	width: 170px;
// 	height: expression((document.getElementById('homecontent').offsetHeight) + 'px'); 
	height: 248px;
// 	border: 1px solid #000; 
	top: 40px;
	bottom: 0px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
div.home_hidden img {
	
}
div.home_hidden {
	visibility: hidden;
	background: #fff url('pics/bg_trans_home.gif') repeat;
	z-index: 5;
}
div.dummy_text {
	z-index: 15;
	height: 240px;
	width: 170px;
}

div.dummy_text img {
// 	height: expression((document.getElementById('content').offsetHeight) + 'px'); 
	width: 170px;
// 	height: 100%; 
}

#txt1, #div1, #dummy1 { left: 0px; top: 0; }
#txt2, #div2, #dummy2 { left: 170px; top: 0;}
#txt3, #div3, #dummy3 { left: 340px; top: 0;}

div.home_text h1 {
	font-size: 12pt;
	margin: 0 10px 0.6em 10px;
	padding: 0 0 0 0;
	color: #DF580E;							// orange
	font-weight: normal;
}

div.home_text p, div.home_text a {
	margin: 0 10px 0 10px;
}

*/

/* Module: search */
#text.search p {
	margin: 8px 10px 0px 10px;
	color: #72295E;							/* purple */
}
#text.search div {
	position: relative;
	width: 340px;
	height: 40px;
}
#text.search div p {	
	color: black;
}
#text.search div a {
	display: block;
	margin: 0.2em 10px 0.8em 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}
#text.search div.search1 {	background: white; }
#text.search div.search2 {	background: #E1D9CB; }
#searchbottom {		margin: 6px 0px 0px 10px; }
#searchbottom a {	margin: 0px 5px 0px  5px; }
#searchbottom a.active {	font-weight: bold; }


/* Module: FAQ */
#text.faq a.faq {
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
#text.faq a.faq:hover {
	text-decoration: underline;
}
#text.faq div {
	margin-bottom: 20px;
}


/* Module: Forms */
#text table.pageform {
	width: 100%;
	background: #E1D9CB;
	padding: 10px;
}

#text table.pageform input.text, #text table.pageform textarea {
	width: 100%;
}

/* Shared properties of news and agenda overview */
#text.newsoverview div, #text.agendaoverview div {
	padding: 8px;
}
#text.newsoverview div.odd, #text.agendaoverview div.odd {
	background: #E1D9CB;
}
#text.newsoverview div.even, #text.agendaoverview div.even {
	background: white;
}
#text.newsoverview div table td, #text.agendaoverview div table td {
	vertical-align: top;	
	margin: 0;
}

/*
 * Module: News
 * newoverview and news subpages
 */
#text.newsoverview div h1 {
	font-size: 13pt;
	font-weight: bold;
}
#text.newsoverview div h3 {
	margin: 0 0 8px;
	font-size: 7pt;
	font-weight: normal;
}
#text.newssub h1 {
	margin-top: 10px;
}

/*
 * Module: Agenda
 * agendaoverview and agenda subpages
 */
#text.agendaoverview div h3 {
	margin: 0 0 8px;
	font-size: 8pt;
	font-weight: bold;
}
#text.agendaoverview div h4 {
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
}
#text.agendaoverview div h1 {
	font-size: 13pt;
	font-weight: bold;
}
#text.agendasub h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 4px 0;
}

/* Module: case */
h1.overviewcase, h1.overview {
	font-size: 13pt;
	color: #DF580E;
	width: 100%;
	padding: 20px 0 10px 0;
	border-bottom: 3px solid #DF580E;
}

h3.overview {
	font-size: 13pt;
	font-weight: normal;
	color: #72295E;
}

/* Module semistatic */
#semistatic.form {
	float: left;
	top: 0px;
	left: 0px;
	width: 340px;
	text-align: left;
	height: 60px;
	background: #E1D9CB;
	padding: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
}

#semistatic.table table {
	float: left;
	text-align: right;
	background: #E1D9CB;
	border-bottom: 1px solid #fff;
}

/* Module sitemap */

#sitemap li.main, li.main a {
	color: #DF580E;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 11pt;
}

#sitemap ul, #sitemap a {
	list-style: none;
	text-decoration: none;
}
 
#sitemap li.sub3, #sitemap li.sub3 a {
	font-style: italic;
}

#sitemap li {
	display: block;	
	line-height: 16px;
}
#sitemap li.sub1 {
	margin-left: 20px;
}
#sitemap li.sub2 {
	margin-left: 40px;	
}
#sitemap li.sub3 {
	margin-left: 60px;
}
#sitemap li.sub4 {
	margin-left: 80px;
}

/* Module TellAFriend */
#text.tellafriend form {
	width: 100%;
	background: #E1D9CB;
	padding: 10px;
}

#text.tellafriend form input.text {
	width: 100%;
}

/* Module zelftest */
#test em.Current   { 
	font-family: verdana;
	color: #ffffff;
	font-style : normal;
	font-weight: bold;
	padding: 6px;
	padding-right: 9px;
	background: #72295E;
	cursor: default;
}

#test em.Next, #forum a.button, #text a.send, #text.tellafriend form input.send { 
	font-family: verdana;
	color: #ffffff;
	font-style : normal;
	font-weight: bold;
	padding: 6px;
	padding-right: 9px;
	background: #72295E;
	text-decoration: none;
	cursor: pointer;
}

#test em.Future   { 
	font-family: verdana;
	color: #DF580E;
	font-style : normal;
	font-weight: bold;
	padding: 6px;
	padding-right: 9px;
	cursor: default;
}

#test em.Finished   { 
	font-family: verdana;
	color: #ffffff;
	font-style : normal;
	font-weight: bold;
	padding: 6px;
	padding-right: 9px;
	background: #DF580E;
	cursor: default;
}

/* Newsletter */
#text form.newsletter {
	background: #E1D9CB;
}

#text form.newsletter h1 {
	font-weight: bold;
	font-size: 11pt;
	margin-right: 10px;
	color: #72295E;
}

#text form.newsletter p.newsletter {
	margin-left: 5px;
}

#text form.newsletter input.newsletter {
	margin-right: 10px;
	width: 98%;
}

#text form.newsletter input.next {
	color: #ffffff;
	font-style : normal;
	font-weight: bold;
	padding: 6px;
	padding-right: 9px;
	background: #72295E;
	cursor: pointer;
}

/* Forum */ 
#forum.login {
	width: 220px;
	background: #E1D9CB;
}
#forum.login h1 {
	margin-left: -0.3em;
	font-size: 16pt;
	font-weight: normal;
	color: #72295E;
}
#forum.login form {
	margin-left: 1em;
}

#forum input.link {
	font-family: verdana;
	background: #E1D9CB;
	cursor: pointer;
	color: #72295E;
}
#forum.overview {
	border-top: solid 1px black;
}
#forum.overview a.forumtitel {
	color: #DF580E;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

#forum.overview a.forumtitel:hover {
	text-decoration: underline;
}

#forum.category p.item {
	background: #E1D9CB;
	padding-left:0.7em;
}
#forum.category p.item b {
	color: #72295E;
}
#forum.category p.item a { 
	font-style: italic;
	text-decoration: none;
}

#forum.category p.item a:hover {
	text-decoration: underline;
}

#forum.category a.last {
	color: #DF580E;
}

#forum table.subject {
	background: #72295E;
	color: white;
	width: 340px;
}

#forum table.subject td.text, #forum table.moderator td.text {
	border-top: solid 1px white;
}

#forum table.subject a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#forum table.subject a:hover {
	text-decoration: underline;
}
#forum table.reply_white {
	width: 340px;
}
#forum table.reply_gray {
	width: 340px;
	background: #E1D9CB;
}
#forum table.moderator {
	width: 340px;
	background: #DF580E;
	color: white;
}
#forum table.moderator a, #forum table.moderator b {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#forum table.moderator a:hover {
	text-decoration: underline;
}
#forum table.reply_white td, #forum table.reply_gray td {
	border-top: solid 1px black;
}
#forum table.reply_white td.text a, #forum table.reply_gray td.text a {
	color: #DF580E;
	font-weight: bold;
	text-decoration: none;
}
#forum table.reply_white td.text b, #forum table.reply_gray td.text b {
	color: #DF580E;
}
#forum table.reply_white td.text a:hover, #forum table.reply_gray td.text a:hover {
	text-decoration: underline;
}
#forum table.reply_white td.header a, #forum table.reply_gray td.header a {
	text-decoration: none;
}
#forum table.reply_white td.header a:hover, #forum table.reply_gray td.header a:hover {
	text-decoration: underline;
}

#forum table.reply {
	background: #72295E;
	color: white;
}
#forum table.reply td.title {
	font-weight: bold;
	font-size: large;
}

#forum table.reply a.buttons {
	font-family: verdana;
	color: white;
	font-style : normal;
	font-weight: bold;
	padding: 6px;
	padding-right: 9px;
	background: #DF580E;
	text-decoration: none;
	cursor: pointer;
}

#forum select {
	width: 340px;
}
.block-purple h1 {
	color: white;
	background: #722960 !important;
}

#top div.block-purple,
.block-purple .paragraph {
	color: black;
	background: #f0eceb !important;
}
.block-green h1 {
	color: white;
	background: #8ac200 !important;
}
#top div.block-green,
.block-green .paragraph {
	color: black;
	background: #d7f2a5 !important;
}
.block-pink h1 {
	color: white;
	background: #c51584 !important;
}
#top div.block-pink,
.block-pink .paragraph {
	color: black;
	background: #fce6f2 !important;
}
.block-red h1 {
	color: white;
	background: #db0720 !important;
}
#top div.block-red,
.block-red .paragraph {
	color: black;
	background: #eaabb6 !important;
}
.block-red h1 {
	color: white;
	background: #db0720 !important;
}
.block-red .paragraph {
	color: black;
	background: #eaabb6 !important;
}
.block-orange h1 {
	color: white;
	background: #fd9b2e !important;
}
#top div.block-orange,
.block-orange .paragraph {
	color: black;
	background: #f0d38f !important;
}
.block-yellow h1 {
	color: black !important;
	background: #f3cd0a !important;
}
#top div.block-yellow,
.block-yellow .paragraph {
	color: black;
	background: #fff8ae !important;
}
.block-dark-green h1 {
	color: white;
	background: #529706 !important;
}
#top div.block-dark-green,
.block-dark-green .paragraph {
	color: black;
	background: #e0ffc6 !important;
}
.block-light-blue h1 {
	color: white;
	background: #0aa1f2 !important;
}
#top div.block-light-blue,
.block-light-blue .paragraph {
	color: black;
	background: #dbf3ff !important;
}
.block-dark-blue h1 {
	color: white;
	background: #060d68 !important;
}
#top div.block-dark-blue,
.block-dark-blue .paragraph {
	color: black;
	background: #cedde4 !important;
}
.block-blue h1 {
	color: white;
	background: #6b63ac !important;
}
#top div.block-blue,
.block-blue .paragraph {
	color: black;
	background: #dadeea !important;
}
.block-blown h1 {
	color: white;
	background: #ab280a !important;
}
#top div.block-brown,
.block-brown .paragraph {
	color: black;
	background: #ddb68d !important;
}

