/* Objectdesk - Layout 1 Doetinchem */

/* color definitions 

text:				#000000
link:				#CC0000

header left: 		#CC0000
header bottom: 		#FFCC00

search background:	
search border:		
search input:		#CC0000
search button:	 	#CC0000

table head:			#FFF8D5 
table row even:		#EEEEEE 
table row hover:	#DDEBF1
table border:		#FFCC00

map border:			#CCCCCC

footer:				#FFCC00
	
*/

/* body */

body {
	color: #000000;
	background: white;
}

/* links */
a 			{ color: #CC0000; }
a:visited 	{ }
a:hover 	{ }
a img		{ }

/* header */

#header {
	border-left: 20px solid #CC0000;
}

#logo {
	padding: 13px 20px 0 0px;
}

#logoImage {
	background: url(graphics/logo_utrecht.gif) no-repeat;
	width: 122px;
	height: 71px;
	display: block;
}

#headerBar {
	background: #FFCC00;
}

/* search */

#search {
	border: 1px solid white;
	background: white
}

#search input {
	border: 1px solid #CC0000; 
}

#search input.button {
	background: #CC0000;
	color: white;
}

/* list */

#list table {
	border: 1px solid #FFCC00;
}

#list table th {
	background: #FFF8D5 !important;
	color: #CC0000;
}

#list table td,
#list table th {
	border-width: 1px;
	border-style: inset;
	border-color: #FFCC00;
}


#list table tr.even {
	background: #EEEEEE;
}

#list table tr:hover {
	background: #DDEBF1;
}

/* map */

#map {
	border: 1px solid #CCCCCC;	
}

#legend {
	border: 1px solid #CCCCCC;
}

/* legend */

#legend {
	border: 1px solid #FFCC00;
	border-bottom: 0;
}

#legend table tr {
	border-bottom:1px solid #FFCC00;
	vertical-align:top;
}

div.ui-layout-toggler  {
background: #CC0000;
}

#legend #legendTitle {
	background: #FFCC00;
}

#legend ul li {
	border-bottom: 1px solid #FFCC00;
}

/* footer */

#footer {
	background: #FFCC00;
	color: white;
}

#footer a {
	color: #CC0000;
}





