/**
*	INDELING (zoek op indexnr)
*
*	001 algemene opmaak
*	002 tabellen
*	003 top
*	004 afbeeldingen
*   005 sidebar
*   006 sponsoren
*	007 paginas
*	008 paginas (dubbele kolom)
*   E08	fotoalbumelement
*	009 rechterkolom
*   010 footer
*   011 nieuws
*	012 uitslagen
*   014 wedstrijden
*   013 poll
*	AP1 debugging
*/

/**
 * PALET
 *
 * Donkerblauw		-	#000066;
 * Schaduwblauw		-	#333366;
 * Tekstblauw		-	#303090;
 * Tekstgrijs		-	#303030;
 * Donkerbruin		-	#C7BBA7;
 * Bruin			-	#E1D3B1;
 * Witbruin			-	#FCFBF8;
 */

/***********************
* 001 ALGEMENE OPMAAK  *
***********************/

HTML {
	overflow-y: scroll;
   	overflow: -moz-scrollbars-vertical;
}

body {
    padding: 0;
    margin: 0;
    font-size: 76%;
    font-family: Verdana,Arial,Helvetica,Sans Serif;
    color: #303030;
    background: #f1e9d6 url('../img/layout/achtergronden/achtergrond_streep.gif');
}

#container {
	width: 880px;
	margin: 10px auto;
	color: #303030;
}

.match_cell_home, .match_cell_away {
    background:#D3DAF4 none repeat scroll 0 0;
    font-weight:bold;
    padding-left: 8px;
}
.altRow .match_cell_home, .altRow .match_cell_away {
    background:#A5B3F4 none repeat scroll 0 0;
    font-weight:bold;
    padding-left: 8px;
}

#bgfill {
	background: #ffffff url('../img/layout/achtergronden/achtergrond_container.gif') repeat-y;
}
#bgfillwide {
	background: #ffffff url('../img/layout/achtergronden/achtergrond_container_wide.gif') repeat-y;
}

a {
    text-decoration: underline;
    color: #303090;
}

a:hover {
	text-decoration: underline;
}

a.teamlink
{
	color: inherit;
	text-decoration: none;
}


li {
	line-height: 1.5em;
	text-align: left;
}

ul {
    margin-bottom: 15px;
}

a img {
	border: 0;
}


/***********************
* 002 TABELLEN	       *
***********************/
table {
  width: 100%;
  color:#333;
  clear:both;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
  border-collapse: collapse;
}
#pagina table {
  width: auto;
  margin-bottom: 0;
  color:#303030;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:16px;
  margin:10px 10px 20px;
}
#pagina .mceEditor table {
	margin: 0;
}
th {
  background: #f4f4f4;
  text-align: left;
  padding: 2px;
  border-bottom: 1px solid #000066;
}
table tr td {
  padding: 2px 4px 2px 0;
  vertical-align:top;
}
table.padding tr td, table.padding tr.altRow td {
    padding: 2px 4px 2px 4px;
  vertical-align:top;
}

tr.altRow td.ppw, td.ppw {
    text-align: center;
    background: #A5B3F4;
    font-weight: bold;
}

table tr.altRow td {
  background: #f4f4f4;
}
table tr.row td {
  background: #ffffff;
}
table tr.row-afgelast td {
    color: #900;
}

table tr.gewonnen td.score-cel {
    color: #090;
}

table tr.verloren td.score-cel {
    color: #900;
}

table tr.row-afgelast td.wedstrijd-cel {
    text-decoration: line-through;
}
table tr.row-afgelast a {
    font-weight: normal;
    color: #900;
    text-decoration: none;
}
.cakeSqlLog{
	background: #FFF;
}

#inhoudbreed table.datatable {
	width: 649px;
	border-collapse: collapse;
}

.archieftabel th {
    border: 0; background: #fff;
}
.archieftabel .datum {
    padding-right: 20px;
    font-size: 0.9em;
    color: #E1D3B1;
    
}
.archieftabel td {
    padding-bottom: 4px;
}
.archieftabel .titel {
    padding-right: 20px;
}
.archieftabel .bron {
    white-space: nowrap;
    font-size: 0.9em;
    overflow: hidden;
    color: #E1D3B1;
}
.ar

table.datatable td {
	padding: 4px 2px;
}
.datatable, #pagina .datatable {
	width: 460px;
}

form.box {
    width: auto;
    margin: 10px; 
    background: #FCFBF8;
}

/***********************
* TOP        	       *
***********************/
#top {
	width: 880px;
	height: 76px;
}

#toplinks {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
#toplinks ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#toplinks ul li {
	display: inline;
}
#toplinks ul li a
{
	text-decoration: none;
 	padding: 4px 7px 4px 7px;
	color: #303030;
	background-color: #e9dfc6;
}
#toplinks a.active {
    	background: #000066;
    	color: #ffffff;
	font-weight: bold;
}
#toplinks a:hover {
	text-decoration: underline;
}



#ledenmenu {
	height: 60px;
	margin: 18px 20px 0;
	width: 260px;
	float: right;
	text-align: right;
}
#ledenmenu a {
	
}
#login form {
	font-size:0pt;
	height: 60px;
	margin: 20px 0 0;
	padding:0px 0pt 0pt 27px;
	width: 360px;
	float: right;
}
#login label {
	font-family:Arial,Helvetica,sans-serif;
	color:#313131;
	display:block;
	float:left;
	font-size:10px;
	line-height:14px;
	padding:0pt;
	text-transform:uppercase;
	width:158px;
}
#login input[type=text], #login input[type=password] {
	background:#E9DFC6 url(../img/layout/achtergronden/input_box.gif) no-repeat scroll 0pt;
	border:medium none;
	color:#000000;
	display:block;
	float:left;
	height:22px;
	margin:4px 16px 0pt 0pt;
	padding:0pt 1px;
	width:140px;
}
#login input[type=submit] {
	float:left;
	width: 30px;
	height: 24px;
	margin: 3px 4px 0pt -5px;
	padding: 0px;
}
/** 
 * ALGEMEEN
 */
textarea 				{ border: 1px solid #E1D3B1; background: #FCFBF8; padding: 4px; height: 88px; width: 242px; }

/**
 * Messageboard post
 */
.msbtable 					{ width: 100%; overflow: hidden; }
.msbtable input[type=text] 	{ border: 1px solid #E1D3B1; background: #FCFBF8; width: 170px; padding: 4px; margin-top: 1px; margin-bottom: 10px; line-height: 16px; }
.msbtable input[type=submit]{ float: right; }
.msbtable .postnaam 		{ padding: 5px 0 5px 14px; }
.msbtable .post 			{ padding: 5px 0 5px 0; }

#label_naam 			{ width: 200px;	display: block; }
#label_bericht 			{ width: 200px;	display: block; }
#label_spamcode 		{ width: 200px;	display: block; }
#spamcode				{ width: 100px; }
/***********************
* TOP-PANEL 	       *
***********************/
#head-top {
	height: 0px;
	overflow: hidden;
	background: #111;
	color: #fff;
}
#head-top-wrapper {
	width: 880px;
	margin: 0 auto;
}

.head-opener, .head-closer {
	background: #C7BBA7 url('../img/bovenbalk.png') bottom left repeat-x;
	color: #303030;
	margin: 0 auto;
	padding-top: 4px;
	width: 880px;	
	text-align: right;
	line-height: 22px;
}

.head-closer {
	display: none;
}

.head-lid {
	float: left;
}
.head-opener a, .head-closer a {
	color: #333;
    font-weight: normal;	
	text-decoration: none;
}
#head-top-wrapper a {
	color: #fff;
	text-decoration: none;
}

#panel-wrapper {
	background: #C7BBA7 url('../img/bovenbalk.png') bottom left repeat-x;
	color: #fff;
}

#panel-schaduw {
    height: 13px;
    background: transparent url('../img/edge.png') top left repeat-x;
}

.head-panel-column {
	width: 200px;
	float: left;
	margin: 0 10px;
}

.head-panel-column h3 {
	border-bottom: 2px solid #C7BBA7;
	width: 180px;
	margin-bottom: 0px;
	padding: 10px 10px 5px 10px;
	font-family:Helvetica Light,Helvetica,Arial,Sans-Serif;
	font-size: 14px;
}

.head-panel-column h3 img {
	display: block; 
	margin-left: 8px;
	float: right; 
}

.head-panel-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.head-panel-column ul a {
	border-bottom:1px solid #333333;
	color:#FFFFFF;
	display:block;
	padding:3px 5px 3px 10px;
	text-decoration:none;
}

.head-panel-column ul a:hover {
	background: #212121;
}

.head-panel-column label {
	line-height: 1.5em;
	margin: 10px 5px 0px 10px;
}

.head-panel-column .wachtwoord-vergeten {
	text-align: right;
	line-height: 1.5em;
	margin: 5px 10px 0px 5px;
}

.head-panel-column input[type=text], .head-panel-column input[type=password] {
	background: #333333;
	color: #dddddd;
	border: 0;
	height: 18px;
	width: 176px;
	padding-left: 2px;
	padding-right: 2px;
	display:block;
	margin: 10px 5px 10px 10px;
}
.head-panel-column input[type=submit] {
	float: right;
	margin: 0px 10px 10px 10px;
}
.head-panel-column input[type=checkbox] {
	margin: 5px 0px 0px 10px;
}
.head-panel-column table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.head-panel-column td {
	margin: 0; 
	padding: 0;
	color: #dddddd;
}

/**
 * Slider algemeen en nieuws
 */
#inhoud-slider {
	background: #E1D3B1;
	padding: 4px 0;
}
#slide-nieuws, #slide-programma, #slide-uitslagen {
	overflow: hidden;
}
#slide-nieuws table {
	border-collapse: collapse;
}
#slide-nieuws tr:hover { background: #E1D3B1; }
#slide-nieuws td.node { 
	font-size: 10px;
	padding:4px;
	line-height: 14px;
	border-bottom:1px dotted #E1D3B1; 
}
#slide-nieuws td.node div { height: 5px; width: 5px; display: block; background: #E1D3B1; padding: 0; margin: 5px 0px 0px 4px; }
#slide-nieuws td.node .cie-node-1 { background: #000066; }
#slide-nieuws td.node .cie-node-4 { background: #000066;  }
#slide-nieuws td.node a {
	padding-left: 15px;
	text-decoration: none;
}
/**
 * Slider programma en uitslagen
 */
#slide-programma th, #slide-uitslagen th, #slide-nieuws th {
	font-weight: normal;
	padding:4px;
	text-align: center;
	color: #fff;
	background: #303090;
	border: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#slide-programma td, #slide-uitslagen td { 
	font-size: 10px;
	padding:4px;
	line-height: 14px;
	border-bottom:1px dotted #E1D3B1; 
}

/***********************
* AFBEELDINGEN 	       *
***********************/
#afbeeldingen {
	width: 880px;
	clear: both;
	border-top: 1px solid #006;
	height: 130px;	
	background: #f1e9d6;
    position: relative;
}

#banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 189px;   
}

/***********************
* 005 SIDEBAR	   	   *
***********************/
#sidebar {
	width: 210px;
	border-right: 1px solid #e1d3b1;
	background: #FCFBF8;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	float: left;
}
#sidebar a.meer {
	text-align: right;
	display: block;
	font-size: 12px;
}
#sidebar p {
	font-size: .8em;
	margin: 4px 12px;
}
#sidebar form, #sidebar table {
	margin: 0;
}
#sidebar ul 
{
	list-style-type:none;
	padding: 5px 10px 5px;
	background: #FCFBF8;
	margin: 0;
}

.fold {
	margin-top: 1px;
	margin-left: -11px;
	margin-bottom: -11px;
	background: transparent url('../img/layout/achtergronden/div-fold-bg.png') no-repeat;
	height: 38px;
	padding-left: 11px;
}

.fold h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 27px;
	background: #000066;
	font-weight: normal;
	font-size: 14px;
}

/*
#sidebar ul {
	list-style-type:none;
	padding: 5px 10px;
	background: #FCFBF8;
	margin: 0;
}
*/
#sidebar ul li {
	background: transparent url(../img/layout/achtergronden/achtergrond_menu_links.gif) no-repeat;
	display:block;
	width: 170px;
	height:20px;
	padding: 3px 10px 0;
	margin: 5px 0;
}
#sidebar ul li.active, #sidebar ul li.active:hover {
	background: transparent url(../img/layout/achtergronden/achtergrond_menu_links_active.gif) no-repeat -2px 0px;
}
#sidebar ul li:hover {
	background: transparent url(../img/layout/achtergronden/achtergrond_menu_links_hover.gif) no-repeat;
}
#sidebar ul li.menu_1, #sidebar ul li.menu_2, #sidebar ul li.menu_3{
	background: transparent;
	padding: 0px 10px 0 15px;
	height: 16px;
	
}
#sidebar ul li.menu_1 a {
	font-size: 10px;
}
#sidebar ul li.menu_2 a {
	background: transparent url(../img/layout/achtergronden/achtergrond_sub_menu_2_links.gif) no-repeat 1px 0px;
	padding-left: 15px;
	font-size: 10px;
}
#sidebar ul li.menu_3 a {
	background: transparent url(../img/layout/achtergronden/achtergrond_sub_menu_2_links.gif) no-repeat 16px 0px;
	padding-left: 30px;
	font-size: 10px;
}
#sidebar ul li a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display: block;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar th {
	background: #FCFBF8;
	font-size: 12px;
}
/***********************
* SPONSOREN   	       *
***********************/
#rechts .sponsoren {
	background: #E1D3B1;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	color: #303090;
	font-weight: bold;
}
#rechts .sponsoren img {
	width: 147px;
	border: 1px solid #006;
}
/***********************
* 007 PAGINAS 	       *
***********************/
#flashMessage {
	border-bottom: #006;
	background: #E1D3B1;
	color: #303030;
	margin-top: 1px;
	padding: 0 10px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 27px;
}
#inhoud {
	width: 480px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	padding: 0px;
}
#inhoudbreed {
	width: 669px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	padding: 0px;
}
#inhoud table.inline { 
	margin: 10px 10px 20px;
	width: 460px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#inhoudbreed table.inline { 
	margin: 10px 10px 20px;
	width: 649px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.inhoud .paging {
	margin: 0px 10px 10px;
}
.paging .current {
	font-weight: bold;
	color: #000066;
}
.inhoud table.inline td {
	padding-right: 10px;
}
.inhoud table.tekst {
    table-layout:fixed;
    overflow: hidden;
}
.inhoud table.tekst td {
	padding: 4px 10px 4px 4px;
    word-break: break-word; 
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.inhoud p {
	color:#303030;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	margin: 10px 10px 20px;
}
.inhoud li {
    color:#303030;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
    margin: 5px 10px 0 0;
}
.inhoud ul ul {
    margin: 5px 0;
}
.inhoud object {
	margin: 10px 10px 20px;
}
.inhoud h1, .inhoud h2, .inhoud h3 {
	color:#303090;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin: 10px 10px 12px;
	text-indent:0pt;
}
.inhoud h2 { font-size: 20px; margin-top: 0; }
.inhoud h3 { font-size: 16px; }
.inhoud h1 span {
	color: #281D00;
}
#cmsmenu { 
	float: right;
	padding: 5px;
}
/**************************
* PAGINAS (dubbele kolom) *
**************************/
#inhoud_links {
	width: 280px;
	background: #ffffff;
	float: left;
	border-right: 1px solid #e1d3b1;
}
#inhoud_rechts {
	width: 199px;
	float: left;
	overflow: hidden;
	position:relative; 
}
#inhoud_dubbel {
	background: #fff;
}
#inhoud-slider {
	text-align: center;
}
#slide-terug {
	float: left;
	display: block;
	width: 16px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#slide-verder {
	float: right;
	display: block;
	width: 16px;
	height: 18px;
	position: relative;
	margin: 0;
	padding: 0;
}
.slides { position: relative; }
.slides div { position:absolute; padding-bottom: 20px; width:199px; display:none; }

/***********************
* E08 FOTOALBUM ELEMNT *
***********************/
.fancybox {
	float: left;
	background: #eee;
	width: 219px;
	height: 165px;
	overflow: hidden;
	border: 2px solid #333;
	margin-left: 10px;
	margin-bottom: 10px;
}

/***********************
* 009 AUTOMAGIC FORMS  *
***********************/
.input {
	clear: both;	
}
.input label {
	width: 150px;
	margin: 0 0 10px 10px;
	line-height: 160%;
	display: block;
	float: left;
}
.input input, .input select {
	margin-bottom: 10px;
}
.submit {
	margin: 10px;
}

.input input[type=checkbox] { width: auto; float: left; margin-left: 160px; }

/***********************
* 009 RECHTERKOLOM	   *
***********************/
#rechts {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	float: left;
	width: 189px;
	background: #000066;
}
#rechts h2 {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin: 10px 10px 12px;
	text-indent:0pt;
}
#rechts h3 {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:17px;
	margin:0pt 0pt 5px 10px;
	padding:0pt;
	text-transform:uppercase;
}
#rechts ul {
	margin: 0 0 15px;
	list-style-type: none;
	padding: 0;
	display: block;
}
#rechts ul li {
	/*border-bottom:1px dashed #ffffff;*/
	color:#ffffff;
	height: 17px;
	margin:0pt 10px 0pt 10px;
	overflow: hidden;
	padding: 0;
}
#rechts ul li a {
	color: #fff;
	text-decoration: none;
}
#rechts ul li a:hover {
	text-decoration: underline;
}
/***********************
* FOOTER	   	       *
***********************/

#footer {
	clear: both;
	background: #F1E9D6;
	color: #303030;
	border-top: 1px solid #e1d3b1;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	text-align: center;
}

#footer a {
	color: #303030;
}

.clear {
    line-height: 0px;
    height: 0px;
    clear: both;
}

/***********************
* ACTUEEL -> NIEUWS    *
***********************/
#inhoud_links div.nieuwsContent p {
	text-align: justify;
	margin-bottom: 10px;
}
.nieuwsContent a {
	text-decoration: none;
}
div.panelThumb {
	margin:0pt 8px 10px 10px;
	border:1px solid #303090;
	float:left;
}
div.panelThumb a {
	background-position:center !important;
	background-repeat:no-repeat !important;
	border:1px solid #FFFFFF;
	display:block;
	height:65px;
	width:65px;
}
ul.newsList h2 {
	margin:0pt 0pt 3px;
}
ul.newsList {
	margin: 0;
	padding: 0;
}
ul.newsList li.firstItem {
	margin-top:0pt;
}
ul.newsList li {
	border-bottom:1px solid #E8E8E8;
}
.newsStats {
	font-size: .8em;
	clear: both;
	display: block;
	margin: 0 0 20px 10px;
}

table.groep { background: #F4F4F4; border: 10px solid #F4F4F4; }
ul.filelist { background: #F4F4F4; list-style-type: none; padding: 10px; margin: 0 10px; }
ul.filelist img { margin-right: 5px; }
ul.filelist li  { padding: 4px 0; }
#sidebar .nieuws {
	font-size: .8em;
	padding: 10px;
	background: #FCFBF8;
}

.nieuwsdatum .dag, .nieuwsdatum .maand {
    display: block;
    width: 40px;
    background: #000066;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.nieuwsdatum .dag {
    font-size: 2em;
}

/***********************
* STAND & PROGRAMMA    *
***********************/
.stand { background: #FCFBF8; padding: 10px; }
.programma { background: #FCFBF8; padding: 10px; }

/***********************
* ACTUEEL -> UITSLAGEN *
***********************/
#wedstrijdTabel {
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DCDCDC;
}
#wedstrijdTabel th {
    text-align: left;
    font-weight: normal;
    font-family: Verdana;
    font-size:10px;
    padding-left: 10px;
}

#wedstrijdTabel td {
    text-align: left;
    font-weight: normal;
    font-family:Verdana;
    font-size:10px;
    padding: 4px 4px 4px 10px;
}

#wedstrijdTabel td.bold {
    font-weight: bold;
}

#wedstrijdTabel tr.altRow {
    background: #ececec;
}

div.paging {
	color: #ccc;
	margin-top: 10px;
	margin-left: 0px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
p.error {
    color: #900;
    font-weight: bold;
}

/******************
* 014 WEDSTRIJDEN *
******************/
.wedstrijdbrowser           { margin-right:10px; width: 200px; float: left; }
.wedstrijdbrowser div       { padding: 10px; background: #F1E9D6; margin-bottom: 10px; }
.wedstrijdbrowser ul        { list-style-type: none; margin: 0; padding: 0;}
.wedstrijdbrowser li        { background: url('../img/icons/chart_line.png') no-repeat; padding-left: 20px; }
.wedstrijdbrowser input[type=text]     { margin: 2px 0 0; width: 180px; padding: 1px; border: 1px solid #CEC3AF; }
.wedstrijdbrowser select    { margin: 2px 0 0; width: 184px; padding: 1px; border: 1px solid #CEC3AF; }
.wedstrijdlijst             { float: left; width: 459px; }
#pagina .table-programma    
                            { margin-top: 0; width: 439px; }
.wedstrijdlijst thead th,
.table-programma thead th   { background: #000066; color: #fff; }

.wedstrijdlijst th,
.table-programma th         { background: #DFDFFF; }

#pagina .wedstrijdlijst td, .wedstrijdlijst th,
#pagina .table-programma td, .table-programma th
                            { padding: 4px; vertical-align: baseline; }
                            
.wedstrijdlijst thead a,
.table-programma thead a    { color: #fff; }

/************
* POLL      *
************/
div.poll     { font-size: .8em; background: #FCFBF8; padding: 10px; }
.poll .titel { font-weight: bold; color: #303090; font-size: 12px; line-height: 16px; }
.pollLeider  { background: #303090; height: 5px; border: 1px solid black; }
.pollGrijs   { background: #CCC; height: 3px; border: 1px solid #303090; }


/************
* DEBUGGING *
************/
table.cake-sql-log
{
	background: #fff;
}
div#debug
{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
div#debugdata, div#debuguser
{
  display: none;
  color: black;
  z-index: 200;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background: #fff;
}
