﻿/* HIG DATA CONTROLS */


/* [D1] TABLE / GRID ELEMENTS */


.grid {
    color:#444;
    font-size:12px;
}

.grid thead tr {
    background-color:#eaecee;
    margin:0 10px 20px;
}

.grid th {
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    padding:14px 24px;
}
.grid tbody tr {
    border-bottom:1px solid #eaecee;
}

.grid tbody td {
    padding:14px 24px;
}

.grid .sub-header {
    background:none;    
    border-bottom:2px dashed  #eaecee;
    color:#b3b3b3;
    font-size:12px;
    font-weight:bold;
}
.grid .sub-header td {
    padding:14px 24px;
    text-align:center;
}

.grid td.center {text-align:center;}
.grid td.left {text-align:left;}
.grid td.right {text-align:right;}



/* [D2.1] VISUALIZATION WINDOW ELEMENTS */



/* [D2.2] LINE GRAPH ELEMENTS */



/* [D2.3] BAR CHART ELEMENTS */



/* [D2.34] PACING GADGET ELEMENTS */



