body,td,th {
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 0.8em;
}

body {
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
}

#totalwrapper {
	margin: 7px;
	padding: 0;
}

/* NEW STYLE */ /* >>>>>>>>>>> Header */
#breadcrumbs {
	font-size: 0.8em;
	color: #0093a9;
	padding: 3px 3px 3px 0px;
	margin: 0 0 10px 0;
}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#breadcrumbs ul li {
	margin: 0;
	display: inline;
}

#breadcrumbs a {
	color: #0093a9;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #b1db16;
}

#general_user_options {
	font-size: 0.8em;
	float: right;
	text-align: right;
	white-space: nowrap;
	padding: 0px;
	color: #999;
}

#languagebuttons,#actionbuttons {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	list-style: none;
}

#languagebuttons li,#actionbuttons li {
	margin: 0;
	display: inline;
}

#languagebuttons a,#actionbuttons a {
	color: #0093a9;
	text-decoration: none;
}

#languagebuttons a:hover,#actionbuttons a:hover {
	color: #b1db16;
}

#actionbuttons li {
	padding: 0px 2px;
}

#actionbuttons {
	margin-bottom: 5px;
}

h1 {
	font-size: 1.5em;
	margin: 10px 10px 3px 0px;
	color: #0093a9;
	font-weight: bold;
}

/* A pagedescription which comes after the fullheader */
div.pagedescription_fullheader {
	font-size: 1em;
	color: #444;
	margin: 0px 45px 20px 0px;
	padding: 0px;
}

/* A pagedescription which comes directly after the h1 (so no properties button etc) */
div.pagedescription_h1 {
	font-size: 1em;
	color: #444;
	margin: 20px 45px 20px 0px;
	padding: 0px;
}

/* ***************************************************************** */
	/* >>>>>>>>>>> Blauwe balken voor als er geen tabel is */
.title_bar_l,.blauwe_balk,.title_bar {
	clear: both;
	height: 22px;
	padding-left: 4px;
	color: white;
	text-align: left;
	background: #009CBE url(../images/newstyle/title_bar.jpg) repeat-x
		bottom;
}

.title_bar_r {
	clear: both;
	height: 22px;
	padding-right: 4px;
	color: white;
	text-align: right;
	background: #009CBE url(../images/newstyle/title_bar.jpg) repeat-x
		bottom;
}

/* ***************************************************************** */
	/* >>>>>>>>>>> Data_table */
.data_table {
	text-align: left;
}

.data_table thead {
	color: white;
	height: 22px;
	line-height: 22px;
	background: #009CBE url(../images/newstyle/title_bar.jpg) repeat-x
		bottom;
	padding: 0px;
}

.data_table thead th {
	color: #fff;
	font-weight: bold;
	padding: 0px 2px;
}

.data_table thead th.first_th {
	padding-left: 8px;
}

.data_table thead th.last_th {
	padding-right: 8px;
}

.data_table thead th a {
	color: #FFF;
	text-decoration: none;
}

.data_table thead th a:hover {
	color: #000;
	text-decoration: none;
}

.data_table tbody tr.even {
	background: #EEE;
}

.data_table tbody td {
	border-top: 1px solid #D9D9D9;
	padding: 5px 2px;
}

.data_table tbody td.left_border, .left_border {
	border-left: 1px solid #D9D9D9;
	padding-left: 8px;
}

.data_table tbody td.right_border, .right_border {
	border-right: 1px solid #D9D9D9;
	padding-right: 8px;
}

.data_table tbody .bottom_border {
	border-bottom: 1px solid #D9D9D9;
}

.data_table tbody.workflow tr.disabled td {
	background: #efefef;
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

.data_table tbody.workflow td {
	border-right: 1px solid #D9D9D9;
	padding-left: 8px;
}

.data_table tbody.workflow td.centered,.data_table thead th.centered {
	text-align: center;
}

#actionblock {
	height: auto;
	border: 1px solid #ccc;
	border-top: 0;
	background: #FFF url(../images/admin/workflow/smlbg.gif) repeat-x;
}

.greenbold {
	color: #009CBE;
	font-weight: bold;
	font-size: 11pt;
}

.greentag {
	color: #009CBE;
	font-variant: small-caps;
}

.tiny {
	font-size: 10px;
	color: #999;
}

#actionblock p {
	margin: 0 0 10px 0;
}

#actionblock p.inspring {
	padding-left: 25px;
	line-height: 16px;
}

#actionblock td {
	border: 0;
}

.altlink {
	cursor: pointer;
}

.data_table tfoot {
	color: white;
	height: 22px;
	background: #009CBE url(../images/newstyle/title_bar.jpg) repeat-x
		bottom;
	padding: 0px;
}

.data_table tfoot td {
	color: #fff;
	font-weight: bold;
	padding: 0px 2px;
}

.data_table tfoot td.first_td {
	padding-left: 8px;
}

.data_table tfoot td.last_td {
	padding-right: 8px;
}

.data_table tfoot td a {
	color: #FFF;
	text-decoration: none;
}

.data_table tfoot td a:hover {
	color: #000;
	text-decoration: none;
}

.data_table img {
	padding: 0px 2px;
}

/* >>>>>>>>>>> Sub_table */
	/*.sub_table {text-align:left;border:1px solid #D9D9D9;}
	.sub_table thead {color:#666;height:22px;line-height:22px;background:#009CBE url(../images/newstyle/title_bar.jpg) repeat-x bottom;padding:0px;}
	.sub_table thead th {color: #fff;font-weight: bold;padding:0px 2px;overflow:hidden;}
	.sub_table thead th.first_th {padding-left:8px;}
	.sub_table thead th a {color:#666; text-decoration:none;}
	.sub_table thead th a:hover {color:#fff; text-decoration:none;}

	.sub_table tbody tr.even {background:#EEE;}
	.sub_table tbody td {border-top:1px solid #D9D9D9;padding:5px 2px;}
	.sub_table tbody td.first_td {padding-left:8px;}

	.sub_table tfoot {color:white;height:22px;background:#009CBE url(../images/newstyle/title_bar.jpg) repeat-x bottom;padding:0px;}
	.sub_table tfoot td {color: #fff;font-weight: bold;padding:0px 2px;}
	.sub_table tfoot td.first_td {padding-left:8px;}
	.sub_table tfoot td a {color:#FFF; text-decoration:none;}
	.sub_table tfoot td a:hover {color:#000; text-decoration:none;}

	.sub_table img {padding:0px 2px;}*/ /* Om in tables te aligneren */
.align_right_button {
	text-align: right;
	padding-top: 3px;
	margin: 0px;
}

.align_left_button {
	text-align: left;
	padding-top: 3px;
	margin: 0px;
}

/* ***************************************************************** */
	/* >>>>>>>>>>> Content tussen de blauwe balken vr als er geen tabel is */
.content_with_padding_1 {
	clear: both;
	border: 1px solid #D9D9D9;
	padding: 10px
}

.content_with_padding_2 {
	clear: both;
	background-color: #EEE;
	border: 1px solid #D9D9D9;
	padding: 10px
}

.content_without_padding_1 {
	clear: both;
	border: 1px solid #D9D9D9;
}

.content_without_padding_2 {
	clear: both;
	background-color: #EEE;
	border: 1px solid #D9D9D9;
}

.content_with_padding_1 fieldset,.content_without_padding_1 fieldset,.content_with_padding_2 fieldset,.content_without_padding_2 fieldset
	{
	border: 0px;
	border-top: 1px solid #D9D9D9;
	margin: 0px;
	padding: 0px;
}

.content_with_padding_1 legend,.content_without_padding_1 legend,.content_with_padding_2 legend,.content_without_padding_2 legend
	{
	font-size: x-small;
	color: #009CBE;
	margin: 0px;
}

/* >>>>>>>>>>> Form_alignment */
.formrow {
	clear: left;
	padding: 2px;
	margin-left: 8px;
}

.formrow .forml {
	float: left;
	width: 220px;
	padding-top: 3px;
	_margin: 0px;
}

.formrow .forml label {
	color: black;
	font-size: 12px;
	line-height: 20px;
}

.formrow .formr {
	margin-left: 230px;
}

.formrow .formr div {
	margin-left: 0;
	padding: 0;
	position: relative;
}

.formrow .formr input {
	margin-left: 0;
}

.formrow .formr button {
	margin: 0px 0px 0px 5px;
	padding: 2px;
	line-height: 5px;
}

.data_editor {
	background-color: #eee;
	border: 1px solid #D9D9D9;
	padding: 5px;
}

.data_editor label {
	width: 150px;
	color: #009cbe;
}

/* ***************************************************************** */
.grab_table {
	border: 1px solid #D9D9D9;
	margin-bottom: 10px;
}

.handle {
	background: #EEE;
	cursor: move;
}

.grab_tools {
	background: #EEE;
}

#list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#list li {
	margin: 0px;
	padding: 1px 0px;
}

/* >>>>>>>>>>> Knoppen onderaan de laatste blauwe balk */
.float_left_button {
	float: left;
	padding-top: 3px;
	margin: 0px;
}

.float_right_button {
	float: right;
	padding-top: 3px;
	margin: 0px;
}

input[type="submit"] {
	color: #333;
	border: 1px solid #ccc;
	background: #fff url(../images/newstyle/silver_button.jpg) repeat-x
		bottom;
}

input[type="button"] {
	color: #333;
	border: 1px solid #ccc;
	background: #fff url(../images/newstyle/silver_button.jpg) repeat-x
		bottom;
}

button, .button {
	color: #333;
	border: 1px solid #ccc;
	background: #fff url(../images/newstyle/silver_button.jpg) repeat-x	bottom;
	display: inline;
	cursor: pointer;
}

/* ***************************************************************** */
	/* ********* VALIDATION */
div.validationfailedrow div.validation {
	color: #ea2f31;
	font-size: 10px;
	font-weight: bold;
}

#globalvalidationdetails {
	margin-top: 10px;
}

#globalvalidationdetails p {
	margin: 0 0 5px 0;
	padding-left: 20px;
	background: url(../admin/images/tree/bullet_cross.png) no-repeat 0 50%; 
	line-height: 20px;	
}

.fakelink {
	cursor: pointer;
	text-decoration: underline;
}

.validationfailedrow .validation p {
	margin: 0 0 5px 0;
	padding-left: 20px;
	background: #fff url(../admin/images/tree/bullet_cross.png) no-repeat 0 50%; 
	line-height: 20px;
}

.validationfailedrow input,.validationfailedrow select {
	background: #FBE3E4;
}

.validationfailed {
	position: absolute;
	top: 0;
	right: 0;
}

.validationfailed p {
	margin: 0;
	padding: 0px;
	line-height: 20px;
}

.blue_font {
	color: #009CBE;
}

.inlineform {
	display: inline;
}

h2 {
	font-size: 1.4em;
	margin-left: 15px;
	color: #0093a9;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	color: #0093a9;
	text-decoration: underline;
}

a:hover {
	color: #b1db16;
	text-decoration: underline;
}

textarea {
	border: 1px solid #999;
	width: 100%;
}

#properties {
	font-size: 0.8em;
}

#language {
	font-size: 0.8em;
}

#insert {
	color: #000;
	padding: 3px 10px 3px 10px;
	text-align: right;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
}

#paragrafen {
	width: 99%;
	border: 1px solid #999;
}

/* Actiebar */
#paragrafen td.zijbar {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background: #f5f5f5 url(../images/admin/form/bg1.gif) repeat-x;
}

#paragrafen td.zijbar table {
	width: 20px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10pt;
}

#paragrafen td.zijbar a {
	border: 0;
}

#paragrafen td.zijbar a img {
	border: 0;
	margin: 3px;
}

#paragrafen td.zijbar form {
	display: inline;
}

#paragrafen td.zijbar form select {
	margin: 0;
	color: #fff;
	border: 1px solid #999;
	font-size: 10px;
	border-collapse: collapse;
}

#paragrafen td.zijbar form input {
	margin: 0;
	margin-top: -2px;
	font-weight: bold;
	border: 1px solid #999;
	font-size: 10px;
}

/* Inhoud */
#paragrafen td.inhoud {
	border-top: 1px solid #999;
	padding: 10px;
}

#paragrafen td.inhoud h1 {
	font-size: 15pt;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

#paragrafen td.inhoud h2 {
	font-size: 13pt;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-left: 5px;
	margin-bottom: 10px;
}

#paragrafen td.inhoud h3 {
	font-variant: small-caps;
	font-size: 13pt;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

#paragrafen td.inhoud h4 {
	font-style: italic;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}

#paragrafen td.inhoud h5 {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
}

#paragrafen td.inhoud h6 {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-left: 25px;
	margin-bottom: 10px;
}

#paragrafen td.inhoud p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: justify;
}

#paragrafen td.inhoud img.right {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

#paragrafen td.inhoud img.left {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

.smlright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

.smlleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

/* Error */
td.errorHeader {
	margin: 20px;
	padding: 20px;
	background: #0093a9;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

pre.error {
	padding: 10px;
	font-size: 11px;
	color: #999;
	border: 1px solid #999;
	position: relative;
	max-width: 800px;
	z-index: 1;
	overflow: scroll;
}

/* Tabellen */
#content {
	position: relative;
	_height: 1%;
}

#content .new {
	margin-bottom: 20px;
}

#content .new table.edit {
	border: 1px solid #999;
	width: 100%;
	border-collapse: collapse;
}

#content .new th {
	color: #000;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
}

#content .new td.label {
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	background: #f5f5f5 url(../images/admin/form/bg1.gif) repeat-x;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

#content .new td.object {
	padding: 5px;
	padding-left: 20px;
	text-align: left;
	background: #f5f5f5 url(../images/admin/form/bg1.gif) repeat-x;
	border-top: 1px solid #999;
}

#content .new td.veld {
	padding: 5px;
	background: #f5f5f5 url(../images/admin/form/bg1.gif) repeat-x;
	border-top: 1px solid #999;
	text-align: left;
}

#content .new td.footer {
	text-align: center;
	padding: 3px 10px 3px 10px;
	font-size: 8pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
	border-top: 1px solid #999;
}

#content .new td.footerR {
	text-align: right;
	padding: 3px 10px 3px 10px;
	font-size: 8pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
	border-top: 1px solid #999;
}

#content .new td.footerL {
	text-align: left;
	padding: 3px 10px 3px 10px;
	font-size: 8pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
	border-top: 1px solid #999;
}

#content .search {
	float: right;
	margin-right: 20px;
}

#content .search table {
	border: 1px solid #999;
	border-collapse: collapse;
}

#content .search th {
	color: #000;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
}

#content .search td {
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	background: #f5f5f5 url(../images/admin/form/bg1.gif) repeat-x;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

#content .pagination {
	float: left;
	margin: 0px;
}

#content .pagination table {
	border: 1px solid #999;
	border-collapse: collapse;
}

#content .pagination th {
	color: #000;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
}

#content .new td.footer input,#content .new td.footerR input {
	margin: 0 10px 0 10px;
	font-size: 10px;
	font-weight: bold;
}

#content .new td.veld input,#content form.new td.veld select,#content form.new td.option
	{
	text-indent: 2px;
}

#content .new td.veld a {
	border: 0;
	text-decoration: none;
}

#content .new td.veld a img {
	border: 0;
	text-decoration: none;
}

#content .new td.header {
	border-top: 1px solid #999;
	color: #000;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	background: url(../images/admin/form/bg2.gif) repeat-x;
}

#content div.aselect {
	font-size: 11px;
	margin-bottom: 20px;
}

.i18ndebug {
	background-color: yellow;
	font-weight: bold;
}

/* NEW STYLE LOOK AND FEEL */
div.outertable {
	border: 1px solid #666;
	margin-bottom: 30px;
	padding: 0;
}

div.outertable table {
	width: 100%;
	margin: 0;
	border: 0;
}

div.outertable table img {
	border: 0;
}

div.outertable tr.even td {
	background: #EEEEEE;
}

div.outertable td {
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

div.outertable td.footer {
	font-weight: bold;
	font-size: 0.7em;
	text-align: left;
	border: 0;
	border-left: 1px solid #009CBE;
	border-top: 1px solid #666;
	background: #009CBE;
	color: #FFF;
	padding: 2px;
}

div.outertable th {
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
	border: 0;
	border-left: 1px solid #009CBE;
	border-bottom: 1px solid #666;
	background: #009CBE;
	color: #FFF;
	padding: 2px;
}

div.outertable th a {
	color: #FFF;
	text-decoration: none;
}

div.outertable th a:hover {
	color: #000;
	text-decoration: none;
}

div.outertable tfoot td {
	font-size: 0.7em;
	border: 0;
	background: #009CBE;
	color: #FFF;
	padding: 2px;
}

div.outertable th.first {
	text-align: left;
	padding: 2px 2px 2px 10px;
	border-left: 0;
}

div.outertable td.first {
	padding-left: 10px;
	border-left: 0;
}

div.knop {
	text-align: center;
	margin-top: 30px;
}

/* CUSTOM CSS */
div.mailerfolder td.datum {
	text-align: center;
	font-size: 10pt;
}

div.mailerfolder td.naam {
	padding-left: 3px;
	border-left: 0;
}

div.mailerfolder td.naam a {
	text-decoration: none;
	color: #000;
}

div.mailerfolder td.naam a:hover {
	text-decoration: none;
	color: #009CBE;
}

div.mailerfolder td.icon {
	border-left: 0;
	text-align: center;
}

div.mailerfolder td.lastactie {
	text-align: center;
	border-right: 0;
	border-left: 1px solid #D9D9D9;
}

div.mailerfolder td.actiearchive {
	border-left: 0;
	text-align: center;
}

div.mailerfolder td.actie {
	border-left: 0;
	padding-right: 5px;
}

div.mailerfolder td.version {
	border-left: 0;
	width: 30px;
	text-align: right;
	padding-right: 10px;
}

div.mailerfolder td.aantal {
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
}

div.mailerstats {
	clear: both;
}

div.mailerstats div.subheader {
	background: url(../images/admin/workflow/smlbg.gif) repeat-x;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	line-height: 35px;
	border-bottom: 1px solid #D9D9D9;
}

div.mailerstats div.row {
	border-bottom: 1px solid #D9D9D9;
	padding-left: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

div.mailerstats div.row span.value,div.mailerstats div.subheader span.value
	{
	width: 50%;
	float: right;
	font-weight: bold;
	color: #009CBE;
}

#vertgraph {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 378px;
	height: 207px;
	position: relative;
	background: url("../images/admin/g_backbar.gif") no-repeat;
}

#vertgraph ul {
	width: 378px;
	height: 207px;
	margin: 0;
	padding: 0;
}

#vertgraph ul li {
	list-style: none;
	position: absolute;
	width: 28px;
	height: 160px;
	bottom: 34px;
	padding: 0 !important;
	margin: 0 !important;
	background: url("../images/admin/g_colorbar3.jpg") no-repeat !important;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 2em;
	font-size: 0.8em;
}

#vertgraph li.critical {
	left: 24px;
	background-position: 0px bottom !important;
}

#vertgraph li.high {
	left: 101px;
	background-position: -28px bottom !important;
}

#vertgraph li.medium {
	left: 176px;
	background-position: -56px bottom !important;
}

#vertgraph li.low {
	left: 251px;
	background-position: -84px bottom !important;
}

#vertgraph li.info {
	left: 327px;
	background-position: -112px bottom !important;
}

#mailerstats tfoot.searchlister td {
	line-height: 15px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	background: #009CBE;
	color: #FFF;
}

#mailerstats tfoot.searchlister td a {
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
}

#mailerstats tfoot.searchlister td a:hover {
	line-height: 15px;
	color: #000;
	text-decoration: none;
}


/** FORMAPI WIZARD **/

#wizard .wizardblock h3 {
	color: #009cbe;
	font-weight: bold;
	font-size: 11pt;
	padding: 5px 30px 10px 0;
	margin-bottom: 0px;
}

#wizard .wizardblock p {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

#wizard #wizardnavbutton, #wizard .wizardnavbutton {
	width: 350px;
}


#wizard #wizardnavtekst {
	width: 700px;
	margin: 0 auto;
	clear: both;
}

#wizard .gray {
	color: #999;
}

#wizard .wizardblock {
	margin-left: 15px;
}


#wizard .wizardblock .wizardblockcontent {
	margin-left: 15px;
	margin-right: 15px;
}

#wizard .wizardblock .blockcontent
	{
	background: #eee;
	padding: 5px;
	margin-bottom: 5px;
}

#wizard .wizardblock .blockcontent label
	{
	width: 220px;
	padding: 3px;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	color: #009cbe;
}



/* CAMPAING WIZARD */
#campaignwizard #wizardnavbutton,#importwizard #wizardnavbutton {
	width: 700px;
	margin: 0 auto;
	clear: both;
	margin-top: 50px;
}

#importwizard #wizardnavbutton {
	width: 350px;
}

#campaignwizard #wizardnavbutton .nummerbox,#importwizard  #wizardnavbutton .nummerbox
	{
	float: left;
	margin: 5px 5px 0 5px;
	width: 100px;
	background: #999;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

#campaignwizard #wizardnavtekst,#importwizard #wizardnavtekst {
	width: 700px;
	margin: 0 auto;
	clear: both;
}

#importwizard #wizardnavtekst {
	width: 350px;
}

#campaignwizard #wizardnavtekst .tekstbox,#importwizard #wizardnavtekst .tekstbox
	{
	float: left;
	margin: 5px;
	width: 100px;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#campaignwizard #start,#importwizard #start {
	clear: both
}

#campaignwizard #start .gray,#importwizard #start .gray {
	color: #999;
}

#campaignwizard #start #campaign ol li,#importwizard #start #import ol li
	{
	color: #009cbe;
	font-weight: bold;
	font-size: 11pt;
	padding: 5px 30px 10px 0;
}



#campaignwizard #start #campaign ol li p,#importwizard  #start #import ol li p
	{
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

#campaignwizard #start #campaign ol li .inputbg,#importwizard #start #import ol li .inputbg
	{
	background: #eee;
	padding: 5px;
	margin-bottom: 5px;
}

#campaignwizard #start #campaign ol li label,.new label,#importwizard #start #import ol li label
	{
	width: 220px;
	padding: 3px;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	color: #009cbe;
}

#campaignwizard #start #campaign ol li .inputitem,.new .inputitem,#importwizard #start #import ol li .inputitem,.new .inputitem
	{
	padding: 3px;
	width: 350px;
	border: 1px solid #666;
}

#campaignwizard #start #campaign .validation-failed,#importwizard #start #import .validation-failed
	{
	border: 1px solid #cc0000;
	color: #cc0000;
}

#campaignwizard #start #campaign .validation-passed,#importwizard  #start #import .validation-passed
	{
	border: 1px solid #00CC00;
	color: #000;
}

#campaignwizard #start #campaign .validation-advice,#importwizard  #start #import .validation-advice
	{
	margin-left: 150px;
	width: 350px;
	text-align: left;
	color: #cc0000;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}

#campaignwizard #start #campaign ol li ul li,#importwizard #start #import ol li ul li
	{
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

#campaignwizard #start #campaign ol li .inputbg iframe,#importwizard #start #import ol li .inputbg iframe
	{
	background: #fff;
	padding: 5px;
	border: 0;
	height: 400px;
	width: 100%;
}

#campaignwizard #start #campaign ol li .inputbg iframe.small,#importwizard #start #import ol li .inputbg iframe.small
	{
	background: #fff;
	padding: 5px;
	border: 0;
	height: 200px;
	font-family: monospace;
}

#campaignwizard #start #campaign ol li .label,#campaignwizard #overzicht .label,#importwizard #start #import ol li .label
	{
	font-size: 10pt;
	font-weight: normal;
	color: #009cbe;
	width: 150px;
}

#campaignwizard .rcptlistitem,#importwizard .rcptlistitem {
	width: 100%;
	clear: both;
}

#campaignwizard .lijstrechts,#importwizard .lijstrechts {
	float: right;
}

#campaignwizard .even td,#importwizard .even td {
	background-color: #ddd;
}

#campaignwizard #start #campaign .rcptvalidation,#importwizard #start #import .rcptvalidation
	{
	display: none;
	margin-left: 150px;
	width: 350px;
	text-align: left;
	color: #cc0000;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}

#campaignwizard #start h1,#importwizard #start h1 {
	margin-bottom: 15px;
}

#campaignwizard #start h2,#importwizard #start h2 {
	
}

.new label {
	width: 200px;
}

#campaignwizard a,#importwizard a {
	color: #009cbe;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}

#campaignwizard a:hover,#importwizard a:hover {
	color: #B1DB16;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
}

#searchform td {
	border: 0;
}

#searchform form p {
	clear: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

#searchform form p label {
	float: left;
	width: 30%;
	font-weight: bold;
}

.currency,.number,.percentage {
	text-align: right;
	white-space: nowrap;
}

/* ImageField */
.imagefield_container {
	position: relative;
	border: thin;
	border-color: #d9d9d9;
	border-style: solid;
	width: 419px;
}

.imagefield_noimage {
	position: relative;
	float: left;
	width: 148px;
	height: 90px;
	background-image: url(../images/admin/ImageField/gnAfb.jpg);
	background-repeat: no-repeat;
}

.imagefield_showimage {
	position: relative;
	float: left;
	width: 300px;
	min-height: 30px;
	margin: 5px 0 0 5px;
	background-repeat: no-repeat;
}

.imagefield_filename {
	position: relative;
	float: left;
	width: 200px;
	height: 20px;
	margin: 5px 0px 0px 5px;
	text-indent: 0px;
}

.imagefield_deleteimage {
	position: relative;
	float: right;
	width: 63px;
	height: 29px;
	margin: 5px 20px 0 0;
	background-image: url(../images/admin/ImageField/imgVerwijderen.jpg);
	background-repeat: no-repeat;
}

.imagefield_deleteimagetekst {
	position: relative;
	width: 80px;
	height: 20px;
	float: right;
	margin: 5px 5px 0 0;
	white-space: nowrap;
}

.imagefield_uploaden {
	position: relative;
	float: right;
	width: 63px;
	height: 29px;
	background-image: url(../images/admin/ImageField/fototoevoegen.jpg);
	margin: 5px 30px 0px 0;
}

.imagefield_uploadentekst {
	position: relative;
	float: right;
	width: 90px;
	_width: 100px;
	height: 20px;
	margin: 5px 15px 0px 0;
	text-indent: left;
	white-space: nowrap;
}

.imagefield_fotoboek {
	position: relative;
	float: right;
	width: 63px;
	height: 33px;
	margin: 5px 30px 0px 0;
	background-image: url(../images/admin/ImageField/ftboektoevoegn.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.imagefield_fotoboektekst {
	text-indent: left;
	position: relative;
	float: right;
	width: 90px;
	_width: 100px;
	height: 20px;
	margin: 5px 15px 0px 0;
	white-space: nowrap;
}

.imagefield_exampleimage {
	position: relative;
	float: left;
	width: 80px;
	height: 60px;
	margin: 5px 0px 5px 10px;
	background-image: url(../images/admin/ImageField/foto.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.imagefield_exampleimageftboek {
	position: relative;
	float: left;
	width: 80px;
	height: 100px;
	margin: 5px 0 0px 10px;
	background-image: url(../images/admin/ImageField/ftBoek.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.imagefield_exampleimagetekst {
	position: relative;
	float: right;
	width: 80px;
	height: 20px;
	margin: 20px 20px 0 0;
	white-space: nowrap;
}

.imagefield_exampleimageftboektekst {
	float: right;
	position: relative;
	width: 80px;
	height: 20px;
	margin: 20px 20px 0 0;
}

.imagefield_browseveld {
	position: relative;
	width: 350px;
	height: 25px;
	margin: 10px 0 5px 30px;
	_margin: 10px 0 5px 20px;
}

.imagefield_ftverwijderd {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(../images/admin/ImageField/fotoVerwijderd.jpg);
	background-repeat: no-repeat;
}

#query h2 {
	margin-left: 15px;
	font-size: 1.4em;
	color: #0093a9;
	font-weight: bold;
}

#query table {
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
	border: 1px solid #666;
}

#query td {
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	padding-right: 5px;
}

#query th {
	font-size: 10px;
	background: #009CBE;
	color: #FFF;
	border: 0px;
}

#query thead th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #666;
}

#query tfoot th {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}

#query .even td {
	background: #EEEEEE;
}

#query td.last {
	border-right: 0px;
}

#photobook .photoenity {
	float: left;
	display: inline;
	border: 1px solid #D9D9D9;
	width: 175px;
	height: 170px;
	background: #EEE;
	margin: 0 7px 7px 0;
}

#photobook .photoimg {
	float: left;
	width: 140px;
	height: 140px;
	border: 1px solid #999;
	margin: 5px 5px 0 5px;
	background: #fff;
}

#photobook .photobuttons {
	text-align: center;
	width: 25px;
	margin-left: 150px;
	padding-top: 5px;
}

#photobook .photobuttons img {
	margin-bottom: 5px;
}

#photobook .photoname {
	line-height: 25px;
	height: 25px;
	padding-left: 5px;
	clear: both;
	overflow: hidden;
}

#notificationareafix {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	display: none;
	border: 1px solid #F4DA5A;
	border-bottom: 0;
	background: #ffffe1;
	paddding: 5px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
}

body>div#notificationareafix {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
	bottom: 0px;
	left: 0px;
}

/* Header Frame */

.header .msgnotifier {
	position: absolute;
	top: 5px;
	left: 360px;
	z-index: 0;
	border: 1px solid;
	background: white;
	list-style: none;
	padding-left: 3px;
	margin-left: 0px;
	padding-right: 4px;
	color: red;
}

#messaginguserlist a, #messaginguserlist a:link, #messaginguserlist a:active, #messaginguserlist a:visited {
	color: #000;
	text-decoration: none;
	border: 0;
}
#messaginguserlist a:hover {
	color: #0093a9;
	text-decoration: none;
	border: 0;
}

th.order_info {
	padding:3px;
	width:33%;
	color:white;
	background: #009CBE url(../images/newstyle/title_bar.jpg) repeat-x	bottom;
}
td.order_info {vertical-align:top;}

.address_chooser {
  border:0px ;
  padding: 1em;
  height: 260px;
  text-align: left;	
}

#map_container {
  float:right;
  width: 20em;
  text-align: center;
  position: absolute;
  margin-left: 670px;
  top:130px;
  border: 0px;
}

#map {
  float:left;
  width: 18em;
  height: 18em;
  border: 1px solid #d9d9d9;
  overflow: hidden;

}

.spinner {
  background: url(spinner.gif) no-repeat right 4px;
}

.ui-tabs .ui-tabs-nav span {
	text-transform: capitalize;	
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 11px !important;
}

p.fieldhelp {
	margin: 0;
	font-size: 10px; 
	color: #999;
}

p.fieldhelp a {
	color: #999;
}

/* photo */
.paragraph_input .photo img {
	border: 1px solid #CCC;
	display: block;
}

.paragraph_input .photo {
	text-align: center;
}

.paragraph_input .float-right {
	float: right;
	margin-left: 10px;
}

.paragraph_input .float-left {
	float: left;
	margin-right: 10px;
}

.paragraph_input .photo .photocaption {
	color: #999999;
	font-size: 10px;
}

.paragraph_input .photo a {
	text-decoration: none;
}

.paragraph_input .full-width {
	clear: both;
}

.paragraph_input .full-width img {
	margin: 0 auto;
}

.paragraph_input .quotation cite {
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}

.error, .notice, .success, .information {padding:.8em;margin-bottom:1em;border:2px solid #ddd;font-size: 11px;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.information {background:#c6e3f2;color:#092144;border-color:#80a3d8;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.information a {color:#092144;}
.error .right {	float: right; }
.error .small { font-size: 10px; }

#dialogWindow {position: absolute;width: 400px;font-size: 1.2em;
	/*ripped from login*/background-color: white; margin: 0 auto; width: 388px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 1em; border: 10px solid #CCC;
}
#dialogWindow p{margin-top:5px;}
#dialogWindow #dialogWindowButtonRow{text-align:right;}
#dialogWindow #dialogWindowButtonRow button{margin-left:3px;
	/*ripped from login*/
	padding: 0; vertical-align: middle; background: rgb(0, 163, 202); line-height: 20px; color: #fff; padding: 5px 10px; text-decoration: none; font-weight: bold; -moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px; border: 0; font-size: 1.2em; cursor: pointer; }
}
