/****** GASTENBOEK ******/
div.gastenboek_paginas {
	float: right;
}
div.gastenboek_paginas a:link, div.gastenboek_paginas a:visited {
	color: #A70909;
}
div.gastenboek_paginas span.huidigepagina {
	color: #C1880F;
	font-size: large;
}
div.gastenboek_holder {
	/*background: url("../images/gui/gastenboek/stripe.gif") 200px 0px repeat-y;*/
	background: url("../images/gui/gastenboek/stripe.gif") 150px 0px repeat-y;
	border: 1px solid #A70909;
	border-top: 10px solid #A70909;
	overflow: hidden;
}
div.gastenboek_userinfo {
	float: left;
	padding: 5px;
	padding-right: 5px;
	width: 140px; /*190px;*/
}
div.gastenboek_userinfo div.naam {
	color: #C1880F;
	font-weight: bold;
}
div.gastenboek_userinfo div.woonplaats {
	font-size: smaller;
}
div.gastenboek_userinfo div.email_website {
	margin-top: 15px;
}
div.gastenboek_userinfo div.email_website img {
	border: none;
	margin-left: 5px;
	margin-right: 5px;
}
div.gastenboek_bericht {
	margin-left: 150px; /*200px;*/
	padding-left: 5px;
	padding-right: 5px;
}
div.gastenboek_bericht div.quote {
	background-color: #ECBA0D;
	border: 2px dashed #C1880F;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 30px;
	padding: 3px;
}
div.gastenboek_bericht div.quote div.info {
	border-bottom: 1px solid #C1880F;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
div.gastenboek_bericht div.actiebalk {
	border-bottom: 1px solid #ECBA0D;
	font-size: smaller;
	height: 21px;
	padding: 2px;
	padding-left: 0px;
	margin-bottom: 5px;
}
div.gastenboek_bericht div.actiebalk div.knoppen {
	float: right;
	text-align: right;
}
div.gastenboek_reactie_op {
	padding-left: 25px;
	padding-right: 25px;
}
div.gastenboek_smilies {
	border-right: 1px solid #C1880F;
	border-bottom: 1px solid #C1880F;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: #F5F5DC;
	padding: 1px;
	padding-right: 0px;
	/*margin-left: 154px;*/
	width: 500px;
}
div.gastenboek_smilies img {
	border: none;
	margin: 5px;
	vertical-align: middle;
}
div.gastenboek_smilies_meer a:link, div.gastenboek_smilies_meer a:visited {
	border: 1px solid #F5F5DC;
	color: #A70909; /*#C1880F;*/
	float: right; 
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 7px;
}
div.gastenboek_smilies_meer a:hover {
	border-bottom: 1px solid white;
	border-left: 1px solid #C1880F;
	border-right: 1px solid white;
	border-top: 1px solid #C1880F;
	text-decoration: none;
}
div.gastenboek_smilies_meer a {
	outline: none;
}
span.gastenboek_reactie_op {
	font-style: italic;
}
span.gastenboek_bericht_toevoegen { 
}
span.gastenboek_bericht_toevoegen a:visited {

	font-size: medium;
	font-variant: normal;
	font-weight: normal;
}
span.gastenboek_bericht_removed_quote {

}

/****** GASTENBOEK ******/

/************************/
/* REACTIE TOEVOEGEN
/************************/
table.gastenboek_reactie_toevoegen {
	margin-left: 5px;
}

table.gastenboek_reactie_toevoegen td {
	font-size: small;
	font-family: "Courier New", Courier, mono;
	padding: 2px 0px 2px 0px;
	vertical-align: top;
}

table.gastenboek_reactie_toevoegen td.label {
	padding-right: 10px;
	width: 140px;
}	

table.gastenboek_reactie_toevoegen td.label span.verplicht {
	color: red;
}

table.gastenboek_reactie_toevoegen td.input .tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 500px;
}

table.gastenboek_reactie_toevoegen td.singlesubmit {
	padding-top: 10px;
	text-align: right;
}

/* POPUP */
div.gastenboek_smilies_uitgebreid_holder {
	position: absolute;
	display: none;
	/*left: 50%;
	top: 40%;*/
	width: 270px;
}

div.gastenboek_smilies_uitgebreid_holder div.header {
	background-color: #C1880F;
	border-right: 1px solid #C1880F;
	border-top: 1px solid white;
	border-left: 1px solid white;
	cursor: move;
	text-align: right;
	padding: 2px 5px 2px 0px;
}

div.gastenboek_smilies_uitgebreid_holder div.gastenboek_smilies_uitgebreid {
	border-right: 1px solid #C1880F;
	border-bottom: 1px solid #C1880F;
	border-left: 1px solid white;
	
	background-color: #F5F5DC;
	padding: 1px;
	padding-right: 0px;
}
div.gastenboek_smilies_uitgebreid_holder div.gastenboek_smilies_uitgebreid img {
	border: none;
	margin: 5px;
	vertical-align: middle;
}