﻿*:focus {
    outline: 0 none;
}

html {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font: normal 10px verdana;
    background-color: #FFFFFF;
    /*text-shadow: 0px 0px 1px #CCC;*/
}

body {
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: normal 10px verdana;
    background-color: #FFFFFF;
    /*text-shadow: 0px 0px 1px #CCC;*/
}

.cssInputFile {
    width: 100%;
    font: normal 10px verdana;
    border: solid 1px #5997AC;
}

a {
    color: #79ba4e;
    text-align: left;
    text-decoration: none;
    font: normal 14px verdana;
    /*text-shadow: 0px 0px 1px #79ba4e;*/
}

select {
    height: 20px;
    color: #000;
    text-align: left;
    text-decoration: none;
    font: normal 10px verdana;
    text-shadow: 0px 0px 1px #ccc;
}

.divTitlePage {
    -moz-box-shadow: -1px -1px 5px #000;
    -webkit-box-shadow: -1px -1px 5px #000;
    box-shadow: -1px -1px 5px #000;
    color: #545;
    text-shadow: 0px 0px 3px #FFF;
    height: 24px;
    padding-left: 10px;
    margin-bottom: 0px;
    font: bold 10px verdana;
    position: fixed;
    width: 100%;
    -moz-border-radius: 5px 1px 1px 1px;
    font-family: verdana;
    font-size: 13px;
    left: 0px;
    top: 0px;
    color: #606060;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.textBoxBtDefault {
    border-width: 1px;
    height: 14px;
    font: normal 10px verdana;
    border: solid 1px #71bf45;
    background-color: #e2f2d8;
}

.btImageButton:hover {
    background-color: #EEEEEE;
}

.btVoltar {
    font: normal 9pt tahoma;
    color: #FFFFFF;
}

.txtDefault {
    height: 17px;
    color: #000;
    text-align: left;
    text-decoration: none;
    font: normal 10px verdana;
    text-shadow: 0px 0px 1px #ccc;
}

.selDefault {
    height: 20px;
    color: #000;
    text-align: left;
    text-decoration: none;
    font: normal 10px verdana;
    text-shadow: 0px 0px 1px #ccc;
}

.hiddenField {
    display: none;
}

.finderButton {
    vertical-align: bottom;
    padding-bottom: 2px;
    padding-left: 3px;
}

.CssClassFormViewHeaderDetailBO {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.divFormViewBOButtons {
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: right;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
}

.FormViewBO {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

#divFormViewBO {
    left: 0px;
    right: 0px;
    color: #828282;
    font: bold 10px verdana;
    background-color: White;
    border: 2px solid #FFF;
}

.divDefault {
    margin-left: 10px;
    margin-right: 10px;
}

.FormViewHeaderDetailBO {
    font: normal 10px verdana;
    width: 100%;
}

.txtDescricao {
    background-color: Transparent;
}

.txtProtegido {
    background-color: Transparent;
}

.txtErro {
    background-color: Yellow;
}

.divEditFormViewBO {
    background-color: #CCCCCC;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
}

.divInsertFormViewBO {
    margin-left: 10px;
    margin-right: 10px;
    border: solid 1px #89A3BD;
    background-color: #EEE;
}

.cssDropDownListDefault {
    height: 20px;
    border: solid 1px #89A3BD;
    color: #000;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #bbb;
    font-family: verdana;
    font-size: 10px;
    text-shadow: 0px 0px 1px #999;
}

.cssDropDownListProtected {
    height: 20px;
    color: #555;
    font: normal 10px verdana;
    border: solid 1px #818181;
    background-color: #EFEFEF;
    margin-bottom: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #ccc;
}

.cssDropDownListDescription {
    height: 17px;
    font: normal 10px verdana;
    background-color: #FFFFFF;
    margin-bottom: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #999;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #999;
}

.cssDropDownListError {
    height: 17px;
    color: #FF0000;
    font: normal 10px verdana;
    border: dotted 1px #FF0000;
    background-color: #FDFDD8;
    margin-bottom: 1px;
}

.ajax__combobox_textboxcontainer input {
    height: 15px !important;
    border: solid 1px #89A3BD;
    color: #000;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #bbb;
    font-family: verdana;
    font-size: 13px;
    text-shadow: 0px 0px 1px #999;
    top: 1px;
}

.ajax__combobox_buttoncontainer button {
    border: 1px solid #bbb !important;
    width: 25px;
}

.ajax__combobox_itemlist li {
    background-color: #EEE;
    color: #000;
    font: normal 13px verdana;
}

.cssTextBoxDefault {
    height: 15px;
    font-size: 10px;
    background-color: #FFFFFF;
    margin-bottom: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
    text-shadow: 0px 0px 1px #BBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
}
/*.cssTextBoxDefault
{
    height: 12px;
    font: normal 10px verdana;
    border: solid 1px #818181;
    background-color: #FFFFFF;
    margin-bottom: 1px;
}*/

.cssTextBoxError {
    height: 18px;
    color: #FF0000;
    font: normal 10px verdana;
    border: dotted 1px #FF0000;
    background-color: #FDFDD8;
    margin-bottom: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cssTextBoxProtected {
    height: 15px;
    border: solid 1px #89A3BD;
    color: #555;
    background-color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #bbb;
    font-family: verdana;
    font-size: 10px;
    /*text-shadow: 0px 0px 1px #999;*/
}

.cssTextBoxDescription {
    height: 12px;
    font: normal 10px verdana;
    background-color: #FFFFFF;
    margin-bottom: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
}

.divFormViewBOTools {
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
    text-align: right;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #999;
}

#divFormViewTitle {
    width: 100%;
}

.lblFormViewTitle {
    /*color: #000;
    text-align: left;
    text-decoration: none;
    font: normal 14px verdana;
    text-shadow: 0px 0px 1px #999;*/
    color: #344e94;
    text-align: left;
    text-decoration: none;
    font: bold 14px verdana;
    /*text-shadow: 0px 0px 0.1px #20305b;*/
}

#divGridViewBO {
    margin-left: 10px;
    margin-right: 10px;
    border: solid 1px #89A3BD;
    background-color: #EEE;
    color: #000;
    background-color: #DEDEDE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px black;
    -webkit-box-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 1px black;
    border: 1px solid #bbb;
    margin: 10px;
    padding: 5px;
    font-family: verdana;
    font-size: 10px;
}

.divGridViewBOTools {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border: solid 0px #89A3BD;
    background-color: #FFFFFF;
    text-align: right;
}

.pnlError {
    color: #222;
    border: dotted 1px #FF0000;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    background-color: #FC0;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-shadow: 0px 0px 3px #777;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
}

#frmClosePage {
    cursor: pointer;
    right: 20px;
    padding-left: 1px;
    padding-right: 1px;
    color: #222;
    position: absolute;
    z-index: 100;
}

    #frmClosePage img:hover {
    }

    #frmClosePage a:visited, a:hover, a:link {
        color: #79ba4e;
        text-decoration: none;
        text-shadown: 0px 0px 3px #F90;
    }

.cssBoxUpdatePanel {
    background-color: #EEE;
    color: #000;
    font-size: 12px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px black;
    -webkit-box-shadow: 1px 1px 3px black;
    box-shadow: 1px 1px 3px black;
    margin: 10px;
    padding: 5px;
    font-family: verdana;
    text-shadow: 0px 0px 1px #AAA;
}

.cssBoxMsg {
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font: bold 10px verdana;
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #999;
}

.lblTitle {
    color: #344e94;
    text-align: left;
    text-decoration: none;
    font: bold 16px verdana;
    /*text-shadow: 0px 0px 0.1px #20305b;*/
}

.lblDefault {
    color: #818181;
    text-align: left;
    text-decoration: none;
    font: normal 10px verdana;
}

.divAjustTable {
    margin-left: 10px;
    margin-right: 8px;
}

.barIndicator_poor {
    color: #FF0000;
}

.barIndicator_weak {
    color: #FF0000;
}

.barIndicator_good {
    color: #0000FF;
}

.barIndicator_strong {
    color: #0000FF;
}

.barIndicator_excellent {
    color: #006400;
}

.dragHandle {
    width: 10px;
    height: 15px;
    background-color: Black;
    background: url(../../Platypus/Imgs/Frw/Reorder/bg-menu-main.png) no-repeat;
    cursor: move;
    padding-bottom: 5px;
}

.reorderList li {
    list-style: none;
    margin: 2px;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: Black;
}

    .reorderList li a {
        color: Black !important;
        font-weight: bold;
    }

ul, li {
    margin: 0;
    padding: 0;
    border: none;
}

.divFavoriteTitle {
    border-bottom: solid 1px #344e94;
    font: normal 10px verdana;
    color: #FFFFFF;
    background-color: #75bb3d;
}

fieldset {
    border-radius: 3px;
}
