﻿/*Main styles for the body*/
body
{
	background-color: #000066;
}
.table-default
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 10px; 
   	padding: 12px 6px; 
	width: 800px;
	vertical-align: top;
	border: none;
	border-spacing: 0px;
	border-bottom: none;
	border-top: none;
	padding: 0px;
}
.table-nobackground
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   padding: 12px 6px; 
	vertical-align: top;
	text-align: center;
	table-layout: auto;
	width: 100%;
	border: none;
	border-spacing: 0px;
	border-bottom: none;
	border-top: none;
	padding: 0px; 
}
.copy 
{ 
    background-color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    padding: 12px 6px; 
	 vertical-align: top;
	text-align: center;
	 table-layout: auto;
}
.bold { color: #006; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.boldc { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a:link { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
a:visited { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.sml { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.cal { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; }
.calb { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; }

/*Calendar styles*/
table.cal
{
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	width: 30px; 
	height: 30px;
	border-color: black;
	background-color: white;
}

.cal-monthname
{
	color: white;
	height: 23px;
	font-weight: bold;
	background-color: #000099;
}

.cal-blank
{

	background-color: white;
}

.cal-closed
{
	background-color: white;
}

.cal-daysoftheweek
{	
	height: 23px;
	font-weight: bold;
	background-color: white;	
}

.cal-sunday
{
	background-color: #cc0099;

}

.cal-friday
{
	background-color: #66cccc;
}

.cal-saturday
{
	background-color: #cccc00;
}

.cal-weekdays
{
	background-color: #66cccc;
}

div.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 10px; 
	color: white;
	font-weight:bold;
   	padding: 12px 6px; 
	text-align:center;
	vertical-align: top;
	border: none;
	border-spacing: 0px;
	border-bottom: none;
	border-top: none;
}

