/* CSS by www.max.nl */

/* Colors used in stylesheets */

/* Color 1 shades */

/* Dark: 				#BD5F09 */
/* Medium dark: 		#F58D32 */
/* Medium: 				#F8B475 */
/* Medium light: 		#FDE6CE */
/* Light:				#F58D32 */

/* Color 2 shades */

/* Dark: 				#064276 */
/* Medium dark: 		#0A72CD */
/* Medium: 				#9ACDFA */
/* Medium light: 		#D0E8FD */
/* Light:				#EBF5FE */

/* Visited:				#A0009E */

body, table, input, select, textarea {
	font: 100% Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* body */

body {
	font-size: 80%;
	line-height: 150%;
	color: black;
	background: white;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 150%;
	color: #363A8F;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 120%;
	color: #298B5D;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}


h6 {
	font-size: 70%;
}

/* set margins and paddings for textelements/tables/forms/lists */

address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}


/* lists */

ul {
	padding-left: 25px;
} 

ol {
	padding-left: 30px;
}

#content ul {
	list-style-image: url(graphics/bullet.png);
}

* html #content ul {
	/* IE/WIN doesn't vertical-align the bullet well */
	list-style-image: url(graphics/bullet_ie.png);
}

dt {
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
}

dd {
	display: block;
	margin: 0 0 0.25em 12em;
	padding: 0;
}

* html dd {
	height: 1px;
}

html>body dd {
	height: auto;
	min-width: 1em;
}

body dd:after {
	content: ".";
	visibility: hidden;
}

dd ul, dd ol, dd li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* forms */

form div {
	clear: left;
	margin: 0.5em 0;
}

form div label {
	display: block;
	width: 12em;
	float: left;
}

form div div {
	clear: none;
	float: none;
	width: auto;
	margin: 0 0 0 12em;
}

* html form div div {
	/* fixes 3px jog in IE/WIN  */
	height: 1px;
}

form div div label {
	display: inline;
	width: auto;
	float: none;
}

form div div div {
	margin-left: 0;
}

form div
form div.edit           input,
form div.calendar       input,
form div.dutchzipcode   input,
form div.password       input,
form div.doublepassword input,
form textarea,
form select {
	border: 1px solid #859aa5;
}

form  .superscript {
/*	padding-left: 15em; */
	display: block;
	font-size: 0.8em;
	margin-top: -1em;
}

form div input.radio,
form div input.check {
	border: 0;
	background: none;
}


form .footer {
	clear: left;
	margin: 1em 0;
	padding: 0.5em 0.5em 0.5em 12em;
}

form .footer input,
input.submit,
.button {
	font-weight: bold;
	padding: 0.1em 0.5em 0.15em 0.5em;
	background: #F58D32;
	color: white;
	border: 1px solid #BD5F09;
	cursor: pointer;
}

fieldset.multipleSelect{
	padding-bottom: 1em;
}

fieldset.multipleSelect label {
	clear: none;
	font-weight: bold;
	margin: 5px;
	width: 47%;
	text-align: center;
	background: #0A72CD;
	color: white;
}

fieldset.multipleSelect label select {
	width: 100%;
}

option.newSelected {
	background-color: silver;
}
	
option.newDeselected {
	background-color: silver;
}

.error,
.mandatory {
	color: #FF0000;
}

#wrapper form div input.error,
#wrapper form div textarea.error {
	color: black;
	border: 1px solid #FF0000;
	background: #FFF0F0;
}



/* tables */

form table {
	border: none;
	/* border-collapse doesn't work like expected in Mozilla, but the same effect is achieved by setting border-spacing to 0. */
	border-spacing: 0;
	border-bottom: 1px solid #0A72CD;
	background:	#0A72CD;  /* for missing header elements above edit/delete cells */
}

* html form table {
	/* set border-collapse for IE/WIN */
	border-collapse: collapse;
}

caption {
	font-size: 150%;
	line-height: 133%;
	background: #9ACDFA;
	color: #064276;
}

/* calendar */

table.calendar {
	z-index: 10;
	background-color: white; /* fix empty cells at the end */
}

table.calendar tr {
	background-color: #0a72cd; /* restore headers */
}

table.calendar caption {
	font-size: 100%;
	line-height: 100%;
}

table.calendar a.button {
	height: 25px;
	cursor: pointer;
	padding: 0.1em 0.3em 0.1em 0.3em;
	margin: 0;
}


/* table header */

thead th {
	text-align: left;
	padding: 0;
	background: #0A72CD;
	border-top: 1px solid #0A72CD;
	border-bottom: 1px solid #0A72CD;
}

thead th a:link,
thead th a:visited,
thead th a:hover {
	text-decoration: none;
	padding: 0.25em 24px 0.25em 0.5em;
	background: #0A72CD;
	color: white;
	display: block;
}

form thead th a:hover {
	background: #329BF5;
}

* html thead th a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	height: 0.1em;
}

form thead th.asc,
form thead th.desc {
	border-top: 1px solid #BD5F09;
	border-bottom: 1px solid #BD5F09;
	background: #F58D32;
}

form thead th.asc a:link,
form thead th.asc a:visited,
form thead th.asc a:hover {
	background: #F58D32 url(graphics/up.gif) no-repeat right;
}

form thead th.desc a:link,
form thead th.desc a:visited,
form thead th.desc a:hover {
	background: #F58D32 url(graphics/down.gif) no-repeat right;
}

/* table th/td styling */

form th,
form td {
	vertical-align: top;
	padding: 0.25em 0.5em;
	border: none;
	border-bottom: 1px solid #9ACDFA;
	background: white;
}

form th	{
 	background: #0A72CD;
	border-bottom: 1px solid #0A72CD;
 }

* html th, 
* html td {
	border-top: 1px solid #0A72CD;
}

/* table details/edit/delete */

td.details,
td.edit,
td.delete {
	background: #EBF5FE;
}

form table tr:last-child td {
	border-bottom: 0;
}

/* table odd/even effects */

form tr.odd td {
	
}

form tr.even td {
	background: #EBF5FE;
}

form td.asc,
form td.desc {
	background: #FDF2E7;
	border-bottom: 1px solid #F8B475;
}

form tr.even td.asc,
form tr.even td.desc {
	background: #FDE6CE;
}

/* table row hover effects */

form tbody tr:hover td.asc,
form tbody tr.hover td.asc,
form tbody tr:hover td.desc,
form tbody tr.hover td.desc {
	background: #F58D32;
	color: white;
}

form tbody tr.even td.details,
form tbody tr.even td.edit,
form tbody tr.even td.delete {
	background: #D0E8FD;
}

form tbody tr:hover td,
form tbody tr.hover td {
	background: #FDE6CE;
	cursor: pointer;
}

form tbody tr:hover td.details,
form tbody tr.hover td.details,
form tbody tr:hover td.edit,
form tbody tr.hover td.edit,
form tbody tr:hover td.delete,
form tbody tr.hover td.delete {
	background: #F8B475;
}

/* TOOLS */

ul.tools,
ul.tools li,
ul.footer,
ul.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tools {
	line-height: 150%;
	border: 1px solid #9ACDFA;
	background: #EBF5FE;
	margin-bottom: 1em;
	padding: 0.5em;
}

ul.tools *,
ul.footer * {
	vertical-align: middle;
}

ul.tools:after,
ul.footer:after {
	/* clear floats */
	content: "."; 
	font-size: 0;
	line-height: 0%;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html ul.tools,
* html ul.footer {
	/* IE/WIN fix: element will behave as if there's a clearing element inside it */
	height: 0.1em;
}

ul.tools label {
	width: auto;
	margin-right: 0.5em;
}

ul.tools.cluster input {
	width: 4em;
}

ul.tools li,
ul.footer li {  /* footer is used in delete page */
	display: block;
	float: left;
}

* html ul.tools li a,
* html ul.footer li a {
	/* This makes the whole link clickable in IE/WIN, not just the text. */
	white-space: nowrap;
	width: 0.1em;
}

ul.tools form,
ul.footer form {
	margin: 0;
	padding: 0;
}

ul.tools li,
ul.footer li {
	font-weight: bold;
	background-color: #F58D32;
	background-repeat: no-repeat;
	background-position: 4px;
	border: 1px solid #BD5F09;
	margin-right: 0.4em;
}

ul.tools li a,
ul.footer li a {
	display: block;
	text-decoration: none;
	padding: 0.125em 0.5em 0.25em 0.5em;
	margin: 0;
	padding-left: 24px;
	background-color: transparent;
	color: white;
	cursor: pointer;
}

ul.tools li a:link,
ul.tools li a:visited,
ul.footer li a:link,
ul.footer li a:visited {
	color: white;
}

li.ok, 
li.yes {
	background-image: url('graphics/ok.gif');
}

li.import {
	background-image: url('graphics/import.gif');
}

li.preview {
	background-image: url('graphics/preview.gif');
}

li.select_none {
	background-image: url('graphics/select_none.gif');
}

li.select_all {
	background-image: url('graphics/select_all.gif');
}

li.select {
	background-image: url('graphics/select.gif');
}

ul.tools li.pageSelector {
	float: right;
	background-color: transparent;
	border: none;
	margin: 0;
}

ul.tools li.pageSelector form label {
	width: auto !important;
}

ul.tools li.delete {
	background-image: url('graphics/delete.gif');
	float: right;
	margin: 0;
}

ul.tools li.add {
	background-image: url('graphics/add.gif');	
}

ul.tools li.list {
	background-image: url('graphics/list.gif');	
}

ul.tools li.edit {
	background-image: url('graphics/edit.gif');	
}

li.ok, 
li.yes {
	background-image: url('graphics/ok.gif');
}

li.cancel, 
li.no {
	background-image: url('graphics/cancel.gif');
}

ul.tools li.email {
	background-image: url('graphics/email.gif');	
}

#wrapper li.search {
	background-color: transparent;
	border: 0;
	cursor: default;
	margin-left: 0.5em;
}

#wrapper li.search input.button {
	padding: 0.1em;
}

/* index */

div.index {
	padding: 0.25em 0.5em;
}

div.index.top {
	border-bottom: 1px solid #F58D32;
	margin-bottom: 1em;
}

div.index.bottom {
	border-top: 1px solid #F58D32;
}

div.index ol,
div.index ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.index ol {
	margin-bottom: 1em;
	overflow: visible;
}


div.index ol li {
	display: block;
	float: left;
}

div.index ol li.active {
	font-weight: bold;
	border: 1px solid #F58D32;
	background: white;
	margin: 0 0.25em;
}


div.index ol li a, div.index ol li.active {
	display: block;
	padding: 0 0.25em;
	margin: 0 0.25em;
}

div.index ol li.previous,
div.index ol li.next,
div.index ol li.previous a,
div.index ol li.next a {
	font-weight: bold;
	color: #BD5F09;
	margin: 0;
	padding: 0;
}

div.index ol li.previous,
div.index ol li.next {
	color: #F8B475;
}

/* anchors */

a:link {
	color: #3ca853;
}
a:visited {
	color: #363a8f;
}
a:hover {
	color: #f58d32;
}

/* images */

img {
	border: none;
}

/* emphasize */

em {
	
}

strong {
	
}

