table
{
 	/* width: 66%  -- Used if sidebar and picture are placed on same page as calendar */
 	width: 98.5%;
     font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
     border-collapse: collapse;
     margin-top: 21px;
     margin-left: 1.5px;
	margin-bottom: 5px;
	margin-right: 0px;
}


table#calendar a 
{
     text-decoration: none;
}

tr
{
     height: 100px;
}

tr#title
{
	height: 10px;
}

tr#columnHeaders
{
	height: 10px;
}

tr#columnHeaders th 
{
     width: 10%;
}

table#calendar tr#columnHeaders th 
{
     color: #CCE; 
     background-color: #557;
     font-weight: bold; 
     text-align: center;
     padding: 1px 0.33em;
}
 
table#calendar tr#title th
{
     background: #9CF; color: black;
     border: 1px solid #242; 
     font-size: 120%;
     text-align:center;
     
}

table#calendar td 
{
	vertical-align: top; padding: 0;
   	border: 0px solid gray; border-width: 0 0 1px 1px;
}

table#calendar td.sat 
{
	border-right: 1px solid gray;
}

table#calendar a 
{
	font-weight: bold; 
	display: block; 
	margin: 0;
}

table#calendar a:link 
{
	color: navy;
}

table#calendar a:visited 
{
	color: purple;
}

table#calendar a:hover 
{
	
}

div.event 
{
	margin: 0.5em;
}

div.event span 
{
	display: block;
}

span.time 
{
	font-weight: bold;
}

span.loc 
{
	color: #555; 
	font-style: italic;
}

div.date 
{
	float: right; 
	text-align: center;  
	border: 1px solid gray; 
	border-width: 0 0 1px 1px;
	padding: 0.125em 0.25em 0 0.25em; 
	margin: 0;
	background: #F3F3F3;
}

div.weekday
{
	background-color: #ffff66;
}

div.weekend
{
	background-color: #e9d1af;
}

div.blueHole
{
	/*background-color: #56b5c7;*/
	background-color: #ff9999;
}

div.tryScuba
{
	background-color: #66cc66;
}

div.nitrox
{
	background-color: #ffccff;
}

div.skillsUpdate
{
	background-color: #99ffff;
}

div.snorkel
{
	background-color: #ccff99;
}

div.tdi
{
	background-color: #66cccc;
}

div.stressRescue
{
	background-color: #cccccc;
}

div.danHazAnimals
{
 	background-color: #cc66cc;
}

div.advOpenWater
{
	background-color: #ff9933;
}

div.photo
{
	background-color: #ff6666;
}

div.fishId
{
	background-color: #ccccff;
}

div.poolPractice
{
	background-color: #33cccc;
}
  
div.poolPracticeCert
{
	background-color: #99cccc;
}  

div.clubDive
{
	background-color: #ffffcc;
}  

div.cpr
{
     	background-color: #cc66cc;
}

div.firstAid
{
     	background-color: #cc66cc;
}

