body
{
	background-color: #FF7F00;
}
img
{
	border: 0px;
}
a
{
	outline: none;
	padding-left: 50px;
}
input, select { border: 1px solid #000000;}
.selectieboxen
{
	text-align: center;
	width: 84px;
	overflow-y: none;
}
div#container
{
	margin: auto auto;
	width: 800px;
}
div#speelschema
{
	background-image: url(grfx/header.png);
	height: 64px;
}
span.voortegen
{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
span.wedstrijd-info
{
	font-size: 10px;
	margin-left: 375px;
}
span#match
{
	font-weight: bold;
}
.pool
{
	height: 200px;
	font-size: 11px;
}
table.uitslagen
{
	font-size: 12px;
	margin-left: 45px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: none; background-color: #ff5500; border: 1px solid #eeeeaa; border-bottom: 0px none; }
.ui-widget-content { background: none; border: 1px solid #eeeeaa; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: none; background-color: #eeeeaa; border: 1px solid #eeeeaa; }
.ui-accordion .ui-accordion-content { padding: 5px 38px; }

      #link {
        margin: 80px 10px;
        color: #999;
        cursor: pointer;
      }
      #notification {
        display: none;
        left: 0;
        top: 0;
        overflow: visible;
        position: fixed;
        width: 100%;
        cursor: pointer;
	z-index: 9999;
      }
      .notification-container {
        display: block;
        overflow: visible;
        position: relative;
        width: 100%;
        padding: 20px;
        background-color: #FFF;
        font-size: 1.5em;
      }