html,body {
	margin: 0px;
	color: #6699cc;
	font-family: verdana;
}
.dark {
	color: #000000;
}
.big {
	font-size: 12pt;
	font-weight: bold;
}
p {
	margin: 20px;
	color: #073F62;
	text-align: justify;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}
a:link {
	color: #993333;
}
a:visited {
	color: #993333;
}
a:active {
	color: #993333;
}
a:hover {
	color: #993333;
}
a:link.nav,a:visited.nav,a:active.nav,a:hover.nav {
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
a:link.textlink,a:visited.textlink,a:active.textlink,a:hover.textlink {
	color: #993333;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #073F62;
	font-size: 20pt;
	font-family: verdana;
}
h1.shop {
	color: #000000;
	font-size: 20pt;
	font-family: verdana;
}
h2 {
	color: #073F62;
	font-size: 16pt;
	font-family: verdana;
}
em {
	font-style: normal;
	font-weight: bold;
}

.lightbg {
	color: #FFFFFF;
	background: #A7001F;
	font-size: 10pt;
}

.darkbg {
	color: #FFFFFF;
	background: #073F62;
	font-size: 10pt;
}

a.white {
	color: #FFFFFF;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.expired {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	height:20px;
	width:20px;
}
.booked {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: red;
	height:20px;
	width:20px;
}
.available {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: green;
	height:20px;
	width:20px;
}
.available a {
	color: #666;
	/*background-color: green;*/
}