/*-------------------------------------------------
  GB2007
  Stylesheet for use with nucleus

  n.b.
  #XXXX -> id=XXXX, daarna .XXXX
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	/*background: #FFFFFF url('../images/mainback.gif');*/
	background: #FFFFFF url("../images/backgb.jpg");*/
	color: #004353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0;
	margin: 0;
}
.maintable {
	vertical-align:top; 
	width:770px; 
	border-right:1px solid #4d4c4c; 
	border-left:1px solid #4d4c4c; 
	background:#e4e5e5;
}
.subtable {
	margin:5px; 
	width:765px;
	border:1px solid #9c9d9d; 
	background:#f9f9f9;
}
.innertable {
	margin:5px; 
	margin-top:0px; 
	border:1px solid #9c9d9d; 
	background:#f9f9f9;
}
.menutable {
	margin:5px; 
	border:1px solid #9c9d9d; 
	background:#f9f9f9; 
	border-bottom-width:0px;
}
.toptable {
	border:0px; 
	margin:5px; 
	background:#9c9d9d; 
	margin-top:3px; 
	margin-bottom:3px;
}
.tbg {
	vertical-align:top; 
	margin:5px; 
	border:1px solid #9c9d9d; 
	background:#eff0f0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}
/* Headings */

h6

{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

h5

{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

h4

{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

h3

{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

h2

{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	color: #000080;
}

h1

{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

td
{
	vertical-align:	top;
}
	/* Links */
a:visited
{
	color:			 #0000FF;
	text-decoration: none;
}
a:link
{
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: 		#E7E7E7;
	text-decoration: underline overline;
}
a:hover
{
	color: 		#E7E7E7;
	text-decoration: underline overline;
}
#copyrights
{
	color:	#0000FF;
}

#copyrights a:visited
{
	color: #FF0000;
}

#copyrights a:link
{
	color: #FF0000;
}
#copyrights a:active
{
	color: #00FF00;
}
#copyrights a:hover
{
	color: #00FF00;
}
/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 900px;
	height: 0;
	clear: both;
}
/* Lists */
ul
{
	list-style: square;
	padding: 0;
	margin: 0px 0 0 20px;
}

dd
{
	padding:	0;
	margin:		0;
}
/*-------------------------------------------------
  Forms
-------------------------------------------------*/

.mailform
{
	margin-top: 		10px;
	padding: 			10px;
	background: 		#EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	-moz-border-radius: 10px;
}

.commentform
{
	margin-top: 		10px;
	padding: 			10px;
	background: 		#EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	-moz-border-radius: 10px;
}

.commentform img{
    margin: 5px 0 0 0;
}

.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}

.formbutton
{
	font-size: 10px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 8px 0 0;
	text-align: center;
}

.searchform .formfield
{
/*	width: 130px;*/
	width: 100px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}

.searchform .formbutton
{
/*	width: 60px;*/
	width: 70px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 1px 1px;
}

.loginform .formfield
{
	width: 78px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
    font-size : 9px;
    text-align : left;
	padding: 2px 10px;
	background-color: #F9F7F2;
    border: 1px solid;
    border-color: #5A5959;
    vertical-align : top;
    color : #333333;

}

.loginform .formbutton
{
	width: 			60px;
	font-size:		9px;
	font-family: 	Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 		1px 1px;
	margin: 		0;
}

.loginform a:visited
{
	color : #333333;
}

.loginform a:link
{
	color : #333333;
}

.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
#nucleus_cf_name
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.mailform .formfield
{
    width: 300px;
}
.mailform textarea
{
    width: 300px;
}
.commentform .formfield
{
    width: 300px;
}
.commentform textarea
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}
/*-------------------------------------------------
  Titelbanner over twee cellen
-------------------------------------------------*/
#titlebar
{
	padding: 		0;
	border: 		0;
	border-collapse: 	collapse;
	background: 		#e4e5e5;
	width: 			776px;
	table-layout:		auto;
	text-align:		left;
}

td.topleft
{
/*	background:		#556677;  */
	background:		url('../images/sideback.jpg');
	width:			200px;
	height:			10px;
	padding:		0;
	margin:			0;
}

td.adspace
{
	width:			500px;
	height:			68px;
	text-align:		center;
/*	background:		#FFFFFF; */
	vertical-align:		top;
	padding:		6px 0;
	margin:			0;
}

td.login
{
	width:			120px;
	height:			80px;
/*	background:		#545454; */
	background:		url('../images/rightback.jpg');
	background-repeat: 	repeat-y;
	vertical-align:		top;
	padding:		0px;
}

td.login a:visited
{
	color:		#333333;
}

td.login a:link
{
	color:		#333333;
}

td.login a:active
{
	color:		#DDDDDD;
}

td.login a:hover
{
	color:		#DDDDDD;
}

/*-------------------------------------------------
  Rechtermenu
-------------------------------------------------*/
td.rightbar
{
/*	background: 		#8096BF; */
	background:		url('../images/sideback.jpg');
	background-repeat: repeat-y;
	width:			200px;
	vertical-align:		top;
	padding:		0 0 10px 0;
	color:			#FFFFFF;
	font-size: 		10px;
}

td.rightbar a:visited
{
	color:		#FFFFFF;
}

td.rightbar a:link
{
	color:		#FFFFFF;
}

td.rightbar a:active
{
	color:		#DDDDDD;;
}

td.rightbar a:hover
{
	color:		#DDDDDD;;
}
#mainmenu
{
	background: 	#292943;
	text-align:	center;
	margin: 	4px 0 0 0px;
	width: 200px;
	font-size : 	14px;
	padding: 	6px 0px 3px 0;
}

.menucat
{
	background: url("../images/menucat.gif") center no-repeat; 
/*	background: 	#292943;	*/
	padding: 	5px 15px;
	width:		200px;
	height:		26px;
}

.menucat h3
{
	margin:		0 0 0 10px;
	font-size : 	14px;
}
#rightblock
{
	margin:		0 0 30px 0;
}

.rmenucat
{
/*	background: 	#8096BF; */
	background: 	#292943;
	color:			#FFFFFF;
	padding:		0 5px;
	font-size:		10px;
	margin:			0;
}
.rmenucatitem
{
	width:			170px;
	padding:		0 10px;
}
#menucontent
{	
	padding: 2px 8px;
	margin: 2px 2px 2px 4px;
	text-align: center;
	background:	#93A0C9;
}	

#linkdump
{	
	padding: 	0px;
	text-align:	left;
}

#linkdump-form
{
	text-align:	left;
}
/*-------------------------------------------------
  Bloggedeelte (midden)
-------------------------------------------------*/

td.blog
{
	vertical-align:	top;
	padding:		0px 10px 10px 10px;
	width:			500px;
	color:			#555555;
}

td.blog a:visited
{
	color: 		#555555;
}

td.blog a:link
{
	color: 		#555555;
}

td.blog a:active
{
	color: #0002FF;
	text-decoration:	none;
}


td.blog a:hover
{
	color: #0002FF;
	text-decoration:	none;
}


.contenttitle
{
	clear: 		both;
/*	background: url(../images/dot.gif) bottom repeat-x; */
	font-size: 	18px;
	color:		#292943;
	padding: 	0;
	margin: 	0;
}

.contentitem
{
	padding: 0px 0 0 0;
	background: url("../images/dot.gif") bottom repeat-x;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url("../images/dotv.gif") left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url("../images/dotv.gif") left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url("../images/dotv.gif") left repeat-y;
}

.contentitemdate
{
	background: url("../images/bgdate.gif") center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url("../images/bgpostedby.gif") center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url("../images/bgcomment.gif") center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url("../images/bgedit.gif") center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}

.contentitemcategory
{
	background: url("../images/bgcategory.gif") center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}

.contentbody
{
	font-size:		12px;
	color: 			#555555;
	line-height:	120%;
	text-align: 	justify;
	padding: 		0;
	margin:			0 20px 50px 20px;
}
/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url("../images/commentquote01.gif") no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url("../images/commentquote02.gif") no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url("../images/commentquote02.gif") no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url("../images/commentquote02.gif") no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}
/* Calender */

table.calendar {
	width:	120px;
  font-family 	: Verdana, arial, helvetica, sans-serif;
  font-size: 6px;
  color: #555555;
}

tr.calendardateheaders {
  font-size: 6px;
  color: #292943;
}

td.days {
  text-align: center;
}

td.today {
  text-align: center;
  border: 1px solid #292943;
  font-weight: bold;
}

td.today a:visited
{
	color: #8096BF;
}

td.today a:link
{
	color: #8096BF;
}

td.today a:active
{
	color: #FFFFFF;
}

td.today a:hover
{
	color: #FFFFFF;
}
/*-------------------------------------------------
  Content
-------------------------------------------------*/


.discussionnumber
{
	color: #CCCCCC;	
}	
	
/*-------------------------------------------------
  Menu
-------------------------------------------------*/

.content a:visited
{
	color:		#FFF000;
	fontsize:	16px;
}

.content a:link
{
	color:		#FFF000;
	fontsize:	16px;
}

.content a:active
{
	color:		#DDDDDD;
	fontsize:	16px;
}

.content a:hover
{
	color:		#DDDDDD;
	fontsize:	16px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/

/* tbv Cat_Logo */
.logobox {
   float: left;
   margin: 0;
   padding: 0;
}

/* GB2007 font */
.GBfont
{
	color		: #292943;
    FONT-FAMILY		: Arial, sans-serif;
    FONT-SIZE		: 26px;
    TEXT-DECORATION	: none;
        width		: 350px;
}
.GB1font
{
	color		: #292943;
    FONT-FAMILY		: Arial, sans-serif;
    FONT-SIZE		: 24px;
    TEXT-DECORATION	: none;
}
.GB2font
{
	color		: #292943;
    FONT-FAMILY		: Arial, sans-serif;
    FONT-SIZE		: 22px;
    TEXT-DECORATION	: none;
}

.content
{
	padding: 0;
	margin: 12px 154px 10px 45px;
}

#sidebarcontainer
{
	float: left;
	width: 200px;
	padding: 0 0 0 0;
}
.sidebar
{
	color: black;
	background: white;
	margin: 1px 30px 2px 0;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/

#footer{
	background-image: url("../images/footer.gif");
	text-align: center;
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	clear: both;
	color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
}

#headerOfficial {
	font: normal normal 600 11px Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 28px;
	center no-repeat;
	border: 0px none;
	color: #191970;
}

#marg {
	margin-top:2px; 
	margin-bottom:2px;
}
#subtable {
	border-bottom-width:0px; 
	border-right-width:1px;
}
td.submenu a {
	border-bottom-width:0px; 
	padding:1px; 
	border:1px 
	solid #9c9d9d; 
	display:block; 
	width:190px; 
	border-top-width:0px; 
	border-left-width:0px; 
	font-size:10px; 
	background:#f8f8f8; 
	border-bottom-width:1px; 
	text-indent:3px; 
	border-right-width:0px; 
	text-decoration:none;
}
td.submenu a:link {
	font-size:10px; 
	color:black;
}
td.submenu a:visited {
	font-size:10px; 
	color:black;
}
td.submenu a:active {
	font-size:10px; 
	color:black;
}
td.submenu a:hover {
	font-size:10px; 
	background:#f0efef; 
	color:black; 
	text-decoration:none;
}
.titletable {
	margin-left:12px; 
	margin-top:10px; 
	margin-bottom:0px; 
	margin-right:0px;
}
.top {
	vertical-align:left; 
	text-align:right; 
	padding-top:15px; 
	padding-right:20px; 
	background: url("../images/logoside.gif") right; 
	background-repeat:no-repeat;
} 
.my {
	text-align:right; 
	font-size:10px; 
	font-family:verdana;
}
.font {
	background:#fbc44f; 
	text-indent:5px; 
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
}
.bg {
	background:#fbc44f; 
	border-top:#a9aaaa 1px solid; 
	padding-left:10px;
}
a.menu:active {
	color:#841515; 
	font-family:Verdana; 
	font-size:10px; 
	text-decoration:none;
}
a.menu:visited {
	color:#841515; 
	font-family:Verdana; 
	font-size:10px; 
	text-decoration:none;
}
a.menu:link {
	color:#841515; 
	font-family:Verdana; 
	font-size:10px; 
	text-decoration:none;
}
a.menu:hover {
	font-size:10px; 
	color:#ab3b3b; 
	text-decoration:none;
}
a:hover {
	font-size:11px; 
	color:#888787; 
	text-decoration:none;
}
.content {
	text-indent:0px; 
	text-align:justify; 
	margin:15px; 
	font-family:Verdana; 
	font-size:12px;
}
.formbutton {
	margin:1px; 
	font-size:10px; 
	font-family:Verdana; 
	background-color:#bfbfbf; 
	border:1px solid #a9a9a9; 
	color:#353535;
}
.formbutton:hover {
	background-color:#fbc44f; 
	border:1px solid #000000; 
	color:#000000;
}
.formfield {
	font-size:10px; 
	font-family:Verdana; 
	background-color:#f4f4f4; 
	border:1px solid #9f9f9f; 
	color:#4a4a4a; 
	margin:1px;
}
.formfield:focus {
	background-color:#ffffff; 
	border:1px solid #000000;
}
#nucleus_lf_pwd {
	width:100px; 
	font-size:10px; 
	margin:2px;
}
#nucleus_lf_name {
	width:100px; 
	font-size:10px; 
	margin:2px;
}
#nucleus_lf_shared {
	margin:2px;
}
#nucleus_cf_body {
	font-size:12px; 
	width:300px;
}
.mailform {
	font-size:11px; 
	font-family:Verdana; 
	padding:1px;
}
.loginform {
	padding:3px;
}
margin {
	margin-left:40px;
}
img {	
	border:0px;
}
.indent {
	padding-left:10px; 
	padding-right:3px; 
	padding-top:1px; 
	padding-bottom:1px; 
	margin-left:10px; 
	font-size:10px; 
	font-family:Verdana;
}
.rightbox {
	margin:3px; 
	padding:3px; 
	font-size:larger;
}
.leftbox {
	margin:3px; 
	padding:3px; 
	font-size:larger;
}
.leftbox {
	float:left;
}
.rightbox {
	float:right;
}
#reg {
	padding-left:40px;
}
.borderwhite {
	padding:0px; 
	border-left:1px solid #ECECEC; 
	border-right:1px solid #ECECEC;
}
.line {
	background: url("../images/itembg.gif");
}
.valign {
	vertical-align:top;
}
.leftcorner {
	background: url("../images/corner.gif");
}
.rightcorner {
	background: url("../images/corner1.gif");
}
.center {
	text-align:center; 
	font-size:10px; 
	font-family:Verdana; 
	margin-top:2px;
}
.pageswitch {
	text-align:center; 
	font-size:10px; 
	font-family:Verdana; 
	padding:4px;
}
.vline {
	background: url("../images/vert.gif");
}
.wline {
	background:#fefefe;
}
.error {
	padding:4px;	
	color:#A81E17; 
	font-weight:bold;
} 
td.teksten {
	font-size: x-small;
	background: url("../images/logoside.gif") right; 
	/*background:	url('../images/sideback.jpg');*/
	padding: 0 0 10px 0;
	color:			#292943;
	vertical-align:		top;
}
table.teksten {
	font-size: x-small;
	padding: 0 0 10px 0;
	color:			#292943;
	vertical-align:		top;
}

