body {
    font-size:0.9em;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.headerLogoSia {
    background-image: url("../images/default/backgrounds/logo-login.png");
    background-repeat:no-repeat;
    height:74px;
    margin-left:20px;
    margin-top:20px;
    width:200px;
}

.headerLogoSNA {
    background-image: url("../images/default/backgrounds/logoSNA.png");
    background-repeat:no-repeat;
    float: right;
    height:74px;
    margin-left:20px;
    margin-top:20px;
    width:239px;
}

.line {
    border-top:thin solid #CCCCCC;
    border-width:3px;
    height:3px;
    width:100%;
}

.lineLow {
    border-top:thin solid #46708E;
    border-width:2px;
    height:5px;
    width:400px;
}

.lineCenter {
    border-top:thin solid #CCCCCC;
    border-width:2px;
    height:5px;
    width:400px;
}

.gridHeader {
    width:100%;
}

.buttonAction {
    margin-left:10px;
    width:100px;
}

.buttonActionCalculate {
    width:100px;
    float: right;
    margin-left: 10px;
}

.buttonActionLogin {
    margin-left:10px;
    width:100px;
    float: right;
    margin-right: 33px;
}

.buttonActionRegister {
    width:150px;
}

.fieldRequired {
    color:red;
}

.errors {
    color: red;
    font-size: 1em;
}

.field200 {
    width:190px;
}

.field150 {
    width:140px;
}

.fieldLabel {
    color:#676767;
}

.pageLnks {
}

.pageLnks:link, .pageLnks:visited, .pageLnks:hover  {
    color:rgb(0,0,204);
}

.pageLnks:link, .pageLnks:visited {
    text-decoration: none;
}

.pageLnks:hover {
    text-decoration: underline;
}

.gridColumnLabel {
    width:100px;
}

.gridColumnField {
    width:225px;
}

.gridColumn110 {
    width:110px;
}

.gridColumn150 {
    width:150px;
}

.gridColumn200 {
    width:200px;
}

.gridColumn350 {
    width:350px;
}

.field200 {
    width:200px;
}

.field150 {
    width:150px;
}

.fieldRight {
    float: right;
}

.fieldLeft {
    float: left;
}

.textRight {
    text-align: right;
}

.gridColumn170 {
    width:170px;
}

.gridColumn250 {
    width:250px;
}

.gridColumn480{
    width:480px;
}

.spaceGrid {
    width: 10px;
}

.gridIndex {
    background-color: #E8E8E8;
    padding:10px;
    width:400px;
}

.sectionTitle {
    font-size:1.2em;
    font-weight:bold;
    color:#676767;
    margin-right: 335px;
}

.sectionTitleRegister {
    font-size:1.2em;
    font-weight:bold;
    color:#676767;
    float:left;
}

.content {
    width:520px;
}

.contentParams {
    width:540px;
}

.contentArea {
    width:520px;
    background-color: #E8E8E8;
    padding: 10px;
}

.contentErrors {
    width: 500px;
    padding: 10px;
    text-align: left;
}

.contentCalculate {
    width: 820px;
}

.contentAreaCalculate {
    width:800px;
    background-color: #E8E8E8;
    padding: 10px;
}

.contentAdministrator {
    width: auto;
}

.contentAreaAdministrator {
    width:auto;
    background-color: #E8E8E8;
    padding: 10px;
}

.contentTextWarning  {
    width: 820px;
    text-align: left;
    padding-left: 1px;
}

.fieldEdit {
    background-color: #ffff77;
}

.titleColumn {
    font-weight: bold;
    color:#676767;
}

.textWarning {
    color: #6ea764;
}

.fieldResult {
    color: red;
    font-size: 1.2em;
}

.dimIcoHelp {
    float:left;
    width:16px;
    height:16px;
}

.dimIco {
    width:16px;
    height:16px;
}

.icoHelp {
    background-image: url("../images/default/backgrounds/help.png");
    background-repeat:no-repeat;
}

.icoRegister {
    background-image: url("../images/default/backgrounds/register.png");
    background-repeat:no-repeat;
}

.icoRecover {
    background-image: url("../images/default/backgrounds/recover.png");
    background-repeat:no-repeat;
}

.icoHelp:hover  {
    background-image: url("../images/default/backgrounds/helpHover.png");
}

.errorMessage {
    color: red;
    float: left;
}

.panelGrid {
    width:390px;
}

.oneRadio {
    width:130px;
    float:left;
    padding: 0px;
    margin: 0px;

}

.chartTitle {
    font-weight: bold;
    margin-left: 120px;
    margin-bottom:50px;
}

.chart2 {
    height:240px;
    width:auto;
}

.divHeight {
    height: 35px;
    width:100%;
}

.divHeight2 {
    height: 55px;
    width:100%;
}

.actionRemove {
    background-image:url("../images/default/actions/remove-item.png");
    background-repeat:no-repeat;
    float:left;
    height:16px;
    width:16px;
}

.actionEdit {
    background-image:url("../images/default/actions/edit-item.png");
    background-repeat:no-repeat;
    float:left;
    height:16px;
    width:16px;
}

.logoutLink {
    margin-right: 40px;
}

.actionLink {
    margin-left: 40px;
}

.buttonBlueCenter {
    background-image: url("../images/default/button/buttonBlueCenter.png");
    background-repeat:no-repeat;
    color: #58759B;
}

.buttonBlueCenter:hover {
    background-image: url("../images/default/button/buttonBlueCenterHover.png");
    background-repeat:no-repeat;
    color: #cc6611;
}

.buttonDim  {
    height:27px;
    width:100px;
    padding-top: 5px;
    padding-left: 25px;
}
