


ul.sortable {
	width: 510px;
	border: none;
	border-top: 1px solid #aaa;
	margin: 0 0 2em; padding: 0;
	list-style-type: none;
	background-color: #fbfaf8; 
}

ul.sortable li {
	margin: 0; padding: 4px 8px;
	position: relative;
	display: block;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	font-weight: normal;
	line-height: 160%; 
	cursor:move;
}

ul.sortable li div {
	position: absolute;
	right: 16px;
	top: 4px;
}

ul.sortable li div img {
	border: none;
}





div#content div.tabsheet {
	margin-top: -32px;
}

div#content div.tabsheet h2 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin: 0 0 12px 0;
}











/* EDITOR */

div.editorMessage {
	font-size: 1em;
	font-style: italic;
}





table.editorDate {
	width: 510px;
	border: none;
	margin-bottom: 2em;
}

table.editorDate td {
	vertical-align: top;
}
table.editorDate label {
	display: inline;
}
table.editorDate select {
	margin: 0; padding: 0;
}


/* Firefox hack CSS */
body:last-child table.editorDate input {
	margin-top: 6px; 
}







table.editorList,
table.editorTree {
	width: 510px;
	border: none;
	border-bottom: 1px solid #aaa;
	margin-bottom: 2em;
}
table.editorList a,
table.editorTree a {
	color: black;
}
table.editorTree td,
table.editorTree th,
table.editorList td,
table.editorList th {
	padding: 4px 8px;
	background-color: #fbfaf8;
	border-top: 1px solid #aaa;
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	font-weight: normal;
	line-height: 160%;
	
	vertical-align: top;
}
table.editorTree th,
table.editorList th {
	border-top: none;
	font-weight: bold;
}
table.editorTree td.icon,
table.editorList td.icon {
	width: 40px;
}
table.editorTree a,
table.editorList a {
	text-decoration: none;
}
table.editorTree td.button,
table.editorList td.button {
	text-align: right;
	padding: 6px 4px 0 0;
}
table.editorTree td.button img,
table.editorList td.button img {
	border: none;
	vertical-align: top;
	margin-left: 4px;
}







/*
table.editorList td.button .btnbar {
	float: right;
	line-height: 100%;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 10px;
}
table.editorList td.button {
	text-align: right;
	white-space: nowrap;
}
table.editorList td.button form {
	display: inline;
}
table.editorList td.button input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	height: 24px;
	line-height: 24px;
	width: 80px;
}
*/

div.editorMessage {
	margin-top: 40px;
}




div.editorSubmit {
	margin-top: 20px;
	text-align: right;
}
div.editorSubmit input {
	height: 26px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}




table.formTable th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	padding-right: 12px;
}

table.formTable td {
	font-weight: normal;
	text-align: left;
	padding-right: 12px;
}



div.loginField,
div.editorField,
div.editorSelect,
div.formInput,
div.formText,
div.formInputAlt,
div.formCheckboxList,
div.formText {
	position: relative;
	width: 504px;
	margin-bottom: 8px;
}
div.formCheckboxList{
	margin-top: 24px;
	margin-bottom: 24px;
}
div.formCheckbox {
	position: relative;
}
div.formCheckbox input {
	margin-right: 6px;
	margin-left: 0;
}
div.formCheckboxOption {
	position: absolute;
	top: 0;
	left: 200px;
}	
div.formCheckboxOption input {
	margin-right: 0;
	margin-left: 6px;
	width: 130px;
}
div.formCheckboxAcreditatie {
	position: absolute;
	top: 2em;
	left: 200px;
}	
div.formCheckboxAcreditatie input {
	margin-left: 8px;
}

div.formInputAlt {
	margin-bottom: 4px;
}
div.formText {
	margin: 18px 0;
}
div.areaField label,
div.imageField label,
div.editorSelect label,
div.editorField label {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	margin-bottom: -2px;
}
div.loginField label,
div.formInput label,
div.formInputAlt label {
	display: block;
	padding-top: 4px;
	font-weight: bold;
}
div.formText label {
	padding-top: 16px;
	display: block;
	font-weight: bold;
}
div.loginRemember {
	float: left;
}

div.formInputAlt input {
	position: absolute;
	top: 4px;
	left: 80px;
	width: 428px;
}

div.formInput input,
div.formText textarea,
div.loginField input,
div.editorField input,
div.editorField textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}
div.formInput input {
	width: 504px;
}
div.formText textarea {
	width: 504px;
	height: 160px;
	margin-bottom: 12px;
}
div.formText textarea#question {
	height: 80px;
}
div.editorField input {
	width: 504px;
}
div.editorField input.link {
	width: 412px;
}
div.editorField input.select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	line-height: 21px;
	width: 80px;
}
div.editorField textarea {
	width: 504px;
}

div.editorField iframe {
	border: none;
}

/*
div.formColumn label {
	width: 80px;
	float: left;
}
div.formColumn input {
	width: 410px;
	float: left;
}
*/


div.editorField textarea#text {
	height: 400px;
}

div.editorField textarea#keywords {
	height: 80px;
}

div.formRadio {
	font-weight: bold;
}
div.formRadio div {
	font-weight: normal;
}
div.formRadio input {
	margin: 0 4px 0 -4px;
}
div.formRadio label {
}

















