a{
	color : #777;
}

a:hover{
	color:black;
}

body{
	background-color:#fff;
	color:#777;
	font-family:Arial;
}
.back {
	background-color : #fff;
}
.trigger{
      cursor: hand;
      cursor: pointer;
}
.branch{
      display: none;
      margin-left: 16px;
}
th, .header{
	background-color : #444;
	color : #fff;
}
.form  {
	background-color : #eee;
	border: 1px solid #aaa;
}
.positief {
	background :#eee;
}
.negatief{
	background : #ccc;
}
td.foutpassword  {
	background-color : #ff0000;
}
td.positief_soort,td.negatief_soort{
	border-bottom:1px solid #444;
}
td.positief_soort {
	background : #eee;
}
td.negatief_soort{
	background : #ccc;
}
td.link{
	background-color: #eee;
	font-weight : bold;
	cursor: pointer;
}
td.soort{
	/*background-color : #660000;*/
}
td.boeking{
	background-color : #eee;
}
td.losseboeking{
	background-color : #444;
	color:#fff;
}
td.totaal_persoon{
	background-color : #eee;
	border-left:1px solid #777;
	border-right:1px solid #777;
}
td.totaal_soort{
	background-color : #777;
	color:#444;
}
td.carefull{
	background: #000000;
}
th.carefull{
	background: #FF3333;
}
div.list td{
	border-bottom:1px solid #777;
}
#top_level_info{
	z-index:10000;
}
#top_level_personal_info{
	float:right;
	background-color:#eee;
	border:1px solid #777;
	padding:3px;
}
#top_level_log_out{
	float:right;
	margin-left:10px;
}
#login_container{
	margin: 100px auto;
	padding:15px;
	top:200px;
	width:350px;
	background-color:eee;
	border:1px solid #777;
}
#login_container label{
	display:block;
	width:100px;
	float:left;
	margin-bottom:10px;
}
#login_container input{
	margin-bottom:10px;
}
.button, .button_hover{
	border:2px dashed #444;
	background-color:#777;
	color:#fff;
	margin:3px 5px;
	cursor:pointer;
	cursor:hand;

}
.button_hover{
	background-color:#aaa;
}
.currency{
	text-align:right;
}
#selector_container{
	width:600px;
	margin:40px auto;
	padding:10px;
}
.selector_line{
	height:1px;
	background-color:#777;
	width:100%;
	margin:5px auto;
}
.decladiv{
	position:absolute;
	top:0px;
	width:200px;
}
.account{
	background-color:#777;
	color:white;
}
.user_odd{
	background-color:#eee;
}
.user_even{
	background-color:#ddd;
}
.align{
	display:block;
	float:left;
	margin-bottom:10px;
}
label.align{width:140px}
form br{clear:left;}

