* {
	margin: 0px;
	padding: 0px;
}
html, body {
	min-height: 100%;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	text-align: left;
	background-color: #000000; /*3366; */
	background-image: url(gfx/outer_bg.jpg);
	background-repeat: repeat-x;
	cursor: default;
}
#pagebox-bg {
	width: 840px;
	background-color: #ffffff;
	border: 2px;
	margin: 24px auto 0px auto;
	border-color: #202020;
}
#popup-bg {
	width: 540px;
	background-color: #ffffff;
	border: 2px;
	margin: 24px auto 0px auto;
	border-color: #202020;
}
#shadow-left {
	background-image: url(gfx/pageshadow_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}
#shadow-right {
	padding: 10px 18px 10px 20px;
	background-image: url(gfx/pageshadow_right.jpg);
	background-repeat: no-repeat;
	background-position: 830px 0px;
	overflow: hidden;
}
p.error {
	color: red;
	background-color: white;
}
p.logo1 {
	position: relative;
	filter: alpha (opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
p
{
	font-size: 9pt;	
	padding: 10px 0px 10px 0px;
}
ul {
	padding: 0px 0px 0px 20px;
}
h1
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
h2
{
	font-size: 11pt;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
}
h4
{
	font-size: 10pt;
	font-weight: bold;
}
a img {
	border: 0px;
}
a:link, a:active, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #ff0000 !important;
	text-decoration: none;
}
a.administrator:link, a.administrator:active, a.administrator:visited {
	color: #BF0000 !important;
}
a.moderator:link, a.moderator:active, a.moderator:visited {
	color: #0000BF !important;
}
input, select, textarea {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
}
select * {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
}
select option {
	padding: 0px 5px 0px 0px;
}
textarea {
	width: 99%;
	font-size: 9pt !important;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 0px 10px 0px 10px;
	cursor: pointer;
	font-weight: bold;
}
label, input[type="radio"], input[type="checkbox"], select {
	cursor: pointer;
}
optgroup option {
	padding: 0px 10px 0px 10px;
}
.wrap1, .wrap2, .wrap3 {
  display: inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background: url(gfx/shadow1.gif) right bottom repeat;
  }
.wrap2 {
  background: url(gfx/corner-bl1.gif) left bottom no-repeat;
  }
.wrap3 {
  padding: 0px 16px 16px 0px;
  background:url(gfx/corner-tr1.gif) right top no-repeat;
  }
.wrap3 img {
  display: block;
  }

ul.scroller {
	list-style: none;
}

li.scrollheader { 
	font-size: 11px;  
	padding: 1px 3px 1px 3px;
	text-align: center;  
	background-color: Black;  
	color: Yellow;    
}
li.scrolltitle { 
	font-size: 11px;  
	text-align: center; 
	color: darkred;
	font-weight: bold;
}
li.scrolltext {
	font-size: 10px;  
	text-align: center; 
	color: Black; 
}
pre.code {
	display: block;
	margin: 0px 25px 0px 25px;
	padding: 5px;
	font-family: monospace;
	color: #7F0000;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	overflow: auto;
	font-size: 8pt;
}
blockquote {
	margin: 0px 25px 0px 60px;
}

blockquote.quote {
	margin: 0px 25px 0px 25px;
	font-size: 8pt;
}
blockquote.quote .title {
	font-weight: bold;
	padding: 3px;
}
blockquote.quote .content {
	padding: 10px;
	color: #333333;
	background-image: url(gfx/quote_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	overflow: auto;
}
strong {
	font-weight: bold;
}
h1#sitename {
	text-align: right;
	font-size: 13pt;
	font-weight: bold;
	color: #336699;
	line-height: 30px !important;
	padding: 0px 10px 2px 0px;
}
h1#sitename #line {
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #EBD6AD;
}
h2#sitedescr {
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #7F7F7F;
	line-height: 30px !important;
	padding: 0px 10px 2px 0px;
}
#pagepicture {
	position: relative;
/*	top: -12px;
	left: 10px;
	clear: both;
	width: 714px;
*/	text-align: center;
}
p.locationbar {
	clear: both;
	text-align: left;
	font-style: italic;
	color: #333333;
	margin: -10px 0px 10px 0px;
	padding: 3px;
}
p.locationbar a {
	font-style: normal;
}
#sectionmenu ul {
	list-style: none;
	padding: 0 0 0 0;
	text-align: left;
}
#sectionmenu ul li {
	font-size: 8pt;
	margin: 2px 0px 4px 0px;
}
#sectionmenu ul li a:link, #sectionmenu ul li a:visited, #sectionmenu ul li a:active {
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	color: #000;
	background-image: url(gfx/plinksbutton.png);
	background-repeat: no-repeat;
	background-position: -4px 0px;
}
#sectionmenu ul li a:hover {
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	background-position: -3px -24px;
	color: #ff0000 !important;
}
table.contenttable {
	clear: both;
	border: 1px solid silver;
	margin: 2px 14px 0px 14px;
	padding: 0px 0px 0px 0px;
	width: 770px;
}
table.login {
	clear: both;
	border: 1px solid silver;
	margin: 2px 4px 0px 4px;
	padding: 0px 0px 0px 0px;
	width: 125px;
	font-size: 9px;
}
table.teampagetable {
	clear: both;
	padding: 6px 0px 0px 0px;
}
td.leftcolumn {
	background-color: #e8e8e8 !important;
	text-align: center !important;
	padding: 6px !important;
	width: 100px;
}
td.contentcell {
	padding: 6px !important;
	vertical-align: top;
}
td.forminput {
	padding: 2px !important;
	width: 120px;
	vertical-align: top;
}
td.rightcolumn {
	background-color: #E8E8E8 !important;
	text-align: center !important;
	padding: 2px !important;
	width: 140px;
}
td.sponsorlink {
	text-align: center !important;
	padding: 10px 0px 0px 0px !important;
	border-top: 1px solid silver;
	width: 300px;
}
td.thumbnailcell {
	text-align: center;
	width: 130px;
}
td.star {
	width: 20px;
	color: #f80;
}
div.memoriam {
	border: 2px;
	border-style: solid;
	background-color: #E8E8E8 !important;
	padding: 10px;
}
a.sponsorlink {
	text-decoration: none;
}
p.sponsorlink {
	font-size: 8pt;
}
td.activetab {
	background-color: #e8e8e8 !important;
	text-align: left !important;
	padding: 6px !important;
	width: 100px;
}
td.inactivetab {
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #000000;
	color: #ffffff;
	background-image: url(gfx/topmenu_bg_black.png);
}
td.monthnamecell
{
	font-size: 11pt;
	font-weight: bold;
	background-color: #e8e8e8;
	padding: 2px 0px 2px 4px;
}
td.daynumbercell
{
	width: 20px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	background-color: #e8e8e8;
	padding: 2px 4px 2px 4px;
}
td.wedstrijdnummercell
{
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
td.wedstrijdnummercellpast
{
	font-size: 10pt;
	font-weight: bold;
	color: #aaa;
	padding: 2px 4px 2px 4px;
}
td.num {
  text-align: right;
}
td.wedstrijdcellpast
{
	font-style: italic;
	color: #aaa;
}
td.fillercell60 {
        width: 60px;
}
table.maintable th.icon {
	width: 25px;
}
table.maintable td.icon {
	background-color: #E8E8E8;
	width: 25px;
}
table.maintable th.count {
	width: 1%;
	text-align: center;
}
table.maintable td.count {
	background-color: #E8E8E8;
	width: 1%;
	text-align: center;
	font-weight: bold;
	color: #333333;
}
table.maintable .lastpostinfo {
	width: 200px;
}
.overzichttabel{
	background-color: #fafafa;
	font-size: 12px;
	padding: 0;
	}
.th1 {
	background-color: #8a8a8a;
	font: bold larger;
	border-bottom-style: none;
	text-align: left;
}
.tr1 {
	background-color: #fafafa;
}
.tr2 {
	background-color: #c0c0c0;
}

.msgbox h3, .preview h3 {
	color: #EBD6AD;
	font-weight: bold;
	font-size: 8pt;
	background-color: #336699;
	background-image: url(gfx/tableheadbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	padding: 4px 6px 4px 6px;
	border: 1px solid silver;
}
.msgbox p, .preview div.preview {
	background-color: #EFEFEF;
	padding: 18px 36px 18px 36px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	border: 1px solid silver;
	border-top: 0px;
	line-height: 150%;
	font-size: 10pt;
}
.preview div.preview {
	line-height: 125%;
	padding: 18px;
}
div.forumtext{
	width: 400px;
	overflow: hidden;
}
td.forumtop{
	width: 440px;
	height: 24px;
	padding-left: 2px;
	overflow: hidden;
	font-weight: bold;
	font-style: italic;
}
/* Forumlist styles */

td.posteditcell {
	width: 30px;
	text-align: right;
}
td.posttopcell {
	height: 30px;
	text-align: right;
}
td.posterdata{
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	padding: 1px 2px 1px 2px;
}
td.forumtext{
	text-align: left;
	vertical-align: top;
	padding: 1px 2px 1px 2px;
}
td.gravatar{
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}

td.abonlinkcell {
	text-align: right;
}

table.forumMessage {
	width: 100%;
	overflow: hidden;
}

table.comments {
	width: 100%;
	overflow: hidden;
}

table.maintable td.forumcat {
	font-weight: bold;
	background-image: url(gfx/topmenu_bg_black.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	color: #ffffff;
}
table.maintable td .forumname {
	font-weight: bold;
}
table.maintable td .forumdescr {
	margin: 3px 0px 0px 3px;
}
table.maintable td .forummods {
	margin: 3px 0px 0px 3px;
	color: #444444;
}
table.maintable td.online {
	font-weight: bold;
	background-image: url(gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	color: #333333;
}
table.trainingentable {
	margin: 10px 0px 0px 0px;
}
table.trainingentable th {
	width: 120px;
	background-color: #a0a0a0;
	padding: 2px 0px 2px 2px;
}
table.trainingentable td {
	padding: 2px 0px 2px 2px;
}
td.leftcolumn, td.rightcolumn{
	vertical-align: top;
}
table#leftmenu {
	font-weight: bold;
	color: #333333;
	text-align: left;
}

#trailer {
	clear: both;
	padding: 3px 9px 3px 9px;
	margin: 6px 17px 8px 14px;
	border: 1px solid silver;
	font-style: normal;
	text-align: center;
	color: #333333;
}
#shadow-left>#shadow-right {
	padding-bottom: 40px;
}
/* the news box */
#news
{
	width:100%;
}
/* the news box with JS */
#news.hasJS
{
	height:200px;
	overflow:hidden;
	position:relative;
	left:-10px;
}
/* The nested UL with JS */
#news.hasJS ul
{
	position:absolute;
	top:60px;
	left:0;
}
table.forumtable {
	clear: both;
	border: 1px solid silver;
	margin: 12px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 98%;
}
table.forumtable th {
	margin: 1px 1px 1px 1px;
	padding: 6px 0px 6px 0px;
	background-color: #efefef;
}
table.forumtable th.leftforumcolumn, table.forumtable td.leftforumcolumn{
	width: 80px;
	vertical-align: top;
}
table.forumtable td.forumtextcell{
	overflow: hidden;
}
tr.cariberegel td {
	background-color: #d0d0d0;
}
tr.darkrow td {
	background-color: #d0d0d0;
}
tr.lightrow td {
	background-color: #f0f0f0;
}
th.voorraad, td.voorraad{
	padding-right: 6px;
}
th.voorraadaantal, td.voorraadaantal {
	text-align: right;
}
.forumform
{
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}
.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}
.CommonImageTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}
.CommonImageTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
}
.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}
.CommonImageTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}
.loginbox
{
	padding: 1px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	line-height: normal;
	white-space: nowrap;
	text-align: left;
}
.loginfield {
	width: 80px;
	font-size: 9px;
}
.LoginboxButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	padding-left: 6px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #888;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	line-height: normal;
	white-space: nowrap;
	width: 70px;
}
.LoginboxButton:LINK
{
	text-decoration: none;
	color: #888;
	margin: 1px;
}
.LoginboxButton:VISITED
{
	text-decoration: none;
	color: #888;
}
.LoginboxButton:ACTIVE
{
	text-decoration: none;
	color: #888;
}
.LoginboxButton:HOVER
{
	text-decoration: none;
	color: #000 !important;
	background-color: #dddddd;
}
