﻿body
{
    margin: 0px 0px;
    font-family: Tahoma;
    font-size: 11px;
    color:#666666;
    /*background-color:#555555;
	text-align:center;*/
}

input
{
    font-family: Tahoma;
    font-size: 11px;
    color:#666666;
}

.select
{
    font-family: Tahoma;
    font-size: 11px;
    color:#666666;
}

.button
{
    font-family: Tahoma;
    font-size: 12px;
    color:#000000;
}

#headerContainer 
{
    width:100%;
    display:inline-table;
    background-image:url('../_images/generacHeaderRepeat-X.png');
    background-repeat:repeat-x;
}

#headerLeft 
{
    float:left;
}

#headerRight
{
    float:right;
}

#simulatedMenuBar
{
    width:100%;
    height:20px;
    display:inline-table;
    border-bottom:4px solid #dddddd; 
	background-color:#222222;
	background-image:url('../_images/simulatedMenuBarRepeat.png');
}

#pageContainer
{
    width:100%;
    text-align:center;
}

#formContainer 
{
    width:475px;
    margin:auto;
    text-align:left;
}

#footerContainer
{
    width:100%;
    margin-top:35px;
    margin-bottom:60px;
    text-align:center;
    border-top:1px solid #cccccc;
}

#pageTitle
{
    font-size:14pt;
    font-weight:bold;
}

#buttonsContainer
{
    margin-top:15px;
}

#waitingProgress
{
    margin-top:15px;
    font-weight:bold;
    color:#990000;
}

.errorPanel
{
    width:100%;
    border:2px dotted #990000;
    background-color:#FFF0F0;
    padding:8px;
    margin-bottom:15px;
    color:#990000;
}

.errorSpan
{
    display:block;
    font-weight:bold;
    color:#990000;
    margin-bottom:5px;
}

.instructions 
{
    margin-bottom:10px;
}

.solidLine
{
    padding-top:20px;
    border-top:solid 1px #cccccc;
}

.dottedLine
{
    margin-top:20px;
    padding-top:15px;
    border-top:dotted 1px #cccccc;
}

.frmLabel
{
    margin-bottom:2px;
}

.frmInput
{
    margin-bottom:15px;
}

.boldOnly
{
    font-style:normal;
    font-weight:bold;
}

.red
{
    color:#990000;
}