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

/*
  orange: #ea6701
  menu blue: #283e72
  red: cf1405
  common link blue: #2200C1
*/


/* 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, div#rssFeed ul {
  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, div#rssFeed ul li {
  padding: 2px;
  border-bottom: 1px solid #E6E6E6;
}

ul.matchlist li:hover, div#rssFeed ul 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 {
	padding: 0;
	font-weight: normal;
	margin: 0;
	display: inline; 
  float: left; 
  width:90%;
}

table.newstable td.newsdate {
  width: 80px; 
  border-bottom: 1px solid #ccc; 
  vertical-align: top;
  padding-top: 10px;	
}
table.newstable td.newslink {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
table.newstable tr:hover {
	background-color: #eee;
}

span.newslabel {
	float: right; 
	background-color: #555; 
	padding: 1px 4px; 
	border: 1px solid #bbb; 
	color: #bbb; 
	font-size: 10px;
}

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 { color: #2200C1; }
a:active, a:focus { outline: 0; }

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

.search button:hover {
  cursor: pointer;
}

.inputwrap input[type="text"] {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-size: 14px;
  height: 22px;
  line-height: 1.5em;
  margin: 0;
  width: 200px;
}

.inputwrap button {
  background: url("/img/magnify.png") no-repeat scroll center center transparent;
  border: medium none;
  color: #FFFFFF;
  width: 22px;
}
.ui-autocomplete-loading { background: white url('/css/custom-theme/images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* 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("custom-theme/images/ui-bg_highlight-soft_75_cccccc_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: url("../img/blue-back.jpg") repeat-x scroll 50% 50% #CCCCCC;
	/*background-color: #2f5298;*/
	color: #FFF;
	line-height: 2.4em;
}

table.prestatie_table th {
  text-align: left;
  padding-left: 10px;
}

table.prestatie_table td {
  text-align: left;
  padding: 3px 0 3px 5px;
}

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

table.prestatie_table tbody tr:hover {
  /*background-color: blue;*/
  background: url("custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #999999;
}

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: 150px;
  padding: 10px;
  float: left;
}


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;
}

input.register, select.register {
  height: 20px;
}

textarea.register {
  height: 60px;
}

/* 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: 135px;
  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);
}

/* twitter feed */
.tweets {
  padding: 8px;
}

.tweet {
	background: #fff;
	margin: 4px 0;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.tweet img {
	float: left;
	margin: 0 8px 4px 0;
}
.tweet .text {
	margin: 0;
}
.tweet .time {
	font-size: 80%;
	color: #888;
	white-space: nowrap;
}

#twitterSearch .tweet {
	min-height: 24px;
}
#twitterSearch .tweet .text {
	margin-left: 32px;
}

/* athlete page */
.athlete-sociable {
  float: right;
	margin-right: 20px;
}


