﻿body 
{
	font-family:Verdana;
}

A:Link
{
	text-decoration:none;
	font-family:Verdana;
}
A:Hover
{
	text-decoration:underline;
	font-family:Verdana;

}
A:Visited
{
	font-family:Verdana;


}
.Title
{
	background-color:#dcdcdc;
	font-family:Verdana,Arial;
	font-weight:bold;
	font-size:small;
	color:Black;
	text-align:left;
	text-indent:5;
	height:20px;
}

.CalendarDayCell
{
	background-color:#f2f5f7;
	color:Black;
	text-align:left;
	text-indent:5;
	font-weight:bold;
	font-family:Verdana;
	font-size:x-small;
	height:10Px;
	BORDER-RIGHT: #dcdcdc 1px solid; 
	BORDER-TOP: #dcdcdc 1px solid; 
	BORDER-LEFT: #dcdcdc 1px solid; 
	BORDER-BOTTOM: #dcdcdc 1px solid;
	
}
.TaskCell
{
	background-color:white;
	color:#dcdcdc;
	text-align:left;
	vertical-align:top;
	text-indent:5;
	font-family:Verdana;
	font-size:x-small;
	height:60px;
	width:120px;
	BORDER-RIGHT: #f5f5f5 1px solid; 
	BORDER-TOP: #f5f5f5 1px solid; 
	BORDER-LEFT: #f5f5f5 1px solid; 
	BORDER-BOTTOM: #f5f5f5 1px solid;
	
}
.CalendarTop
{
	font-weight: bold; 
	font-size: x-small; 
	color: black;
    font-family: verdana; 
    height: 18px; 
    background-color: #f5f5f5;
}	
.DayViewSubject
{
	background-color:white;
	color:black;
	text-align:left;
	text-indent:5px;
	vertical-align:top;
	text-indent:5;
	font-family:Verdana;
	font-size:x-small;
	font-weight:normal;
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none;
	height:8Px;
}
.CalTimeCell
{
	background-color:#f2f5f7;
	color:Black;
	text-align:right;
	text-indent:5px;
	font-weight:bold;
	font-family:Verdana;
	font-size:x-small;
	height:8Px;
	width:74px;
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none;
}
