/**
 * Author: Christian GEORGESCU.
 * $Author$
 * $Date$
 * $Revision$
 */

html, body {
    height: 100%;
}

a.treeviewfilter:visited {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000
}

a.treeviewfilter:link {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #5d5e68;
    font-weight: bold;
}

a.treeviewfilter:visited {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000
}

.treeviewfilteron {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #5d5e68;
    font-weight: normal;
    font-style: normal;
    background: #00FF00;
}

.treeviewfilteroff {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #5d5e68;
    font-weight: normal;
    font-style: normal;
    background: #FFFFFF;
}

.treeviewselected {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: white;
    background: #0a246a;
    font-weight: normal;
    font-style: normal
}

.treeview {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #5d5e68;
    font-weight: normal;
    font-style: normal
}

.treeviewBlue {
    font-size: 1.2rem;
    color: #000;
}

a.treeview:visited {
    color: #000;
}

a.treeview-addLink {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

a.treeview-addLink:link {
    color: #0046af;
}

a.treeview-addLink:visited {
    color: #0046af;
}

.dataset {
    font-size: 14pt;
    color: #5d5e68;
    font-family: "open_sansregular", Arial, sans-serif;
    font-weight: bold;
}

.gridtable th {
    /*background: #33cccc;*/
    background: #999;
    color: #fff;
    font-weight: 700;
    /*text-align: left;*/
}

.gridtable td {
    text-align: right;
}

.gridtable td.corner {
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.gridtable td.hc {
    /*background: #33cccc;*/
    background: #999;
    font-weight: 700;
    text-align: left;
    color: #fff;
    /*width:100%;*/
}

.gridtable td.hc a {
    color: #fff;
}

.gridtable td.hcNode {
    width: 16px;
    cursor: hand;
}

.gridtable td.hcChk {
    /*background: #33cccc;*/
    background: #999;
    font-weight: 700;
    text-align: right;
}

.gridtable {
    color: #5d5e68;
    /*color: windowtext;*/
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1px;
    font-weight: normal;
    font-size: 10pt;
    vertical-align: middle;
    text-align: center;
    padding-top: 1px;
    font-style: normal;
    font-family: "open_sansregular", Arial, sans-serif;
    white-space: nowrap;
}

.lobgridtable th {
    /*background: #33cccc;*/
    background: #999;
    font-weight: 700;
    text-align: left;
    border: 1px solid #C0C0C0;
    vertical-align: bottom;
}

.lobgridtable th.first {
    border-top: 2px solid #808080;
}

.lobgridtable td {
    text-align: right;
}

.lobgridtable {
    color: windowtext;
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1px;
    font-weight: normal;
    font-size: 10pt;
    vertical-align: middle;
    text-align: center;
    padding-top: 1px;
    font-style: normal;
    font-family: arial, sans-serif;
    white-space: nowrap;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    border-collapse: collapse;
}

/* Tooltip style */
.tooltip {
    position: absolute;
    padding: 4px;
    border: 1px solid black;
    display: none;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    /*background-color: #FFFF99;*/
    background-color: #FFF;
    color: #000000;
    z-index: 100;
}

.groupopt {
    color: #A52A2A;
}

.aggopt {
    color: #0000FF;
    font-size: 1.2rem;
}

.aggopts {
    color: #0000FF;
    background-color: #FFFF99;
    font-size: 1.2rem;
}

.fopt {
    color: #cc6600;
    font-size: 1.2rem;
}
/* EZY-780 EASY2016: Task 4, Subtask 3 - Extension of aggregates and formulas selection */
.foptsys {
    color: #cc6600;
    background-color: #FFFF99;
    font-size: 1.2rem;
}

.codeopt {
    font-size: 1.2rem;
}

.smallfont {
    font-size: 8pt;
    font-style: normal;
    font-family: "open_sansregular", Arial, sans-serif;
    white-space: nowrap;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color: #464650;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0;
}

table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
}

/* Clicable tables */
table.selectable a.sortheader {
    background-color: #464650;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0;
}

table.selectable span.sortarrow {
    color: black;
    text-decoration: none;
}

table.selectable .on {
    background-color: #FFFFFF;
}

table.selectable .off {
    background-color: #FFFFFF;
}

table.selectable .hover {
    background-color: #999;
}

table.selectable .click {
    background-color: #FFFF00;

}

table.alternate .on {
    background-color: #FFFFFF;
}

table.alternate .off {
    background-color: #EEEEFF;
}

table.alternate .highlight {
    background-color: #FFDDDD;
    font-family: "open_sansregular", Arial, sans-serif;
    color: black;
    font-weight: normal;
    font-style: normal
}

table.alternate .header {
    background-color: #999;
    font-family: "open_sansregular", Arial, sans-serif;
    color: black;
    font-weight: bold;
    font-style: normal
}

table.alternate .treeviewheader {
    background-color: #999;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 80%;
    color: black;
    font-weight: bold;
    font-style: normal
}

table.alternate .text2 {
    font-family: "open_sansregular", Arial, sans-serif;
    color: black;
    font-weight: normal;
    font-style: normal
}

table.alternate .nav {
    background-color: #FFF;
    font-family: "open_sansregular", Arial, sans-serif;
    color: black;
    font-weight: normal;
    font-style: normal
}

.copyright {
    font-weight: 500;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 8pt;
}

.headerinfoitem {
    color: red;
    font-size: 10pt;
    font-weight: normal;
    font-family: "open_sansregular", Arial, sans-serif;
    background: white;
}

/* ARA - floating navigation bar */
div#topbar {
    position: absolute;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: visible;
    z-index: 100;
}

/* ARA - data/metadata display divs */
div#leftDiv {
    text-align: left;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
}

div#rightDiv {
    text-align: left;
    position: relative;
    width: 100%;
    top: 0px;
    right: 0px;
}

/* Slice navigation styles */

.slicenav td {
    border: 1px solid #C8C8C8
}

.slicenav td.def {
    background-color: #FFFFFF;
}

.slicenav td.current {
    background-color: #87CEFA;
}

.slicenav td.mouseOv {
    background-color: #0000FF;
    cursor: hand;
}

.slicenav td.header {
    text-align: center;
    border: 1px solid #C8C8C8;
    background-color: #E8E8E8;
}

.slicenav td.corner {
    border-left-color: #FFFFFF;
    border-top-color: #FFFFFF
}

.slicenav {
    border-collapse: collapse
}

a.attobjitemsel {
    background-color: #FFF;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #5d5e68
}

a.attobjitemsel:visited {
    background-color: #FFF;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #5d5e68
}

a.attobjitemunsel:link {
    background-color: white;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #5d5e68
}

a.attobjitemunsel:visited {
    background-color: white;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #5d5e68
}

/* style for highlighted text (for example, search result term highlighting) - used by AutoQuery */
.highlight {
    font-weight: bold
}

button.clean-gray {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    color: #333;
    font: bold 11px/1 "open_sansregular", Arial, sans-serif;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    width: 150px;
}

button.clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    cursor: hand;
    text-shadow: 0 1px 0 #ddd;
}

button.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.clr {
    clear: both;
}

.invisible {
    display: none;
}

#newsContainer {
    float: left;
    width: 400px;
    height: 450px;
    position: relative;
    background: #fff;
    border: 2px solid #D4D4D4;
    overflow: hidden;
}

#newsContainer .news-header {
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #D4D4D4;
    height: 48px;
}

#newsContainer #newsSpinner {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 35px;
    height: 35px;
    z-index: 99;
    background: #FFF;
}

#newsContainer #newsPage {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    z-index: 98;
    color: #000;
    font-size: 10px;
    text-align: right;
}

#newsContainer .news-header-inner {
    padding: 13px;
}

#newsContainer .news-header-title {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #5d5e68!important;
}

#newsContainer .newsTitle {
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

#news-content-table {
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 97;
}

#newsContainer .newsItem {
    border-bottom: 1px solid #D4D4D4;
    max-height: 59px;
    background: #FFF;
}

#newsContainer .newsItem:hover, #newsContainer .newsItemHover {
    background-color: #f5f5f5;
}

#newsContainer .newsImage {
    float: left;
    width: 60px;
    height: 59px !important;
    text-align: center;
    vertical-align: middle;
}

#newsContainer .newsImage img {
    margin-top: 4px;
}

#newsContainer .newsTitle {
    margin-left: 60px;
    /*padding: 3px;*/
    color: #000;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 12px;
    position: relative;
}

#newsContainer .newsTitle p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    height: 24px;
}

#newsContainer .newsTitle p a {
    white-space: nowrap;
}

#newsContainer .newsDateAndDetails {
    width: 100%;
}

#newsContainer .newsDate {
    margin-left: 0;
    float: right;
    font-size: 10px;
    text-align: right;
    padding-top: 2px;
    padding-right: 3px;
    color: #999;
    font-weight: normal;
    width: 45%;
}

#newsContainer .newsDetails {
    margin-left: 0;
    float: left;
    font-size: 10px;
    text-align: left;
    /*padding-top: 2px;*/
    padding-right: 3px;
    color: #999;
    font-weight: normal;
    width: 45%;
}

#newsContainer .news-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #D4D4D4;
    padding: 5px 0 6px 0;
    z-index: 96;
    background: #fff;
}

#newsContainer .news-buttons {
    width: 30px;
}

#newsContainer #newsOverlay {
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 98;
    height: 400px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#datasetsTreeContainer {
    border: 2px solid #D4D4D4;
    height: auto !important;
    height: 450px;
    min-height: 450px;
    text-align: center;
}

#newsPublishing {
    width: 80%;
    margin-left: 50px;
    font-size: 80%;
    text-align: left;
    padding-top: 2px;
    padding-right: 3px;
    color: blue;
}

.text0 {
    font-family: "open_sansregular", Arial, sans-serif;
    /*font-size: 70%;*/
    color: black;
    font-weight: normal;
    font-style: normal
}

.text1 {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 93%;
    color: black;
    font-weight: normal;
    font-style: normal
}

.text1-b {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 93%;
    font-weight: bold;
    font-style: normal
}

.menutext {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #5d5e68;
    font-weight: normal;
    font-style: normal
}

.menutext-b {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;
    font-style: normal
}

.text2, .description {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: black;
    font-weight: normal;
    font-style: normal
}

.text2-b {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    background-color: #464650;
}
