/*******************************************************************************
*
* - $Id: default.css 12553 2011-06-29 09:11:29Z elohr $
*
* Copyright Rovecom ICT BV
*
******************************************************************************/

/*------------ STANDAARD KLEUREN --------------*/
h2.list, .bar, .paging, .table th, .table tfoot td {
  background-color: #e6e6e6;
  border: 1px dotted #c0c0c0;
}

/*----------- ALGEMENE INHOUD ---------------*/
#content {
  overflow: hidden;
}
.terug { clear: both; }

#error {
  border: 1px solid red;
  background-color: #FFCCCC;
  color: red;
  padding: 2px;
  margin-bottom: 5px;
}

#notice {
  border: 1px solid #339900;
  background-color: #CCEEBB;
  color: #339900;
  padding: 2px;
  margin-bottom: 5px;
}

/*----------- PAGINATIE ---------------*/
.paging {
  padding: 4px;
  text-align: center;
  clear: both;
}
.paging .paging_window span,
.paging .paging_window a {
  padding: 0 4px;
}
/*.paging_previous, .paging_window, .paging_next {}*/

.paging .results{
  float: right;
}

.paging_links.active {
  font-weight: bold;
}

/*----------- LIJST WEERGAVE ---------------*/
h2.list {
  clear: left;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
}
ul.list {  
  margin: 1em 0;
  padding: 5px 0;
}
ul.list li {
  clear: left;
  list-style: none;
  padding-top: 5px;
}
/*
.list .title {}
.list .item {}
.list .item_content {}
.list a.link {}
.list .description {}
*/
ul.list .thumb {
  float: left;
  margin: 0 4px 4px 0;
}

ul.list .thumb img {
  vertical-align: bottom;
}
ul.list .read_more {
  clear: left;
  display: block;
}

ul.list .separator {
  border-bottom: 1px solid silver;
  height: 1px;
  line-height: 1px;
  margin: 10px 0;
}
/* terug link in lijst */
.list .back_to_list{
  display: block;
  clear: left;
}
/*----------- LIJST THUMB WEERGAVE ---------------*/
ul.thumb{
  clear: left;
}
ul.thumb li{
  float: left;
  clear: none;
  padding: 5px;
  border: 1px solid silver;
  margin: 5px;
  text-align: center;
  width: 130px;
  height: 135px;
}
ul.thumb span.title{
  display: block;
}
ul.thumb .thumb{
  float: none;
  margin: 0;
}
/*----- bar wordt gebruikt voor balk vergelijkbaar met h2.list */
div.bar {
  padding: 4px;
}

/*--------- DETAIL WEERGAVE ----------*/
/*
.detail .item .title {}
.detail .back_to_list {}
*/
.detail .intro {
	font-style: italic;	
	padding: 10px 0;
}
.detail .item_content p {
	padding: 5px 0;
	overflow: hidden;
}
.detail .image {  
	padding: 10px 10px;
}

/*----------- FORMULIEREN ---------------*/
 
dl.form {
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}
dl.form dt {
  clear: left;
  float: left;
  width: 150px;
}
dl.form dd {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
.form .textarea, 
.form .textfield,
.form .attachment {
  border: 1px solid #999;
}
dl.form .radio, 
dl.form .checkbox {
  clear: left;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  height: 18px;
}
dl.form .form_choice {
  clear: left;
  display: block;
  float: left;
}
dl.form .label_radio,
dl.form .label_check {
  float: left;
  cursor: pointer;
}
.form .submit_button {
  background-color: #e6e6e6;
  border: 1px solid #999;
}
dl.form .submit_button {
  margin-top: 10px;
  margin-right: 10px;
  padding: 2px 24px;
}
dl.form .error {
  display: block;
  color: #800000;
  clear: left;
}

dt label.field_set_label{
  font-size:150%;
}
/*----------- TABELLEN ---------------*/
.table{
}
.table tr.even{
  background-color: #E6E6E6;
}
.table th{
  font-weight: bold;
}
.table tfoot td{
}
