/*
//Author 			: Hans Cools - Lintsesteenweg 307 - 2570 Duffel
//Last update : 20/08/2008
//De cascade styles voor de startpagina overnames.
*/

table.kolommen
{
  margin-left: 12px;
  margin-right: 12px;
}
td.kolom
{
  width: 187px;
  padding: 4px;
}
table.categorie
{
  width: 100%;
  margin-bottom: 9px;
}
/*** categorie met gekozen style ***/
td.cat_links
{
  font-family: arial, geneva, helvetica, sans-serif;
/*  background-color: #E9E9FB;    kleur van de tabel inhoud achtergrond*/
  padding-left: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-right: 0px;
  border-left : 1px solid #CCCCF0;
  border-right : 1px solid #CCCCF0;
  border-top : 1px solid #DDDDFF;  
}

td.cat_title_new
{
  font-family: arial, geneva, helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 0px;
  padding-left:8px;
  padding-bottom:1px;
  font-size: 11px;
  background-position: top left;
  background-repeat: repeat-x;
}

td.cat_title_new_high
{
  font-family: arial, geneva, helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 0px;
  padding-left:8px;
  padding-bottom:1px;
  font-size: 11px;
  background-position: top left;
  background-repeat: repeat-x;
}

td.cat_footer
{
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  color: #FFFFFF;
/*  background-color: #FFFFFF;*/
  padding: 0px;
  padding-left:6px;
  padding-bottom:3px;
  font-size: 10px;
  background-image:  url(file:///C|/Documents%20and%20Settings/Hans/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/01S14GTS/%22../images/footer.jpg%22);
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 17px;
}

td.cat_footer_high
{
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  color: #FFFFFF;
/*  background-color: #FFFFFF;*/
  padding: 0px;
  padding-left:6px;
  padding-bottom:3px;
  font-size: 10px;
  background-image:  url(file:///C|/Documents%20and%20Settings/Hans/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/01S14GTS/%22../images/footer_high.jpg%22);
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 17px;
}

td.cat_footer_breed
{
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  color: #FFFFFF;
/*  background-color: #FFFFFF;*/
  padding: 0px;
  padding-left:6px;
  padding-bottom:3px;
  font-size: 10px;
  background-image:  url(file:///C|/Documents%20and%20Settings/Hans/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/01S14GTS/%22../images/footer_breed.jpg%22);
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 17px;
}

/*** link met tooltip naar externe pagina ***/
a.info, a.info_left
{
  display: block; /* 'bug ???' in firefox 0.8, mozilla? (not in 1.7.2) -> als niet block dan crasht de tooltip op de background-image. :-D uren zoeken :-D */
  position:relative;
  z-index:24; 
  text-decoration:none;
  font-family: arial, geneva, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#990000;
}
a.info:hover, a.info_left:hover
{
  text-indent: 0; /* nodig voor IE-bug (cf : http://www.webmasterworld.com/forum83/1189.htm */
  z-index: 25;
  text-decoration: none;
  color: #002;
  background-color: #ddf; /*** eee ***/
}
a.info span, a.info:visited span, a.info_left span, a.info_left:visited span
{
  display: none;
} 
a.info:hover span
{
  display: block;
  height: auto;
  position: absolute;
  top:31px; left: 15px;
}
a.info_left:hover span
{
  display: block;
  height: auto;
  position: absolute;
  top:31px; left: -80px;
}
		   
span.description
{
  font-weight: normal;
  text-align: left;
  color:#454556;
  width: 240px;
  padding: 5px;
  border-top : 1px solid #FFFFFF;
  border-left : 1px solid #FFFFFF;
  border-bottom : 1px solid #4C4C70;
  border-right : 1px solid #4C4C70;
  background-color:#F9F9F9;
  background-repeat: repeat-x;
}

/*** img in de tooltip ***/
img.tooltip
{
  border:1px solid #000000;
  margin-bottom: 4px;
}

/*** "uw link hier"  onderaan categorie ***/
a.uwlink
{
  display: block;
  font-family: arial, geneva, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration: none;
  color: #D74100;
  font-style: normal;
}
a.uwlink:hover{
  font-family: arial, geneva, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration: underline;
  font-style: normal;
  color:#D74100;
}
/*** "meer op" onderaan categorie ***/
a.subdomlink
{
  display: block;
  font-family: arial, geneva, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration: none;
  color: #E33;
  font-style: italic;
}
a.subdomlink:hover{
  font-family: arial, geneva, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration: underline;
  font-style: italic;
  color:#E33;
}

body, td
{ 
  font-size:11px;
  margin: 0px 0px 0px 0px; 
  font-family: arial, geneva, helvetica, sans-serif;
}

textarea {
 background-color:#FAFAFF;
}

.default_bold
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

.default
{
  text-decoration: none;
  color:#555566;
}

.default_blue
{
  text-decoration: none;
  color:#2C74C3;
}

.title
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

td.title
{
  height:20px;
}

.countdownbox 
{
  color: #555555;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  border: 1px solid #666666;
  padding:1px;
  float: right;
  margin-bottom: 5px;
  margin-top: 15px;
  margin-right: 5px;
}

.mdisc
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

.mdisc a
{
  font-weight:bold;
  text-decoration: none;
  color:#555566;
}

.mdisc a:hover
{
  font-weight:bold;
  text-decoration: underline;
  color:#555566;
}

.mdisc2, a.mdisc2
{
  font-size:12px;
  text-decoration: none;
  color:#444455;
}

span.mdisc2 a, span.mdisc2 a:visited
{
  font-size:12px;
  text-decoration: underline;
  color:#444455;
}

hr 
{
  border:none 0;
  border-top: 1px solid #E6E6E6;
  height:1px;
  width:100%;
  background:#FFFFFF;
}
		   
span.foutstring
{
  color: #000000;
  font-size: 106%;
  display: block;
  border: solid #c0c0c0 2px;
  background-color: #EEddbb;
  padding: 5px;
}

span.warning
{
  color: #EE7722;
  font-size: 12px;
  font-weight: 500;
}

div.spacer
{
  display: block;
  height: 1px;
  border-style : solid;
  border-color : #cccccc;
  border-width : 2px 0 2px 0;
  width: 100%;
}

/*** links heel de cel groot. ***/
td a.fullcell
{ 
  display:block;
  width: 100%;
  height: 100%;
  cursor:pointer;
  text-decoration:none;
}
td a.fullcell:hover
{
  text-decoration:none;
}

/**************** gebruikt in form api ***************/

.cssbutton
{
  font-size: 10px;
  color:#666666;
  border: solid #c0c0c0 2px;
  background-color: #f8f8f8;
  padding:1px;
  cursor: pointer;
 /* IE doet alleen hover bij <a> oplossing met behavior */
  behavior:url(file:///C|/Documents%20and%20Settings/Hans/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/01S14GTS/css_hover_IE.htc);
}

.cssbutton:hover
{
  cursor: pointer; /*** IE ***/
  cursor: pointer; /*** netscape ***/
  border: solid #0066CC 2px; /*** #dfc0c0 ***/ 
  color: #112288;
}

.formtext
{
  font-weight:bold;
  color:#555566;
}

.inputfield
{
  font-family: verdana, arial;
  font-size: 11px;
  border: solid #555566 1px;
  background-color: #FBFBFB;
}
