﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	line-height: 1;
	background-color: #ffffff;
	font-size: 10pt;
	color: #000000;
	margin: 3em;
}

ol, ul {
	list-style: none;
}

ul.listblack {
	clear: left;
	line-height: 2em;
	float: left;
	width: 100%;
	
}

ul.listblack li {
	padding-left: 18px;
	background-image: url(../images/interface/icons/bullet_black.png);
	background-repeat: no-repeat;
	background-position: left;
}

ul.listwhite {
	clear: left;
	line-height: 2em;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

ul.listwhite li {
	padding-left: 18px;
	background-image: url(../images/interface/icons/bullet_blue-disabled.png);
	background-repeat: no-repeat;
	background-position: left;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	background: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	font-size: 1em;
	line-height: 1.8em;
	height: 20px;
	border: 0;
	padding-left: 4px;
	height: 22px;
	border: 1px solid;
	line-height: 1.3em;
	background-repeat: no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
    border: none !important;
}

input[type="image"] {
	height: auto;
}
input.xsmallbox {
    width: 35px !important;
}

input.smallbox {
	width: 50px;
}

input.biggerbox {
	width: 65px;
}

input.mediumbox {
	width: 145px;	
}

input.widebox {
	width: 260px;
}

input.largebox {
	width: 200px;
	/*height: ;*/
}

input.small {
	width: 88px;
}

input.medium {
	width: 110px;
	font-variant: normal;
}

input.wide {
	width: 185px;
}

input.huge {
	width: 205px;
	height: 35px;	
}

input.xxl {
	width: 405px;
}

input.noborder {
	border: none;
}

input.clear 
{
    clear: left;
}

input.textinput {
	height: 18px;
	border-color: #e1e1e1;
	background-color: #ffffff;
	/*width: 100%;*/
}

textarea.textinput {
	border-color: #e1e1e1;
	background-color: #ffffff;
	/*width: 100%;*/
}

.checkbox input {
	border: none;
	float: left;
	margin-top: -5px;
}

input.checkbox {
	border: none;
	margin-top: -5px;
}

input.button {
    z-index: 999;
	font-size: 0.9em;		
	font-weight: 700;
	padding-left: 18px;
	background-position: 2px 1px;
	cursor: pointer;
	display: none;
}

input.radio {
	border: none;
}

input.file {
	height: 18px;
	border-color: #e1e1e1;
	background-color: #ffffff;
}

input.blue {
	background-color: #3264e1;
	border-color: #ffffff;
	color: #ffffff;
}

input.yellow {
	background-color: #f1c518;
	border-color: #ffffff;
	color: #ffffff;
}

input.orange {
	background-color: #ff8400;
	border-color: #ffffff;
	color: #ffffff;
}

input.green {
	background-color: #b7c53e;
	border-color: #ffffff;
	color: #ffffff;
}

input.red {
	background-color: #e02727;
	border-color: #ffffff;
	color: #ffffff;
}

input.gray {
	background-color: #a3a6ae;
	border-color: #ffffff;
	color: #ffffff;
}

input.white {
	background-color: #e5e5e5;
	border-color: #b2b2b2;
	color: #656565;
}

input.white:focus {
	border-color: #7f7f7f;
}

textarea {
	border: 1px solid #e1e1e1;
}

textarea.wide {
	width: 550px;
}

/*textareawide: .net used input instead of textareas*/
textareawide {
	border: 1px solid #e1e1e1;
	width: 550px;
}


select {
	background-color: #ffffff;
}

select.textinput {
	padding-right: 5px;
	height: 22px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}

select.xxl {
	width: 412px;
}


a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a:hover,
a:active {
	color: #000000;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #000000;
}

.red {
	color: #FF0000;
}

.hidden {
	display: none;
	visibility: hidden;
}

.centercontainer 
{
    line-height: 1.5em;
}

p 
{
    margin-bottom: 1em;
}


/* DO NOT DISPLAY THE FOLLOWING ITEMS */

.searchandbookform,
.siteleft .leftcolumn,
.sitemenu,
.login,
.menuarea,
.ardennemaptitle,
.ardennenmap,
.overviewmap,
.overviewdetails,
.overviewmore,
.pageinfoarea,
.arrowupdown,
.apmcal,
.bookingcalendarsarealegendarea,
.booksteps,
.navigationarea,
.ownersmainmenu,
.ownerssubbar,
.ownerssitemenu,
.ownertopbuttons,
.ownerdatawide
{
    display: none;
}

/* BOTTOM MARGIN FOR ITEMS */

.mediumblock,
.smallblock 
{
    clear: left;
    margin-bottom: 2em;
}


.sitemid,
.siteright
{
    clear: left;
}

.overviewexpanded 
{
    margin-top: 1em;
}

h2
{
    font-size: 18pt;
    font-weight: bold;
}

h3 
{
    font-size: 17pt;
    font-weight: bold;
}

h4 
{
    font-size: 16pt;
    font-weight: bold;
}

h5 
{
    font-size: 14pt;
    font-weight: bold;
}

table.gitedetailtable 
{
    width: 400px;
}

table.gitedetailtable td.tddescription
{
    width: 300px;
    text-align: left;
}

table.gitedetailtable td.tdvalue
{
    width: 100px;
    text-align: right;
}

.tableseasons 
		{
			width: 80%;
			margin-top: 10px;
			min-height: 200px;
			clear: left;
			font-size: 8pt;
		}
		
		.tableseasons .seasonfield
		{
			clear: both;
			float: left;
			width: 200px;
			padding-top: 3px;
		}
		
		.tableseasons .seasonfield .content 
		{
			
		}
		
		.tableseasons .seasonfield span
		{
			float: left;
			width: 100px;
		}
		
		.tableseasons .seasonfield input
		{
			float: left;
		}
			
		.tableseasons table
		{
			width: 80%;
		}
				
		.tableseasons table tr
		{
			border-right-width: 1px;
		}
		.tableseasons table td
		{
			border-top-width: 0px;
			border-right-width: 0px;
			border-left-width: 1px;
			border-bottom-width: 1px;
			vertical-align: text-top;
			text-align: left !important;
		}
		
		.tableseasons th 
		{
			background-color: #eef1cf;
		}
		
		.tableseasons a:link,
		.tableseasons a:visited
		{
			font-weight: 700;
			border: none;
			text-decoration: none;
		}
		
		.tableseasons a:hover,
		.tableseasons a:active
		{
			border-bottom: 1px dotted;
		}
		
		.tableseasons .smallcell
		{
			
		}
		
		.tableseasons .mediumcell
		{
			width: 160px;
		}
		
		.tableseasons .largecell
		{
			width: 215px;
		}
		
		.tableseasons table tr:hover td {
			color: #ffffff;
			background-color: #b4c718;
			border-bottom: 2px solid #dddddd;
		}
		
		.tableseasons table tr:hover a {
			color: #ffffff;
		}
		
		.ownersfinancialpage 
		{
		    page-break-before: left;
		}
		
		.ownersfinancialpage table 
		{
		    width: 95%;
		    page-break-before: auto;
			border-right: 1px dotted #bcbcbc;
            font-size: 8pt;
		}
		
		
		.ownersfinancialpage table th,
		.ownersfinancialpage table td {
			white-space: nowrap;
			padding-left: 5px;
			padding-right: 5px;
			line-height: 2em;
			text-align: left;
			width: auto;
		}
		
		.ownersfinancialpage table td {
			text-align: center;
			width: auto;
		}

		.ownersfinancialpage table td {
			border-left: 1px solid #bcbcbc;
			width: auto;
			border-bottom: 1px solid #bcbcbc;
		}
		
		.tableoverflow input {
			display: none;
		}
		
		.tableoverflow div table tbody tr td table 
		{
		    display: none;
        }
		
		.ownersfinancialpage table tr:hover td {
			color: #ffffff;
			border-bottom: 1px solid #dddddd;
		}


.ownerstitlebar 
{
    margin-top: 2em;
}

.invoicegroup table 
{
    width: 80%;
}


.invoicegroup table td 
{
    width: 50%;
}