﻿.style2 {
    color: #999999;
}

body {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    word-spacing: 0.01em;
    letter-spacing: 0.005em;
    margin: 20px 0px 0px 0px;
    line-height: 1.6em;
    background-color: #7ea6cd;
    color: #111111;
    overflow: auto;
}

.null {
    font-size: 1px;
    line-height: 0px;
}

.font_error {
    color: #A5080C;
}

.td_error {
    border: 0px solid #FFFFFF;
    padding: 5px;
    background-color: #f7d4dc;
    font-weight: bold;
    color: #ff003c;
}

.white_medium {
    font-size: 11px;
    color: #FFFFFF;
    padding-left: 3px;
    font-weight: normal;
    letter-spacing: 0.07em;
    padding-right: 1px;
}

.black_normal {
    font-size: 11px;
    color: Black;
    padding-left: 3px;
    font-weight: normal;
    letter-spacing: 0.07em;
    padding-right: 1px;
}

.black_medium {
    font-size: 11px;
    color: Black;
    padding-left: 3px;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding-right: 1px;
}

.menu {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    word-spacing: 0.01em;
    letter-spacing: 0.004em;
    color: #1a3b7f;
    text-decoration: none;
}

    .menu:hover {
        text-decoration: underline;
        color: #ffffff;
    }

h1 {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    word-spacing: 0.01em;
    letter-spacing: 0.05em;
    margin: 0px 0px 2px 0px;
    line-height: 1.6em;
    color: #1a3b7f;
}

h2 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    word-spacing: 0.01em;
    letter-spacing: 0.05em;
    margin: 0px 0px 10px 0px;
    line-height: 1.6em;
    color: #1a3b7f;
    border-bottom: 1px solid #d8da6d;
}

h3 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    word-spacing: 0.01em;
    letter-spacing: 0.05em;
    margin: 0px 0px 7px 0px;
    line-height: 1.6em;
    color: #000000;
}

textarea {
    resize: none;
    outline: none;
}

.input {
    background-color: #ffffff;
    color: #222222;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    width: 160px;
    height: 18px;
}

.inputMultiLine {
    background-color: #ffffff;
    color: #222222;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
}

.btnLista {
    height: 20px;
    width: 20px;
}

.editReadOnly {
    background-color: #FFFFE1;
    color: #222222;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    text-align: left;
    height: 18px;
}

.editReadOnlyMultiLine {
    background-color: #FFFFE1;
    color: #222222;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    height: 18px;
    text-align: left;
}

.editMultiLine {
    color: #222222;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    height: 18px;
}


.td_form {
    height: 30px;
}

.input_ro {
    background-color: #eeeeee;
    color: #222222;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    width: 160px;
    height: 18px;
    padding: 2px 1px 0px 3px;
}

input.button {
    font-size: 10px;
    width: 60px;
    padding: 0px 2px 2px 0px;
    color: #35679A;
    border: 1px solid #ffffff;
    background-color: #c1d4e4;
    color: #003399;
    height: 22px;
    font-weight: 500;
    cursor: hand;
    letter-spacing: 0.055em;
}

input.button_disabled {
    font-size: 10px;
    width: 60px;
    padding: 0px 2px 2px 0px;
    color: #35679A;
    border: 1px solid #ffffff;
    background-color: #cccccc;
    color: #003399;
    height: 22px;
    font-weight: 500;
    cursor: hand;
    letter-spacing: 0.055em;
}

form {
    margin-top: 1px;
    /*margin-bottom:5px;
	height: 555px;*/
    /*color: #FFFFFF;*/
    background: #7ea6cd;
}

p {
    margin-top: 0px;
    letter-spacing: 0.045em;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 5px;
}

a, a-active {
    color: #e16629;
    font-weight: normal;
    text-decoration: underline;
}

    a:hover, a-active:hover {
        text-decoration: underline;
        color: #aa0000;
    }

strong {
    color: #666666;
}

b {
    color: #666666;
}

.captabel {
    height: 30px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: #C1D4E4;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.celltabel {
    height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.txtUserParola {
    text-transform: uppercase;
    width: 100px;
}

.LoginCellTree {
    background-color: #C1D4E4;
    text-align: left;
    padding-bottom: 5px;
    color: #999999;
    vertical-align: top;
    width: 250px;
}

.TableCell1Login {
    background-image: url(image/colt.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #f0f0c1;
    border-bottom: 1px solid #d8da6d;
    border-top: 1px solid #ffffff
}

.TableMare {
    background-color: #eeeeee;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.TableRow3 {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #d8da6d;
}

.TableCell4 {
    padding-left: 10px;
    padding-right: 10px;
}

.TableCell9 {
    vertical-align: top;
    border-top: 1px solid #d8da6d;
}

.TableAlopMain {
    background-color: #eeeeee;
    border-left: 1px solid white;
    border-right: 1px solid white;
    display: table;
}

.TableRowAlopMain1 {
    background-color: #f0f0c1;
    height: 40px;
}

.txtDataStartStop {
    width: 70px;
    background-color: #ffffff;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    height: 18px;
    text-align: left;
}

.alignLeft {
    text-align: left;
    width: 802px;
}

.alignRight {
    text-align: right;
}

.ListaProiecte_lblAn {
    width: 55px;
}

.ListaProiecte_Denumire {
    width: 200px;
    background-color: #ffffff;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    height: 18px;
}

.ListaProceduri_edNrReferat {
    width: 120px;
    background-color: #FFFFFF;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    height: 18px;
    padding: 2px 1px 0px 3px;
}

.ListaProceduri_edCod {
    width: 80px;
    background-color: #FFFFFF;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    height: 18px;
    padding: 2px 1px 0px 3px;
}

.ListaProceduri_edDenumire {
    width: 300px;
    background-color: #FFFFFF;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    height: 18px;
    padding: 2px 1px 0px 3px;
}

.ListaProceduri_tipProcedura {
    width: 230px;
    background-color: #FFFFFF;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    height: 18px;
    padding: 2px 1px 0px 3px;
}

.ListaContracte_lblNrDoc {
    width: 40px;
}

.ListaContracte_edNumarDoc {
    width: 185px;
    background-color: #ffffff;
    color: #222222;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    border: 1px solid #c1d4e4;
    padding: 2px 1px 0px 3px;
    height: 18px;
}


.ContracteFinalizatePeriaoda_divContainter {
    text-align: center;
    height: 564px;
    background-image: url('../Image/sico2.jpg');
    background-position: 50% 20px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.RapoarteInvestitii_divContainter {
    text-align: center;
    height: 564px;
    background-image: url('../Image/sico3.jpg');
    background-position: 50% 20px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ContracteFinalizatePeriaoda_panelEditare {
    background-color: #eeeeee;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    margin: 0 auto;
    width: 450px;
    border-style: outset;
    border-width: 3px;
}


.pcmCellCaption {
    white-space: nowrap;
    padding-top: 5px;
}

.pcmCellText {
    padding-left: 10px;
    padding-top: 2px;
}

.pcmCheckBox {
    padding-left: 6px;
    padding-bottom: 10px;
}

.pcmCreateAccount {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 4px;
}

.pcmButton {
    padding-top: 10px;
    padding-bottom: 0px;
}

.pcmSideSpacer {
    width: 60px;
    height: 1px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.modalPopup2 {
    background-color: #7ea6cd;
    border-width: 0px;
    border-style: solid;
    border-color: Gray;
    padding: 0px;
}

.a_modalPopup {
    /*background-color: #7ea6cd;*/
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 550px;
    font-family: Tahoma;
    font-size: 12px;
    /*color: White;*/
}

.a_modalPopup2 {
    /*background-color: #7ea6cd;*/
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 550px;
    font-family: Tahoma;
    font-size: 12px;
    /*color: White;*/
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.demoarea {
    padding: 20px;
    background: #FFF url(images/demotop.png) no-repeat left top;
}

    .demoarea p {
        padding: 5px;
    }

.panelEditare {
    background-color: ButtonFace;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    margin: 0 auto;
    width: 533px;
    border-style: outset;
    border-width: 3px;
}

.panelInvestitiiRapoarteList {
    background-color: ButtonFace;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    margin: 0 auto;
    width: 533px;
    border-style: outset;
    border-width: 3px;
}
