#header.multi, #header.login, #header.single {
	background-color: #eee;
}

#footer {
	color: #5C6EB4;
	background: #f5f5f6 url('../images/default/bg-footer.png') repeat-x 0 0;
	border-top: 1px solid #c6c8ca;
}

#account_info {
	background-color:#5C6EB4;
	color:white;
	font-weight:bold;
	font-size:10pt;
}

.account_caption{
	background-color: #7183c0;
}

/**
 * User navigation
 **/
#navigationBar #user_nav {
	float: right;
	/*background: #5C6EB4;*/
        /*
	background: -moz-linear-gradient(top, #4c7afd, #357ecb 40%, #4c7afd);
	background: -webkit-linear-gradient(top, #4c7afd,#357ecb 40%, #4c7afd);
	background: -ms-linear-gradient(top, #4c7afd,#357ecb 40%, #4c7afd);
	background: linear-gradient(top, #4c7afd, #357ecb 40%, #4c7afd);
        */
}

.tuin, .garage {
	width: 100%;
}

.tuinToevoegen, .garageToevoegen, .tuinVerwijderen, .garageVerwijderen {
	float: right;
	cursor: pointer;
}

.tuin, .garage {
	width:100%;
}

.tuinToevoegen, .garageToevoegen, .tuinVerwijderen, .garageVerwijderen {
	float: right;
	cursor: pointer;
}

.first{
	border-top:1px solid black !important;
	border-left:1px solid black !important;
	border-right:1px solid black !important;
}
.middle{
	border-left:1px solid black !important;
	border-right:1px solid black !important;
}
.last{
	border-bottom:1px solid black !important;
	border-left:1px solid black !important;
	border-right:1px solid black !important;
}

tr.selectedRow {
	background-color: #ffa !important;
	font-weight: bold;
}
tr.selectedRow:hover {
	background-color: #ee9 !important;
}

ul.console_lines li.console_mesg_SEPARATOR {
	background-color: #5C6EB4;
	color: white;
	font-weight: bold;
	list-style-image: url('../images/icons/16x16/famfamfam/book_add.png');
}
/**
* Style voor menu
**/

.loginform_menu{
	 background-color:#5C6EB4;
}

/**
* Style voor links
**/

a:link{
    color: #174a7c;
    text-decoration: none;
}

a:visited{
    color: #174a7c;
    text-decoration: none;
}

a:hover{
    color: #174a7c;
    text-decoration: underline;
}

a:active{
    color: #7ea6d7;
}
