/*--------------------------------------------------\
|               |               | default.css       |
|---------------------------------------------------|
| For use with:                                     |
| Web-ERP - http://web-erp.sourceforge.net          |
| by Logic Works Ltd                                |
|---------------------------------------------------|
| Developer:                                        |
| Shane Barnaby                                     |
| Steve Kaill                                       |
|---------------------------------------------------|
| Note:                                             |
| Changes can be made to this CSS that will be      |
| reflected throughout Web-ERP.                     |
|
\--------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCDD;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

/*links before selection */
a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

/*links on any screen when mouse is hovering over them */
a:hover {
	color: #2D8628;
	text-decoration: underline;
}

a.livebooking {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333FFF;
	font-weight: bold;
}

a.calendar {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #444EEE;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #444EEE;
}

table {
  background-color: #CCCCDD;
  border-style: single;
}

/*table detail items default format */
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;

}
td.MonthHeader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8px;
	height: 10px;
	color: #444EEE;
	font-weight: normal;
	text-align: center;
}
td.DayHeader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8px;
	height: 10px;
	color: #444EEE;
	font-weight: normal;
	text-align: center;
}

td.calendar {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.CourtHeader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	color: #444EEE;
	font-weight: bold;
	text-align: center;
}

.BookingDateHeader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 26px;
	color: #444EEE;
	font-weight: bold;
	text-align: center;
}
option.booked {
	color: red;
}

