table {
  font-size: 12px;
}

a {
  color: #000;
}

a img {
	border: none;
}

blockquote {
  background: url('../../images/system/quotelarge.png') no-repeat;
  padding-left: 18px;
  color: #555;
}

h3 {
  border-bottom: 1px solid #888;
  padding-bottom: 2px;
  padding-left: 15px;
}

h3 span {
  color: #555;
  font-size: .8em;
}

h4 {
  color: #333;
  padding-left: 5px;
  border-bottom: 1px solid #bbb;
}

td {

}

.centerAlign {
  text-align: center;
}

.formattedTable th {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  background-color: #bbb;
  color: #000;
}

.formattedTable td.error {
  color: #f00;
  font-weight: bold;
}

tr.alt, td.alt {
  background-color: #ddd;
}

tr.over {
  background-color: #ff8;
}

.myaccountMenu a {
	text-decoration: none;
	color: #00f;
}

.myaccountMenu a:hover {
	color: #33f;
}

.myaccountMenu td {
	text-align: center;
	vertical-align: top;
}

.errorMessage, .successMessage, .warningMessage {
	line-height: 15px;
	padding: 3px;
	/*height: 30px;*/
}

.errorMessage {
	color: #fff;
	background-color: #f88;
}

.successMessage {
	color: #fff;
	background-color: #4d4;
}

.warningMessage {
	color: #fff;
	background-color: #f80;
}

#siteNotification {
	background-color: #800;
	color: #fff;
	font-family: verdana;
	font-size: 14px;
	width: 100%;
}

#siteNotification img {
	float: left;
	margin-right: 5px;
}

/* span because otherwise 100% will add scrolling bars */
#siteNotification span {
	display: block;
	padding: 3px;
}

#siteNotification a {
	color: #fff;
	font-weight: bold;
}

#flashmessage {
	display: none;
	font-size: 12px;
	background-color: #ff8;
	color: #444;
	padding: 3px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-top: 10px;
	width: 500px;
}

#googlemap {
	width: 300px;
	height: 300px;
}

td.numeric {
	text-align: right;
}

img.itemImage {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

.sortable { list-style-type: none; margin: 0; padding: 10px; width: 60%; background-color: #ffd; border: 1px solid #888; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.2em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }
.sortable li:hover { cursor: move; }

.errorMessage span, .successMessage span, .warningMessage span {
	/*float: left;
	font-size: 19px;
	margin-right: 3px;
	padding: 3px;
	line-height: 24px;*/
	display: none;
}



.itemTitle {
  font-weight: bold;
  font-size:14px;
}

.itemText {
    width: 400px;
    word-wrap: break-word;
}

.smallImageExample,.largeImageExample {
  border:3px solid #338;
  text-align:center;
  color:#000;
  background: url('../../images/system/stripes.png');
  float:right;
}

.smallImageExample {
  width:150px;
  height:90px;
  padding-top:60px;
}

.largeImageExample {
  width:300px;
  height:165px;
  padding-top:135px;
}

.smallImageExample:hover,.largeImageExample:hover {
  cursor:pointer;
}

/*.cancelButton {
  border: none;
  background-color: transparent;
  font-weight: normal;
  cursor: pointer;
  color: #00f;
}*/

.ticketItem {
  background-color: #ff8;
  padding: 0 5px 1px 5px;
  border-left: 5px solid #aaa;
}

.ticketItem:hover {
  border-left: 5px solid #333;
}

.ticketDate {
  font-size: 10px;

}

.openTicket {
  color: #f00;
}

.ticketQuestion, .ticketReply {
  background-color: #ffd;
  padding: 0 5px;
}

.element {
  padding: 10px;
  margin-top: 10px;
  //background-color: #ddd;
}

.element_hover {
  background-color: #ff8;
}

.element object {
  margin-top: 10px;
}

/*input[type=button] {
  border: none;
  font-weight: bold;
  background-color: transparent;
  color: #555;
  border-bottom: 1px solid #888;
  padding-bottom: 3px;
}

input[type=button]:hover {
  color: #f00;
  cursor: pointer;
  border-bottom: 1px solid #f00;
}*/

/*.addButton {
  background: url('../../images/system/add.png') no-repeat;
  padding-left: 18px;
}

.deleteButton {
  background: url('../../images/system/delete.png') no-repeat;
  padding-left: 18px;
}

.confirmButton {
  background: url('../../images/system/tick.png') no-repeat;
  padding-left: 18px;
}

.refreshButton {
  background: url('../../images/system/refresh.png') no-repeat;
  padding-left: 18px;
}

.downButton {
  background: url('../../images/system/arrow_down.png') no-repeat;
  padding-left: 18px;
}

.upButton {
  background: url('../../images/system/arrow_up.png') no-repeat;
  padding-left: 18px;
}*/

.elementOptions {
  padding-bottom: 5px;
}

#pageBuildingPanel {
  margin: 10px 0;
  padding: 5px;
}

#errorMsg {
  position: fixed;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #333;
  background-color: #f88;
  color: #b00;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: none;
}

#successMsg {
  position: fixed;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #333;
  background-color: #ff8;
  color: #080;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: none;
}

#loadingImage {
  display: none;
}

.elementPreview {
  line-height: 10px;
  float: right;
  display: none;
  font-size: 10px; 
  width: 200px;
  word-wrap: break-word
}

.elementPreview blockquote {
  background: url('../../images/system/quotesmall.png') no-repeat;
  padding-left: 10px;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.pageAdmin {
  margin: 5px;
  text-align: right;
}

.itemAdmin {
  float: right;
  text-align: right;
}

.titletext {
  height: 35px;
}

#colorpicker {
}

#header_preview {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

#matched_tags {
  background-color: #ff8;
  color: #000;
  font-size: 10px;
}

#header_preview_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 15px;
}

#header_preview_slogan {
  font-size: 12px;
  margin-left: 50px;
}

#banner_preview {
  width: 50%;
  float: right;
  display: none;
}

#banner_preview_image {
  width: 100%;
  border-top: 5px solid #888888;
  border-bottom: 5px solid #888888;
}

.banner_image_thumb {
  border: 2px solid #bbb;
}

.banner_thumb_selected {
  border: 2px solid #f00;
}

.banner_thumb_overlay {
  font-size: 10px;
  position: absolute;
  background-image: url('../../images/system/white_semitransparent.png');
  padding: 1px 3px;
}

.banner_preview_overlay {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  background-image: url('../../images/system/red_semitransparent.png');
  padding: 1px 3px;
  color: #ff0;
}


.grad_white {
  background-image: url('../../images/system/grad_white.png');
}

.grad_black {
  background-image: url('../../images/system/grad_black.png');
}

#upload_button {
  background-color: #ddd;
  display: inline;
  padding: 5px;
  border: 2px solid #555;
}

.button {
  text-decoration: underline;
}

.myaccountIcon {
  width: 80px;
  height: 80px;
}

.photoLinks a {
	display: block;
	float: left;
	background: url('../../images/system/photolink_bg.png') no-repeat;
	width: 20px;
	height: 20px;
	margin: 1px;
	line-height: 20px;
	text-align: center;
}

.photoLinks a:hover {
	background: url('../../images/system/photolink_bg.png') no-repeat bottom left;
	color: #fff;
}

.photoLinks a.selected {
	background-position: bottom left;
	color: #fff;
	font-weight: bold;
}

#photo {
	clear: left;
}

/*.errorMessage span {
	background-color: #d66;
}

.successMessage span {
	background-color: #2c2;
}

.warningMessage span {
	background-color: #d60;
}*/

.manage-layout-options {
	display: block;
	clear: left;
	font-size: 8pt;
}

.manage-layout-options,
.manage-layout-options a {
	color: #88f;
}

.welcomeImage {
	padding: 5px;
}

.form_error {
    color: #f00;
}

.rank_controls {
    display: inline;
}
.rank_controls a {
    text-decoration: none;
    font-size: 1.2em;
    color: #00f;
}

.itemDate {
    font-size: 0.8em;
}

table tr.odd {
    background-color: #ddd;        
}

.afbeelding-huisstijlwizard a:link img,.afbeelding-huisstijlwizard a:visited img {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 2px solid #FFF;	
	}
	
	
	
.afbeelding-huisstijlwizard a:hover img {
	border: 2px solid #999;
}	

.item  p {
 
  margin-bottom: 15px;
   word-wrap: break-word;
}


p { 
  margin-bottom: 15px;
   word-wrap: break-word;
}