﻿body
{
	font-family: Verdana;
}
.Normal
{
	font-size: small;
	text-align: left;
}
.Title
{
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	font-family: Tahoma;
}
.MandatoryLabelStyle
{
	font-weight: bold;
	font-size: xx-small;
	width:200px;
}
.OptionalLabelStyle
{
	font-size: xx-small;
	width:200px;
}
.ErrorStyle
{
	font-size: xx-small;
	color: red;
}
.ButtonStyle
{
	font-size: xx-small;
	height: 20px;
}
.MandatoryTextBoxStyle
{
	font-size: xx-small;
	height: 22px;
}
.OptionalTextBoxStyle
{
	font-size: xx-small;
	height: 22px;
}
.MandatoryComboBoxStyle
{
	font-size: xx-small;
	height: 22px;
}
.OptionalComboBoxStyle
{
	font-size: xx-small;
	height: 22px;
}
.MandatoryCheckBoxStyle
{
	font-weight: bold;
	font-size: xx-small;
}
.OptionalCheckBoxStyle
{
	font-size: xx-small;
}
.ErrorDisplayStyle
{
	font-size: xx-small;
	color: red;
}
.TablesDropDownStyle
{
	font-size: xx-small;
	height: 22px;
}
.TablesLabelStyle
{
	font-size: xx-small;
}
.RecordsDropDownStyle
{
	font-size: xx-small;
	left: 140px;
	height: 22px;
}
.RecordsLabelStyle
{
	font-size: xx-small;
}
.AddNewRecordButtonStyle
{
	font-size: xx-small;
	height: 22px;
}
.AdminTopFormStyle
{
	font-family: Verdana;
	background-color: #EFF4FA;
}
.FormStyle
{
}
.TableHeader
{
	font-size: xx-small;
	width: 100%;
	color: black;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: silver;
	text-decoration: none;
	border-bottom-style: outset;
}
.TableColHeader
{
	font-size: xx-small;
	color: black;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: silver;
	text-decoration: none;
	border-bottom-style: outset;
}
.TableColHeaderDV
{
	font-size: xx-small;
	color: black;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: silver;
	text-decoration: none;
	border-bottom-style: outset;
	width:20%;
}
.TableFilter
{
	font-size: xx-small;
}
.Filter
{
	font-size: xx-small;
}
.TableRow
{
	font-size: xx-small;
	text-align: left;
}

a 
{
	font-size: xx-small;
	text-decoration:underline;
}

a.Nav
{
	font-size: x-small;
	font-weight:bold;
	text-decoration:underline;
}


.EditHyperLink
{
	font-size: xx-small;
	text-decoration:underline;
}
.contextMenus 
{
     position:absolute;
     background-color:white;
     border-style:solid;
     border-width:1px;
     border-color:#EFEFEF #505050 #505050 #EFEFEF;
     visibility:hidden
}
.menuItem 
{  cursor:pointer;
    font-size:9pt;
    font-family:Arial, Helvetica, san-serif;
    padding-left:5px;
    color:black;
    text-decoration:none;
}
.menuItemOn 
{  cursor:pointer;
    font-size:9pt;
    font-family:Arial, Helvetica, san-serif;
    padding-left:5px;
    color:black;
    text-decoration:underline;
}
