body {
	background-color: #28a2b0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#container {
	background-color: #fff;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
}
img {
	vertical-align: bottom;
	border: 0;
}
a {
	border: 0;
	color: #0d7f8c;/*#28a2b0;*/
}
li a:hover,
p a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	margin: 0 0 12px 0;
}

h3 {
	margin: 10px 0 0 0;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

p.datum {
	color: #999;
	margin: 0;
}

p.intro {
	font-weight: bold;
}

hr {
	clear: both;
	border: 0px;
	padding: 24px 0;
}
ul#projecten {
	width: 250px;
}
ul#projecten li {
	list-style-type: none;
	margin: 0 0 1em 0;
	color: #666;
}

.left {
	float: left;
	background-color: #fff;
	width: 300px;
	padding: 0 30px 0 0;
}
.right {
	float: left;
	width: 390px;
	margin: 168px 0 0 0;
	border-left: 1px solid #28a2b0;
	padding: 0 0 50px 30px;
}
body#admin .right {
	width: 600px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
ul.photos li {
	float: left;
	width: 80px;
	height: 80px;
}

ul#navigation {
	margin-top: -50px;
}
ul#navigation li {
	float: left;
	margin: 0 30px 50px 0;
}
table.data {
	width: 100%;
}

table.data th {
	white-space: nowrap;
	background-color: #5b5b5b;
	color: #fff;
	font-size: 14px;
	height: 21px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align: left;
	padding: 5px 0 0 5px;
}

table.data div.sort {
	display: inline;
/*	float: right;*/
}
table.data .title {
	float: left;
} 
table.data div.sort img {
	display: inline;
}

table.data td {
	height: 24px;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 0 5px;
}
table.data tr.tablefootrow td {
	border: 0px;
}
table.data td.actions {
	text-align: right;
	width: 65px;
}
table.data td.actions img {
	margin: 3px 5px 0 0;
}
table.data tr.tablerow2 {
	background-color: #dbdbdb;
}
table.data a.previous {
	float: left;
	width: 50%;
}
table.data a.next {
	float: right;
	text-align: right;
	width: 50%;
}

/*
label {
	display: block;
	clear: both;
	line-height: 24px;
}
fieldset {
	padding: 21px;
	border: 1px solid #5b5b5b;
}
legend {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #5b5b5b;
	color: #fff;
	font-size: 14px;
	display: block;
}
*/

form fieldset {
	background-color: #dbdbdb;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	margin: 15px 0;
	border: 1px solid #5b5b5b;
	width: 100%;
}
form legend {
	font-size: 14px;
	font-weight: bold;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

fieldset label,
fieldset input {
	display: block;
	margin-bottom: 10px;
}
fieldset input.string {
	width: 375px;
}
fieldset input.float {
	width: 75px;
}
fieldset a.edit {
	font-size: 11px;
	margin: 0 0 0 10px;
}
fieldset textarea {
	width: 375px;
	height: 150px;
}

fieldset span.nulldate label {
	width: 1px;
}

div#content fieldset .delete {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
fieldset .delete label {
	width: 1px;
}
fieldset#login {
	background-color: #fff;
	width: 400px;
}
fieldset#login label {
	text-align: left;
	float: none;
	clear: both;
}
/* swf images */

div.thumbnail {
	float: left;
	width: 150px;
}
div.thumb_info {
	float: left;
	width: 400px;
}
div.thumb_info input {
	display: inline;
	width: 200px;
}
div.thumb_info textarea {
	width: 250px;
	height: 50px;
}

/* autocomplete */
div#hint {
	background-color: #fff;
	width: 150px;
	margin: 0;
	padding: 0;
}
ul.hint {
	color: #000;
	width: 150px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #987460; 
	list-style-type: none;
}
ul.hint li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	padding: 2px;
	background-color: #EBE4DE;
	font-size: 11px;
}
ul.hint li.selected {
	background-color: #DBCFC3;
}
ul.hint li div.title {
	display: block;
	font-size: 16px;
}
ul.hint li div.code {
	display: block;
}
ul.hint .hidden {
	display: none;
}

div.fm-optional {
	display : none;
}
