﻿html
{
	height: 100%;
}
body 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 90%;
}
td
{
	font-size: 10pt;
}
hr
{
	border: solid 1px #979797;
	width: 90%;
}
A.menu:link {
	color: #414141;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt !important;
	text-decoration : none;
}
A.menu:visited {
	color: #414141;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt !important;
	text-decoration : none;
}
A.menu:hover { 
	color:#414141;
	text-decoration : underline;
}

A.menucommand:link {
	color: #414141;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
A.menucommand:visited {
	color: #414141;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
A.menucommand:hover { 
	color:#ABACAD;
}

.SectionTable
{
	background-color: White;
	border-left: solid 2px activeborder;
	border-bottom: solid 2px activeborder;
	border-top: solid 2px activeborder;
	border-right: solid 2px activeborder;
	text-align: left;
}

.DisplayArea
{
	padding-left: 10px;
	text-align: left;
}

.DetailTable
{
	background-color: ButtonFace;
	border-left: solid 2px activeborder;
	border-bottom: solid 2px activeborder;
	border-top: solid 2px activeborder;
	border-right: solid 2px activeborder;
}

.Login
{
	
}

.Label
{
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.LabelTitle
{
	font-size : 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight:bold;
}
.TabTitles
{
	font-family : Verdana;
	font-size : xx-small;
	color : Black;
	text-decoration : none;
}

.InformativeLabel
{
	color:Blue;
}

.DayCellCssClass
{
	background-color : #f5f5f5;
	height : 100px;
	border-bottom : solid 1px #c5c5c5;
	border-left : solid 1px #c5c5c5;
	border-right : solid 1px #c5c5c5;
	border-top : solid 1px #c5c5c5;	
}

.CalendarDayNumberCssClass
{
	font-family : Verdana;
	font-size : xx-small;
	color: Black;
}

.SpacerCellCssClass
{
	background-color : #EBF3FC;
}

.MonthLinkCssClass
{
	font-family : Verdana;
	font-size : x-small;
	color: Black;
}

.MonthLinkCssClass:Hover
{
	text-decoration : none;	
}

.DivHoverCssClass
{
	width : 250px;	
	background-color : #ffffff;
	border-bottom : solid 1px #000000;
	border-left : solid 1px #000000;
	border-right : solid 1px #000000;
	border-top : solid 1px #000000;
	padding : 5px;
	text-align:left;
}

.ReturnToTheCalendarCssClass
{
	font-family : Verdana;
	font-size : x-small;
	color: blue;
}

.ReturnToTheCalendarCssClass:Hover
{
	text-decoration : none;	
}

.DescriptionTitlesCssClass
{
	font-family : Verdana;
	font-size : x-small;
	color: black;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#000000;
	padding:3px;
}