/***************************************
 For Calendar View
***************************************/
table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font:  "Verdana", verdana, sans-serif;
	color: #555;
}

th{
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font:  "Verdana", verdana, sans-serif;
	color: #000;
	background: #d6dff7;
	background-image: url(http://www.sparklingpoolservices.com/portal/images/tabletop.jpg);
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #3b438c;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

tfoot th, tfoot td {
	font-size: 85%;
}

.cancelled {
	color:#666666;
	text-decoration: line-through;
}

.toprightnumber {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; font-weight: bold;
}
.toprightnum {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; font-weight: bold; text-align:right;
}

.toprightnumother {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #999999;
	text-align: right;
}
/***************************************
 For Calendar View 
***************************************/
table.schedViewTable {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font:  "Verdana", verdana, sans-serif;
	color: #555;
	width: 100%;
}

th.schedViewTable{
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font:  "Verdana", verdana, sans-serif;
	color: #000;
}

.schedViewTable td{
	padding: 0px;
	width: 55px;
	height:60px;
	font-size: 85%;
	text-align:center;
	vertical-align:text-top;
}

td.schedViewthin {
	padding: 0px;
	width: 5px;
	min-height:60px;
	font-size: 85%;
	text-align:center;
	vertical-align:text-top;
}


.schedViewTable thead th {
	text-align: center;
	background: #D4E0EE;
	color: #4F76A3;
	font-size: 100% !important;
}

.schedViewTable tbody tr { background: #FCFDFE; }

.schedViewTable tbody tr.odd { background: #F7F9FC; }

.calViewTable tfoot th, tfoot td {
	font-size: 85%;
}

