@charset "UTF-8";

/* efocus fixes */
div.pagewrapper {
	margin: 0;
}

/* javascript */
body.js-enabled .noscript { display: none; }

/* general */
body {
	font-size: 0.9em;
}

/* ie */
dd.ie-spacer {
	display: none;
}

a.export {
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ie-border-radius: 3px;
	background-color: #00B2F0;
	border: 1px solid #1E8DB8;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: auto;
	padding: 5px;
	float: right;
}

/* classes */
.hide {
	display: none;
}

.left {
	float: left;	
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

/* style */
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

p.intro {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.hr {	
	height: 1px;
	overflow: hidden;
	display: block;
	display: none;
	border-bottom: 1px dotted #666;
	margin: 10px 0 10px 0;
}

/* form definition list */
form dl {}

form dt {
	float: left;
	clear: left;
	width: 132px;
	text-align: left;
	/*font-weight: bold;*/
	color: #666;
	margin: 0 0 20px 0;
}

form dt label {
	display: inline;
	float: none;
}

form dd {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0.5em 0;
	width: 170px;
	position: relative;
}

form dd select {
	color: #666666;
	height: 20px;
	padding: 1px;
}

form dd option {
	padding: 2px;
}

form dd input[type=text] {
	width: 138px;
	padding: 0 4px;
	margin-right: 5px;
}

form dd input[type=radio] {
	margin: 0 5px 0 10px;
}

form dd input[type=radio]:first-child {
	margin-left: 0;
}

button.reset_button {
	background: #eee;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	color: #888;
	font-weight: bold;
	padding: 5px 5px;
}

form dd.info {
	width: inherit;
	max-width: 128px;
	margin: 0 0 0 10px;
}

form dd.info label {
	text-align: left;
}

form dd p, form dd span {
	display: inline-block;
	width: 300px;
}

/* form validation */
form label.valid span {
	display: inline-block;
	width: 16px; height: 16px;
	background-image: url(flick/images/ui-icons_454545_256x240.png);
	background-position: -64px -144px;
}

form label.error {
	color: red;
}

/* form tooltip */
form label.has-tip {
	border-bottom: 1px dotted gray;
	cursor: help;
}

form .tooltip-icon {
	float: left;
	position: absolute;
	left: -20px;
	top: 3px;
	display: inline-block;
	width: 16px; height: 16px;
	background-image: url(flick/images/ui-icons_454545_256x240.png);
	background-position: -14px -144px;
	cursor: help;
}

form .tip {
	display: none;
	border: 1px solid black;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	z-index: 2;
	width: 250px;
	-moz-box-shadow: 0 0 8px gray;
}

form .tip p {	
	width: inherit;
}

/* results table */
#results table {
	border: none;
	margin: 10px;
	width: 95%;
	font-size: 0.8em;
}

#results table th, #results table td {
	padding: 3px;
}

#results thead th {
	background-color: #f8f8f8;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}

#results tbody td {
	border-bottom: 1px solid #f8f8f8;
}

#results tbody tr:last-child td {
	border-bottom: none;
}

#results tfoot td {
	background-color: #f8f8f8;
	font-weight: bold;
	border-top: 1px solid #bbb;
}

#results table tr.margin-bottom td {
	padding-bottom: 20px;
}

/* result definition list */
#results dl {
	padding: 0.5em;
}
		
#results dt {
	float: left;
	clear: left;
	width: 180px;
	color: #666;
	margin: 0 0 20px 0;
	text-align: right;
}

#results dd {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0.5em 0;
	width: 180px;
	font-size: 1em;
	font-weight: bold;
}

#results dd.em {
	font-size: 1.1em;
}

#results fieldset {
	border: 1px solid #bbb;
	margin: 5px 0 20px 0;
}

#results fieldset#model {
	background-color: #f8f8f8;
}

#results legend, #results .legend {
	margin: 4px;
	padding: 2px;
	color: #08c;
	font-weight: normal;
	font-size: 1.1em;
	font-weight: bold;
}

#results dt.toelichting { display: none; }
#results dd.toelichting {
	clear: both;
	padding: 0;
	margin: 10px;
	font-weight: inherit;
	width: inherit;
}

/* datepicker iframe scrollbar issue */
.ui-datepicker {
	display: none;
}
