/************************************************************
*															*	
*	Markup Factory 											*
*	Default Calendar Module Sylesheet						*
*	@ 2007 Cramer Development Inc, All Rights Reserved		*
*	Author: Mike Biang										*
*															*
************************************************************/


body,tr,td,table{font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #14314F; font-weight: normal;}

/* This class defines the syles for all generic links */
.calendarlink {font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal}
a.calendarlink:link {color: #454C2E;  text-decoration: none} 
a.calendarlink:visited {color: #454C2E; text-decoration: none} 
a.calendarlink:hover {color: #454C2E; text-decoration: none}
a.calendarlink:active {color: #454C2E; text-decoration: none} 

/* This class defines the styles for table headers in the calendar */
.calendarTableHeader 
{
	color: #FFFFFF; 
	background-color: #686B71; 
	font-family : Verdana, tahoma, Arial; 
	font-size : 11px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}



/* This class defines table backgrounds */
.calendarList1 
{
	color: #14314F; 
	background-color:  #F3F3F2; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.calendarlist1bold 
{
	color: #14314F; 
	background-color:  #C9D8E5; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
	font-weight: bold;
}

/* This class defines table backgrounds */
.calendarList2 
{
	color: #14314F; 
	background-color:  #f5f5f5;
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}

/* This class defines table backgrounds for days of the month in the calendar */
.calendarMainDisplayBackground 
{
	color: #14314F; 
	background-color:  #F3F3F2; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 16px; font-weight: normal;
}

/* This class defines table backgrounds for non days of the month in the calendar */
.calendarMainDisplayBackground2 
{
	color: #14314F; 
	background-color:  #D8DBE1;
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}

/* This class defines the styles for main tables*/
.calendarTable1
{
	border: 1px solid #000000;
	background: #FFFFFF;
}

/* This class defines the styles for all admin control panel links*/
.calendarIconLink {font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #999999; font-weight: normal}
a.calendarIconLink:link {color: #454C2E;  text-decoration: none} 
a.calendarIconLink:visited {color: #454C2E; text-decoration: none} 
a.calendarIconLink:hover {color: #454C2E; text-decoration: none}
a.calendarIconLink:active {color: #454C2E; text-decoration: none} 

/* This class defines the styles for all error messages */
.calendarError {
	color: #FF0000;
}

/* This class defines the styles for all headings */
.calendarHeading {
	font-size: 14px;
	font-weight: bolder;
	color: #454C2E;
}

