html{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF;
}

body,td,th,input,select,textarea,option,optgroup{
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #000;
}

a{
	color: #036;
	cursor: pointer;
	text-decoration: none;
}

form{
	margin: 0;
	padding: 0;
}

#header{
	padding: 0 2%;
	min-width: 900px;
	float: left;
	width:99%;
}

#header .div1{
	color: #333;
	padding: 20px 0;
	float: left;
}

#header .div2{
	/*font-size: 12px;*/
	color: #333;
	padding: 25px 0 0;
	text-align: right;
	float: right;
	margin-top: 15px;
}

#header .div2 span{
	font-weight: 700;
}

#menu{
    background: #E3401D;
    position: relative;
    z-index: 1;
    clear: both;
    padding: 0 2%;
    float: left;
    width: 100%;
    min-width: 900px;
}

ul.left{
	float: left;
}

ul.right{
	float: right;
}

.nav{
	position: relative;
	margin: 0;
	padding: 0;
}

.nav ul{
	float: left;
    list-style: none;
    border-right: 1px solid #fff;
}

.nav a{
    float: left;
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #FFF;
}

.nav ul li{
	padding: 2px;
}

.nav .selected:hover a.top,.nav .sfhover a.top{
}
.nav li{
	float: left;
    list-style: none;
    border-right: 1px solid #fff;
}

.nav li.store {
	border:0;
}

.nav li ul{
	position: absolute;
}

.nav li li{
	clear: both;
}

.nav li ul a{
	color: #FFF;
	height: 15px;
	width: 145px;
}

.nav li ul ul{
	margin: -27px 0 0 157px;
}

.nav li li:hover,.nav li li.sfhover{
	background: #333;
	color: #000;
}

#content{
	min-width: 900px;
	padding: 15px 5px 0px;
}

body > #container{
    height: auto;
    float: left;
    min-height: 100%;
    width: 100%;
}

#footer{
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	clear: both;
}

#footer a{
	color: #333;
	text-decoration: underline;
}

.breadcrumb,.breadcrumb a{
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

.success{
	padding: 15px 0;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 100%;
}

.warning{
	padding: 15px 0;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #F99;
	font-size: 12px;
	text-align: center;
}

.attention{
	padding: 15px 0;
	margin-bottom: 15px;
	background: #FEFBCC;
	border: 1px solid #E6DB55;
	font-size: 12px;
	text-align: center;
}

.box{
	margin-bottom: 15px;
}

.box > .heading{
	float: left;
    width: 100%;
    margin: 20px 0;
}

.box > .heading h1 {
    margin: 0;
    padding: 11px 0 11px 30px;
    color: #3a3a3a;
    font-size: 20px;
    float: left;
	text-transform: uppercase;
}

.box > .heading .buttons {
    float: right;
    padding-top: 8px;
    background: #fff;
    padding-bottom: 8px;
}

.box > .content {
    min-height: 300px;
    float: left;
    width: 100%;
}

.button{
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url(../images/button_left.png) top left no-repeat;
}

.button span{
	color: #FFF;
	display: block;
	padding: 5px 10px 5px 2px;
	background: url(../images/button_right.png) top right no-repeat;
}

.list{
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px;
}

.list td{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.list tr.subcat td{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	color:#c0c0c0;
}

.list thead td{
	background-color: #EFEFEF;
	padding: 0 5px;
}

.list thead td a,.list thead td{
	text-decoration: none;
	color: #222;
	font-weight: 700;
}

.list tbody a{
	text-decoration: none;
}

.list tbody td{
	vertical-align: middle;
	padding: 0 5px;
	/* text-shadow: 1px 1px 1px #c0c0c0; */
}

.list tbody tr:nth-child(odd){
	background: #FFF;
}

.list tbody tr:nth-child(even){
	background: #E4EEF7;
}

.list tbody tr.subcat:nth-child(even){
	background: #eee;
}

.list .left{
	text-align: left;
	padding: 7px;
}

.list .right{
	text-align: right;
	padding: 7px;
}

.list .center{
	text-align: center;
	padding: 7px;
}

.list .asc{
	padding-right: 15px;
	background: url(../images/asc.png) right center no-repeat;
}

.list .desc{
	padding-right: 15px;
	background: url(../images/desc.png) right center no-repeat;
}

.list .filter td{
	padding: 5px;
	background: #EFEFEF;
}

.pagination{
	margin-top: 30px;
	border-top: 1px solid #EEE;
	background: #F8F8F8;
	display: inline-block;
	width: 100%;
}

.pagination .links,.pagination .results{
	padding: 9px;
}

.pagination .links{
	float: left;
}

.pagination .links a{
	border: 1px solid #CCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
}

.pagination .links b{
	border: 1px solid #CCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
	background: #FFF;
}

.pagination .results{
	float: right;
}

.form{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form tr td:first-child{
	width: 200px;
}

table.form tr td:nth-child(3){
	width: 200px;
}

.ui-datepicker td {
	width: auto !important;
}

.form > * > * > td{
	padding: 10px;
	color: #000;
	border-bottom: 1px dotted #CCC;
}

.help{
	color: #999;
	font-size: 10px;
	font-weight: 400;
	display: block;
}

.required{
	color: red;
	font-weight: 700;
}
.error{
	color: red;
	padding-top: 3px;
	display: block;
	font-size: 12px;
	font-weight: 400;
    background: #f2dede none repeat scroll 0 0 !important;
    border: 1px solid #a94442 !important;
    color: #a94442 !important;
}

.scrollbox{
	border: 1px solid #CCC;
	width: 350px;
	height: 100px;
	background: #FFF;
	overflow-y: scroll;
}

.htabs{
	padding: 0 0 0 10px;
	height: 30px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}

.htabs a{
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #FFF url(../images/tab.png) repeat-x;
	padding: 6px 15px 7px;
	float: left;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-right: 2px;
}

.htabs a.selected{
	padding-bottom: 8px;
	background: #FFF;
}

.vtabs{
	width: 180px;
	padding: 10px 0;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDD;
}

.vtabs a{
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	color: #000;
}

.vtabs a.selected{
	padding-right: 15px;
	background: #FFF;
}

.vtabs_page{
	margin-left: 195px;
}

.scrollbox div{
	padding: 3px;
}

.scrollbox div input{
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

.scrollbox div.even{
	background: #FFF;
}

.scrollbox div.odd{
	background: #E4EEF7;
}

.add{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/add.png) no-repeat scroll right center;
	color: #000;
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

.remove{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/delete.png) no-repeat scroll right center;
	color: #000;
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

#popup_container{
	font-weight: 700;
	text-align: left;
	font-size: 12px;
	width: 600px;
	height: auto;
	background: #EFEFEF;
	border: solid 1px #EFEFEF;
	color: #000;
}

#popup_title{
	color: #F6F6F6;
	font-weight: 700;
	background: url(../images/header.png) repeat-x scroll 0 0 transparent;
	margin: 0;
	padding: 10px;
}

#popup_message{
	padding: 15px;
}

#popup_panel{
	text-align: left;
	padding: 15px;
}

ul.lm-letters{
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.lm-letters li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.lm-letters a{
	font-size: .9em;
	display: block;
	float: left;
	padding: 2px 11px;
	border: 1px solid silver;
	border-right: none;
	text-decoration: none;
}

.lm-letters a:hover,.lm-letters a.lm-selected{
	background-color: #eaeaea;
}

.lm-letters a.lm-disabled{
	color: #ccc;
}

.lm-letters a.lm-last{
	border-right: 1px solid silver;
}

.AlBetaald {
	color: #088A08; 
	margin:0;
	padding:0;
}

.NietBetaald {
	color: #FF0000; 
	margin:0;
	padding:0;
}

.form.pay  {
	margin-bottom:0px;
}

.form.pay td {
	font-size: 16px;
	font-weight: 500;
    background: silver;
}

.form.pay select {
	width: 100%;
    padding: 10px;
}

.bluebutton {
	background: none repeat scroll 0 0 #25C1EE;
    color: #FFFFFF;
    float: right;
    padding: 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius:5px;
}

