/* 
    Document   : draw
    Created on : 27 Apr 2011, 1:10:14 AM
    Author     : robr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.panelTableHeading {
  font-weight: 800;
  font-size: 85%;
  text-align: right;
  padding-right: 2px;
  vertical-align: top;
}

.panelTableValue {
  font-size: 85%;
  padding-left: 2px;
}

.help {
  border-style: hidden;
  border-width: 1px;
  border-color: #000000;
  cursor: help;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  background-color: #FDF5DB;
  margin-left: 20px;
  margin-top: 10px;
  width: 908px;
  color: #0D211F;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}