/* GENERICOS ----------------------------------------------------------------- */
/* Normal */
body.Master
{
	padding: 00px;
	margin: 0px;
	background-color: #CCCCCC;
}
.normal
{
    font-size: 12px;
    font-family: Arial;
}

.defBannner
{
    background-image: url(http://www.fenprof.pt/Download/FENPROF/M_Portal/Imagens/tirafen.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #abc8e6;
}

.bordo4
{
    padding: 4px;
}
.bordo1010
{
    padding: 0px 10px 0px 10px;
}
.bordo1014
{
	padding: 0px 14px 0px 10px;
}
.bordo1410
{
	padding: 0px 10px 0px 14px;
}
.bordo1414
{
	padding: 0px 14px 0px 14px;
}
.linhaVert
{
    border-width: 0px 0px 0px 1px;
    border-color: #c2cedc;
    border-style: solid;
}

.LinkSel, A.LinkSel:link, A.LinkSel:visited
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: White;
    font-size: 9pt;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
.LinkSelB, A.LinkSelB:link, A.LinkSelB:visited
{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}

A.LinkSel:active, A.LinkSel:hover, A.LinkSelB:active, A.LinkSelB:hover
{
    color: #06477b;
    background-color: #e3edf2;
}

/* deprecated */
.LinkNaoSel, A.LinkNaoSel:link, A.LinkNaoSel:visited
{
    font-weight: bold;
    font-size: 7pt;
    background-image: url(../../Interface/FENPROF/Recursos/Img/tabs_back.gif);
    text-transform: uppercase;
    color: white;
    margin-right: 6px;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
A.LinkNaoSel:active, A.LinkNaoSel:hover
{
    color: white;
}

.DocInfoBox td
{
    background: #e7ecf0;
}

.CapsText
{
    font-family: Verdana, Sans-Serif;
    font-size: 18px;
    
    text-transform: uppercase;
    color: #FFFFFF;
}

/* Navegador */
.LinkNavega, A.LinkNavega:link, A.LinkNavega:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #484848;
}
A.LinkNavega:active, A.LinkNavega:hover
{
    text-decoration: underline;
    color: black;
}
/* TITULOS DOS MODULOS */
.ModTitulo
{
    border-style: dotted;
    border-width: 0px 0px thin 0px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 3px;
    padding-bottom: 3px;
    list-style-type: square;
}
.ModTitRedondo
{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    color: #404040;
    width: 100%;
    vertical-align: bottom;
}
.ModTituloRectangulo
{
    border: 1px solid #72a2d3;
}

/* GERAL ---------------------------------------------------------------------- */
HR.dotted
{
    color: #fff;
    background-color: #fff;
    border: 1px dotted #c2cedc;
    border-style: none none dotted;
}

A:link IMG, A:active IMG, A:hover IMG, A:visited IMG
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
}

/* formulários ( items usuais das forms )*/
.UserInput
{
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    font-size: 8pt;
    border-left: #336699 1px solid;
    color: #000000;
    border-bottom: #336699 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
}
.UserButton
{
    padding-top: 1px;
    border-right: #336699 1px solid;
    border-top: #d5dce4 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #d5dce4 1px solid;
    color: #225588;
    border-bottom: #336699 1px solid;
    font-family: arial, helvetica, sans-serif;
    background-color: #a0bad4;
}
.Normal
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
/* SKINFILE CSS */
.Label
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
}
.LightLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
}

.ErrorLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: red;
}

.TextBox
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 10pt;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #a0bad4;
}

.GridView
{
    color: #333333;
}
.GridViewHeaderStyle
{
    font-weight: bold;
    color: White;
    background-color: #507CD1;
    font-size: 12px;
}

.Wizard
{
}
.WizardStep
{
    background-color: #f5f5f5;
    padding: 6px;
}
.WizardHeader
{
    background-color: #b0c4dd;
    font-weight: bold;
    font-size: 12pt;
    padding: 6px;
}
.WizardSideBar
{
    background-color: #abbc4c;
    color: white;
    vertical-align: top;
    text-align: left;
    padding: 6px;
}
.WizardNavigation
{
    background-color: #f5f5f5;
}
.WizardButton
{
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #336699 1px solid;
    color: #ffffff;
    border-bottom: #336699 1px solid;
    font-family: arial, helvetica, sans-serif;
    height: 18px;
    background-color: firebrick;
}
