﻿body 
{
	font-family:Arial;
	margin:0 0 0 0;
	background-color:White;
	font-size:10pt;
}

td.TitleBar
{
	background-color: #F3F3F3;
	border-bottom:solid 1px DarkGray;
	border-top:solid 1px DarkGray;
}

h2
{
	margin:0 0 0 0;
	font-weight:bold;
	font-size:10pt;
}
SideMenuItem
{
	border-bottom:solid 1px DarkGray;
	border-top:solid 1px DarkGray;
}
td.Text10
{
	font-size:10pt;
}
Error
{
	text-align: left;
	background-color: #FFE3D6;
	background-image:url(~/Images/Stop.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border:solid 1px Navy; 
	padding-left:30px;
	padding-top:4px;
	height:24px;
	font-weight: bold;
}

td.FieldGroupHeading
{
	border-bottom:solid 1px gray;
	color:Navy;
	font-size:10pt;
	font-weight:bold;
}
td.FieldLabel
{
	font-size:10pt;
	font-weight:bold;
	color:#666666;
}
td.CalendarHeading
{
	font-size:10pt;
	font-weight:bold;
	background-color:Silver;
	color:Black;	
}
td.CalendarOther
{
	font-size:10pt;
}
td.CalendarCurrent
{
	background-color: White;
	font-size:10pt;
}
td.MenuItem
{
	font-size:9pt;
	font-weight: bold;
	color: #FFFFE0;
	background-color:#483D8B;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}
td.MenuItemSelected
{
	font-size:9pt;
	font-weight: bold;
	color: Red;
	background-color: White;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}
td.MenuItemHover
{
	font-size:9pt;
	font-weight: bold;
	color: Navy;
	background-color: #B0C4DE;
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}
td.DataEntryLabel
{
	font-weight: bold;
	font-size: 10pt;
}
td.DataEntryData
{
	font-size: 10pt;
}
.TreeMenuTable
{
	font-size:10pt;
	border: solid 1px #CCCCCC;
}
.TreeMenuTitle
{
	color:Black;
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	border-bottom: solid 1px #CCCCCC;
}
.TreeMenu
{
	color:Black;
	cursor: pointer;
	padding: 5px 5px 5px 5px;
}
.TreeMenuIcon
{
	color:Black;
	cursor: pointer;
	padding: 5px 0px 5px 8px;
}
.TreeMenuSelected
{
	color:Black;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
}
.TreeMenuMouseOver
{
	color:Black;
	font-weight:bold;
	background-color:#FFFFCC;
	padding: 5px 5px 5px 5px;
	cursor:pointer;
}
