﻿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: 12pt;
    font-weight: bold;
    color: #050402;
}
LogoBar
{
    background-color: Lime
}

SelectableList
{
    font-size: 8pt;
    text-decoration: line-through;
    background-color: aqua;
}

Small
{
    font-size: 10pt;
    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;
}

.ChangesList
{
	font-size: 8pt
}

.NoteBox
{
	border-right: #00cc33 thin dashed;
	border-top: #00cc33 thin dashed;
	border-left: #00cc33 thin dashed;
	width: 100%;
	border-bottom: #00cc33 thin dashed;
	background-color: #b6ff7f;
}

.TopBox
{
	border-right: #cc66ff thin dashed;
	border-top: #cc66ff thin dashed;
	border-left: #cc66ff thin dashed;
	width: 100%;
	border-bottom: #cc66ff thin dashed;
	background-color: #ffccff;
}

.RedBox
{
	border-right: #cca1a2 2px dashed;
	border-top: #cca1a2 2px dashed;
	border-left: #cca1a2 2px dashed;
	width: 100%;
	border-bottom: #cca1a2 2px dashed;
	background-color: #cc0000;
	font-weight: bold;
	color: #ffffff;
	font-size: 12pt;
	line-height: 19pt;
	list-style-type: square;
}

ul.cool_background li
{
	background-position: 15px;
	text-align: left;
	float: left;
	list-style: none;
	padding: 3px 10px 3px 30px;
	margin: 10px 10px 10px -25px;
	background: url('i/question.gif') no-repeat 5px 5px;
	font-size: 9pt;
	font-weight: 600;
	color: #EEEEEE;
}

ul.tick_background li
{
	background-position: 15px;
	text-align: left;
	float: left;
	list-style: none;
	padding: 3px 10px 3px 30px;
	margin: 10px;
	background: url('i/tick.gif') no-repeat 5px 5px;
}

ul.main li
{

margin-left:-20px;

}

.OrangeBox
{
	padding: 10px 10px 10px 13px;
	font-size: 8pt;
	border: solid 2px #EBEBEB;
	border-top: none;
	height: 620px;
	background-color: #F9F9F9;
	vertical-align: top;
	line-height: 14px;
}