﻿
.Title
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: underline;
    font-weight: bold;
    position: relative;
}

.SubTitle
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 1px Black;
    width: 750px;
    display: block;
}


.Button
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ED1C24;
    background-repeat: no-repeat;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    position: relative;
}

.ButtonSmaller
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ED1C24;
    background-repeat: no-repeat;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    position: relative;
    width: 80px;
}

.ButtonOld
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ED1C24;
    background-repeat: no-repeat;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    height: 20px;
    position: relative;
    width: 90px;
}



.ButtonBlack
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #000000;
    background-repeat: no-repeat;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    height: 20px;
    position: relative;
    width: 90px;
}

.ButtonGray
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #848484;
    background-repeat: no-repeat;
    border-style: solid;
    border-width:thin;
    border-color: black;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    height: 20px;
    position: relative;
    width: 90px;
}

.ButtonGrayWithoutBorder
{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #848484;
    background-repeat: no-repeat;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    position: relative;
}


.Button2
{
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ED1C24;
    background-repeat: no-repeat;
    border-style: none;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    height: 20px;
    position: relative;
    width: 180px;
}

.RadioButton
{
    font-size: 12px;
    font-family: Arial;
    vertical-align: top;
}

.Message
{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
    vertical-align: top;
}

.Description
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
    vertical-align: top;
}

.Text
{
    padding-top: 10px;
    padding-top: 10px;
    font-size: 10px;
    font-family: Arial;
    vertical-align: top;
}

.DescriptionMax
{
    padding-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    vertical-align: baseline;
}

.ImageLogo
{
    margin-left: 10px;
    max-width: 75px;
    max-height: 75px;
}

.Box
{
    border: Outset 1px black;
    font-size: 12px;
    font-family: Arial;
}

.DropDownList
{
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    font-family: Arial;
    font-size: 11px;
}

.caixas
{
    border: Outset 1px black;
    font-size: 10px;
}


.caixas:focus
{
    border: Outset 1px #ED1C24;
}


.Grid
{
    border: solid 0px Black;
    margin: 15px 0px 30px 0px;
    width: 750px;
    max-width: 750px;
}


.GridMax
{
    border: solid 0px Black;
    margin: 15px 10px 30px 10px;
    max-width: 750px;
}

.GridHeader th
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    color: White;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px Black;
    margin: 1px 1px 1px 1px;
    background-color: #ED1C24;
    text-align: center;
    height: 25px;
}

.GridRow td
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    text-align: left;
    word-wrap: break-word;
    font-size: 10px;
    border: solid 1px Black;
    height: 25px;
}

.AlternatingGridRow td
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    text-align: left;
    word-wrap: break-word;
    font-size: 10px;
    border: solid 1px Black;
    background-color: #E8E8E8;
    height: 25px;
}



.GridPager td
{
    font-size: 10px;
    text-align: left;
    text-decoration: none;
    border-style: none;
}

.GridEmpty td
{
    font-size: 10px;
    text-align: left;
    border: solid 0px Black !important;
    font-family: Arial;
}

.celula
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    color: White;
    font-size: 18px;
    border: solid 1px Black;
    margin: 1px 1px 1px 1px; /*background-color: #ED1C24;*/
    text-align: center !important;
    vertical-align: middle;
    width: 45px !important;
}

.subcelula
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    color: Black;
    font-size: 18px;
    border: solid 1px Black;
    margin: 1px 1px 1px 1px;
    text-align: center !important;
    vertical-align: middle !important;
    width: 45px !important;
    /*cursor: pointer;*/
}

.privateAreaTitle
{
    font-family:Arial;
    font-size:12px;
}

.MenuHeader
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    color: White;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px Black;
    margin: 1px 1px 1px 1px;
    background-color: #ED1C24;
    text-align: center;
    height: 25px;
}

.MenuHeaderSelected
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    color: #ED1C24;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px Black;
    margin: 1px 1px 1px 1px;
    background-color: White;
    text-align: center;
    height: 25px;
}

.Edit
{
	padding-left: 22px; 
	background: url(../Images/pencil.png) no-repeat left;	
}	

.Aprove
{
    padding-left: 22px; 
	background: url(../Images/apply.png) no-repeat left;	
}


.NormalizationHeader
{
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    color: #66a3d3;
}

.formTable2
{
    margin-left: 10px;
    text-align: left;
    font-size: 10px;
}
 
 .GridWithFieldset
{
    border: solid 0px Black;
    margin: 15px 0px 30px 0px;
    width: 725px;
    max-width: 725px;
}

.formTableWithFieldset
{
    margin-left: 10px;
    text-align: left;
    width: 700px;
}

.WizardFormTable
{
    margin-left: 10px;
    text-align: left;
    width: 700px;
}

.SubTitleWithFieldset
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 1px Black;
    width: 700px;
    display: block;
}

.SubTitleWithoutFieldset
{
   
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 1px Black;
    width: 700px;
    display: block;
}

.SubTitleWithoutFieldset2
{
   
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 1px Black;
    width: 745px;
    display: block;
}







.SubTitle2
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    font-weight: bold;
    font-family: Arial;
    border-bottom: solid 1px Black;
    width: 725px;
    display: block;
}
