﻿body
{
    margin: 0px;
}

body, td, input, textarea, a
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
}

select
{
    font-size: 8pt;
}

.CapitalizedHeadline
{
    font-size: 12pt;
    color: #717171;
    border-bottom: solid 3px #d0dff6;
}

.Headline
{
    font-size: 14pt;
    font-weight: bold;
}

.Small
{
    font-size: 8pt;
}

.CenterTable 
{
    text-align: center;
}

.CenterTable table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.DropDownList
{
    padding: 0px;
    margin: 0px;
}

.HelpLabel
{
    color: #999999;
    font-size: 20pt;
    font-weight: bold;
}

.HelpPanel
{
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #ffffff;
    border: solid 1px black;
    visibility: hidden;
}

.HelpPanelDiv
{
    padding: 10px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

.ModalPanel
{
    position: absolute;
    top: 1px;
    left: 1px;
    visibility: hidden;
}

.ModalPanelDiv
{
    padding: 10px;
    color: #002e6e;
    text-align: center;
    font-weight: normal;
}

.ModalBackground
{ 
    background-color: Black; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
    z-index: 10000; 
} 

.PasswordStrengthWeak, .PasswordStrengthMedium, .PasswordStrengthGood, .PasswordStrengthExcellent
{
    border: solid 1px black;
    padding: 1px 1px 1px 1px;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    width: 80px;
    height: 42px;
    text-align: center;
}

.PasswordStrengthWeak
{
    background-color: #ff0000;
}

.PasswordStrengthMedium
{
    background-color: orange;
}

.PasswordStrengthGood
{
    background-color: green;
}

.ErrorMessage
{
    color: #ff0000;
    font-weight: bold;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}