/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
	outline:			none;
}

/* Body */
body {
	margin: 			0px;
	background:			#878787;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		20px;
	font-size:			12px;
}

/* Links */
a {
	color:				#d7081b;
	text-decoration:	none;
	font-size:			12px;
}

a:hover {
	text-decoration:	underline;
}

/* Rulers */
hr {
	border: 			1px dotted #777777;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	font-size:			40px;
	color:				#000000;
	float:				left;
	margin:				0px;
	padding:			0px;
	font-weight:		normal;
	margin-top:			20px;
	letter-spacing:		2px;
}

.red {
	color:				#d7081b;
}

h2 {
	font-size:			22px;
	color:				#000000;
	font-weight:		normal;
	margin-bottom:		3px;
}

h2.red {
	color:				#d7081b;
}

h2.orange {
	color:				#e95c14;
}

h2.lightgreen {
	color:				#a9bf04;
}

h2.darkgreen {
	color:				#596501;
}

h2.white {
	color:				#ffffff;
}

h2.lightgrey {
	color:				#a5a5a5;
}

h2.darkgrey {
	color:				#5d5d5d;
}

h3 {
	font-size:			12px;
	color:				#7d7d7d;
	font-weight:		bold;
	margin-top:			10px;
}

/* 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;
}
.inline {
	display:			inline;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

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: 			207px;
	height:			20px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		0px;
 	background:		url('../gfx/site/input-field-small.png') no-repeat;
 	color:			#a9bf04;
 	font-size:		11px;
	width: 			56px;
	height: 		16px;
	padding-left: 	3px;
	padding-right:	3px;
	padding-top:	5px;
	padding-bottom:	4px;
}

.input_medium {
 	border: 		0px;
 	background:		url('../gfx/site/input-field-medium.png') no-repeat bottom right;
 	color:			#a9bf04;
 	font-size:		11px;
	width: 			137px;
	height: 		16px;
	padding-left: 	3px;
	padding-right:	3px;
	padding-top:	5px;
	padding-bottom:	4px;
}

.input_regular {
 	border: 			1px solid #888888;
	width: 				201px;
	height: 			14px;
	padding: 			2px;

	/*border: 		0px;
 	background:		url('../gfx/site/input-field-regular.png') no-repeat;
 	color:			#a9bf04;
 	font-size:		11px;
	width: 			188px;
	height: 		16px;
	padding-left: 	10px;
	padding-right:	10px;
	padding-top:	5px;
	padding-bottom:	4px;*/
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
border:				0px;
	background:			url('../gfx/site/more-info-link.png') no-repeat;
	cursor:				pointer;
	padding-left:		20px;
	height:				15px;
	color:				#000000;
	text-decoration:	underline;
	font-size:			11px;
	font-weight:		bold;
	padding-bottom:		5px;
	margin-top:			10px;
	margin-right:		15px;
	outline:			none;
}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/* LAYOUT */
div#top {
	background:			#5d5d5d;
	width:				100%;
	height:				35px;
}

div#center {
	width:				100%;
	min-height:			500px;
	background:			#d0dbce url('../gfx/site/bg.png') repeat;
}

div#bottom {
	padding-top:		5px;
	width:				960px;
	height:				35px;
	margin:				auto;
}

div#header {
	width:				960px;
	height:				82px;
	margin-left:		auto;
	margin-right:		auto;
	background:			url('../gfx/site/top-shade.png') bottom no-repeat;
}

div#font_options {
	float:				right;
	margin-right:		5px;
	margin-top:			55px;
}

a#font_size_12 {
	font-size:			12px;
	display:			block;
	float:				left;
	margin:				3px;
	margin-top:			5px;
	text-decoration:	underline;
}

a#font_size_14 {
	font-size:			14px;
	display:			block;
	float:				left;
	margin:				3px;
	margin-top:			4px;
}

a#font_size_16 {
	font-size:			16px;
	display:			block;
	float:				left;
	margin:				3px;
}


div#menu {
	z-index: 999;
	float:				right;
	height:				55px;
	margin-top:			27px;
	margin-right:		10px;
	background:			#e6ebe4 url('../gfx/site/menu-shade.png') bottom repeat-x;
	-moz-border-radius-topleft:			10px;
	-moz-border-radius-topright:		10px;
  	-webkit-border-top-left-radius:		10px;
  	-webkit-border-top-right-radius:	10px;

}

div#menu ul {
	clear: none;
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}

div#menu li {
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
	display:			block;
	float:				left;
	overflow:			visible;
	margin-top:			17px;
	height:				20px;
	border-left:		1px solid #bdc8ba;
}

div#menu li.first {
	border-left:		0px;
}

div#menu a {
	display:			block;
	padding:			10px;
	padding-top:		0px;
	padding-bottom:		0px;
	height:				38px;
	color:				#d7081b;
	text-decoration:	underline;
	float:				left;
}

div#menu a:hover, div#menu li.active a {
	color:				#000000;
	background:			url('../gfx/site/menu-active-link.png') center bottom no-repeat;
}

div#content {
	width:				930px;
	min-height:			330px;
	background:			white;
	margin-left:		auto;
	margin-right:		auto;
	padding:			15px;
	-moz-border-radius:		10px;
  	-webkit-border-radius:	10px;
}

div#content_bottom {
	width:				960px;
	height:				50px;
	margin-left:		auto;
	margin-right:		auto;
}

div#content_left {
	width:				615px;
	float:				left;
	overflow:			hidden;
}

div#content_right {
	float:				right;
	width:				300px;
}

/* QUICK SEARCH BLOCK */
div#quick_search {
	height:				244px;
	width:				285px;
	background:			#878787;
	-moz-border-radius:		10px;
  	-webkit-border-radius:	10px;
  	margin-bottom:		25px;
  	padding-left:		15px;
  	padding-top:		15px;
  	overflow:			hidden;
}

div#quick_search div.box {
	background:			#e4eae2 url('../gfx/site/quick-search-box.png') no-repeat;
	width:				272px;
	height:				37px;
	margin-top:			8px;
}

div#quick_search label {
	text-transform:		uppercase;
	color:				#d7081b;
	font-size:			10px;
	font-weight:		bold;
	float:				left;
	margin-top:			12px;
	margin-left:		10px;
}

div#quick_search select {
	float:				right;
	margin-right:		10px;
	margin-top:			9px;
	width:				140px;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

div#quick_search input.submit {
	float:				right;
}

/* CONTENT BLOCK ELEMENTS */
div.more_info {
	width:				100%;
	height:				20px;
	margin-bottom:		5px;
	margin-top:			10px;
}

div.more_info a {
	display:			block;
	padding-left:		20px;
	height:				20px;
	background:			url('../gfx/site/more-info-link.png') no-repeat;
	color:				#000000;
	text-decoration:	underline;
	font-size:			12px;
	font-weight:		bold;
	/*margin-left:		15px;*/
}

div.more_info a:hover {
	color:				#d7081b;
}

div.more_info a.right {
	float:				right;
	/*margin-right:		15px;*/
}

div.column_left {
	float:				left;
	width:				300px;
}

div.column_right {
	float:				left;
	width:				300px;
	margin-left:		15px;
}

/* RECENT PROFILES BOX */
div#recent_profiles {
	margin-top:			10px;
	margin-bottom:		20px;
}

div#profiles_holder {
	width:				285px;
	height:				120px;
	background:			#94a702 url('../gfx/site/recent-profiles-bg.png') no-repeat;
	margin-top:			10px;
	padding-left:		15px;
	padding-top:		15px;
	overflow:			hidden;
}

div.profile_image {
	margin:					0px;
	padding:				0px;
	float:					left;
	width:					80px;
	height:					107px;
	margin-right:			13px;
	-moz-border-radius:		10px;
	/*-webkit-border-radius:	10px;*/
  	border:					1px solid white;
}

div.profile_image a {
	display:				block;
	width:					80px;
	height:					107px;
	text-decoration:		none;
}

div.profile_image a:hover {
	text-decoration:		none;
}

/* BOTTOM ELEMENTS */
div#bottom_left {
	float:					left;
	margin-left:			35px;
}

div#bottom_left p {
	color:					#ffffff;
	font-size:				11px;
}


div#bottom_left a {
	color:					#ffffff;
}

div#bottom_left a:hover {
	color:					#ffffff;
}

div#bottom_right {
	float:					right;
	margin-right:			35px;
}

div#bottom_right p {
	color:					#c3c3c3;
}

div#bottom_right a {
	color:					#c3c3c3;
}

div#bottom_right a:hover {
	color:					#c3c3c3;
}

/* LOGIN BOX */
div#login_box {
	width:				960px;
	margin:				auto;
}

div#login_box form {
	display:			block;
	margin:				0px;
	padding:			0px;
	float:				right;
}

div#login_box span {
	display:			block;
	margin-top:			8px;
	float:				left;
	margin-right:		10px;
	height:				20px;
}

span.top_white {
	width:				80px;
	font-size:			18px;
	color:				#ffffff;
}

span.top_lightgrey {
	width:				120px;
	font-size:			18px;
	color:				#b8b8b8;
}

span.top_darkgrey {
	width:				80px;
	font-size:			18px;
	color:				#9d9d9d;
}

span.top_orange {
	font-size:			18px;
	color:				#ef870c;
}

div#logged_in {
	float:				right;
}

div#login_box input.input_medium {
	display:			block;
	float:				left;
	margin-top:			4px;
	margin-right:		10px;
}

a.logout {
	float:				left;
	display:			block;
	padding-left:		20px;
	height:				20px;
	background:			url('../gfx/site/more-info-link.png') no-repeat;
	color:				#000000;
	text-decoration:	underline;
	font-size:			11px;
	font-weight:		bold;
	margin-top:			10px;
	z-index:			10;
}

a.logout:hover {
	color:				#d7081b;
}

/* MEMBERS ONLINE DIV */
div#members_online {
	float:				left;
	width:				200px;
	color:				#aaaaaa;
	padding-top:		10px;
}

/* LOGGED IN MENU */
div#logged_in_menu {
	border:				1px solid #878787;
	background:			#cccccc;
	width:				285px;
	-moz-border-radius:		10px;
  	-webkit-border-radius:	10px;
  	margin-bottom:		25px;
  	margin-top:			5px;
  	padding-left:		15px;
  	padding-top:		15px;
  	padding-bottom:		15px;
}

div#logged_in_menu a {
	display:			block;
	margin-bottom:		8px;
	margin-top:			8px;
	font-weight:		bold;
}

div#logged_in_menu a.active, div#logged_in_menu a:hover {
	color:				#666666;
}

/* PROFILE BOX */
div.profile_box {
	border:				1px solid #878787;
	background:			#dbdbdb;
	width:				583px;
	-moz-border-radius:		10px;
  	-webkit-border-radius:	10px;
  	margin-bottom:		25px;
  	margin-top:			5px;
  	padding:			15px;
}

div.profile_box div.image_holder {
	float:				left;
	width:				112px;
	height:				173px;
	background:			white;
	-moz-border-radius:		10px;
  	-webkit-border-radius:	10px;
}

div.profile_box div.info {
	margin-left:		15px;
	float:				left;
}

div.profile_image_big {
	margin:					0px;
	padding:				0px;
	float:					left;
	width:					110px;
	height:					147px;
	margin-right:			13px;
	-moz-border-radius:		10px;
  	-webkit-border-radius:	10px;
  	border:					1px solid white;
  	margin-bottom:			5px;
}

div.image_holder a {
	display:				block;
	margin-left:			5px;
	font-size:				11px;
	font-weight:			bold;
	color:					#e95c14;
}

div.info {
	float:					left;
}

div.info h2 {
	width:					230px;
	float:					left;
}

div.info img.profile {
	float:					left;
	margin-left:			15px;
}

div.info div.label  {
	float:					left;
	width:					140px;
	font-weight:			bold;
	color:					#d7081b;
	clear:					left;
	margin-bottom:			3px;
}

div.info div.wider {
	width:					150px;
}

div.info div.value {
	float:					left;
	margin-bottom:			3px;
	width:					250px;
}

div.info b {
	color:					#a9bf04;
}

/* PICTURES OVERVIEW */
div.list_picture {
	float:					left;
	width:					120px;
	height:					180px;
}

div.list_picture a, div.list_picture b {
	display:				block;
	margin-top:				5px;
}

/* SEARCHING, PROFILE BOXES AND PAGINATION */
div.profile_container {
	margin-bottom:			15px;
	line-height:			18px;
}

div.profile_container b {
	color:					#d7081b;
}

div.profile_details {
	float:					left;
	width:					100px;
	overflow:				hidden;
	margin-right:			15px;
	line-height:			16px;
}

div.profile_left {
	float:					left;
	width:					115px;
	margin-right:			15px;
}

div.profile_text {
	float:					left;
	width:					360px;
}

div.profile_text_big {
	float:					left;
}

div.profile_text b, div.profile_text_big b, div.profile_container div.info b {
	color:					#a9bf04;
}

div.profile_upper, div.profile_upper_u, div.profile_upper_e {
	background:				#e2e6e0;
	padding:				15px;
	width:					583px;
	border:					1px solid #5d5d5d;
	-moz-border-radius-topright:		10px;
	-moz-border-radius-topleft:			10px;
  	-webkit-border-top-right-radius:	10px;
  	-webkit-border-top-left-radius:		10px;
}

div.profile_upper_e {
	background:				#ffffff;
	height:					105px;
}

div.profile_upper_u {
	height:					105px;
}

div.profile_lower {
	background:				#5d5d5d;
	padding:				15px;
	width:					583px;
	padding-top:			3px;
	padding-bottom:			3px;
	height:					20px;
	border:					1px solid #5d5d5d;
	-moz-border-radius-bottomright:		10px;
	-moz-border-radius-bottomleft:		10px;
  	-webkit-border-bottom-right-radius:	10px;
  	-webkit-border-bottom-left-radius:	10px;
}

div.profile_lower div.mail {
	float:					left;
	padding-left:			30px;
	background: 			url('../gfx/icons/search_mail.png') top left no-repeat;
	padding-top:			2px;
}


div.profile_lower a {
	color:					white;
	text-transform:			uppercase;
	font-size:				11px;
	font-weight:			bold;
}

div.pages_list {
	font-size:				11px;
	font-weight:			bold;
	color:					#454546;
	text-transform:			uppercase;
	margin-bottom:			15px;
	width:					615px;
}

div.pages_list div.prev {
	float:					left;
	margin-right:			30px;
	color:					#c7c7c7;
	height:					15px;
	background:				url('../gfx/icons/vorige.png') no-repeat top left;
	padding-left:			30px;
	padding-top:			2px;
}

div.pages_list div.pages {
	float:					left;
	height:					17px;
}

div.pages_list div.next {
	float:					right;
	color:					#c7c7c7;
	height:					15px;
	background:				url('../gfx/icons/volgende.png') no-repeat top right;
	padding-right:			30px;
	padding-top:			2px;
}

b.page_current {
	display:				inline-block;
	height:					15px;
	width:					18px;
	background:				url('../gfx/icons/page.png') no-repeat;
	color:					white;
	overflow:				visible;
	text-align:				center;
	padding-top:			2px;
	font-size:				11px;
}

b.pic {
	display:				inline-block;
	height:					17px;
	width:					18px;
	background:				url('../gfx/icons/page.png') no-repeat;
	color:					white;
	overflow:				visible;
	text-align:				center;
	padding-top:			0px;
	font-size:				11px;
}

b.pic a, b.pic a:hover {
	color:					white;
	text-decoration:		none;
}

div.pages_list a {
	color:					#454546;
}

div.pages_list a:hover {
	color:					#d7081b;
	text-decoration:		none;
}

/* MAILBOXES */
tr.message td {
	background:				white;
	border-bottom:			1px solid #cccccc;
	padding-top:			2px;
	padding-bottom:				2px;
	font-size:			12px;
}

tr.message_unread td {
	font-weight:			bold;
	background:				white;
	border-bottom:			1px solid #cccccc;
	padding-top:			2px;
	padding-bottom:			2px;
	font-size:				12px;
}

tr.mailbox_header td {
	padding-bottom:			7px;
	text-decoration:		underline;
	border-bottom:			1px solid #cccccc;
	font-size:				12px;
}

/* QUICKPICKS */
div.quickpick {
	float:					left;
	background:				#cccccc;
  	margin:					10px;
	padding:				5px;
	text-align:				center;
	-moz-border-radius:		10px;
  	/*-webkit-border-radius:	10px;*/
	font-weight:			bold;
}
div.quickpick div.profile_image {
	margin:					0px;
	margin-bottom:			5px;
}
