.block-ca_common {
    text-align:right;
}

.image-align {
    text-align: center;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
}

a.info:hover{z-index:25;}

a.info span{
    display: none;
    text-decoration:none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:10em;
    border:1px solid #aaa;
    background-color:#fff; color:#000;
    text-align: center;
    text-decoration:none;
}

.uni_alarms {
    visibility: hidden;
    height: 0px;
    
    border: 1px solid #dd7777;
    background-color: #ffffff;
    background-image: none;
    color: #b8d3e5;
}

.uni_alarms_on {
    z-index:999999999;
    position: fixed;
    width: 52px;
    top: 4px;
    left: 1%;

    visibility: visible;
    height: 50px;
    border: 1px solid red;
    background-color: #ffcccc;
    background-image: url(bell-r.png);
    background-repeat:no-repeat;
    color: #a30000;
}

.uni_alarms_on2 {
    z-index:999999999;
    position: fixed;
    width: 100px;
    top: 4px;
    left: 1%;

    visibility: visible;
    height: 100px;
    border: 1px solid red;
    background-color: #ffcccc;
    background-image: url(bell-red.png);
    background-repeat:no-repeat;
    
    color: #a30000;
}

.uni_alarms_on2 p {
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin-top: 5px;
    margin-left: 60px;
    margin-right: 10px;
}

#tl, #time_str {
    width: 99%;
}

.ui-dialog {
    line-height:100%;
}

.pics {
    left: 0;
    height: 500px;
}

.submitted {
    visibility: hidden;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ 
  text-align: left;
  margin: 0.5em 0.5em 1em 1em;
}
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* css for slider */
#slider .item-list {
    height: 0px;
    visibility: hidden;
}

#slider .node {
    padding: 0px 27px;
}

#slider .scrollContainer div.panel {
    padding: 0px 27px;
}

#slider .scrollButtons.left {
    left:-100px;
}

#slider .scrollButtons.right {
    right:-100px;
}

#slider .scrollButtons {
    top: 200px;
}

#slider .scroll {
    height: 400px;
}

#slider li {
    background: none;
}

.legend {
    width:900px;
    direction:ltr;
}

.legend table{
    border: none;
    margin:0 0;
}

.tickLabel {
    direction:ltr;
}

.form_header {
    vertical-align:bottom;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0px;
}

.form_input {
    vertical-align:top;
    height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
}

.form_table {
    padding: 5px 0;
    border: none;
}

.form_table td {
    border: none;
}

.form_table th {
    border: none;
}

h4 {
    color: #000055;
}

h3 {
    color: blue;
}

.note_name {
    color: green;
}

.note_title {
    color: blue;
    border-bottom:1px solid blue;
}

.note_subject {
    color: blue;
}

.note_approve {
    color: green;
}

.table_open_dialog {
    color:purple;
    cursor:pointer;
}

.table_open_dialog_name {
    color:green;
    cursor:pointer;
}

table
{
    border-collapse:collapse;
}

table.list {
    border-width: 1px;
    width: 99%;
    border-spacing: ;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    background-color: white;
    color: #252C23;
    margin-top: 20px;
}

table.list th {
    border-width: 1px;
    text-align: center;
    padding: 2px;
    border-style: solid;
    border-color: gray;
    background-color: #e8e8ea;
    vertical-align:top;
}

table.list td {
    border-width: 1px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    border-style: solid;
    border-color: gray;
    background-color: #f6f6f6;
    vertical-align:top;
}

table.list td.odd {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    background-color: #fefefe;
    
}

table.numeric td {
    direction: ltr;
    text-align: right;
}

table.report {
    border-width: 1px;
    width: 99%;
    border-spacing: ;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    background-color: white;
    color: #252C23;
    margin-bottom: 20px;
}

table.report th {
    border-width: 1px;
    text-align: center;
    padding: 2px;
    border-style: solid;
    border-color: gray;
    background-color: #e8e8ea;
}

table.report td {
    text-align: right;
    border-width: 1px;
    padding: 2px;
    padding-right: 4px;
    border-style: solid;
    border-color: gray;
    background-color: #f6f6f6;
}

table.report td.odd {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    background-color: #fefefe;
}

table.report td.first_row {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    background-color: #ffeeee;
}

table.report td.even {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    background-color: #f6f6f6;
}

table.report td.odd2 {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    background-color: #fefefe;
    font-weight: bold;
}

table.report td.even2 {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    background-color: #f6f6f6;
    font-weight: bold;
}

table.reporthd {
    line-height: 10px;
    width: 400px;
    margin-bottom: 0px;
    border-top: rgb(211, 211, 211) 1px solid;
}

table.bill {
    border-width: 1px;
    font-size: 10px;
    width: 600px;
    border-spacing: ;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    background-color: white;
    color: #252C23;
    margin-bottom: 0px;
}

table.bill th {
    text-align: center;
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: black;
    background-color: #e8e8ea;
}

table.bill td {
    text-align: right;
    margin-right: 5px;
    border-width: 1px;
    padding: 2px;
    padding-right: 4px;
    border-style: solid;
    border-color: black;
    background-color: #f6f6f6;
}

table.bill td.odd {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: black;
    background-color: #eeeeee;
    
}

table.billhd  {
    font-family: arial, "lucida console", sans-serif;
    width: 50%;
    color:#000000;
    text-decoration:none;
    border: 1px #000000 solid;
    background-color:#FFFFFF;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 20px;
}

table.billhd th    {
    font-family: arial, "lucida console", sans-serif;
    font-size:12px;
    color:#000000;
    text-decoration:none;
    text-align:center;
}

table.billhd td    {
    font-family: arial, "lucida console", sans-serif;
    color:#000000;
    text-decoration:none;
    background-color: #ffffff;
    border: 0px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0px;
}

/* ------------------
 styling for the tables 
   ------------------   */

.box-table-a tbody {
    border-top:none;
}

.box-table-a
{
    font-size:10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 99%;
    border-collapse: collapse;
    color: #252C23;
}
.box-table-a th
{
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    vertical-align:top;
}
.box-table-a td
{
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    background: #fff;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    vertical-align:top;
}

.box-table-a td.odd
{
    background: #eee; 
}

.box-table-a td.emf
{
    background: #eee; 
}

.box-table-a tr:hover td
{
    background: #ddd;
}

.test-fail {
    color: red;
    font-weight: bold;
}
.test-pass {
    color: green;
}

.printonly {
    display: none;
}
div.print-width {
    width: 610px;
}
.colorGuide div.harmony { 
    float: left; 
    width: 40px; 
    text-align: left;   
    margin-bottom: 4px;
}
.colorGuide div.harmonyColor {
    font-size: 10px;
    float: left;
    height: 0;
    width: 0;
}
.colorGuide div.harmonyLabel {
    float: left;
    font-size: 11px;
    height: 10px;
    line-height: 10px;
    margin-left: 2px;
    
}
.colorGuide:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.colorGuide {
    zoom: 1;
    cursor: pointer;
    width: 560px;
    border: 1px solid #777;
    padding: 2px;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.colorGuide div.cleared .harmonyColor{
    filter:alpha(0.2);
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;  
    -moz-opacity: 0.2;    
    -webkit-opacity: 0.2; 
    opacity: 0.2;         
}
.allHarmonies {
    width: 40px;
    font-size: 10px;
    line-height: 10px;
    float: left;
}
.testSeperator {
    border-top: dashed 1px #CCC;
    background: #FFF;
    margin-top: 20px;
}
.testResultTitle {
    margin-top: 10px;
}
.pagebreak {
    margin-bottom: 30px;
/*  border-bottom: dashed 1px #bbb; */
    font-size: 9px;
    text-align: right;
    height: 8px;
}
.allFailCount {
    font-weight: bold;
}
.rapid_dips_table td.even, .rapid_dips_table th.even {
    background-color: #eeeeee;
} 
.rapid_dips_table .percent_col {
    border-right: solid #E7EAEE!important;
} 
.rapid_dips_table td, .rapid_dips_table th {
    border: 1px solid #cccccc;
    padding: 0.3em 1px;
    text-align: center;
    line-height: 12px;
}
.deviceinfo p {
    margin: 0px;
}
.deviceinfo td {
    vertical-align:text-top;
}
.insertform div.field:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.insertform div.field {
    zoom: 0;
    clear: both;
}

.insertform label{
    width: 90px;
    display: block;
    float: left;
}
.insertform input {
    display: block;
    float: left;    
}
div.port-field {
    float: left;
    zoom: 1;
    margin-right: 10px;
}
div.port-field label {
    display: block;
}
div.port-field:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}
#ports_wizard {
    clear: both;
    margin: 10px 0px;
}
#ports-submit {
    clear: both;
    display: block;
}
DIV.field label {
    width: 100px;
    display: block;
    float: left;
}
.histogram .yAxis {
    height: 58px;
    line-height: 14px;
    top: -43px;
    width: 100px;
}
.histogram .yAxisArrow {
    top: -8px;
    position: absolute;
}
.timeline .yAxisArrow {
    top: -7px;
    position: absolute;
}
.timeline .yAxis {
    left: 3px; 
    top: -31px;
}
.yAxis {
    position: absolute;
    padding: 3px;
    font-weight: bold;
    font-family: Arial sans-serif;
}
.histogram .xAxis {
    left: 693px;
    padding-left: 17px;
    padding-top: 3px;
    top: 160px;
} 
.histogram .xAxisArrow {
    left: 693px;
    top: 169px;
    position: absolute;
}
.timeline .xAxis {
    top: 257px;
    left: 712px;    
} 
.timeline .xAxisArrow {
    top: 269px;
    left: 692px;    
    position: absolute;
} 
.xAxis {
    position: absolute;
    font-weight: bold;
    font-family: Arial sans-serif;
}
.timeline, .histogram {
    margin-bottom: 30px;
    width: 700px;
}

.timeline, .histogram {
    margin-top: 32px;
}
.testDescription {
    margin: 40px 0;
    text-align: justify;    
}

.harmoniesDistribution td {
    font-size: 15px;
    font-family: Arial;
    line-height: 13px;
}
.harmonyNum {
    margin: auto;
    text-align: left;
    width: 100px;
}
.harmonyNum div {
    font-weight: bold; 
    float: left;
    width: 45px;
}
.noDisplay {
    display: none;
}
.pageNum {
    font-size: 9px;
    padding-top: 5px;
    padding-left: 5px;
}
.enTestWrapper {
    position: relative;
    width: 750px;
    margin: auto;
}
.pageNum {
    position: absolute;
    bottom: -40px;
    right: 10px;
}
.harmoniesDistribution {
    width: 100%;
    text-align: center;
}
.harmoniesDistribution th{
    text-align: center;
}
.testDescription p {
    margin: 0;
    line-height: 15px;
}
#sumTable {
    margin-top: 37px; 
}
.enTestWrapper th {
    text-align: left;
}
ul.graph_attr_list li{
    background: none; 
    width: 30%;
    float: left;
    list-style: square;
    padding: 0;
    border: solid 1px #fff
}
ul.graph_attr_list li span {
    color: black;
}
.fix_floats:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.fix_floats {
    zoom: 1;
}
#trend-table td {
    direction: ltr;
}
.node {
    padding-top: 0!important;
}
.time_cell {
    width: 55px;
}
.date_cell {
    width: 70px;
}
#trend-table th.data-cell {
    min-width: 70px;
}
#attrib_list td{
    padding: 0px;
}
#harmonies_table td{
    border: solid 1px #ccc;
}
#header-region {
    display: none;
}
.extra_settings td{
    padding: 0;
}
th.data-cell div{
    /* display: list-item; */
    margin-left: 12px;
    list-style: square;
}
th.data-cell div span{
    color: black;
}

.legend tbody {
    border: none;
}

.en_report {
    width: 620px;
    margin: 0 auto;
}

.en_report p {
    margin: 0;
}

.en_report li {
    display: inline;
}

.en_report .pagebreak {
    border-bottom: solid 1px #999;
    margin-top: 30px; 
    page-break-after:always;
}

.en_report table {
    margin-top: 30px;
    border: none;
    width: 100%;
}

.en_report td, .en_report th, .en_report tbody {
    padding: 0;
    border: none;
} 

.en_report th {
    border-top: solid 1px #77BBEE;
    border-bottom: solid 1px #77BBEE;
    text-align: justify;
}

.en_report h3 {
    font-weight: bold;
    color: #777;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 140%;
}
.en_report ul li {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(../../themes/garland-uni/images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}
table.gost td, table.gost th {
    border: solid 1px #000;
    text-align: center;
    vertical-align: middle;
}

table.gost td.darken {
    background-color: #AAA;
}
