﻿/*
PURPOSE: to control the BIG Calendar in the layout.

TO DO:

convert to em...

http://sureshjain.wordpress.com/2007/07/06/53/

------

look at: http://www.codeproject.com/KB/webforms/MellDataCalendar.aspx for ideas...

*/
.linklistUl 
{
	margin-top:0;
	padding:0;
	margin-bottom:0;
	margin-left:20px;
	text-align:left;
}
.eventlink:link, .eventlink:visited 
{
	font-size: 0.7em;
	color: #2E67B2;
    text-decoration: underline;
}
.eventlink:hover 
{
	color: Black;
	text-decoration: none;
}

.CalendarCssClass {
    background-color:White;        
    border: solid 1px #999999;    
    font-family:Verdana, Geneva;
    font-size:10pt;
    border-collapse:collapse;
}
.CalendarSunMonTueCss {
  color:#666666;
  font-size:9pt;
  border-bottom: solid 1px #9C9C9C;
  height: 25px;
}
.CalendarCurrentMonthCss {
  background-color:White;
  color: #9C9C9C; /* #666666 */
  font-family:Verdana, Geneva;
  font-size:10pt;
  font-weight:bold;  
  height: 25px;
  border-bottom: solid 2px #999999;  
  text-transform: uppercase;
  vertical-align: middle;
  margin-top:0;
  padding-top:0;
}

.CalendarNextPrevLinks a:link, .CalendarNextPrevLinks a:visited {
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 4px;
  color: blue; /* doesnt work in css - overridden in style attribute */
  font-size: 8pt;
  font-weight: bold;
}


.CalendarDaysOfMonthCss {
    border: solid 1px #999999;
    height: 85px;
    color: #666666; /* not work - links overridden in style attribute */
    text-align: right;
    vertical-align: top;
    
}

.CalendarDaysOfOtherMonthsCss {
   color : #999999;
   text-align: right;
    vertical-align: top;
}
.CalendarDaysOfMonthCss a , .CalendarDaysOfOtherMonthsCss a 
{
	margin-right: 2px;
	margin-bottom: 3px;	
}