﻿ul.jxToolBar
{
    background-position: right center;
    border-right: #999 1px solid;
    padding-right: 0px;
    border-top: #fff 1px solid;
    display: block;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #fff 1px solid;
    padding-top: 0px;
    border-bottom: #999 1px solid;
    list-style-type: none;
    position: relative;
    height: 34px;
    background-color: #d9d9d9;
    background-image: url('../../Images/Main/Bie.png');
    background-repeat: no-repeat;
}

ul.jxToolBar li.jxDisabled {   
  opacity: 0.4; /* css 3 */
  -moz-opacity: 0.4; /* moz-specific */
  filter: Alpha(opacity=40); /* IE only */
}

ul.jxToolBar li.jxDisabled a:hover, ul.jxToolBar li.jxDisabled a:active {   
  border: 1px solid #d9d9d9;
}

ul.jxToolBar img {
  border: 0px;
  /* the margin needs to make up the difference between it's width/height
     and the width/height of the parent a */
  margin: 6px;
  /* width/height has to be the actual image width/height */
  width: 16px;
  height: 16px;
}

ul.jxToolBar li.separator {
  border-right: 1px dotted #aaa;
} 

ul.jxToolBar li {
  display: block;
  position: relative;
  float: left;
  /* width and height has to be set on the li, a and img tag */
  width: 34px;
  height: 34px;
}
UL.OldjxToolBar A
{
    border-right: #d9d9d9 1px solid;
    padding-right: 1px;
    border-top: #d9d9d9 1px solid;
    display: block;
    padding-left: 1px;
    padding-bottom: 1px;
    margin: 1px;
    border-left: #d9d9d9 1px solid;
    width: 28px;
    padding-top: 1px;
    border-bottom: #d9d9d9 1px solid;
    height: 28px;
} /* Rule 7 of css/panel.css */
ul.jxToolBar a 
{
  display: block;
  border: 1px solid #d9d9d9;
  padding: 1px;
  margin: 1px; 
  /* width/height values needs to be the width/height of it's parent li
     minus it's own margin, padding and border values */ 
  width: 28px;
  height:28px;
}
ul.jxToolBar a:hover 
{
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
ul.EsclusojxToolBar a:active 
{
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
A
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
} /* Rule 4 of css/app.css */ 
A
{
    outline: none;
}

