html.NetMaestro
{
    font-size: 11px;
    color: #444;
    font-family: Tahoma, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
div.NetMaestro
{
    width: 100%;
    font-size: 11px;
    color: #444;
    font-family: Tahoma, helvetica, sans-serif;
}
.NetMaestro .ModuleTitle
{
    padding-right: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    vertical-align: bottom;
    color: #319ACE;
    line-height: 25px;
}
.NetMaestro .ModuleTitle .Head
{
    font-weight: 700;
    font-size: 14px;
    left: 14px;
    vertical-align: bottom;
    color: #319ACE;
    line-height: 25px;
    border-bottom: #ccc 1px solid;
}
.NetMaestro .ModuleContent
{
    font-size: 11px;
    vertical-align: top;
    color: #444;
    padding: 4px 12px 12px;
}
.NetMaestro h1, .NetMaestro .Head
{
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    color: #319ACE;
}
.NetMaestro .NetMaestro p
{
    font-weight: 400;
    font-size: 11px;
}
.NetMaestro .NormalBold
{
    font-weight: 700;
    font-size: 11px;
}
.NetMaestro .NormalItalic
{
    font-size: 11px;
    font-style: italic;
}
.NetMaestro small, .NetMaestro .NormalSmall
{
    font-size: 8px;
}
.NetMaestro a, .NetMaestro a:link, .NetMaestro a:active, .NetMaestro a:visited
{
    color: #000;
}
.NetMaestro a:hover
{
    color: #00b3eb;
    text-decoration: underline;
}
.NetMaestro .NormalTextBox, 
.NetMaestro .NormalTextbox, 
.NetMaestro select, 
.NetMaestro .Normal input[type=text], 
.NetMaestro .Normal input[type=password]
{
    border: solid 1px #CECFCE;
    font-weight: 400;
    color: #111;
    background-color: #F0F8FF;
    font: 10px Tahoma, helvetica, sans-serif;
}
.NetMaestro .NormalTextBoxDisabled, 
.NetMaestro .NormalTextboxDisabled
{
    border: solid 1px #CECFCE;
    font-weight: 400;
    color: gray;
    background-color: silver;
    font: 10px Tahoma, helvetica, sans-serif;
}
.NetMaestro .NormalTextArea, .NetMaestro textarea
{
    border: solid 1px #CECFCE;
    color: #111;
    background-color: #F0F8FF;
    font: 10px Tahoma, helvetica, sans-serif;
}
.NetMaestro big
{
    font-size: 14px;
}
.NetMaestro hr
{
    width: 100%;
    height: 1pt;
    background-color: #ccc;
    border-style: none;
}
.NetMaestro .CommandButton, 
.NetMaestro a.CommandButton, 
.NetMaestro a:link.CommandButton, 
.NetMaestro a:visited.CommandButton, 
.NetMaestro a:hover.CommandButton, 
.NetMaestro a:active.CommandButton
{
    border-right: #000 1px solid;
    border-top: silver 1px solid;
    margin-top: 0;
    font-size: .8em;
    margin-bottom: .1em;
    overflow: visible;
    border-left: silver 1px solid;
    cursor: pointer;
    color: #666;
    line-height: 18px;
    border-bottom: #000 1px solid;
    text-align: center;
    text-decoration: none;
    background-image: url(buttonbg.gif);
    padding: 2px 1em;
}
.NetMaestro input.CommandButton
{
    font-size: .8em;
    line-height: 12px;
}
.NetMaestro h2, .NetMaestro .SubHead
{
    font-weight: 700;
    font-size: 12px;
    color: #333;
}
.NetMaestro h3, .NetMaestro .Label
{
    font-weight: 600;
    font-size: 11px;
    color: #3F3F3F;
}
