﻿.ABMBackground
{
	background-color: lightslategray;
}
.ABMHeader
{
	font-size: 18px;
	font-family: Tahoma;
	background-color: lightsteelblue;
}
.ABMHeader2
{
	background-color: lightgrey;
}
.ABMBottom
{
	font-size: 15px;
	font-family: Tahoma;
	background-color: lightsteelblue;
}
.ABMTable
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-size: 10pt;
	font-family: Tahoma;
	background-color: lavender;
}

.ABMTitleTable
{
	font-weight: bold;
	font-size: 12pt;
	border-bottom: #0000cc 1px solid;
	font-family: Verdana;
	background-color: lightgoldenrodyellow;
}

.ABMCommandRow
{
	font-size: 10pt;
	font-family: Verdana;
	background-color: lightgrey;
}
.InnerModalWindow
{
	border-right: lavender 1px solid;
	border-top: lavender 1px solid;
	border-left: lavender 1px solid;
	border-bottom: lavender 1px solid;
	background-color: slategray;
}


.ControlPanel
{

}

.ControlPanelInnerWindow
{
	left: 0px;
	width: 100%;
	position: relative;
	top: 0px;
	height: 100%;
}

.ControlPanelBackground
{
	background-color: lavender;
}
.ControlPanelMenu
{
	background-color: #B3C0D1;
	font-size: 12pt;
	font-family: Tahoma;
	color: white;
}
.ControlPanelBoxes
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}
.ControlPanelBoxesHeader
{
	background-color: #B3C0D1;
}
.ControlPanelBoxesContent
{
}



.formHeader
{
	background-color: lightsteelblue;
	font-weight: bold;
}
.formField
{
	background-color: lavender;
}
.formAlternateField
{
}

.hiddenElement
{
	visibility:hidden;
}


 /* Ajax styles */
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.updateProgressPanel
{
	clear: right;
	position: absolute;
}