/* Default CSS Stylesheet for a new Web Application project */

/*
TABLE
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
*/

/*
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/
.TBox
{
		font-size: 8pt;
}
.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: #8BA273;
}
.calheader
{
	color: white;
	border-bottom: white 1px solid;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px outset;
	border-left: 1px outset;
	cursor: hand;
	color: #5D7345;
	border-bottom: 1px inset;
	background-color: white;
}
.calday2
{
	border-right: 1px inset;
	border-top: 1px outset;
	border-left: 1px outset;
	cursor: hand;
	color: #C4CCBC;
	border-bottom: 1px inset;
	background-color: white;
}

.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px inset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #6C795E;
	border-bottom: 2px inset;
	background-color: white;
	
}
.Weekday
{
	font-size: 7pt;
	color: white;
	text-align: center;
}

/*
.clicker
{
	border-right: 2px inset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px inset;
	background-color: #c0c0c0;
	
}