﻿body 
{
	background-color: #342424;
	color: #ddcfcf;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	
	height: 490px;
	overflow: auto;
	
	scrollbar-base-color: #ddcfcf;
	scrollbar-arrow-color: #ddcfcf;
	scrollbar-face-color: #342424;
}

.instructionsLink
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: pointer;
	cursor: hand;
}

.checkboxStyle
{
	vertical-align: middle;
}

.popupControl
{
	background-color: #ddcfcf;
	color: #342424;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	position: absolute;
	visibility: hidden;
	margin: 5px;
	line-height: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width: 320px;
}

.modalPopup
{
	background-color: #ddcfcf;
	color: #342424;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	margin: 5px;
	line-height: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	width: 320px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupButton
{
	font-size: 8pt;
	vertical-align: middle;
	text-align: center;
	width: 75px;
}

.instructionsText
{
	text-align: justify;
}

.closePanelButton
{
    font-family: Verdana;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;

    position: absolute;
    top:4px;
    right: 10px;
	
	cursor: pointer;
	cursor: hand;
}
