﻿body
{
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #050402;
	line-height: 14pt;
}
h1
{
	font-family: Verdana, Tahoma;
	font-size: 13pt;
	font-weight: bold;
	color: #050402;

}

h2
{
    font-family: Verdana, Tahoma;
    font-size: 14pt;
    font-weight: bold;
    color: #050402;
}
LogoBar
{
    background-color: Lime
}

SelectableList
{
    font-size: 8pt;
    text-decoration: line-through;
    background-color: aqua;
}

Small
{
    font-size: 11pt;
    text-decoration: line-through;
    background-color: aqua;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}