﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #E6E6E6;
    font-size: 0.80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #1570a6;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    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.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    background-image: url('../Images/fundo_page.png');
    background-position: right 110px;
    background-repeat: no-repeat;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    height: 70px;
    background-image: url('../Images/img_cab.png');
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

ine-height: normal;


li
{
    list-style: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
}   

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 0em 1em 1em 1em;
    border: 1px solid #ccc;
    text-align: center;
}

er: 1px solid #ccc;


fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
}

.loginDisplay
{
    display: block;
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding-top: 10px;
    padding-right: 4px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Tabelas
----------------------------------------------------------*/

.cel_50px_right
{
    width: 50px;
    text-align: right;
}

.cel_100px
{
    width: 100px;
}

.cel_150px
{
    width: 150px;
}

.cel_150px_center
{
    width: 150px;
    text-align: center;
}

.cel_200px
{
    width: 200px;
}

.cel_50_center
{
    width: 50%;
    text-align: center;
}

.cel_50_left
{
    width: 50%;
    text-align: left;
}

.cel_25_center
{
    width: 25%;
    text-align: center;
}

.cel_left
{
    text-align: left;
}

/* Grid View
----------------------------------------------------------*/

.header_gv
{
    background-image: url('../Images/header_gv.png');
    background-repeat: repeat-x;
    background-position: left;
}

.pager_gv
{
    background-image: url('../Images/pager_gv.png');
    background-repeat: repeat-x;
    background-position: left;
}

.linhas_gv
{
    background-color: #FFFFFF;
}

.linhas_gvAlter
{
    background-color: #EFEFEF;
}

.linhas_gvPopup
{
    cursor: pointer;
    background-color: #FFFFFF;
}

.linhas_gvPopupAlter
{
    cursor: pointer;
    background-color: #EFEFEF;
}

.linhas_gvPopup:hover, .linhas_gvPopupAlter:hover
{
    text-decoration: underline;
    background-color: #DFDFDF;
}

.footer_gv
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFCC;
}

/* Botões
----------------------------------------------------------*/
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    padding: 4px 0px 3px 5px;
    border: 0px currentColor;
    width: 240px;
    height: 16px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    background-image: url('../Images/header_gv.png');
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    border: 0px currentColor;
    width: 23px;
    height: 23px;
    background-image: url('../Images/baixo.png');
}

.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: rgb(15, 37, 67);
    background-color: rgb(239, 239, 239);
}

.button
{
    color: #fff;
    padding: 0px 8px 0px 8px;
    border: 1px solid #3079ed;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background-color: rgb(77, 144, 254);
}

.button:hover
{
    color: #fff;
    border: 1px solid ##2f5bb7;
    background-color: rgb(53, 122, 232);
}

.buttonVerde
{
    color: #fff;
    padding: 0px 8px 0px 8px;
    border: 1px solid #459849;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background-color: rgb(85, 177, 89);
}

.buttonVerde:hover
{
    color: #fff;
    border: 1px solid #3A813E;
    background-color: rgb(73, 158, 78);
}

.buttonCastanho
{
    color: #fff;
    padding: 0px 8px 0px 8px;
    border: 1px solid #996633;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background-color: rgb(140, 100, 60);
}

.buttonCastanho:hover
{
    color: #fff;
    border: 1px solid #996633;
    background-color: rgb(115, 82, 50);
}

.buttonLaranja
{
    color: #fff;
    padding: 0px 8px 0px 8px;
    border: 1px solid #D58B1E;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background-color: rgb(228, 160, 58);
}

.buttonLaranja:hover
{
    color: #fff;
    border: 1px solid #BB7A1A;
    background-color: rgb(211, 138, 29);
}

.buttonCinza
{
    color: #444455;
    padding: 0px 8px 0px 8px;
    border: 1px solid #DCDCDC;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    background-color: rgb(245, 245, 245);
}

.buttonCinza:hover
{
    color: #444444;
    border: 1px solid #C6C6C6;
    background-color: rgb(248, 248, 248);
}

.btnAssistGer a
{
    display: block;
    background: url('../Images/assist_ger.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnAssistGer a:hover
{
    background: url('../Images/assist_ger_h.png');
}

.btnAssistServ a
{
    display: block;
    background: url('../Images/assist_serv.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnAssistServ a:hover
{
    background: url('../Images/assist_serv_h.png');
}

.btnManCli a
{
    display: block;
    background: url('../Images/cli.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManCli a:hover
{
    background: url('../Images/cli_h.png');
}

.btnManAssistRel a
{
    display: block;
    background: url('../Images/assist_rel.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManAssistRel a:hover
{
    background: url('../Images/assist_rel_h.png');
}

.btnManActiv a
{
    display: block;
    background: url('../Images/activ.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManActiv a:hover
{
    background: url('../Images/activ_h.png');
}

.btnManRevend a
{
    display: block;
    background: url('../Images/revend.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManRevend a:hover
{
    background: url('../Images/revend_h.png');
}

.btnManProj a
{
    display: block;
    background: url('../Images/proj.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManProj a:hover
{
    background: url('../Images/proj_h.png');
}

.btnManTecnic a
{
    display: block;
    background: url('../Images/tecnic.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManTecnic a:hover
{
    background: url('../Images/tecnic_h.png');
}

.btnConfig a
{
    display: block;
    background: url('../Images/configurar.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnConfig a:hover
{
    background: url('../Images/configurar_h.png');
}

.btnManLic a
{
    display: block;
    background: url('../Images/lic.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnManLic a:hover
{
    background: url('../Images/lic_h.png');
}

.btnMapaAssistGer a
{
    display: block;
    background: url('../Images/mapa_assist_ger.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnMapaAssistGer a:hover
{
    background: url('../Images/mapa_assist_ger_h.png');
}

.btnMapaAssistServ a
{
    display: block;
    background: url('../Images/mapa_assist_serv.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnMapaAssistServ a:hover
{
    background: url('../Images/mapa_assist_serv_h.png');
}

.btnMapa a
{
    display: block;
    background: url('../Images/mapa.png');
    text-decoration: none;
    width: 48px;
    height: 48px;
}

.btnMapa a:hover
{
    background: url('../Images/mapa_h.png');
}

/* Accordion
----------------------------------------------------------*/

.accordion
{
    width: 100%;
}

.accordionHeader
{
    background-position: right;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #35598E;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('../Images/expandir_b.png');
    background-repeat: no-repeat;
}

.accordionHeaderSelected
{
    background-position: right;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('../Images/encolher_b.png');
    background-repeat: no-repeat;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Outros   
----------------------------------------------------------*/

.links_imagens
{
    border-width: 0px;
}

.sep
{
    background-repeat: no-repeat;
    background-position: left;
    background-image: url('../Images/sep.png');
}

.fundo_icones_man
{
    background-image: url('../Images/fundo_icones_man.png');
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 15px;
    width: 100%;
}

.fundo_icones_proc
{
    background-image: url('../Images/fundo_icones_proc.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 15px;
    width: 100%;
}

.tree_view
{
    overflow: auto;
    width: 300px;
    height: 330px;
}

.collapsePanelHeader
{
    width: 100%;
    height: 30px;
    background-image: url('../Images/fundo_icones_man.png');
    background-repeat: repeat-x;
}

.collapsePanel
{
    background-color: white;
    overflow: hidden;
}

.btnInserir
{
    background-image: url('../Images/inserir.png');
}

.btnGravar
{
    background-image: url('../Images/inserir_desactivo.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.btnCancelar
{
    background-image: url('../Images/inserir_desactivo.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.btnFiltrar
{
    background-image: url('../Images/filtrar.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.modalpopup
{
    border: 1px solid #999999;
    background-color: #F2F2F2;
}

.modalpopup_top
{
    background-color: #CCCCCC;
}

.cx_info
{
    padding: 5px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #C0C0C0;
}

.cx_white
{
    padding: 5px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 1px #C0C0C0;
}

g: 5px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 1px #C0C0C0;
}

.txt_disable_click
{
    border: 1px solid #C0C0C0;
    background-color: #ECF5FD;
    color: #666666;
    cursor: pointer;
}

.id_box
{
    border: 1px dashed #C0C0C0;
    background-color: #FFFF99;
    text-align: center;
}

.UserTableClass {
    color: Black;
    text-decoration: none;
}