
body {
 background-image:url('http://www.rainbowgirls.nl/themes/chameleon/blauw.gif');
}
a, a:visited {
	text-decoration: none;
	color: #4366AD;
}
a:hover {
	text-decoration: underline;
}
#topbar_box {
	background: url("topbar_box_border_blue.gif") bottom repeat-x;
	background-color: #74B7D8;
	padding-bottom: 6px;
}

#topbar a, #topbar a:visited {
	color: white;
	}

#topbar li.menuon {
	background: url("menuon_left_blue.gif") top left no-repeat;
	}
#topbar li.menuon a {
	background: url("menuon_right_blue.gif") top right no-repeat;
	}

#topbar li.menuhover {
	background: url("menuon_left_blue.gif") top left no-repeat;
	}
#topbar li.menuhover a {
	background: url("menuon_right_blue.gif") top right no-repeat;
	}

ul#menu {
	display: block;
	height: auto;
	}	
#topbar li {	
	list-style: none;
	float: left;
	}

#topbar li a {	
	display: block;
	padding: 5px 9px 4px 9px;
	white-space: nowrap;
	}

#topbar li a {
	text-decoration: none;
	font-weight: bold;
	}

#topbar li.menugen {
	background: url("menugen_left_blue.gif") top left no-repeat;
	}
#topbar li.menugen a {
	background: url("menugen_right_blue.gif") top right no-repeat;
	}

#appside .block_title {
	background: url("appleft_btitle_blue.png") no-repeat;
	color: white;
}
#appmain .block_title {
	background: url("appcenter_btitle_blue.png") no-repeat;
	color: white;
}
#appright {
	border-left: #BEDEED 1px solid;
	}

.block_title a, .block_title a:visited {
	text-decoration: underline;
	color: white;
}


#jcow_application_box {
	background: white;
	}
#menu {

}


.att_submit_active {
	background-color:#4366AD;
}
	
.att_submit_active:hover {
	background-color:#74B7D8;
}

.button {
 font-size:1em;
 padding-top:3px;padding-bottom:3px;
 padding-left:8px;padding-right:8px;
 font-weight:bold;
 color:white;
 border:1px black solid;
 cursor:pointer;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D3D3D3), to(#363636));
 background: -moz-linear-gradient(top, #D3D3D3, #363636);
background: -ms-linear-gradient(top, #D3D3D3, #363636);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3D3D3', endColorstr='#363636');
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 }
 .button:hover{
 color:black;
 background:white;
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#363636), to(#D3D3D3));
 background: -moz-linear-gradient(top, #363636, #D3D3D3);
background: -ms-linear-gradient(top, #363636, #D3D3D3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#D3D3D3');
 }


