html
{
    font: 10pt IBM Plex Sans, verdana;
}
body
{
    padding: 0px;
    margin: 0px;
}

#page
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.crmHome
{
   width: 100%;
    
}

#LogoImpressao
{
    display:none;
}


#header
{
    position: absolute;
    left: 0px;
    right: 0px;
    height: 25px;
}

#logo1
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    width: 170px;
    overflow: hidden;
}

#bar
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 140px;
    left: 400px;
    overflow: hidden;
    text-align: center;
    font-size: 8pt;
    padding-top: 2px;
}

#bar a
{
    text-decoration: none;
}

#bar a img
{
    vertical-align: middle;
    margin-right: 2px;
    border: none;
}
#bar a:hover
{
    text-decoration: underline;
}

#logo2
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    width: 130px;
    overflow: hidden;
    text-align: right;
}

#content
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 35px;
    bottom: 10px;
    border: 2px solid;
    border-bottom: 5px solid;
}

#tab
{
    position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    padding-left: 10px;
}

#tab div
{
    position: relative;
    top: -8px;
    float: left;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    width: 100px;
    margin-left: 5px;
    overflow: hidden;
    font-size: 9pt;
	cursor: pointer;
}

#tab div.selected
{
    height: 35px;
}

#tab div.hover
{
    cursor: pointer;
}

#menu
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    height: 30px;
    padding-left: 25px;
}

#menu div
{
    position: relative;
    top: 2px;
    float: left;
    height: 22px;
    width: 70px;
    overflow: hidden;
    margin-left: 5px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 9px;
}

#menu div.selected
{
    height: 24px;
    top: 0px;
}

#menu div:hover
{
    cursor: pointer;
}

#main
{
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#left
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 200px;
}

#info
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    padding: 5px;
    font-size: 8pt;
}

#center
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 10px;
}

#center h1
{
    font-size: 11pt;
    margin: 0px;
    padding-left: 5px;
    
}
#divcphtitulo1
{
    
    margin: 0px;
    padding-left: 5px;
    
}


#center table
{
    border-collapse: collapse;
    width: 100%;
}

#center table caption
{
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    border: 1px solid;
    background: top url(table.caption.png) repeat-x;
    padding: 5px;
}

#center table thead th
{
    font-size: 7pt;
    text-align: left;
    padding: 5px;
}

#center table tbody tr th
{
    font-size: 8pt;
    padding: 5px;
}
/*altura da tabela*/
#center table tbody tr td
{
    font-size: 8pt;
    padding-left: 5px;
	padding-right: 5px;
	height:18px;
}



#center table tfoot th
{
    font-size: 8pt;
    text-align: left;
    padding: 5px;
}

#right
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 200px;
    overflow: hidden;
}

#collapse
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 10px;
}

#side
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 170px;
    padding: 10px;
    overflow:auto
}

#side dl
{
    margin: 0px;
    border: 1px solid;
    overflow: hidden;
}

#side dt
{
    padding: 5px;
    font-size: 10pt;
}

#side dt a
{
    text-decoration: none;
    display: block;
}

#side dd
{
    margin: 0px;
    padding: 5px;
    margin-left: 3px;
}

#side dd label
{
    display: block;
    font-size: 8pt;
    font-weight: normal;
    width: 768px;
}



#submenu
{
    position: absolute;
    width: 140px;
    font-size: 8pt;
    display: none;
}
#submenu a
{
    padding: 5px;
    display: block;
    text-decoration: none;
}
#submenu a:hover
{
}

#errorOverlay
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
#error
{
    display: none;
    position: absolute;
    left: 100px;
    top: 100px;
    right: 100px;
    height: 290px;
    border: 4px solid;
    padding: 20px;
    overflow: auto;
}
#error label
{
    display: none;
    padding: 10px;
}
#error a
{
    text-decoration: none;
    font-size: 10pt;
}
#error a:hover
{
    text-decoration: underline;
}
#error big
{
    display: block;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
}
#error button
{
    border: none;
    font-size: 14pt;
    margin-top: 10px;
}

#ui-datepicker-div
{
    z-index: 10000;
}


div.formField
{
    margin-bottom: 3px;
}

div.formField div.label
{
    font-size: 10pt;
}

div.formField div.field
{
    font-size: 10pt;
}


a.button { cursor:pointer; text-transform:uppercase; float:left; font-size:7pt; line-height:8pt; height:20px; margin-right:10px; padding:0px; font-family:"IBM Plex Sans"; font-size:0.7em; letter-spacing:0.1em; }

a.button:hover { }

	a.button span { height:20px; width:20px; float:left; margin-top:1px; margin-right:1px; }
	
	a.button:hover span { }
	
	a.button div {float:left; margin-top:1px}

.botaoContatos
{
    margin-right:0 !important;
}