/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.04
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
}
body/* Text throughout the site*/
 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11pt;
	color: 				#EEEEEE;
	background-color: 	#CCCCCC;
}
td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1 {
	font-size: 18pt;
	color: #FF902A;}
h2 {
	font-size: 16pt;
	color: #FF902A;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF902A;
	padding: 0px;
	letter-spacing: -1px;}
h3 {
	font-size: 13pt;
	color: #FFA826;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;}
#header {
	background-image: url(../gfx/site/img_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 245px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}
#master {
	background-image: url(../gfx/site/img_cnt.gif);
	padding: 0px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}
#menu {
	width: 150px;
	padding: 5px;
	margin-left: 50px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu h3 {
	color: #B3C9EE;
	font-style: normal;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	list-style-position: outside;}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;}
#menu  li a {
	color: #E0BFE8;
	text-decoration: none;
	display: block;
	background-image: url(../gfx/site/menu1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;}
#menu li a:hover {
	color: #FFD100;
	background-image: url(../gfx/site/menu2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .taal {
	font-size: 9pt;
	color: #FFFFCC;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 		0px;
	padding-bottom: 	5px;
	padding-left: 		0px;
}

#content {
	width: 				565px;
	float: 				right;
	padding: 			5px;
	margin-right: 		50px;
	margin-top: 		0px;
	margin-bottom: 		0px;
	margin-left: 		0px;
	text-align: 		justify;
}
#wrapper {
	clear:			 	both;
	margin:	 			0px;
	padding: 			0px;
	height: 			15px;}
#footer {
	background-image: 	url(../gfx/site/img_ftr.gif);
	background-repeat: 	no-repeat;
	background-position:center top;
	text-align: 		center;
	height: 			51px;
	width: 				840px;
	margin-top: 		0px;
	margin-right: 		auto;
	margin-bottom: 		0px;
	margin-left: 		auto;
	padding-top: 		10px;
	padding-right: 		0px;
	padding-bottom: 	10px;
	padding-left: 		0px;
	color: 				#B1BEE2;
}
#footer a {
	color: 				#CCFF00;}
#footer a:hover {
	color: 				#00CCFF;}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul {
	padding-bottom:		10px;
	margin-left: 		10px;
}
      
ul li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Links */
a {
	color:				#FFCC66;
	text-decoration:	underline;
}
a:hover {
	text-decoration:	none;
	color: 				#FF0000;
}
/* Horizontal Rulers */
hr {
	height:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #6D85C9;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:			red;
}

/* Clearing element */
.clear {
	clear: 			both;
}

/* No border for images */
img {
	border: 		none;
}
.right  {
	float: 			right;
	padding: 		2px;
	margin-top: 	10px;
	margin-right: 	0px;
	margin-bottom: 	10px;
	margin-left: 	10px;
	border: 		1px solid #6D85C9;
}
.border {
	border: 1px solid #6D85C9;
}
.left  {
	float: 			left;
	padding: 		2px;
	margin-top: 	10px;
	margin-right: 	10px;
	margin-bottom:	10px;
	margin-left: 	0px;
	border: 		1px solid #6D85C9;
}
.rightnb  {
	float: 			right;
	padding: 		2px;
	margin-top: 	10px;
	margin-right: 	0px;
	margin-bottom: 	10px;
	margin-left: 	10px;
}
.leftnb  {
	float: 			left;
	padding: 		2px;
	margin-top: 	10px;
	margin-right: 	10px;
	margin-bottom:	10px;
	margin-left: 	0px;
}
form {
	display: 		inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {	
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#EEEEEE;
	font-size: 			11pt;
	margin-bottom: 		1px;
	margin-top: 		1px;
	background:			#364E94;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #6D85C9;
	width: 			50px;
	height: 		14px;
	padding: 		4px;
}

.input_medium {
 	border: 		1px solid #6D85C9;
	width: 			150px;
	padding: 		4px;
}

.input_regular {
 	border: 		1px solid #6D85C9;
	width: 			210px;
	padding: 		4px;
}

.input_large {
 	border: 		1px solid #6D85C9;
	width: 			362px;
	padding: 		4px;
}
textarea {
	margin-top: 	5px;
	border: 		1px solid #6D85C9;
	padding: 		4px;
}

/* Text before input fields */
.label{
	display: 		inline;
	float: 			left;
	width: 			100px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;	
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
	border: 1px solid #6D85C9;
	padding: 2px;
}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}
/* GUESTBOOK */
/* Box containing one message */
div.gb_box {
	width: 			565px;
	margin-bottom: 	5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #364E94;
	padding: 0px;
}

/* Name field */
span.gb_name {
	background-image: 	url(../gfx/site/pencil_icon.gif);
	font-weight: 		bold;
	background-color: 	#364E94;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	float: left;
	width: 348px;
	display: inline;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4462BB;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

/* Date and time field */
span.gb_date {
	color: 			#FFFFCC;
	font-size: 		10px;
	background-color: #364E94;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 6px;
	float: right;
	width: 185px;
	height: 16px;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4462BB;
}

/* The actual message text */
div.gb_message {
	background:		transparent;
	color:			#EEEEEE;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/* The reply message text */
div.gb_reply {
	padding:		3px;
	color:			#E0BFE8;
	border:			1px solid #6D85C9;
	background-color: #364E94;
	margin: 10px;
}

/* Div containing pages numbering */
div.pages_list {
	font-size: 		11px;
}

textarea {
	margin-top: 5px;
}
