﻿body 
{
	
}
.btn
{
background-image: url(images/BtnBg.gif);
text-align:center;
color:White; 
font-family: Bell MT;
font-size: 13pt;
font-weight: bold;
text-decoration : none;
}
a
{
	text-decoration : none;
}
a.BackToTop
{
	color:Red;
}
a.ViewAnswer{
    color:#4cac2a;
}
a.ViewAnswer:hover{
    color:#2d3d2f;
}
.ProTitle
{
	font-size: 18px; 
	color: #2c9805; 
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.Day
{
	text-align:center;
	background-color:#65B04B;
	width:19px;	
	font-family:Tahoma;
	font-size:11px;
	color:#C3C3C3;
}
.WeekEnd
{
	text-align:center;
	background-color:#84C662;
	font-family:Tahoma;
	font-size:11px;
	color:Red;
}
.DayDate
{
	text-align:center;
	background-color:#78B858;
	font-family:Tahoma;
	font-size:11px;
	color:#E1E1E1;
}
.Today
{
	text-align:center;
	background-color:Green;
	font-family:Tahoma;
	font-size:11px;
	color:White;
}
	
.DefaultNodeStyle
{
	color:#453380;
	font-family:Tahoma;
    font-size:10pt;
    font-weight:normal;
	vertical-align:middle;
	border:none;
	padding-left:2px;
	padding-right:2px;
	background-color:transparent;
}

.SelectedNodeStyle
{
	font: 10pt Tahoma; 
	vertical-align:middle;
	border:1px solid #6699cc;
	background-color:#ccddee;
	padding-right:2px;
	padding-left:2px;
}

.tree td div
{
   height: 100% !important
}

a:link.MngMenu
{
	letter-spacing:normal;
	font: icon;
}
a:hover.MngMenu
{
	color:Red;
	text-decoration:underline;
}
a:active.MngMenu
{
	letter-spacing:normal;
	color: #008000;
	font: icon;
}
a:visited.MngMenu
{
	letter-spacing: normal;
	font: icon;
	color: Blue;
}