.GreenActionButton
{
	margin : 0px;
	padding : 0px;
	font-family : Verdana;
	font-size : 10px;
	vertical-align : top;
	color: #ffffff;
	background-color: #003f07;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
}

li
{
font-size:11px;
}

.td_spacer
{
	width: 33%; 
	height: 100%;
}

h1
{
	font-size: 12px;
	margin-bottom: 0px;
}
h2
{
	font-weight:bold;
	color:DarkRed;
	font-size: 14px;
	margin-bottom: 0px;
}
h1.sitemap
{
	color:#950A0D;
	text-decoration:none;
}
h2.sitemap
{
	color:#1D571D;
	text-decoration:none;
}
h3.sitemap
{
	color:Green;
}
h3
{
	display:inline;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	color:DarkRed;
	font-size: 11px;
	margin-bottom: 0px;
}
.symbolImage
{
	/*font-weight:bold;*/
	font-size:8px;
	text-align:center;
	vertical-align:top;
	padding-top:2px;
	height:40px;
	width:40px;
	background-repeat:no-repeat;
	background-position:bottom;
}

.font-white, .font-white td, .font-white a
{
	color: #ffffff;	
}

.tabblauw{
    height: 25px ;
    background : url(/images/selecties/tabblauw.jpg) no-repeat;
    width:189px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    vertical-align:middle;
}
.tabblauw2{
    Height:			20px ;
	width				:145px;
    background : url(/images/selecties/tabblauwklein.gif) no-repeat;
    white-space:nowrap;
    font-weight: bold;
    font-size: 10px;
    color:			White;
    vertical-align:middle;
}

.tabgroen{
 		height		 : 25px ;
    background : url(/images/selecties/tabgroen.jpg) no-repeat;
    width			 :	171px;
    white-space:nowrap;
    text-align : left;
    font-weight: bold;
    font-size: 11px;
    color: White;
    vertical-align:middle;
    
}
.tabgroen2{
    Height			:20px ;
    width				:146px;
    white-space	:nowrap;
    background	:url(/images/selecties/tabgroenklein.jpg) no-repeat;
    text-align	:left;
    font-size		:10px;
    font-weight	:bold;
    color				:White;
    vertical-align:middle;    
}

.dynamic-tab-pane-control .tab-pane {
	position:	relative;
	width:		98%;
}
.seperatorline{
position:absolute;
width:842px;
height:2px;
background-color:#008000;
margin-top:26px;
margin-left:4px;
}

.dynamic-tab-pane-control .tab{ 
 height: 20px;
 font-size: 10px;
 font-family: verdana;
 display: block;
 }
.dynamic-tab-pane-control .tab-left{
 float: left;
 height: 20px;
 width: 5px;
 margin: 0px;
 padding: 0px;
 display: block;
}
.dynamic-tab-pane-control .tab-row  .tab {
	display:			inline;
	margin-right:		2px;
	float:				left;
	z-index:			1;
	white-space:	    nowrap;
	position:			relative;
	top:				0px;
	        background: url(/images/buttons/button_selected_mo.gif) no-repeat;
        width:130px;
        height:18px;
        text-align:center;
}
.dynamic-tab-pane-control  .tab-right{
 float:right;
 height: 20px;
 width: 5px;
 display: block;
 z-index:5;
 }
.dynamic-tab-pane-control  .tab-row  .tab .corners  {
    float: left;
    display: block;
	z-index:5;
	background: url(/images/buttons/button_selected_mo.gif) no-repeat;
	border: 0px solid #ffffff;
	height:18px;
	width:130px;
	top:0px;
	font-size: 11px;
        color: #000000;
	font-family: verdana;
	text-decoration:	none;
	line-height:18px;
	cursor: pointer;
}
.dynamic-tab-pane-control  .tab-row  .tab.selected  {
	z-index:5;
	background: url(/images/buttons/button_selected.gif) no-repeat;
	border: 0px solid #ffffff;
	height:18px;
        width:130px;
	top:0px;
        text-align:center;
        color:#ffffff;
}
.dynamic-tab-pane-control .tab-row .tab a {
	line-height:16px; 
	font-size: 10px;
        color: #ffffff;
	font-family: verdana;
	text-decoration:	none;
}
.dynamic-tab-pane-control .tab-row  .tab a:active
	{
	font-weight:normal;
	}

.dynamic-tab-pane-control .tab-row .tab.hover {
        background: url(/images/buttons/button_selected.gif) no-repeat;
        width:130px;
        height:18px;
        text-align:center;
	
}
.dynamic-tab-pane-control .tab-page {
        width:840px;
	clear:both;
	top: 0px;
	border-top: 2px solid green;
	z-index:2;
	position:relative;
	padding: 4px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	margin-left: 6px;
}

/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #333333;
	width: 350px;
}
div.domTT .caption {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #F1F1FF;
}

/* CSS Tooltip */
a.tooltip {
    position: relative; /*this is the key*/
    z-index: 24;
    color: #000;
    text-decoration: none;
}

a.tooltip:hover {
	z-index: 25;
}

a.tooltip span {
	display: none;
	white-space: normal;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em; 
	left: 2em; 
	width: 350px;
	padding: 3px;
    border: 1px solid #000;
    background-color: #F1F1FF; 
	color: #000;
}

.greenborder, select, textarea
{
	border:1px solid darkgreen;
}
input, select, textarea
{
	font-family : Verdana;
	font-size : 10px;
}

.accoInfoBox
{
	border:1px solid green;
	background-color:#D5E88F;
	padding:5px;
	float:right;
	font-size:9px;
}
.accoCombiBox
{
	border:1px solid #ECC871;
	padding:10px;
	background-color:#F8EBCB;
	font-size:9px;
}

.regularButton
{
	background-color:White;
	border-style:outset;
	border-width:2px;
}

.regularButtonHover 
{ 
	background-color:#D5E88F;
	border-style: outset;
	border-width: 2px;
	color:#000000;
}

.golfCourseHorzHeader
{
	font-weight:bold;
	background-color:#BBD17E;
	white-space: nowrap;
}
.tblGreenBorder
{
	border: 1px solid green;
}

.tblRow
{
	vertical-align:middle;
	height:20px;
	padding:2px;
}
.tblLightGreenRow
{
	background-color:#BBD17E;
}

.tblDarkGreenRow
{
	background-color:#ADC654
}

.imgGreenBorder
{
	width:100px;
	float:right;
	border:1px solid darkgreen;
}

.stippellijn
{
	background-repeat:repeat-x;
	background-image:url(/images/stippellijn_horizontaal.gif);
}

.clinicgreen
{
	color:darkgreen;
	font-size:11px;
}
.clinicblue
{
	color:#113176;
}
#clinicscountries a
{
	color:#113176;
	font-weight:bold;
	text-align:right;
}

.clinicprice, .discountprice
{
	color:#113176;
	float:right;
	width:128px;
	height:88px;
	margin-bottom:5px;
	text-align:center;
	cursor:pointer;
	font-size:8pt;
}
.clinicphoto
{
  width:150px;
}

.clinicprice
{
	background-image:url(/images/clinicprice.gif);
}
.discountprice
{
	background-image:url(/images/clinicprice.gif);
}

.clinicprice i, .discountprice i
{
	font-weight:bold;
	font-size:12pt;
}

.btnclinicsinfo
{
	background-color:#113176;
	color:#ffffff;
	border-style:none;
	border:1px solid #000000;
	margin:3px;
	font-weight:bold;
}

#map {
	position:absolute;
	left:5px;
	top:5px;
	width: 640px; 
	height: 600px;
}

#maplinks {
	position:absolute;
	left:660px;
	top:0px;
	width:200px;
	line-height:13px;
}

#maplinks ul {
margin:0px;
padding-left:1.5em;
}








#linkerframe
{
width:427px;
padding-left:0px;
border:0px solid black;
font-family:verdana;
font-size:12px;
float:left;
}
#rechterframe
{
top:0px;
width:413px;
float:left;
border:0px solid black;
padding-left:5px;
font-family:verdana;
font-size:12px;
display:block;
}

h1.blue
{
font-family:verdana;
font-size:18px;
font-weight:bold;
color:#0000ff;
}

#boekingsaanvraag
{
border:1px solid green;
width:400px;
font-family:verdana;
font-size:10px;
padding-bottom:5px;
display:block;
white-space:normal;
}

#boekingsaanvraagheader
{
background-color:green;
width:400px;
height:20px;
font-family:verdana;
font-size:12px;
color:#ffffff;
font-weight:bold;

}

#foto
{
width:100px;
border:0px solid black;
float:left;
margin-left:-104px;
}


#pricedescription
{
background-color:#bfdfbf;
height:60px;
font-weight:bold;
line-height:20px;
padding-left:5px;
margin-right:5px;
}

#price
{
position:relative;
padding:0px;
margin-right:5px;
width:260px;
height:20px;
float:left;
font-weight:normal;
margin-top:-18px;
font-family:verdana;
text-align:left;
}



/* Calendar */
#calendar {
	width: 200px;
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	}

#calendarTable {
	border-style: outset;
	border-width: 2px;
	border-color: black;
	background-color: #EEE;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	}
#calendarTable TD {
	text-align: center;
	font-size: 7pt;
	width: 19px;
	}
#calendarTableHead TR {
	background-color: white;
	}
#calendarTableDays TR {
	background-color: #C3D4E7;
	}
#selectMonth, #selectYear {
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	border-width: 0px;
	border-style: none;
	}

#calendarTable A {
	color: blue;
	text-decoration: none;
	font-size: 11pt;
	font-family: "courier new";
	}
#calendarTable A:hover {
	color: red;
	text-decoration: none;
	}
.normalDay {
	border: 1px solid green;
	cursor: pointer;
	}
.hlDay {
	border: 1px solid green;
	background-color: #FFF;
	color: red;
	cursor: pointer;
	}
.toDay {
	border: 1px solid #E70;
	background-color: #FD8;
	color: #E70;
	font-weight: bold;
	cursor: pointer;
	}
.choosenDay {
	border: 1px solid green;
	background-color: #A8FAA8;
	color: green;
	font-weight: bold;
	cursor: pointer;
	}
.excludedDay {
	border-color: #AAA;
	color: #AAA;
	}
	
	a.bc:link
	{
	color:#0049c6;
	text-decoration:underline;
	font-weight:bold;
	}
	a.bc:hover
	{
	color:#4286d6;
	text-decoration:underline;
	}	
	a.bc:visited
	{
	color:#0049c6;
	text-decoration:underline;
	font-weight:bold;
	}
	a.bc:visited:hover
	{
	color:#4286d6;
	text-decoration:underline;
	}
	a.bc:active
	{
	color:#0049c6;
	font-weight:bold;
	text-decoration:underline;
	}
	
	
	a:link
	{
	color:#0049c6;
	text-decoration:underline;
	font-weight:none;
	}
	a:hover
	{
	color:#4286d6;
	text-decoration:underline;
	}
	a:visited
	{
	color:#0049c6;
	text-decoration:underline;
	font-weight:none;
	}
	a:visited:hover
	{
	color:#4286d6;
	text-decoration:underline;
	}	
	a:active
	{
	color:#0049c6;
	font-weight:bold;
	text-decoration:underline;
	}

	a.darkred:link
	{
	color:darkred;
	text-decoration:underline;
	font-weight:none;
	}	
	a.darkred:hover
	{
	color:#4286d6;
	text-decoration:underline;
	}

	a.darkred:visited
	{
	color:darkred;
	text-decoration:underline;
	font-weight:none;
	}
	a.darkred:visited:hover
	{
	color:#4286d6;
	text-decoration:underline;
	}

	a.darkred:active
	{
	color:darkred;
	font-weight:bold;
	text-decoration:underline;
	}

	
	
	

