/***
* Title:       	De Weide Brink CSS
* Copyright:   	Kortsluiting.com
* Company:     	Kortsluiting
* Author:      	Arthur Perton
* Version:     	1.0
***/

/***
 Fonts & Body
***/

body, table {
	font-family: arial;
	font-size: 14px;
	color: #717171;
}

body {
	background-color: #85adc0; 
}

body a, table a {
	color: #717171;
	text-decoration: none;
	font-weight: bold;
}

body a:hover, table a:hover {
	text-decoration: none;
	color: #ec1f27;
}

h1 {
	display: inline;
	color: #ec1f27;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	display: inline;
	color: #717171;
	font-size: 17px;
	font-weight: bold;
}

img.logo {
	padding: 0px 44px 0px 0px;
}

p img {
	border: 1px solid #ec1f27;
}

#post_message input,#post_message textarea {
	border: 1px solid #ec1f27;
	margin: 0px 0px 10px 5px;
	background: #fff;
}


/***
Blocks
***/

#header {
	padding: 7px 10px 0px 10px;
	background: url(/img/header_background.jpg) repeat-x ;
	height: 53px;
	border-bottom: 5px solid #ec1f27;
}

#column_left {
	float: left;
	width: 455px;
	padding: 0px 15px 0px 0px;
	/*border-right: 1px dashed ;*/
}

#column_right {
	float: left;
	width: 450px;
	padding: 0px 0px 0px 20px;
	border-left: 1px dashed #518aa6;
}

#content {
	clear: both;
	width:944px;
	background: url(/img/body_background.jpg) repeat-x;
	background-color: white;
	padding: 20px 20px 20px 20px;
	line-height: 18px;
	margin: 0 auto;
	min-height: 600px;
	text-align: justify;
}

#wrapper {
	background: url(/img/body_background.jpg) repeat-x;
	background-color: white;
}

#footer_separator {
	background: #518aa6;
	border-top: 5px solid #ec1f27;
}

#footer_wrapper {
	width: 944px;
	margin: 0 auto;
}

#footer {
	padding: 22px 10px 0px 10px;
	background: url(/img/footer_background.jpg);
	/*background: #85adc0;*/
	text-align: center;
	line-height: 20px;
}

#footer_menu_container, #footer_quicklinks {
	float: left;
	text-align: left;
}

#footer_menu {
	padding: 0px 15px 0px 0px;
	border-right: 1px dashed #fff;
}

#footer_menu a, #footer_quicklinks a {
	color: #518aa6;
}

#footer_menu a:hover, #footer_quicklinks a:hover {
	color: #ec1f27;
}

#footer_quicklinks {
	float: left;
	padding: 0px 0px 0px 15px;
}

#copyright {
	clear: both;
	font-size: 13px;
}

#copyright, #copyright a {
	color: #ec1f27;
}

#copyright a {
	text-decoration: none;
	font-weight:bold;
}

/***
Navigation
***/

#main_menu ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: none;
}

#main_menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear:both; 
	visibility: hidden;
}

#main_menu ul {
	display: block;
}

#main_menu ul {
	display: block;
}

#main_menu {
	width: 984px;
	margin: 0 auto;
}

#main_menu ul li {
	list-style: none;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 0 9px;
	background: url(/img/tabs/tab_left.gif) no-repeat left top;
	font-size: 0.9em;
	font-weight: bold;
}


#main_menu ul li a {
	display: block;
	float: left;
	padding: 4px 19px 3px 0;
	background: url(/img/tabs/tab_right.gif) no-repeat right top;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#main_menu ul li a:hover {
	color: #ec1f27;
}

/*
#main_menu ul li a:link, #main_menu ul li a:visited {
	color: #666;
	text-decoration: none;
}

#main_menu ul li a:focus, #main_menu ul li a:hover, #main_menu ul li a:active {
	color: #333;
	text-decoration: none;
}
*/

#main_menu ul li.selected {
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
	background-image: url(/img/tabs/tab_left_sel.gif);
}

#main_menu ul li.selected a {
	padding-bottom: 3px;
	background-image: url(/img/tabs/tab_right_sel.gif);
	color:#fff !important;
}

#quicklinks {
	width: 944px;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	text-align: right;
	color: #518aa6;
	font-size: 16px;
	font-weight: bold;
}

#quicklinks a {
	color: #518aa6;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #ec1f27 ;
}

#quicklinks a.selected {
	color: #ec1f27 ;
}

/***
Objects
***/

#objects_table {
	width: 100%;
}

#objects_table td {
	vertical-align: top;
	padding: 5px;
}

td#list_column {
	padding-right: 10px;
}

td#form_column {
	width : 1%;
	padding-left: 10px;
}

td#form_column label {
	font-weight: bold;
}
td#form_column .title {
	color: #ec1f27;
}

td#form_column input, #form_column select {
	margin-left: 5px;
}

td#form_column select {
	width: 150px;
	margin-top: 3px;
}

td#form_column .submit {
	width: 100px;
	float: right;
}

#list_table {
	width: 100%;
}

#list_table th {
	background: url(/img/th.jpg) repeat-x ;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 14px;
}

#list_table th a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#list_table th, #list_table td {
	padding: 3px;
}

#list_table td {
	vertical-align: top;
}

#list_table .column_1 {
	width: 1%;
	padding-left: 10px;
}

#list_table .column_4 {
	text-align: right;
	padding-right: 10px;
}

#list_table td {
	border-top: 1px solid #717171;
	border-bottom: 1px solid #717171;
	padding: 10px 5px 10px 5px;
}

#list_table td.column_1 {
	border-left: 1px solid #717171;
}

#list_table td.column_4 {
	border-right: 1px solid #717171;
}

#list_table td.empty {
	border: none;
	font-size: 1px;
	line-height: 1px;
	padding: 5px;
}

fieldset {
	border: 1px solid #717171;
	padding: 5px;
}

legend {
	margin-left: 5px;
	color: #ec1f27;
	font-weight: bold;
}

.details_button {
	display: block ;
	background: url(/img/details_button.gif) no-repeat ;
	width: 113px;
	height: 23px;
	color: #fff;
	text-align: center;
	padding: 2px 0px 0px 0px;
	font-weight:normal;
	float:right;
}

#list_table .details_button {
	float: right;
	margin-top: 80px;
}

/***
Object details
***/

#object_details li.selected a {
	color: #ec1f27;
}

#object_details li a{
	text-decoration: none;
}

#object_details li a:hover {
	color: #ec1f27;
}

#details_info {
	float: left;
	width: 200px;
	text-align: right;
}

#details_content {
	width: 600px;
	float:left;
	padding-left:20px;
	border-left:1px dashed #518aa6;
}

/***
Pagination
***/

.pagination_disabled, .pagination_current, .pagination {
	padding: 5px;
}


