
A:link {
	text-decoration: none;
	
}
A:active {
	text-decoration: none;
	
}
A:visited {
	text-decoration: none;
	
}
A:hover {
	text-decoration: underline;
	color: #000000;
}

.labelTitle2 {
	font-size: 17px;
	font-weight: bold;
}

.labelTitle {
	font-size: 20px;
	font-weight: bold;
}

.labelText {
	font-size: 8pt;
}

.labelHeader {
	font-size: 10px;
	font-weight: bold;
}

.messageOK {
    font-weight: bold;
    color: green;
  	font-family: Verdana, Arial;
	font-size: 10px;
}

.messageFailed {
    font-weight: bold;
    color: red;
  	font-family: Verdana, Arial;
	font-size: 10px;
}

.editTable {
    background: #EFEFEF;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.letsscroll {
	overflow: auto;
}

.calendar {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.calendarDescription {
	font-family: Arial;
	font-size: 7Pt;
	font-weight: normal;
	color: #000000;
}

.reservedBox {
	background-color: #FFFFA4;
}

.bookedBox {
	background-color: #F98B85;
}
