﻿body {
 font-family: Verdana;
 overflow-y:scroll;
}

.iban-check.success, .phone-check.success {
    background-image: url(/img/accept_iban.png);
     background-position: right  10px center;
    background-repeat: no-repeat;
}


.iban-check.error, .phone-check.error {
    background-image: url(/img/delete_iban.png);
     background-position: right 10px center;
    background-repeat: no-repeat;
}
.iban-check, .phone-check {
   
    border: 1px solid gray;
    padding: 2px;
    padding-right: 17px;

}

body, td, span, li, a, h2, input, div	{
	color: #414141;
    font-size: 12px;
}

.banner_foto
{
    float:right;
    width:100px;

}
    .banner_foto_del {
        float:right;
        cursor:pointer;
    }

#menuRightTd img, .itemTd img
{
    max-width:150px;
}
.infotekst
{
    border: 1px solid #D6CFB5;
    font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 20px;
    padding:10px;
}
hr {
 border: solid 1px #d6cfb5;
}

#ingelogdals {
    background: #fdf6dd none repeat scroll 0 0;
    border-radius: 0 5px 0 5px;
    margin-right: -13px;
    margin-top: -13px;
    padding: 5px 20px;

}

A, A:link, A:visited	{
	text-decoration: underline;
	color: #C21D1C;
}

A.uitloglink, A.uitloglink:link, A.uitloglink:visited	{
	text-decoration: underline;
	color: #414141;
}
A.uitloglink:hover	{
	text-decoration: none;
	color: #414141;
}

textarea
{
    width:300px;
    height:100px;
}



A:hover	{
	text-decoration: underline;
	color: #197caa;
}

.itemTdMeer	{
	text-align: right;
	vertical-align: middle;
 	padding-right: 3px;
	height: 12px;
	background-color:#999999;
	color: White;
}
a.meer, a.meer:link, a.meer:visited		{color: White; text-decoration: none; text-transform: uppercase; font-size: 0.85em;}
a.meer:hover	{ color: #222222; text-decoration: underline; font-size: 0.85em; text-transform: uppercase;}

td	{
	vertical-align: top;
	text-align: left;
}

.itemTitle	{
	font-weight:bold;
}

.itemDate 
{
	color:#777777;
}

.itemTd	{

	 
}
.hideit{
    display:none !important;
}
.divAfbeeldingOnderschrift	{
	width:200px;
	padding: 0px 5px 5px 5px;
	font-style:italic;
	font-size:smaller;
}

.helpUitleg, .helpUitleg A	{
	display:none;
	background-color: #FEFFC7;
	border: solid 1px #414141;
	padding: 5px;
	position:absolute;
	text-decoration:none;
	color:#414141;
	font-weight:normal;
	max-width:300px;
}

.alert	{
	color: Red !important;
	font-weight:bold;
}
.alert_transition	{
	color: #BE3A30 !important;
	font-weight:bold;
  
    -moz-animation: cssAnimation 0s ease-in 4s forwards;
    -webkit-animation: cssAnimation 0s ease-in 4s forwards;
    -o-animation: cssAnimation 0s ease-in 4s forwards;
    animation: cssAnimation 0s ease-in 4s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        opacity:0;
        display:none;
    }
}
@-webkit-keyframes cssAnimation {
    to {
                opacity:0;
                 display:none;
    }
}


.cursorMove td	{
	cursor:move;
}






.pageTitle	{
	font-weight: bold;
	font-size: 13px;
	color: #414141;
	border-bottom:solid 2px #feca00;
	margin-bottom:0px;
	text-align: left;
}

.rightTitle	{
	font-weight: bold;
	font-size: 13px;
	color: #B31509;
	border-bottom:solid 2px #feca00;
	margin-bottom:0px;
	text-align: left;
}

.footerVlak {
background-color: #d6cfb5;
padding:3px;
text-align:center;
}


                html body div div.infoTable .formElementWidthbigger
                {
                    padding:10px 10px;
                 font-size:15px;
                }
 html body div div.infoTable.green{
                    background:#9DCA36;
                    border-radius:10px;
                    padding:0px;
                    color:#ffffff;
                }
                 html body div div.infoTable.green p{
                     display:inline-block;
                     padding:10px 20px;
                     
                    
                    font-size:14px;
                    line-height:23px;
                 }
                
html body div div.infoTable.green.oranje{
    text-align:center;
                    border:2px #FECA00 solid;
                    background:#fdf6dd;
                   color:#000;
                }

                 
 #broodkruimel	{
	margin: 5px 0px 5px 0px;
	text-align: left;
 }
 
 
  #broodkruimel A, #broodkruimel A:link, #broodkruimel A:visited	{
	text-decoration: underline;
	color: #414141;
 }
 

#broodkruimel A:hover	{
	text-decoration: none;
	color: #197caa;
}

 
.button	{
	background-color:#197CAA;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px  #ccc;
	border-top: 0px;
	border-left: 0px;
	color: White;
	font-weight:bold;
	text-transform:capitalize;
    cursor:pointer;
  
     padding:10px 30px !important;
}

.button, .buttonklein,.buttonAdd,.buttonDel, .buttonEdit, button {
    cursor: pointer;
}
.buttonklein
{
   background-color:#ffffff;
	border: solid 1px black;
	
	color: #197CAA;
}
.butplus
{
     padding: 11px 5px !important;
     font-size:13px;
}
.buttonAdd.butplus
                {
                    background: #9DCA36 url('/img/add.png') no-repeat 5px center;
                   
                }
.buttonAdd.butplus:hover
{
    background: #b3d664 url('/img/add.png') no-repeat 5px center;
}

.buttonAdd:hover
{
    background-color:#b3d664;
}
.buttonAdd	{
     
	background-color:#9DCA36;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: 0px;
	border-left: 0px;
	color: #197CAA;
	font-weight:bold;
	text-transform:capitalize;
}

.buttonAdd.kleineletters	{
	text-transform:none;
    padding:10px 10px;
}

.buttonDel.butplus {
                    background: #BE3A30 url('/img/deleteKlein.png') no-repeat 5px center;
                }
.buttonDel.butplus:hover
{
    background: #d76760 url('/img/deleteKlein.png') no-repeat 5px center;
}

.buttonDel.butplus:hover
{
    background-color: #d76760;
}
.buttonDel{
	background-color:#BE3A30;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: 0px;
	border-left: 0px;
	color: #ffffff;
	font-weight:bold;
	text-transform:capitalize;
}


.buttonEdit	{
	background-color:#CCCCCC;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-top: 0px;
	border-left: 0px;
	color: #197CAA;
	font-weight:bold;
	text-transform:capitalize;
}


.formTable	{
	width: 100%;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
}

#topTd	{
	color: #414141;
}


.menuTitle	{
	font-weight: bold;
	font-size: 13px;
	color: #b31509;
	text-align: left;
	padding: 3px;
	
}



#menuLeftTd	{
	width: 200px;
	vertical-align: top;
	text-align: left;
}
#mainTd	{
	width:600px;
	
}
#maindiv	{
	padding: 5px 40px 0px 40px;
}

#menuRightTd	{
	width:200px;
	vertical-align: top;

}
#menuRightTd td	{
	color: #cccccc;
	text-align: left;
}
	
.alignRight	{
	text-align: right;
}

.alignLeft	{
	text-align: left;
}

#menuRightTd li	{
	text-align: left;
}

#menuLeftTd	{
	padding: 20px 0px 0px 0px;
}
 #menuRightTd	{
	padding: 17px 0px 0px 0px;
}

#menuLeftTd A, #menuRightTd A	{
	text-decoration: none;
	color: #414141;
}
#menuLeftTd A:hover, #menuRightTd A:hover	{
	text-decoration: none;
	color: #197caa;
}

#menuLeftTd ul, #menuRightTd ul	{
	border-top: solid 2px #feca00;
	margin-top: 0px;
	margin-left: 0px;
	padding: 3px;

	background-color:#fdf6dd;
	vertical-align:middle;
}
#menuLeftTd li, #menuRightTd li	{
	font-size: 11px;
	font-weight: bold;
	border-bottom:solid 1px #ffffff;
	list-style: none;

	margin: 4px 4px 0px 4px;

}

#menuLeftTd li	{
	text-align: right;
	text-indent: 5px;
}



.element	{
	margin-left: 20px;
}

.small	{
	font-size:9px;
}
.elementTitle	{
	font-weight: bold;
	font-size: 13px;
	color: #197caa;
	line-height: 20px;
	text-align: left;
}

.menuTop	{
	background-color: #E98C00;
	color: White;
}


.elementKnoppen	{
	text-align: right;
}

.elementKnoppen2	{
	text-align: left;
}
input[type="text"], input[type="password"]
{
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 2px;
border-radius: 2px;
}
input[type="submit"]	{
-moz-border-radius: 2px;
border-radius: 2px;
padding: 3px 5px 3px 5px;

}

#menuLeftTd ul, #menuRightTd ul	{
-moz-border-radius: 5px;
border-radius: 5px;

}
.infoTable, .roundborder
{
    	-moz-border-radius: 7px;
border-radius: 7px;
}


.itemTd input[type=image]
{
    margin-right:5px;
}
.itemTd input[type=image]:disabled
{
    opacity:0.3;
    cursor:not-allowed;
}
.offonline
{
    display:inline-block;
    padding:3px;
    background-color:#ffffff;
    border:solid #cccccc 1px;
    border-radius:5px;

}
.infoTable	{
	border-bottom: solid 1px #d6cfb5;
	border-right: solid 1px #d6cfb5;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	color: #414141;
	width: 100%;
	background-color: #F7F7F7;


}
.subInfoTable
{
	padding: 3px 10px 3px 10px;
}
.formTable .formTitle
{
    padding-bottom:18px;

    padding-right:5px;
}

.formTitle	{
	font-weight: bold;
	color: #414141;
	vertical-align:top;
	padding-bottom:10px;
	padding-top:3px;
}

.formTitle A	{
	text-decoration: none;
}

.formAnswer	{
	color: #414141;

}

.formReadonly	{
	border: 0px;
	color: #414141;
}

.formElement	{
	border:solid 1px #bbbbbb;
	color: #414141;
	margin-bottom: 3px;
}
input[type="checkbox"].formElement
{
    border:0px;
}
.tagItem
{
    float:left;
    width:165px;
    overflow:hidden;
    line-height: 17px;
}
.forumListItem
{
    line-height: 17px;
}
.tagItem A, .tagItem A:visited, .forumListItem A:hover
{
   text-decoration:none;
   color:#197caa;
}

.forumListItem A, .forumListItem A:visited
{
    text-decoration:none;
 color:#414141;
}

.tagItem A:hover
{
    text-decoration:none;
 color:#b31509;
}
.formElementWidth1	{
	width: 295px;
	color: #414141;
}

.randje { border: solid 1px #d6cfb5;}

.label  {color: #414141;}
.banner
{
    margin:5px;
}