/* Contains all the elements of styling text and attributes in the main data */

/*
  orange: #ea6701
  menu blue: #283e72
  red: cf1405
*/


/* Just the standard tags */
table {
	border: 0;
/*	font-size: 11px;*/
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
}

ul {
  list-style-image: url('../img/bullet.gif');
  padding-left: 20px;
}

/* lists */
ul.matchlist {
  list-style: none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  line-height: 1.5em;
  padding: 3px;
  background-color: #D3D3D3;
}

ul.matchlist li {
  padding: 2px;
  border-bottom: 1px solid #E6E6E6;
}

ul.matchlist li:hover {
  background-color: #FAFAFB;
}

.underlined {
	/*line-height: 1.5em;*/
	margin: 0;
	padding-left: 3px; padding-top: 3px;
  /*background: transparent url(/img/gradient.jpg) repeat scroll 0 0;*/
  background: url('/img/headergrad.jpg') repeat-x scroll 0 0 #BBBBBB;
}
h1.underlined {
  padding-left: 10px; 
  padding-top: 6px;
  /*border-bottom: 1px solid #CCC;*/
  color: #444444;
}
.newstitle {
	font-size: 1.1em;
	padding: 3px 0 4px 0;
	font-weight: normal;
}

img.thumb {
  border-color: #EEEEEE rgb(85, 85, 85) rgb(51, 51, 51) rgb(221, 221, 221);
  border-style: solid;
  border-width: 1px;
}

div#searcher {
	padding: 5px;
	background-color: #D3D3D3;
}

/* headings */
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 8px 0;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin: 4px 0 2px 0;
}

h3 {
	color: #000000;
	font-size: 11px;
	margin: 10px 0 0 0;
}

p {
	margin: 5px 0 10px 0;
}

/* Links */
a:active, a:focus { outline: 0; }

label.contact {
  float: left;
  margin-right: 1em;
  display: block;
}

input.zoeker {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	margin: 0;
}
form.zoeker {
	display: inline;
	margin: 0;
}

/* form tags */
form {
	margin: 0;
	padding: 0px;
}

input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
	margin: 10px 0 10px 10px;
	padding: 0px;
	/*background-color: transparent;*/
}
button {
	font-family: Verdana, sans-serif;
	background:	#000000;
	font-size: 10px;
	cursor:	pointer;
	color: #ffffff;
}

form.recordform {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #999999 url(images/ui-bg_inset-hard_75_999999_1x100.png) repeat-x scroll 50% 50%;
}

form.recordform fieldset {
  width: 750px;
  float: left;
  border: none;
}

/* Own classes and id's */
table.prestatie_table {	
	width: 100%;
	font-size: 11px;
}

tr.back_color_header {
	background-color: #2f5298;
	color: #FFF;
	line-height: 1.4em;
}

/* only used for even rows */
tr.back_color_rows {
	background-color: #e7e7e7;
}

p.heading {
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin:0;
	border-bottom: 1px solid #000000;
}
p.message {
	font-size: 9px;
	font-style: italic;
}
p.click_message {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #ea6701;
}
p.error_message {
	color: #ff0000;
}

p.home-news-subtitle {
	color: #666666;
	font-size: 10px;
	font-style: italic;
	margin: 0 0 10px 0;
}

p.home-news-content {
	color: #000000;
	font-size: 11px;
	margin: 0px;
}


.errorText {
  color: red;
  font-weight: bold;
}

/*div.event-content {
	max-width:600px;
	width:expression(document.body.clientWidth > 800? "600px": "auto" );
}*/

/* foto front */
div.photoheader {
  width: 233px; 
  float: left;
  text-align: center;
}

div.photobox {
  margin-top:10px;
  text-align:center;
  width:233px;
  float: left;
}

/* FOTOBOOK ENTRIES */
div.photo_category {
  display: inline;
  width: 200px;
  padding: 10px;
  float: left;
}

/* Tooltip entries */
table.prestatie_table a.info {
	text-decoration: none;
	color: #000000;
}

table.prestatie_table a.info:hover {
	position: relative;
	color: #E90000;
}

table.prestatie_table a.info span {
	display: none;
}

table.prestatie_table a.info:hover span {
	display: block;
	position: absolute; top: 0px; left: 0;
	/* formatting only styles */
  padding: 10px; margin: 10px 0 0 50px; z-index: 100;
  background: #f2f2f2; border: 1px dotted #404040;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	/* end formatting */
}

label.msg { display: none; }
label.invalid { color: #EE0000; display: inline; }
input.invalid { border: 1px solid #EE0000; }
div.validate label.invalid { display: block; }


span#busy {
  /*background: blue url(/img/busy2.gif) no-repeat scroll 0 0;*/
  margin-top: 13px;
  margin-right: 30px;
  float: right;
  display: inline;
}

/* REGISTRATION */
div#register {
  border: 2px solid #000000;
  background-color: #608AC6;
  width: 500px;
  padding: 10px;
}

form.registrationForm label {
	width: 100%;
  text-align: left;
  margin-right: 1em;
  padding-top: 10px;
  display: block;
}

input.register, textarea.register, select.register {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
  margin: 0px;
  padding: 0px;
  /*background-color: transparent;*/
}

/* POINTS ENTRIES */
label.points {
  margin-right: 1em;
  padding-top: 10px;
  float: left;
}

/* SHOP */
.product_table {
  width: 640px;
  margin: 10px;
  border-spacing: 10px;
}

td.product_table {
  border: 1px dashed #000;
}

.product_table tr {
  margin-bottom: 20px;
}

.product_table .header {
	background: #333333 url(images/333333_40x100_textures_02_glass_25.png) repeat-x scroll 0 50%;
  height: 20px;
  color: #D3D3D3;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

.product_table .content {
  padding: 10px;
  height: 225px;
}

.product_table .footer {
  bottom: 0px;
  background-color: #D3D3D3;
}

.footer_table {
  width: 320px;
  height: 30px;	
}

.pricelabel {
  font-size: 140%;
  color: #EA6701;
}

/*#tabs {
  margin: 0 5px 0 5px;	
}*/

/* Google search */
form#cse-search-box input, form#cse-search-box textarea, form#cse-search-box select  {
  margin: 0 0 0 10px;
}
form#cse-search-box {
	display: inline;
	margin-left: 50px;
}

/* Guestbook */
div.gb_postwrapper {
  border: 1px solid rgb(204, 204, 204); 
  margin-bottom: 20px;
  width: 600px;
}
div.gb_postwrapper p {
  padding: 5px;
}

/* Social */
div.socialWrap {
  height: 400px; 
  float: right; 
  overflow: hidden; 
  top: 30px;
  margin-top: 45px;
}

div.socialAb {
  float: right; 
  right: 56px; 
  height: 400px; 
  position: absolute;
}

ul.sociable {
  display:inline;
  margin:0 !important;
  padding:0 !important;
  
}

ul.sociable li {
  background:none repeat scroll 0 0 transparent;
  display:inline !important;
  list-style-type:none;
  margin:0;
  padding:2px;
}

ul.sociable img {
  border:0 none;
  float:none;
  height:16px;
  margin:0;
  padding:0;
  width:16px;
}

div.social-absolute {
  height: 115px;
  position: absolute;
  width: 21px;
  padding: 6px;
  -moz-border-radius: 0px 15px 14px 0px;
  background: none repeat scroll 0pt 0pt rgb(221, 221, 221);
  border-right:1px solid #bbb;
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
}

div.social-fixed {
  float: right;
  position: fixed;
  top: 20px;
  width: 21px;
  padding: 6px;
  height: 115px;
  -moz-border-radius: 0px 15px 14px 0px;
  border-right:1px solid #bbb;
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background: none repeat scroll 0pt 0pt rgb(221, 221, 221);
}