﻿body
{
    margin: 0px;
}

body, td, input, textarea, a
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
}

.Navigation, .Navigation a, .Headline
{
    color: #666666;
}

select
{
    font-size: 8pt;
}

.Headline
{
    font-size: 14px;
}

.NavigationDisabled
{
    color: #c1c1c1;
}

.Navigation, .Navigation a
{
    font-size: 12px;
}

.Small
{
    font-size: 8pt;
}

.CenterTable 
{
    text-align: center;
}

.CenterTable table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.DropDownList
{
    padding: 0px;
    margin: 0px;
}

.NavigationBarBackground
{
    background-image: url(Images/NavigationBar_Button_Fill.png);
    background-repeat: repeat-x;
}

.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
{
    background-color: #ffffff;
    border: solid 1px black;
}

.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;
}
