html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,

/* Eric Meyer's Reset Stylesheet: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                color: #555;
                background: #f0f0f0 url('/_images/bg-body.gif') top left repeat-y;
                font-size: 12px;
                }

#body-wrapper {
                background: url('/_images/bg-radial-gradient.gif') fixed 230px top no-repeat;
                }                

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                font-family: Helvetica, Arial, sans-serif;
                color: #222;
                font-weight: bold;
                }

h1            { font-size: 31px; padding: 0 0 10px 0; }
h2            { font-size: 26px; padding: 0 0 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 10px 0 5px 0; color: #57a000; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


a              { color: #57a000; text-decoration: underline; }
a:hover     { color: #000; }
a:active     { color: #777; }
a:focus     { outline: 1px; }

strong       { font-weight: bold; color: #333; }

small   		{ font-size: 0.85em; }

pre           { font-family: monospace; }

p {
                padding: 5px 0 10px 0;
                line-height: 1.6em;
                }

/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.align-left {
                float: left;
                }
				
.align-right {
                float: right;
                }

/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('/_images/bg-button-green.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
                }
                
.button:hover {
                text-decoration: underline;
                }
                
.button:active {
                padding: 5px 7px 3px 7px !important;
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}

/********************************      Sidebar      ********************************/

#sidebar {
                background: url('/_images/bg-sidebar.gif') top left no-repeat;
                width: 230px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                color: #888;
                font-size: 11px;
                }

#sidebar #sidebar-wrapper {
                margin: 0 0 0 9px;
                }

#sidebar a,
#sidebar a:active {
                color:#ccc;
                }

#sidebar a:hover {
                color:#fff;
                }

#sidebar #sidebar-title {
                margin: 40px 0 40px 15px;
                }

#sidebar #logo {
                margin: 20px 0 0 0;
                }

#sidebar #profile-links {
                padding: 0 15px 20px 15px;
                text-align: right;
                line-height: 1.5em;
                }

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
                width: 206px;
                padding: 0;
                margin: 0 0 0 15px;
                font-family: Helvetica, Arial, sans-serif;
                }

#sidebar #main-nav li {
                list-style: none;
                padding-bottom: 10px;
                text-align: right;
                }

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('/_images/bg-menu-item-green.gif') right center no-repeat; /* Background image for default color scheme - green */
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a.current {
                background-image: url('/_images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
                }
                
#sidebar #main-nav li a.current:hover {
                color: #333;
                }

#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
				padding: 0;
                }

#sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
                }

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
                color: #fff;
                }

#sidebar #main-nav ul li a.current {
                background: transparent url('/_images/menu-current-arrow.gif') right center no-repeat !important;
                }


/************ Messages ************/

#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }
				
#messages fieldset {
                margin: 0;
                }
				
#messages textarea {
                margin: 0 0 15px 0;
                }
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
                margin: 0 20px 0 250px;
                padding: 20px 0 0 0;
                }

.column-left {
                }
                
.column-right {
                }
               
#page-intro {
                font-size: 17px;
                padding: 0 0 20px 0;
                }

				
#footer {
				border-top: 1px solid #ccc;
				margin: 40px 0 0 0;
				padding: 20px 0;
				font-size: 12px;
                }
/************ Lists ************/

#main-content ul,
#main-content ol {
                padding: 10px 0;
                }

/* Unordered List */

#main-content ul li, div.content ul li {
                background: url('/_images/icons/bullet_black.png') center left no-repeat;
                padding: 4px 0 4px 20px;
                }

/* Ordered List */

#main-content ol, div.content ol {
                padding: 0 0 0 24px;
                }

#main-content ol li, div.content ol li {
                list-style: decimal;
                padding: 4px 0;
				line-height: 1.6em;
                }

/*************** Content Box ***************/

.content-box {
                border: 1px solid #ccc;
                margin: 0 0 20px 0;
                background: #fff;
                }

.content-box-header {
                background: #e5e5e5 url('/_images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: 40px;
                }

.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 20px;
                font-size: 13px;
                border-top: 1px solid #ccc;
                }
                
/************ Table ************/

#main-content table table {
                width: 100%;
                border-collapse: collapse;
                }

#main-content table table.narrow {
				width: auto;
				margin-bottom: 1em;
				}
                
#main-content table table thead th {
                font-weight: bold;
                font-size: 15px;
                border-bottom: 1px solid #ddd;
                }
                
#main-content table table tbody {
                border-bottom: 1px solid #ddd;
                }
                
#main-content table table tbody tr {
                background: #fff;
                }
              
#main-content table  tbody tr.alt-row {
                background: #f3f3f3;
                }
                
#main-content table table td,
#main-content table table th {
                padding: 10px;
                line-height: 1.3em;
                }        
				
#main-content table table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
#main-content table table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }      
				
/*************** Pagination ***************/

#main-content .pagination {
                text-align: right;
                padding: 20px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current {
                background: #469400 url('/_images/bg-button-green.gif') top left repeat-x !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
                background: #f7f7f7 url('/_images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }

.shortcut-button span img {
                margin-bottom: 10px;
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
                }

/*************** Forms ***************/

form label {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('/_images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
                }
            
form .xsmall-input {
                width: 20px !important;
				text-align: center;
                }

form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 97.5% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('/_images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('/_images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('/_images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('/_images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 22px;
				background-color: transparent;
				margin: 0 0 0 5px;
				}

/* Notification for login page */

#login-wrapper #login-content .notification {
				border: 0;
				background-color: #141414;
				color: #fff !important;
				}

/********************************      Login Page      ********************************/

body#login {
                color: #fff;
                background: #222 url('/_images/bg-login.gif');
				}
				
#login-wrapper {
                background: url('/_images/bg-login-top.png') top left repeat-x;
				}

#login-wrapper #login-top {
				width: 100%;
				padding: 140px 0 50px 0;
				text-align: center;
				}
				
#login-wrapper #login-content {
				text-align: left;
				width: 300px;
				margin: 0 auto;
				}
				
#login-wrapper #login-content label {
				color: #fff;
				font-weight: normal;
				font-size: 14px;
				font-family: Helvetica, Arial, sans-serif;
				float: left;
				width: 70px;
				padding: 0;
				}
				
#login-wrapper #login-content input {
				width: 200px;
				float: right;
				margin: 0 0 20px 0;
				border: 0;
				background: #fff;
				}
				
#login-wrapper #login-content p {
				padding: 0;
				}
				
#login-wrapper #login-content p#remember-password {
				float: right;
				}
				
#login-wrapper #login-content p#remember-password input {
				float: none;
				width: auto;
				border: 0;
				background: none;
				margin: 0 10px 0 0;
				}
				
#login-wrapper #login-content p .button {
				width: auto;
				margin-top: 20px;
				}

/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/

#facebox .b {
  background:url(/_images/b.png);
}

#facebox .tl {
  background:url(/_images/tl.png);
}

#facebox .tr {
  background:url(/_images/tr.png);
}

#facebox .bl {
  background:url(/_images/bl.png);
}

#facebox .br {
  background:url(/_images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/*************** jQuery WYSIWYG ***************/

div.wysiwyg { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 97.5% !important; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 5px 0; }
div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0 2px; padding: 0 !important;  background: #ffffff; background-image: none !important;}
div.wysiwyg ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
div.wysiwyg ul.panel li a { display: block; padding: 0 !important; width: 16px; height: 16px; background: url('/_images/icons/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {  }
div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }

div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }

div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }

div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }

div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.panel li a.html { background-position: -48px -48px; }
div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -64px; }

div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

div.wysiwyg iframe { border: 0; margin: 5px 0 0 0; clear: left; width: 97.5% !important; }

.button,
#main-content table tfoot td .bulk-actions select,
.pagination a.number,
form input.text-input,
form textarea,
form .wysiwyg,
form select {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
				border-radius: 4px;
			}
			
.content-box,
.content-box-header,
ul.content-box-tabs li a.current,
.shortcut-button,
.notification {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
				border-radius: 6px;
                }

.content-box-header {
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-bottomright: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
                }
				
.closed-box .content-box-header {
                -moz-border-radius-bottomleft: 6px;
                -moz-border-radius-bottomright: 6px;
                -webkit-border-bottom-left-radius: 6px;
                -webkit-border-bottom-right-radius: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
                }

ul.content-box-tabs li a.current {
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-bottomright: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
                }
				

.shortcut-button span {
                -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
				border-radius: 7px;
                }
				
div.wysiwyg ul.panel li a { opacity: 0.6; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 0.99; }
td.left-column h1 {
	font-size: 26px;
	padding: 0 0 10px 0;
	color: #57A000;
	font-weight: bold;
}

h2 {
	color: #57A000;
}

div.advertentie {
	margin-top: 20px;
	text-align: center;
}
div.advertentie img {
	padding-bottom: 10px;
}

div.google_adsense {
	text-align: center;
	padding-bottom: 10px;
}

table.columns {
	margin-top: 10px;
	width: 100%;
}

table.columns tr {
}

td.left-column {
	vertical-align: top;
	padding-right: 20px;
}

td.right-column {
	width: 300px !important;
	vertical-align: top;
}

div.datum_en_tijd {
	font-style: italic;
	margin-bottom: 10px;
}

div.copyrights {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #888;
	text-align: center;
}

label.input {
	font-weight: normal;
}

.ui-effects-transfer { border: 1px dotted #888; }

span.validation-error {
	color: red;
	display: block;
}

hr {
	height: 1px;
	color: #e5e5e5;
}

div.content-box.responses {
	margin-top: 2em;
}

a.respons-add-header {
	float: right;
	margin-right: 1em;
	margin-top: 0.75em;
}

a.respons-add-footer {

}

a.respons-add-quote {
	float: left;
}

div.list-box {
	margin-bottom: 2em;
}

div.list-box p strong {
	font-size: 125%;
}

div.list-box p {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 0 0.25em 0 0.25em;
	min-height: 150px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.list-box div.datum_en_tijd {
	font-size: 80%;
	text-align: right;
	margin-bottom: 0;
}

div.save-reminder {
	margin-top: 1em;
	display: none;
}

div.list-box img.avatar, div.content-box-content img.avatar {
	float: right;
	zoom: 1;
}

p.sublabel {
	margin-top: 0;
	padding-top: 0;
	font-size: 80%;
}

img.avatar.profile {
	float: right;
	opacity: 1 !important;
	-ms-filter: "alpha(opacity=100)" !important; /* IE 8 */
	filter: alpha(opacity=100) !important;       /* IE 4-7 */
}

img.avatar.text {
	float: right;
}

img.avatar.small {
	width: 50px;
	-ms-interpolation-mode: bicubic;
}

span#clock {
	background-color: #5ba300;
	padding: 2px;
	display: block;
	width: 50px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 7px;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.close-message {
	display: block;
	text-align: right;
	position: relative;
	top: 17px;
}

div.message {
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 0 0.25em 0 0.25em;
	clear: both;
	margin-bottom: 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

a.button, a.shortcut-button, ul#main-nav a {
	text-decoration: none;
}

div.match {
	width: 240px;
}

div.match a {
	display: inline-block;
	text-align: center;
	width: 180px;
}
input.thuis, input.uit {
	font-weight: bold;
}

table.stats_onlinecount tr td, table.stats_onlinecount tr th, table.stats_onlinecount {
	border: 1px solid white;
	border-collapse: collapse;
}

table.stats_onlinecount tr td, table.stats_onlinecount tr th {
	padding: 1px;
	text-align: center;
	width: 16px;
}

table.stats_onlinecount tr th {
	background-color: #642200;
	color: white;
}

td.data0  { background-color: #ffffff; color: black; font-weight: normal; text-align: center; }
td.data1  { background-color: #eeeeff; color: black; font-weight: normal; text-align: center; }
td.data2  { background-color: #ddddff; color: black; font-weight: normal; text-align: center; }
td.data3  { background-color: #ccccff; color: black; font-weight: normal; text-align: center; }
td.data4  { background-color: #bbbbff; color: black; font-weight: normal; text-align: center; }
td.data5  { background-color: #aaaaff; color: black; font-weight: normal; text-align: center; }
td.data6  { background-color: #9999ff; color: black; font-weight: normal; text-align: center; }
td.data7  { background-color: #8888ff; color: black; font-weight: normal; text-align: center; }
td.data8  { background-color: #7777ff; color: black; font-weight: normal; text-align: center; }
td.data9  { background-color: #6666ff; color: black; font-weight: normal; text-align: center; }
td.data10 { background-color: #5555ff; color: white; font-weight: bold; text-align: center; }
td.data11 { background-color: #4444ff; color: white; font-weight: bold; text-align: center; }
td.data12 { background-color: #3333ff; color: white; font-weight: bold; text-align: center; }
td.data13 { background-color: #2222ff; color: white; font-weight: bold; text-align: center; }
td.data14 { background-color: #1111ff; color: white; font-weight: bold; text-align: center; }
td.data15 { background-color: #0000ff; color: white; font-weight: bold; text-align: center; }

table.stats_onlinecount tr td a, table.stats_onlinecount tr th a {
	color: inherit;
}

p.gezamelijke_voorspelling {
	border: 1px dashed #888888;
	padding: 1em;
	width: 200px;
	margin-bottom: 2em;
}

div.content-box-header div.subtitle {
	padding: 10px;
	display: inline;
	font-weight: normal;
	font-size: 60%;
	float: none;
}

div.content-box-header.no-tabs div.subtitle {
	padding: 10px;
	padding-top: 14px;
	display: inline;
	font-weight: normal;
	font-size: 100%;
	float: right;
	display: block;
}

div#facebox div.content-box-header {
	cursor: move;
}

input.button.right {
	margin-left: 1em;
	float: right;
}

table.admin thead th.sortable {
	cursor: pointer;
}

table.admin thead th.sortable.up {
	background-color: #cecece;
}

table.admin thead th.sortable img {
	margin-left: 1em;
}

table.admin td.actions {
	white-space: nowrap;
}

div.admin-filter {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

div.admin-filter label {
	display: inline;
	padding-right: 10px;
}

div.admin-filter input {
	margin: 1px 10px 1px 1px;
}

div.admin-filter input.active {
	border: 2px solid #57A000;
	margin: 0 9px 0 0;
}

form fieldset div {
	padding-bottom: 10px;
	line-height: 1.6em;
}

h4 a {
	text-decoration: none;
}

div.form-button-in-tabs {
	padding-left: 20px;
}

img.joker {
	width: 24px;
	height: 23px;
}

img.joker.on, img.joker.off {
	margin-left: 0.5em;
	vertical-align: middle;
	cursor: pointer;
}

div.knockout-landen {
	margin-top: 1em;
	margin-bottom: 1em;
	zoom: 1;
}

div.knockout-landen div.knockout {
	zoom: 1;
	float: left;
	width: 160px;
	padding: 1em;
	border: 1px solid #888888;
	background-color: #f0f0f0;
	margin-right: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

div.knockout-landen div.knockout img.joker {
	vertical-align: baseline;
	float: right;
}

div.knockout-landen.available div.knockout img.joker {
	display: none;
}

div.knockout-landen div.knockout input {
	display: none;
}

div.knockout-landen.selected {
	border: 2px dashed #888888;
	padding: 1.5em;
	padding-bottom: 0.5em;
}

h5 span.complete {
	color: green;
}

h5 span.incomplete {
	color: red;
}

body.no-sidebar td.right-column {
	width: 0px !important;
}

body.no-sidebar td.left-column {
	padding-right: 0;
}

td.datum-en-tijd {
	width: 170px;
}

td.stadion {
	width: 190px;
}

td.datum-en-tijd span.kort {
	display: none;
}

table.compact {
	width: auto !important;
}

td.groep {
	text-align: center;
	font-weight: bold;
}

td.voorspelling {
	white-space: nowrap;
}

td.punten {
	text-align: center;
}

td.group-stat, th.group-stat {
	text-align: center;
}

div.respons span.quote {
	display: block;
	margin: 0;
	padding: 0;
	border-left: 2px dotted #888888;
	background-color: #f0f0f0;
	width: 60%;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}

div.respons span.quote strong {
	font-size: 100% !important;
}

li.yes {
	background: transparent url('../_images/icons/tick_circle.png') left center no-repeat !important;
}

li.no {
	background: transparent url('../_images/icons/cross.png') left center no-repeat !important;
}

div.list-box a.lees-verder {
	font-size: 125%;
}

a.twitter {
	padding-left: 24px;
	background: url(/_images/twitter.png) no-repeat left center;
}

sup {
	position: relative;
	top: -4px;
	font-size: 80%;
}

span.unpayed {
	color: red;
	font-weight: bold;
}

span.payed {
}

div#referrals, div#friends, div#others_as_friend {
	display: none;
}

table.top td.value {
	text-align: center;
}

em {
	font-style: italic;
}

div.content-box-header.admin {
	height: 50px;
}

.smiley {
	background: url(/_images/smileys.png) no-repeat top left;
	display: inline-block;
	cursor: pointer;
}

.smiley.angry			{ background-position:   0    0; width: 19px; height: 19px; }
.smiley.biggrin			{ background-position: -69px  0; width: 19px; height: 19px; }
.smiley.confused		{ background-position: -138px 0; width: 19px; height: 19px; }
.smiley.disappointed	{ background-position: -207px 0; width: 19px; height: 19px; }
.smiley.embarrassed		{ background-position: -276px 0; width: 19px; height: 19px; }
.smiley.hot				{ background-position: -345px 0; width: 19px; height: 19px; }
.smiley.sad				{ background-position: -414px 0; width: 19px; height: 19px; }
.smiley.sick			{ background-position: -483px 0; width: 19px; height: 19px; }
.smiley.smile			{ background-position: -552px 0; width: 19px; height: 19px; }
.smiley.surprised		{ background-position: -621px 0; width: 19px; height: 19px; }
.smiley.teeth			{ background-position: -690px 0; width: 19px; height: 19px; }
.smiley.tongue			{ background-position: -759px 0; width: 19px; height: 19px; }
.smiley.wink			{ background-position: -828px 0; width: 19px; height: 19px; }

.vlag {
	background: url(/_images/landen.png) no-repeat top left;
	display: inline-block;
	border: 1px solid #888888;
	line-height: 1px;
	font-size: 1px;
}

.vlag.alg { background-position:    0      0; width: 19px; height: 13px; }
.vlag.arg { background-position:  -69px    0; width: 19px; height: 13px; }
.vlag.aus { background-position:  -138px   0; width: 19px; height: 13px; }
.vlag.bra { background-position:  -207px   0; width: 19px; height: 13px; }
.vlag.chi { background-position:  -276px   0; width: 19px; height: 13px; }
.vlag.civ { background-position:  -345px   0; width: 19px; height: 13px; }
.vlag.cmr { background-position:  -414px   0; width: 19px; height: 13px; }
.vlag.den { background-position:  -483px   0; width: 19px; height: 13px; }
.vlag.eng { background-position:  -552px   0; width: 19px; height: 13px; }
.vlag.esp { background-position:  -621px   0; width: 19px; height: 13px; }
.vlag.fra { background-position:  -690px   0; width: 19px; height: 13px; }
.vlag.ger { background-position:  -759px   0; width: 19px; height: 13px; }
.vlag.gha { background-position:  -828px   0; width: 19px; height: 13px; }
.vlag.gre { background-position:  -897px   0; width: 19px; height: 13px; }
.vlag.hon { background-position:  -966px   0; width: 19px; height: 13px; }
.vlag.ita { background-position: -1035px   0; width: 19px; height: 13px; }
.vlag.jpn { background-position: -1104px   0; width: 19px; height: 13px; }
.vlag.kor { background-position: -1173px   0; width: 19px; height: 13px; }
.vlag.mex { background-position: -1242px   0; width: 19px; height: 13px; }
.vlag.ned { background-position: -1311px   0; width: 19px; height: 13px; }
.vlag.nga { background-position: -1380px   0; width: 19px; height: 13px; }
.vlag.nzl { background-position: -1449px   0; width: 19px; height: 13px; }
.vlag.par { background-position: -1518px   0; width: 19px; height: 13px; }
.vlag.por { background-position: -1587px   0; width: 19px; height: 13px; }
.vlag.prk { background-position: -1656px   0; width: 19px; height: 13px; }
.vlag.rsa { background-position: -1725px   0; width: 19px; height: 13px; }
.vlag.srb { background-position: -1794px   0; width: 19px; height: 13px; }
.vlag.sui { background-position: -1863px   0; width: 19px; height: 13px; }
.vlag.svk { background-position: -1932px   0; width: 19px; height: 13px; }
.vlag.svn { background-position:     0   -63px; width: 19px; height: 13px; }
.vlag.uru { background-position:   -69px -63px; width: 19px; height: 13px; }
.vlag.usa { background-position:  -138px -63px; width: 19px; height: 13px; }

div.sidebet-voorspelling-taken input {
	visibility: hidden;
}

div.sidebet-voorspelling-available label {
	font-weight: normal;
	padding: 0;
}

table.admin-stats tr.hidden {
	display: none;
}

div.pageviews {
	color: silver;
	clear: both;
	float: left;
	font-style: italic;
	font-size: 80%;
}

a.sign-in-with-twitter {
	background: top left url(/_images/sign-in-with-twitter.png) no-repeat;
	display: block;
	width: 151px;
	height: 24px;
	font-size: 0px;
}

span.pagination-ellipsis {
	padding-right: 5px;
}

a.referral_url {
	float: left;
}

.throbber {
	background: top left url('/_images/throbber.gif') no-repeat;
	min-height: 16px;
	padding-left: 20px;
}

.tooltip-async {
	cursor: pointer;
}

.tooltip-async #tooltip {
	padding: 1em;
}

tr.inactive {
	color: silver;
}

tr.inactive td strong {
	font-weight: normal;
	color: silver;
}

td span.negative {
	color: red;
}

td span.positive {
	color: green;
}

div.market-open, div.market-closed {
	float: right;
	width: 130px;
	border: 1px solid #dddddd;
	padding: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
}

div.market-open {
	background-color: #5ba300;
	color: white;
}

div.market-closed {
	background-color: #ffcece;
	color: gray;
}

tr.random, div.random {
	border: 1px dashed black !important;
}

div.tooltip-sidebets span {
	padding-left: 2em;
	float: right;
}

img.fancy {
	margin: 0.5em;
	padding: 0.5em;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table#uitslagen tbody tr {
	display: none;
}

table#uitslagen tr.match-started {
	display: table-row;
}

div#your_pool_predictions {
	margin-top: 1em;
	padding: 0.5em;
	display: none;
	border: 1px solid #dddddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table.tooltip {
	border-collapse: collapse;
}

table.tooltip th {
	font-weight: bold;
}

table.tooltip tr {
	border-bottom: 1px solid #888888;
}

table.tooltip td, table.tooltip th {
	padding: 0.5em;
	border-collapse: collapse;
}

form.sidebets-filter {
	margin-bottom: 1em;
}

span.small-tab {
	font-size: 90%;
}

div.fout {
	opacity: 0.5 !important;
	-ms-filter: "alpha(opacity=50)" !important; /* IE 8 */
	filter: alpha(opacity=50) !important;       /* IE 4-7 */
}

tr.fout td {
	opacity: 0.5 !important;
	-ms-filter: "alpha(opacity=50)" !important; /* IE 8 */
	filter: alpha(opacity=50) !important;       /* IE 4-7 */
}

tr.goed td, div.goed {
	font-weight: bold;
}

span.internal-ranking {
	display: none;
}

img.chart {
	float: right;
}

img.chart.profile {
	margin-top: 180px;
	margin-right: -150px;
}

td.right {
	text-align: right;
}

div#selected_friends label, div#available_friends label {
	width: 300px;
	float: left;
}

td.center {
	text-align: center;
}

.own {
	background-color: yellow;
}

td.voorspellingen div {
	clear: both;
	font-size: 80%;
}

td.voorspellingen div span {
	float: right;
}

tr.empty {
	background-color: #ffcece !important;
}

div.list-box div.full-preview strong {
	font-size: 100%;
}

div.list-box div.full-preview {
	position: relative;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 0 0.25em 0 0.25em;
	height: 150px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.list-box div.full-preview p {

	background-color: none;
	border: 0;
	padding: 0;
	min-height: 0;
	margin-bottom: 1em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

div.list-box div.full-preview a.lees-verder {
	background-color: #57A000;
	color: white;
	padding: 0.25em 2em 0.25em 2em;
	font-size: 80%;
	float: right;
	position: relative;
	top: 135px;
	left: 3px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}


div.list-box div.full-preview img.avatar, div.content-box-content div.full-preview img.avatar {
	margin-right: -102px;
}

div.knockout-landen-readonly {
	float: left;
	margin-right: 1em;
}

td.land {
	width: 160px;
}

td.prijs {
	color: #888888;
	font-size: 80%;
}

img.info {
	cursor: help;
}

div.sidebets-aantal-inzetten {
	background-image: url(/_images/sidebets-inzet.png);
	background-repeat: repeat-x;
	height: 16px;
	width: 0;
	font-size: 0;
	display: none;
}
div#chat_log {
	border: 1px dotted #642200;
	padding: 0.5em;
	height: 300px;
	overflow-y: scroll;
	width: 400px;
	background-color: #ffffff;
}

div#users_chat, div#users_available {
	margin-bottom: 1em;
}

div#chat_log_wrapper h2, div#chat_input h2 {
	margin-top: 1em;
}

div#chat_log div {
	border-top: 1px dotted #642200;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}

div#chat_log div h3 {
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

div#chat_log div h4 {
	font-size: 6pt;
	color: gray;
	margin: 0;
	padding: 0;
}

div#chat_log div p {
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

div#users_typing {
	margin-top: 0.25em;
	margin-bottom: 1em;
	font-size: 8pt;
	color: gray;
}

img.chat_input_smiley {
	cursor: pointer;
}

input#chat_inhoud {
	width: 320px;
}#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	line-height: 1.5em;
}

#tooltip h3, #tooltip div { 
	margin: 0;
}

#tooltip.fancy {
	background: url('/_images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/_images/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.pretty div {
	width: 220px;
	text-align: left;
}

#tooltip.fancy {
	background: url('/_images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

#tooltip.fancy.viewport-right {
	background: url('/_images/shadow2-reverse.png');
}