/* Objectdesk - Layout 1 */

/* color definitions 
	
	text:				#3C88FB
	link:				#0076AF
	
	header left: 		#3C88FB
	header bottom: 		#3C88FB				
	
	search background:	
	search border:		#3C88FB
	search input:		#3C88FB
	search button:	 	#3C88FB
	
	table head:			#3C88FB
	table row even:		#DFECFF
	table row hover:	#CFE3FF
	table border:		#3C88FB
	
	map border:			#3C88FB
	
	footer:				#3C88FB
	
*/

/* headers */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 { font-size: 200%; line-height: 25px; }
h2 { font-size: 120%; margin-bottom: 10px; color: #3C88FB; }

.panelHeader {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3C88FB;
}

/* links */
a 			{ text-decoration: none; }
a:visited 	{ }
a:hover 	{ text-decoration: underline; }
a img		{ }

/* main */

/* wrapper */

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* header */

#header {
	height: 100px;
	position: relative;
}

#logo {
	position: relative;
	float: left;
	background: white;
	padding: 30px 20px 0 20px;
}

#logoImage {
	background: url(graphics/logo_gemgids_big.png) no-repeat;
	width: 116px;
	height: 35px;
	display: block;
}

#title h1 {
	float: left;
	position: relative;
	top: 35px;
}

#headerBar {
	height: 15px;
	background: #3C88FB;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* content */

#content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* search */

#search {
	border: 1px solid #3C88FB;
}

#search span {
	display: block;
	margin-bottom: 5px;
}

#search input {
	border: 1px solid #3C88FB; 
	padding: 2px;
	color: black;
	font-size: 100%;
	width: 12em;
}

#search input.label {
	color: grey;
}

#search input.button {
	background: #3C88FB;
	border: 0;
	color: white;
	cursor: pointer;
	width: 5em;
}

/* list */

#doetinchem .listPanel {
	background: none;
	z-index: 0;
}

#list {
	overflow: auto;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
}

*+html #listContent {
	width: 95%;
}

#list table {
	border: 1px solid #3C88FB;
	border-collapse: collapse;
}

#list table th {
	text-align: left;
	background: #3C88FB;
	color: white;
	padding: 4px;
}

#list table td {
	border-width: 0;
	padding: 4px;
}

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

#list table tr:hover {
	cursor: pointer;
	background: #CFE3FF;
}

/* map */

#map {
	top: 0;
	right: 0;
	bottom: 22px;
	border: 1px solid #3C88FB;	
}

/* legend */

#legend {
	position: absolute;
	top: 35px;
	border: 1px solid #3C88FB;
	background: white;
	border-bottom: 0;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	cursor: move;
}

#legend input {
    cursor: default;
}

#legend table {
	 border-collapse:collapse;
}

#legend th {
	text-align:left;
	padding-left: 8px;
}

#legendTitle {
	background: #3C88FB;
	color :white;
	font-size: 120%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 8px;
}

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

#legend table td {
	padding: 8px;	
}

/* footer */

#footer {
	position: absolute;
	bottom: 0;
	background: #3C88FB;
	height: 22px;
	line-height: 22px;
	text-align: right;
	width: 100%;
	color: white;
}

#footerLinks {
	margin-right: 20px;
}

#footer a {
	color: white;
	font-weight: bold;
}

/* temp */

#links {
	margin-top: 30px;
	width: 413px;
}


span.ui-layout-resizer-east {
	border-right: 1px solid #3C88FB;
}

span.ui-layout-resizer-east-closed {
	border: 0;
}

span.ui-layout-resizer-dragging {
	border: 0;
	background: #eee;
}

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

