﻿
/* --------------------------------------------------------
            DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/parcelas_background.jpg);
    background-repeat: repeat; 
    background-position: top left;
    background-attachment: scroll;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 16px;
    text-align: justify;
}

/* --------------------------------------------------------
            HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #434343;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #696969;
    margin-left: 90px;
    font-family: Segoe UI;
}

h4
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #696969;
    margin-left: 98px;
    font-family: Segoe UI;
}

h5, h6
{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    font-family: Segoe UI;
    margin: 4px 0px 6px 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* --------------------------------------------------------
            PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1024px;
    background-color: #FFFFFF;
    margin: 12px auto 0px auto;
    border: 1px solid #3a4f63;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    color: #3a4f63;   
    font-weight: bold;
    font-size: 22px;
    border: none;
    line-height: 2em;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 430px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 1024px;
    height: 19px;
    background-color: #ffffff;
    color: #3a4f63;
    padding: 4px 0px 4px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #3a4f63;
    border-left: 1px solid #3a4f63;
    border-right: 1px solid #3a4f63;
}

/* --------------------------------------------------------
            TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: white;
    width:100%;
    /*height: 33px;*/
    border-top: 1px solid #3a4f63;
    border-bottom: 1px solid #3a4f63;
}

div.menu
{
    padding: 0px;
    margin-left: 0px;
    text-transform: uppercase;
   
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: white;
    color: #3a4f63;
    font-weight: bold;
    display: block;
    line-height: 1.35em;
    padding: 8px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #3a4f63;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

/* --------------------------------------------------------
        FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    padding: 1em 0px 4px 1em;
    border: 2px solid #3a4f63; 
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label, fieldset.recover label
{
    display: block;
}

fieldset.changePassword
{
    width: 260px;
    margin: 1em 0px 0px 6px;
}

fieldset.login
{
    width: 260px;
    margin: 1em 0px 4px 6px;
    text-align: left;
}

fieldset.register
{
    width: 545px;
    text-align: left; 
    margin: 4px auto 0px auto;
}

fieldset.recover
{
    width: 500px;
    text-align: left; 
    margin: 12px auto 0px auto;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    color: #3a4f63;
}

input.textEntry 
{
    width: 220px;
    border: 1px solid #3a4f63;
    height: 18px;
    font-family: Segoe UI;
    font-size: 14px;
}

input.passwordEntry 
{
    width: 220px;
    border: 1px solid #3a4f63;
    height: 18px;
    font-family: Segoe UI;
    font-size: 14px;
}

input.registerEntry 
{
    border: 1px solid #3a4f63;
    height: 18px;
    font-family: Segoe UI;
    font-size: 14px;
}

div.accountInfo
{
    width: 288px;
    margin: auto;
}

.PwdRecover 
{
    width: 100%;
    border: 1px none #3a4f63;
    color: #3a4f63;
    margin: 4px auto 12px auto;
}

.recoverButton {
    background-color: white;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
    border: 1px solid #3a4f63;
    text-align: center;
    text-decoration: none;
    color: #3a4f63;
    margin-top: 16px;
    padding: 6px 8px 6px 8px;
}

.recoverButton:link {
    color: #3a4f63;
}

.recoverButton:hover {
    background-color: #3a4f63;
    text-decoration: none;
    color: #FFFFFF;
}

/* --------------------------------------------------------
                MISCELANEOUS  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 6px;
    color: #3a4f63;
    font-weight: bold;
    width: 350px;
    float: right;
}

.loginDisplay a:link
{
    color: #3a4f63;
}

.loginDisplay a:visited
{
    color: #3a4f63;
}

.loginDisplay a:hover
{
    color: Red;
}

.failureNotification
{
    font-size: 16px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.divsubmitButton
{
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
    margin-left: 0px;
}

.submitButton
{
    background-color:white;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
    border: 1px solid #3a4f63;
    text-align: center;
    text-decoration:none;
    color: #3a4f63;
    margin-right: 4px;
    padding: 6px 8px 6px 8px;
}

.submitButton:link
{
  color:#3a4f63;  
}

.submitButton:hover
{
    background-color:#3a4f63;
    text-decoration:none;
    color:#FFFFFF;
}

.submitButton:disabled
{
    background-color:white;
    color:#b3b3b3;
    border: 1px solid #b3b3b3;
}

.CancelButton
{
    background-color:#add6ff;
    font-family: "Segoe UI";
    border: 1px #add6ff solid;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    padding: 3px 8px 5px 8px;
    margin-right: 8px;
}

.CancelButton:hover
{
    background-color:#66ff33;
    color:#465C71;
    text-decoration:none;
}

.RegisterUser, .RegisterUser:visited
{
    background-color:#33CC00;
    font-family: "Segoe UI";
    border: 1px #3a4f63 none;
    text-align: center;
    padding: 3px 8px 5px 8px;
    margin-right: 8px;
    text-decoration: none;
}

.RegisterUser:link
{
    color: white;
    text-decoration: none;
}

.RegisterUser:hover
{
    background-color:#ff0099;
    color:#465C71;
    text-decoration: none;
}

.InsereButton
{
    background-color: #008400;
    font-family: "Segoe UI";
    border: 1px #33CC00 none;
    text-align: center;
    color:#ffffff;
    padding: 2px 6px 4px 6px;
}

.InsereButton:hover
{
    background-color:#333333;
    border: 1px #66ff33 none;
    color: #ffffff;
}

.SUB_Button
{
    background-color: #333333;
    font-family: "Segoe UI";
    border: 1px #33CC00 none;
    text-align: center;
    font-weight: bold;
    color:#ffffff;
    padding: 2px 6px 4px 6px;
    margin-top: 5px;
}

.SUB_Button:hover
{
    background-color:#666666;
    border: 1px #66ff33 none;
    color: #333333;
}
.Dropdownlists
{
    background-color:#ffffff;
    font-family: "Segoe UI";
    text-align: right;
    color: #333333;
}

/* ----------------------------------------------
        AJAX TAB CONTAINER
-----------------------------------------------*/

.DSTI_TAB .ajax__tab_header
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(Tabs/tab-line.gif) repeat-x bottom;
    color: #663300;
}
.DSTI_TAB .ajax__tab_outer
{
    padding-right:4px;
    background:url(Tabs/tab-right.gif) no-repeat right;
    height:21px;
}
.DSTI_TAB .ajax__tab_inner 
{
    padding-left:3px;
    background:url(Tabs/tab-left.gif) no-repeat;
}
.DSTI_TAB .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0px;
    background:url(Tabs/tab.gif) repeat-x;
}
.DSTI_TAB .ajax__tab_hover .ajax__tab_outer 
{
    cursor:pointer;
    background:url(Tabs/tab-hover-right.gif) no-repeat right;
}
.DSTI_TAB .ajax__tab_hover .ajax__tab_inner 
{
    cursor:pointer;
    background:url(Tabs/tab-hover-left.gif) no-repeat;
}
.DSTI_TAB .ajax__tab_hover .ajax__tab_tab 
{
    cursor:pointer;
    background:url(Tabs/tab-hover.gif) repeat-x;
    color: #663300;
    font-weight: bold;
}
.DSTI_TAB .ajax__tab_active .ajax__tab_outer 
{
    background:url(Tabs/tab-active-right.gif) no-repeat right;
}
.DSTI_TAB .ajax__tab_active .ajax__tab_inner
{
    background:url(Tabs/tab-active-left.gif) no-repeat;
}
.DSTI_TAB .ajax__tab_active .ajax__tab_tab 
{
    background:url(Tabs/tab-active.gif) repeat-x;
    color:#663300;
    font-weight: bold;
}
.DSTI_TAB .ajax__tab_disabled
{
    color: #A0A0A0;
}
.DSTI_TAB .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
 /* border:1px solid #465C71; */
    border-top:0;
    padding: 8px 6px 2px 7px;
    background-color:#FFFFFF;
}

/* ----------------------------------------------
        MODAL POPUP
-----------------------------------------------*/

.ModalPopoup
{
	width: 250px;
	background-color:#455666; 
	border: solid 2px #ffffff;
	color: #cce6ff;
	font-size: small;
	padding: 30px;
	
}

.ModalBackground
{
	background-color: transparent;
	
}

/* ----------------------------------------------
        VALIDATOR CALLOUT
-----------------------------------------------*/

.DSTI_VCalloutHighlightRBL
{
    background-color:transparent;
}

.DSTI_VCalloutHighlight
{
    background-color:#7DC1FF;
}
.DSTI_VCallout div, .DSTI_VCallout td
{
    border: solid 1px Black;
    background-color: #FFFF64;
}
.DSTI_VCallout .ajax__validatorcallout_popup_table
{
    display:none;
    border:none;
    background-color:transparent;
    padding:0px;
}
.DSTI_VCallout .ajax__validatorcallout_popup_table_row
{
    vertical-align:top;
    height:100%;
    background-color:transparent;
    padding:0px;
}
.DSTI_VCallout .ajax__validatorcallout_callout_cell
{
    width:20px;
    height:100%;
    text-align:right;
    vertical-align:top;
    border:none;
    background-color:transparent;
    padding:0px;
}
.DSTI_VCallout .ajax__validatorcallout_callout_table
{
    height:100%;
    border:none;
    background-color:transparent;
    padding:0px;
}
.DSTI_VCallout .ajax__validatorcallout_callout_table_row
{
    background-color:transparent;
    padding:0px;
}
.DSTI_VCallout .ajax__validatorcallout_callout_arrow_cell
{
    padding:8px 0px 0px 0px;
    text-align:right;
    vertical-align:top;
    font-size:1px;
    border:none;
    background-color:transparent;
}
.DSTI_VCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size:1px;
    position:relative;
    left:1px;
    border-bottom:none;
    border-right:none;
    border-left:none;
    width:15px;
    background-color:transparent;
    padding:0px;
}
.DSTI_VCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height:1px;
    overflow:hidden;
    border-top:none;
    border-bottom:none;
    border-right:none;
    padding:0px;
    margin-left:auto;
}
.DSTI_VCallout .ajax__validatorcallout_error_message_cell
{
    font-family:Segoe UI;
    font-size:12px;
    color: #4e667d;
    padding:18px 5px 10px 5px;
    border-right:none;
    border-left:none;
    width:100%;
}
.DSTI_VCallout .ajax__validatorcallout_icon_cell
{
    width:6px;
    border-right:none;
    /* padding:12px 8px 8px 12px; */
}
.DSTI_VCallout .ajax__validatorcallout_close_button_cell
{
    vertical-align:top;
    padding:4px;
    text-align:right;
    border-left:none;
}
.DSTI_VCallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border:none;
    text-align:center;
    width:10px;
    padding:0px;
    cursor:pointer;
    margin: 0px 2px 0px 0px;
    background-color: transparent;
}

/*-------------------------------------------------
                  ACCORDION
---------------------------------------------- */

.AccordionHeader
{
    background-color: #999966;
    font-family: Segoe UI;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    width: 200px;
    text-align: left;
    display: none;
}

.AccordionHeader a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 6px;
}

.AccordionHeader a:hover
{
    color: #FFC83C;
}

.AccordionHeaderSelected
{
    background-color: #999966;
	font-family: Segoe UI;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    width: 200px;
    text-align: left;
    display: none;
}

.AccordionHeaderSelected a
{
	color: Orange;
	font-family: Segoe UI;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 6px;
}

.AccordionHeaderSelected a:hover
{
    color: #FFC83C;
}

/*-------------------------------------------------
                  RECAPTCHA
---------------------------------------------- */

.recaptchatable .recaptcha_image_cell
{
    background-color: transparent !important; /* reCAPTCHA widget image background color */
}

.recaptchatable .recaptcha_image_cell img
{
    border: 1px solid #3a4f63 !important; /* reCAPTCHA widget image border color */
}

#recaptcha_table
{
    background-color:#33CC33 !important; /* reCAPTCHA widget background color */
    border: 4px solid #3a4f63 !important; /* reCAPTCHA widget border color */
}

#recaptcha_response_field
{
    background-color: #FFFFFF !important; /* Text input field background color */
    border: 1px solid #3a4f63 !important; /* Text input field border color */
    height: 21px; /* Text input field height */
    vertical-align: top; /* Text input field vertical alignment */
    margin-top: 4px;
}

/* ----------------------------------------------
                LINK BUTTONS
-----------------------------------------------*/

.LBFORM, .LBFORM:visited
{
    background-color:#33CC33;
    font-family: "Segoe UI";
    border: 1px none #33CC33;
    text-decoration:none;
    text-align: center;
    margin-left: 6px;
    padding: 5px 12px 5px 12px;
}

.LBFORM:link
{
    color:#ffffff;
}

.LBFORM:hover
{
    background-color:#3a4f63;
    border: 1px none #3a4f63;
}

.LBCAPTCHA, .LBCAPTCHA:visited
{
    background-color:#0562b6;
    font-family: "Segoe UI";
    border: 1px none #0562b6;
    text-decoration:none;
    text-align: center;
    padding: 4px 0px 4px 0px;
    font-weight: bold;
}

.LBCAPTCHA:link
{
    color:#ffffff;
}

.LBUTTONS, .LBUTTONS:visited
{
    background-color:#add6ff;
    font-family: "Segoe UI";
    font-weight: bold;
    border: 1px #4e667d NONE;
    text-decoration:none;
    color: #333333;
    margin-left: 0px;
    padding: 5px 12px 5px 12px;
}

.LBUTTONS:link
{
    color:#B26B00;
}

.LBUTTONS:hover
{
    background-color:#E68A00;
    text-decoration: none;
    color: #FFFFFF;
}

.LBUTTONSSELECTED, .LBUTTONSSELECTED:visited
{
    background-color: #4c6680;
    font-family: "Segoe UI";
    font-weight: bold;
    border: 1px none #FFFFFF;
    text-decoration:none;
    color: #FFFFFF; 
    margin-left: 0px;
    padding: 5px 12px 5px 12px;
}

.LBUTTONSSELECTED:link
{
    color:#FFFFFF;
}

/* ----------------------------------------------
                PEDIDO.ASPX
-----------------------------------------------*/

div.idped
{
    font-size: 14px;
    font-weight: normal;
    font-family: Segoe UI;
    text-align: right;
}

div.idped input[type=text]
{
    border: 1px solid #434343;
    text-align: left;
    padding: 2px 4px 4px 4px;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: bold;
}

div.idped input[type=checkbox]
{
    margin-left: 4px;
}

div.idped label
{
    font-family: Segoe UI;
    font-size: 14px;
    color: #434343;
    font-weight: bold;
    margin-left: 10px;
}

.lbped
{
    font-weight: bold;
    margin-top: 20px;
}

fieldset.fspedido
{
    text-align: left;
    border: 1px solid #434343;
    margin-top: 6px;
}

fieldset.fspedido label
{
    margin-right: 40px;
}

legend.lgpedido
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    color: #434343;
}

.WZStep
{
    vertical-align: top;
    color: #434343;
    border-width: 0px;
}

.WZButton, .WZButton:visited
{
    padding: 4px 4px 6px 4px;
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 6px;
    text-align: center;
    text-decoration:none;
    background-color: white;
    border: 1px solid #3a4f63;
    font-family: Segoe UI;
    font-size: 12px;
    color: #3a4f63;
    width: 80px;
}

.WZButton:link
{
    color:#3a4f63;
}

.WZButton:hover
{
    background-color:#3a4f63;
    color: white;
}

.WZButtonGravar, .WZButtonGravar:visited
{
    padding: 4px;
    margin-left: 10px;
    text-align: center;
    text-decoration:none;
    background-color: white;
    border: 1px solid #3a4f63;
    font-family: Segoe UI;
    font-size: 12px;
    color: #3a4f63;
    width: 90px;
}

.WZButtonGravar:link
{
    color:#3a4f63;
}

.WZButtonGravar:hover
{
    background-color:#3a4f63;
    color: white;
}

.WZDDL
{
    font-family: Segoe UI;
    border: 1px solid #434343;
    font-weight: bold;
}

.WZTB
{
    border:1px solid #434343;
    text-align: right;
    font-family: Segoe UI;
    padding-right: 2px;
}

.LVMNGPAGERBT
{
    margin: 0px 6px 0px 6px;
    font-family: Segoe UI;
    text-decoration: none;
}

.LVMNGPAGERBT:link
{
    color: #FFFFFF;
}

.LVMNGPAGERBTACTIVE
{
    margin: 0px 6px 0px 6px;
    font-family: Segoe UI;
    color: #02fa2c;
    text-decoration: none;
}

.filedesc
{
    padding: 2px 4px 3px 4px;
    font-family: Segoe UI;
    font-size: 14px;
    border: 0px;
    margin-right: 6px;
}

.filepath
{
    padding: 2px 4px 3px 4px;
    font-family: Segoe UI;
    font-size: 14px;
    border: 0px;
    margin-right: 6px;
}

.filepath:link, filepath:visited
{
    color: #034af3;
}

.filepath:hover
{
    color: #FF8800;
}

.filepath:active
{
    color: #034af3;
}

p.info
{
    color: #434343; 
    text-align: left;
    margin: 8px 0px 0px 0px;
    font-size: 16px;
}

p.upload
{
    color: #434343; 
    text-align: left;
    padding: 2px 0px 0px 0px;
    margin: 0px;
}

p.rotulo
{
    color: #3a4f63; 
    text-align: center;
    margin: 0px;
    padding: 4px 0px 12px 0px;
    font-weight: bold;
    font-size: 16px;
}

p.detalhe 
{
    color: #ffffff;
    text-align: right;
    margin: 10px 0 8px 0;
    padding: 2px 6px 2px 2px;
    font-weight: bold;
    font-size: 16px;
    background-color: #3a4f63;
    border-bottom: 1px solid #3a4f63;
    border-top: 1px solid #3a4f63;
}

div.condicoes
{
    color: #434343;
    text-align: left;
    font-size: 13px;
    margin: 14px auto 0px auto;
}

div.condicoes label
{
    vertical-align: top;
}

div.condicoes2
{
    color: #434343;
    text-align: left;
    font-size: 13px;
    margin: 3px auto 0px auto;
    vertical-align: top;
}

div.end
{
    margin: 20px auto 0px auto;
    border: 2px solid #434343;
    background-color: #E8E8E8;
    font-family: Segoe UI;
    font-size: 13px;
    width: 500px;
    height: 275px;
    text-align: left;       
}

div.end div
{
    margin: 12px 10px 0px 10px;
}

div.end .lbldend
{
    margin: auto auto auto 4px;
    border: 1px none #434343;
    text-align: left;
    font-weight: bold;
}

div.end .lblend
{
    margin: auto;
    border: 1px none #434343;
    text-align: right;
    font-weight: normal;
}

.tblcriterio
{
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0;
}

.tblcriterio td
{
    margin: 0;
    padding: 4px;    
    vertical-align: middle;
}

.tblcriterio a
{
    vertical-align: top;
}

.DetailButton, .DetailButton:visited
{
    padding: 4px;
    margin: 4px;
    text-align: center;
    text-decoration:none;
    background-color: white;
    border: 1px solid #3a4f63;
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: bold;
    color:#3a4f63;
    width: 80px;
}

.DetailButton:link
{
    color:#3a4f63;
}

.DetailButton:hover
{
    background-color:#3a4f63;
    color: white;
}

/* ----------------------------------------------
                SUPORTE.ASPX
-----------------------------------------------*/
div.docs {
    font-size: 16px;
    margin: auto;
    padding: 0px;
    border: 1px solid #3a4f63;
}

div.docs ul
{
    margin-top: 10px;
    margin-bottom: 12px;
}

div.docs li
{
    margin-bottom: 8px;
    padding: 0px;
    width: auto;
    font-size: 14px;
    color: #3a4f63;
    font-weight: bold;
}

div.docs a, div.docs a:visited
{
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 6px;
}

div.docs a:hover
{
    color: #33CC33;
    text-decoration: none;
}

/* ----------------------------------------------
                BACKOFFICE
-----------------------------------------------*/

#body {
    background-color: white;
    clear: both;
    margin: auto;
    padding-bottom: 10px;
    max-width: 1360px;
    min-height: 480px;
}

.content-wrapper {
    margin: 0;
    padding: 0 10px 0 10px;
    max-width: 1360px;
    border-bottom: 1px none #3a4f63;
}

header .content-wrapper {
    padding-top: 6px;
}

.featured .content-wrapper {
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 12px 40px 20px 40px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#login {
    display: block;
    font-size: 1.1em;
    margin: 0px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

.divmenu {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 0 0 6px 0;
    text-align: left;
    vertical-align: super;
    display: inline-block;
    margin-top: 2px;
}

.divmenu a {
    color: #3a4f63;
    background-color: white;
    text-decoration: none;
    margin: 0 0 0 6px;
    padding: 4px 20px 6px 20px;
    border-radius: 10px;
    font-size: 20px;
    border: 1px solid #3a4f63;
}

.divmenu a:hover {
    color: #3a4f63;
    background-color: #d8eaf3; /*#c4e0ed;*/
    text-decoration: none;
    margin: 0 0 0 6px;
    padding: 4px 20px 6px 20px;
    border-radius: 10px;
    font-size: 20px;
}

.popupMenuMaster {
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid Black;
    width: 400px;
}

.popupMenuMaster td {
    font-family: 'Segoe UI';
    font-size: 13px;
    text-align: left;
    padding: 3px;
}

.popupMenuMaster a {
    font-family: 'Segoe UI';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.tableacesso {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tableacesso td {
    vertical-align: top;
    border: 1px none Blue;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/ 
    padding: 0px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

.clear-fix:after, .clear-fix:before {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.pageOffice {
    width: 1240px;
    background-color: #FFFFFF;
    margin: 12px auto 0px auto;
    border: 1px solid #3a4f63;
}

.footerOffice {
    width: 1240px;
    height: 19px;
    background-color: white;
    color: #3a4f63;
    padding: 4px 0px 4px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #3a4f63;
    border-left: 1px solid #3a4f63;
    border-right: 1px solid #3a4f63;
}

fieldset.registerOffice {
    width: 650px;
    text-align: left;
    margin: 20px auto 0px auto;
}

.loginOffice {
    font-size: 1.3em;
    text-align: right;
    color: #3a4f63;
    padding: 4px;
    font-weight: bold;
}

p.detalheOffice {
    color: #ffffff;
    text-align: right;
    margin: 10px 0 20px 0;
    padding: 6px 40px 8px 0;
    font-weight: bold;
    font-size: 20px;
    background-color: #3a4f63;
    border-bottom: 1px solid #3a4f63;
    border-top: 1px solid #3a4f63;
}

.RegisterText {
    text-align: center;
    padding: 1px 4px 3px 4px;
    margin: 0 4px 10px 0;
    font-size: 16px;
    font-family: 'Segoe UI';
    background-color: lightgoldenrodyellow;
}

.RegisterTextRead {
    text-align: center;
    padding: 1px 4px 3px 4px;
    margin: 0 4px 10px 0;
    font-size: 16px;
    font-family: 'Segoe UI';
    background-color: #DADADA;
}

.DetailButtonOffice, .DetailButtonOffice:visited
{
    padding: 6px;
    margin: 6px;
    text-align: center;
    text-decoration:none;
    background-color: white;
    border: 1px solid #3a4f63;
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: bold;
    color:#3a4f63;
    width: 80px;
    border-radius: 8px;
}

.DetailButtonOffice:link
{
    color:#3a4f63;
}

.DetailButtonOffice:hover
{
    background-color:#3a4f63;
    color: white;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 26px 0 10px 0;
    padding-left: 45px;
    font-size: 18px;
}
    
ol.round h5 {
    font-size: 20px;
    text-align: left;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

.MenuSettings
{
    margin: 0 auto 0 auto;
    border: 2px solid Black;
    border-radius: 14px;
}

.MenuSettings td
{
    font-family: 'Segoe UI';
    font-size: 15px;
    text-align: left;
    padding: 5px 5px 5px 10px;
}

.DDLNames {
    text-align: left;
    padding: 1px 4px 3px 4px;
    margin: 0;
    font-size: 14px;
    font-family: 'Segoe UI';
    background-color: lightgoldenrodyellow;
}

.CreateUserErrors {
    font-size: 16px;
    color: Red;
    font-family: 'Segoe UI';
    display: inline;
    margin-left: 10px;
    font-style: italic;
    vertical-align: middle;
    border: 1px none Green;
}

.CollapseRequisitos {
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: left;
    margin: 12px 0 0 0;
    padding: 8px;
    min-height: 20px;
    border-radius: 10px;
    border: 1px solid #3a4f63;
}

.CollapseRequisitos table {
    width: 100%;
}

.CollapseRequisitos td {
    background-color: transparent;
    font-weight: normal;
    margin: 0;
    padding: 0;    
    color: black;    
    min-width: 185px;
}

.CollapseRequisitos div.panelitem {
    text-align: left; 
    margin: 6px; 
    padding: 4px; 
    background-color: transparent;
    border-radius: 10px;
    border: 1px dashed #3a4f63;
}

.CollapseRequisitos div {
    background-color: transparent;    
    text-align: left; 
    margin: 6px; 
    padding: 4px; 
}

.CollapseRequisitos div img {
    margin: 12px 0 0 0; 
    opacity: 0.5; 
    filter: alpha(opacity=50);
}

.CollapseRequisitos div td {
    margin: 0;
    padding: 0;
    min-width: 70px;
    vertical-align: middle;
    font-size: 12px;
    font-family: Segoe UI;
    border: 1px none Red;
}

.CollapseRequisitos div span {
    margin: 2px;
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
    font-family: Segoe UI;
    font-weight: bold;
}

.divlink {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: left;
    margin: 10px auto 10px auto;
}

.divlink fieldset {
    margin: 0px;
    text-align: left;
    display: block;
    padding: 12px;
}

.divlink fieldset legend {
    display: block;
    font-size: 14px;
    color: #3a4f63;
    margin-left: 30px;
    padding: 0px 6px 0px 6px;
}

/* ----------------------------------------------
            VIDEO.ASPX
-----------------------------------------------*/

.welcome_vid {
    display: block;
    margin: 10px auto 20px auto;
    width: 95%;
    height: auto;
    padding: 12px;
    border: 3px dashed Black;
}

/* ----------------------------------------------
            MONTARIAS.ASPX
-----------------------------------------------*/

.LVTeletrabalho {
    table-layout: fixed;
    font-weight: bold;
}

.LVTeletrabalho th {
    border-bottom: 1px solid #3a4f63;
    border-top: 1px solid #3a4f63;
    font-size: 13px;
    background-color: white;
    color: #3a4f63;
    padding: 4px;
}

.LVTeletrabalho td {
    font-size: 13px;
    padding: 6px 4px;
    border-bottom: 1px solid #3a4f63;
    color: #3a4f63;
}

.LVTeletrabalho tr {
    font-family: 'Segoe UI';
    background-color: lightcyan;
}

.LVTeletrabalho input[type=text] {
    padding: 4px 2px;
    border: 1px solid #3a4f63;
    margin: 0;
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: lightyellow;
    color: #3a4f63;
}

.LVTeletrabalho span {
    padding: 4px 2px;
    margin-left: 10px;
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #3a4f63;
}

.LVTeletrabalho select {
    padding: 4px 2px 3px 2px;
    border: 1px solid #3a4f63;
    margin: 0;
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    background-color: lightyellow;
    color: #3a4f63;
}

.LVMontarias {
    color: #3a4f63;
    font-size: 13px;
    margin: 10px auto 20px auto;
}

.LVMontarias td {
    color: #3a4f63;
    font-size: 13px;
    border-top: 1px none #3a4f63; 
}

.LVMontarias th {
    color: #3a4f63;
    font-size: 13px;
    border-bottom: 1px solid #3a4f63; 
    border-top: 1px solid #3a4f63;
}

.LVMONTPAGER {
    margin: 0px 6px 0px 6px;
    font-family: Segoe UI;
    text-decoration: none;
}

.LVMONTPAGER:link {
    color: #3a4f63;
}

.LVMONTPAGERACTIVE {
    margin: 0px 6px 0px 6px;
    font-family: Segoe UI;
    color: Orange;
    text-decoration: none;
}

/* ----------------------------------------------
    AJAX CALENDAR EXTENDER
-----------------------------------------------*/

.RJAAR_Calendar .ajax__calendar_container {
    border: 1px solid #000000;
    background-color: #FAFAFA;
    width: 175px;
}

.RJAAR_Calendar .ajax__calendar_header {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #9F9F9F;
    font-weight: normal;
    text-shadow: 0px 0px 2px #D3D3D3;
    height: 20px;
}

.RJAAR_Calendar .ajax__calendar_title,
.RJAAR_Calendar .ajax__calendar_next,
.RJAAR_Calendar .ajax__calendar_prev {
    color: #004080;
}

.RJAAR_Calendar .ajax__calendar_body {
    width: 175px;
    height: 139px;
    position: relative;
}

.RJAAR_Calendar .ajax__calendar_dayname {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    color: Red;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    background-color: #EDEDED;
    border: solid 1px #D3D3D3;
    text-transform: uppercase;
    margin: 1px;
}

.RJAAR_Calendar .ajax__calendar_day {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    border: solid 1px #E0E0E0;
    text-transform: uppercase;
    margin: 1px;
    width: 17px !important;
    color: #000000;
    height: 15px;
}

.RJAAR_Calendar .ajax__calendar_hover .ajax__calendar_day,
.RJAAR_Calendar .ajax__calendar_hover .ajax__calendar_month,
.RJAAR_Calendar .ajax__calendar_hover .ajax__calendar_year,
.RJAAR_Calendar .ajax__calendar_active {
    color: red;
    font-weight: bold;
    background-color: #ffffff;
}

.RJAAR_Calendar .ajax__calendar_year {
    border: solid 1px #E0E0E0;
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 1px;
    height: 40px;
}

.RJAAR_Calendar .ajax__calendar_month {
    border: solid 1px #E0E0E0;
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 1px;
    height: 40px;
}

.RJAAR_Calendar .ajax__calendar_today {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    text-transform: uppercase;
    margin: 1px;
    color: #6B6B6B;
    border: 1px solid Red;
}

.RJAAR_Calendar .ajax__calendar_other {
    background-color: #E0E0E0;
    margin: 1px;
    width: 17px;
    color: #9F9F9F;
}

.RJAAR_Calendar .ajax__calendar_hover .ajax__calendar_today,
.RJAAR_Calendar .ajax__calendar_hover .ajax__calendar_title {
}

.RJAAR_Calendar .ajax__calendar_footer {
    width: 175px;
    border: none;
    height: 20px;
    vertical-align: middle;
    color: #000000;
}

p.infomontarias {
    color: #3a4f63;
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
    text-align:justify;
    font-weight: bold;
    line-height: 150%;
}

span.matilha {
    color: #3a4f63;
    text-align: left;
    width: auto;
    margin: 0 0 0 10px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    background-color: white;
    position: relative;
    top: -12px;
    border: 1px none Red;
}

