@charset "utf-8";
/* CSS Document */

.fontStyle {
	font-family: Arial;
	font-size: 12px;
	color: #2b5763;
}

.btnfontStyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80.5%;
	color: #2b5763;
}

.helpBoxStyle {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
	border:none;
	border-color:#FFFFFF;
	font-weight:bold;
}

.redLabel {
	font-family: Verdana;
	font-size: 10px;
	color:#FF0000;
}

.style3 {font-family: Verdana; font-size: 12px; color: #2b5763; font-weight: bold; }

.style4 {font-family: Verdana; font-size: 12px; color: #2b5763; font-style: italic; }

.helpFontStyle {
	font-family: Verdana;
	font-size: 10px;
}

.blanket {
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; 
	height: 100%; 
	background-color: #666666; /* dark gray */
	filter:alpha(opacity=70); /* IE */
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	z-index: 1000;	
	}

.dialogbox
{
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 100px;
	width: 405px;
	padding: 20px;
	/* border: 2px solid #000000; */
	background-color: #FFFFFF;
	z-index: 2000;
	height: 405px;
}

.aboutdialog
{
	position: absolute;
	left: 30%;
	margin-left: -50px;
	top: 50px;
	width: 600px;
	padding: 20px;
	/* border: 2px solid #000000; */
	background-color: #FFFFFF;
	z-index: 2000;
	height: 720px;
}

.inputDialog
{
	position: absolute;
	left: 50%;
	margin-left: -175px; 
	top: 100px;
	width: 350px;
	padding: 20px;
	/* border: 2px solid #000000; */
	background-color: #FFFFFF;
	z-index: 2000;
	height: 220px;
}

.helpPicture
{
	position: absolute;
	left: 50%;
	margin-left: -400px; 
	top: 100px;
	width: 680px;
	padding: 20px;
	/* border: 2px solid #000000; */
	background-color: #FFFFFF;
	z-index: 2000;
	height: 500px;
}

.helpbox
{
	position:fixed;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/formButtons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/formButtons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
a img {
		border:none;
}

.style6 {
	font-family: Arial;
	font-size: 12px;
	color: #2b5763;
	font-weight: bold;
	font-style: italic;
}
.headerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #2b5763;
}