﻿
/* /--Inserted in the upgrade to 8.0.0.0--\ */

@import url("/RichWidgets/upgradeTo8000.css?14455");

/* \--Inserted in the upgrade to 8.0.0.0--/ */
/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body,
select,
textarea,
input,
td,
th {
    text-align: left;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    margin: 0px;
}

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;
    text-decoration: underline;
}

input {
    padding: 1px 0px 1px 0px;
}

input[disabled='disabled'] {
    background: ButtonFace;
    cursor: text;
}


input[type='text'][readonly]{
    background: #EAEAEA; 
}

input[type=radio],
input[type=checkbox] {
    margin: 0px;
    vertical-align: bottom;
}

input[type=file] {
    height: 21px;
    vertical-align: bottom;
}

textarea {
    margin-top: 2px;
    *margin-top: 0px;
}

table {
    border-collapse: separate;
    empty-cells: show;
}

p{
    line-height: 20px;
    text-align: justify;
}

a {
    cursor: pointer;
}

a,
a:link,
a:visited {
    color: #1F5BA4;
}

a[disabled='disabled'] {
    color: ButtonShadow;
}

img {
    vertical-align: text-bottom;
    border-width: 0px;
    border: 0px;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/

a, 
a:link, 
a:visited{
    /*color: #3C3B3B;*/
    color: #005587;
    cursor: pointer;
    /*font-weight: bold;*/
    text-decoration: none;
}

a:hover {
   /* color: #CC3300;*/
   color: #29A8EF;
}

h1 {
    color: #005B86;
    font-size: 17px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-size: 17px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #29A8EF;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    margin: 0;
    padding: 3px 0;
    word-wrap: break-word;
    color: #29A8EF;
}

.Text_Note {
    color: #888888;
    font-size: 11px;
}

.Invisible { 
    display: none;
}

.PagePrinting{
    height: 1090px;
}

.MicroPageTableContainer table thead td{
    border: 1px solid #E9E9E9;
}

.MicroPageTableContainer .YearCell {
    border: 1px solid #BFBFBF;
    height: 20px;
    min-width: 85px;
    padding: 3px 7px;
    width: 85px;
    vertical-align: top;
    text-align: center;
}

.MicroPageTableContainer .HeaderYear{
    background: none repeat scroll 0 0 #EEEEEE;
}

.MicroPageTableContainer .ValueCell{
    border: 1px solid #BFBFBF;
    min-width: 149px;
    padding: 3px 7px;
    width: 149px;
    empty-cells: show;
    height: 20px;
    text-align: center;
    word-wrap: normal;
}

.MicroPageTableContainer .PairLine{
    background: none repeat scroll 0 0 #EDEDED;
}

.MicroPageTableContainer img{
    cursor: pointer;
}

.MicroPageTableContainer table{
    border: 1px solid #BFBFBF;
}

.Workspace_Body_Left
{
    width: 243px;
    min-height: 899px;
    background-color: #EFEFEF;
    border-right: 1px solid #C5C5C5;
    float: left;
}

.Workspace_Body_Right
{
    width: calc(100% - 245px); 
    height: 899px;
    background-color: #FFFFFF;
    float: left;
}
.Workspace_Body_Right .Workspace_ScrollableChart
{
    margin-botton: 12px;
    width: 1000px; 
    height: 870px;
    overflow: auto;
}

.Workspace_DataPopup{
    left: 257px;
    position: absolute;
    top: 288px;
    z-index: 1000;
}


/********* para apagar depois do restyling activo ******/

.SiteGeneric_Frame {
    background-color: #FFF;
    padding: 10px;
}

.Popup_Content{
    background-color: #FFF;
    padding: 10px;
}
