/*
// Flooble Dynamic  Calendar. 
// Copyright (c) 2004 By Animus Pactum Consulting Inc.
// ----------------------------------------------------------------------------------------------->
// You may use this code freely on your site as long 
// as you do remove this notice or any links to flooble.com.
// More information about this script is available at
// http://www.flooble.com/scripts/calendar.php
// ----------------------------------------------------------------------------------------------->
// Portions  Copyright (c) 2006 Martin Weingarten And Weingarten Enterprises
// Notations Of Modifications Embedded Within Document(s)
// http://weingarten.net
// Weingarten Enterprises IS NOT Distributing This Code And 
// Proprietary Modifications Are Not To Be Used Elsewhere Without Advance Permission From Author(s)
// Please See Original Authors Notations And Acquire From Their Authorized Source(s) ONLY!
// ----------------------------------------------------------------------------------------------->
// Used In Conjunction With calendar.js Script
// Use The Following Tag Within The <head> Of Your HTML Document To Call Externally
// <link rel="stylesheet" type="text/css" href="./calendar.css" />
// Edit href Attribute Within This Tag To Match Your Path Specifications
*/


.fc_main {background:#EEEEEE; border:1px solid #000000; font-family:Verdana; font-size:10px; cursor:default;} /* MSW Added Cursor Attribute And Modified Color(s) */
.fc_date {border:1px solid #DDDDDD; cursor:hand; font-size:10px; text-align:center;}
.fc_dateHover, TD.fc_date:hover {cursor:hand; border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; border-right:1px solid #999999; border-bottom:1px solid #999999; background:#E7E7E7; font-size:10px; text-align:center;} /* MSW Added Cursor Attribute */
.fc_wk {font-family:Verdana; font-size: 10px; text-align: center; cursor:default;} /* MSW Added Cursor Attribute */
.fc_wknd {color:#FF0000; font-weight:bold; font-size:10px; text-align:center; cursor:default;} /* MSW Added Cursor Attribute */
.fc_head {background:#000066; color:#FFFFFF; font-weight:bold; text-align:left;  font-size:11px; cursor:default;} /* MSW Added Cursor Attribute And Modified Color(s) */