P  {
	font-size : 14px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #1D271D;
}

.block {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #1D271D;
list-style-type: square;
text-align: justify;
}

.subnote {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
margin: 2px;
padding: 0px;
line-height: 80%;
}

.text {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 140%;
color: #1D271D;
list-style-type: square;
}

.textb {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 140%;
color: #1D271D;
list-style-type: square;
}

.header {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
color: #CC6600;
letter-spacing: 1pt;
margin: 14px 0px 0px;
}


.inTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: small;
line-height: 130%;
border: 1px solid #CC6600;
margin-top: 12px;
margin-bottom: 16px;
}

.menuItemActive {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #CC6600;
letter-spacing: 1pt;
cursor: hand;
line-height: 140%;
}
.menuItemInactive {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
letter-spacing: 1pt;
line-height: 140%;
}

.headline {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: xx-large;
font-weight: bold;
color: #389238;
letter-spacing: 2pt;
padding-left: 15px;
}
.subheadline {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: x-large;
font-weight: bold;
color: #74AC74;
}
.cellSelected {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: 1pt;
background-color: #56CA56;
color: #E9FEE9;
text-align:center;
vertical-align:middle;
}
.cellUnselected {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: 1pt;
background-color: #74AC74;
color: #E9FEE9;
text-align:center;
vertical-align:middle;
}


h2 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
color: #389238;
letter-spacing: 1pt;
margin: 8px 0px 0px;
}

.textHighlight {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
line-height: 140%;
color: #389238;
list-style-type: square;
}

h3 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #389238;
letter-spacing: 1pt;
}

ul {
margin-top: 10px;
margin-bottom: 10px;
list-style-position: outside;
}

img { 
border:none 
}

/*the table*/
.calendar {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 130%;
/*border: 1px solid #CC6600;*/
margin-top: 10px;
margin-bottom: 16px;
/*padding: 5px;*/
background-color: #ffffcc;
border-collapse: collapse;
/*width: 25px;*/
}

/* the month */
.calendar-month {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight : bold;
background-color: #ffff66
}

.calendar_day_booked {
width: 20px;
text-align: right;
font-size: 14px;
color: Red;
font-weight: bold;
/*background-color: Red*/
}

.calendar_day_free {
width: 20px;
text-align: right;
font-size: 14px;
font-weight: bold;
/*background-color: #ccff66*/
}

.calendar_day_maintain {
width: 20px;
text-align: right;
font-size: 14px;
font-weight: bold;
color: Blue;
/*background-color: #ccff66*/
}

a.calendar_day_free:link{
color: #389238;
/*color: #223f14;*/
/*color: #006666;*/
font-weight: bold;
/*text-decoration: underline;*/
}

a.calendar_day_free:visited{
color: #389238;
/*color: #223f14;*/
/*color: #006666;*/
font-weight: bold;
/*text-decoration: underline;*/
}

.calendar_day_past {
width: 20px;
text-align: right;
font-size: 14px;
/*background-color: Gray*/
}


a.textlink:link{
/*color: #389238;*/
color: #223f14;
text-decoration: underline;
}

a.textlink:visited{
/*color: #389238;*/
color: #223f14;
text-decoration: underline;
}


a:link {
color: #E9FEE9;
text-decoration: none;
}
a:visited {
color: #E9FEE9;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #FFFF00;
}
