body.theme-cbs #loginPanel {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  margin: 0  auto;
  border: 1px solid #009744;
  box-shadow: none;
  text-shadow: none;
  padding: 20px 15px;
  color: #004a22; }
  body.theme-cbs #loginPanel label {
    color: #004a22; }
  body.theme-cbs #loginPanel h1 {
    color: #004a22; }
  body.theme-cbs #loginPanel input[type=submit],
  body.theme-cbs #loginPanel input[type=button] {
    text-shadow: 0 1px #2f2f2f;
    color: #f5f5f5; }
body.theme-cbs .nav-outer-repeat {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 ); }
body.theme-cbs .nav-divider {
  background: url(../images/shared/nav/divider-cbs.png) top no-repeat; }
body.theme-cbs .nav a {
  color: #004a22; }
body.theme-cbs .nav .select a {
  background: none; }
body.theme-cbs .nav .current a {
  background: none; }
body.theme-cbs .nav .current a b {
  background: none;
  display: block;
  padding: 0 20px 0 10px; }
body.theme-cbs .nav .select a:hover,
body.theme-cbs .nav .select li:hover a,
body.theme-cbs .nav .select a:hover b,
body.theme-cbs .nav .select li:hover a b {
  background: none;
  color: #004a22; }
body.theme-cbs .nav ul li {
  position: relative; }
  body.theme-cbs .nav ul li a {
    z-index: 2;
    position: relative; }
  body.theme-cbs .nav ul li .button-frame {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #00b050;
    box-shadow: inset 0 0 6px #00b050, 0px 1px 0px #01ff74; }
  body.theme-cbs .nav ul li:hover .button-frame {
    visibility: visible; }
body.theme-cbs .nav ul.current .button-frame {
  visibility: visible; }
body.theme-cbs a#login, body.theme-cbs a#logout {
  color: #004a22; }
body.theme-cbs .showhide-account a {
  color: #004a22; }
body.theme-cbs .ui-widget-header {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  border: 1px solid #009744;
  box-shadow: inset 0 1px 0 #67ffac;
  /*text-shadow : 0 1px #202020;*/
  font-family: Helvetica, Arial;
  color: #fafafa;
  font-weight: bold; }
body.theme-cbs .ui-widget-header a {
  color: white; }
body.theme-cbs input[type=submit],
body.theme-cbs input[type=button],
body.theme-cbs button {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  border-radius: 3px;
  border: 1px solid #009744;
  color: #004a22;
  box-shadow: inset 0px 1px 0 #fafafa, 0 0 3px #aaa;
  text-shadow: 0 1px #01ff74; }
body.theme-cbs input[type=submit]:hover,
body.theme-cbs input[type=button]:hover,
body.theme-cbs button:hover {
  background: #67ffac;
  background: -moz-linear-gradient(top, #67ffac 0%, #00e367 100%);
  background: -webkit-linear-gradient(top, #67ffac 0%, #00e367 100%);
  background: linear-gradient(to bottom, #67ffac 0%, #00e367 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ffac', endColorstr='#00e367',GradientType=0 ); }
body.theme-cbs .pager ul.yiiPager .page a,
body.theme-cbs .pager ul.yiiPager .next a,
body.theme-cbs .pager ul.yiiPager .previous a {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  border-radius: 3px;
  border: 1px solid #009744;
  color: #004a22;
  box-shadow: inset 0px 1px 0 #fafafa, 0 0 3px #aaa;
  text-shadow: 0 1px #01ff74; }
body.theme-cbs .pager ul.yiiPager .page a:hover,
body.theme-cbs .pager ul.yiiPager .next a:hover,
body.theme-cbs .pager ul.yiiPager .previous a:hover {
  background: #67ffac;
  background: -moz-linear-gradient(top, #67ffac 0%, #00e367 100%);
  background: -webkit-linear-gradient(top, #67ffac 0%, #00e367 100%);
  background: linear-gradient(to bottom, #67ffac 0%, #00e367 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ffac', endColorstr='#00e367',GradientType=0 ); }
body.theme-cbs .pager ul.yiiPager .page.selected a {
  background: linear-gradient(to bottom, #fafafa 0%, #cacaca 100%);
  text-shadow: 0 1px white; }
body.theme-cbs .grid-view table.items th {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  color: #004a22;
  border: 0;
  border-top: 1px solid #009744;
  border-left: 1px solid #009744;
  border-bottom: 1px solid #009744;
  border-right: 1px solid #009744;
  padding: 3px;
  box-shadow: inset 0 1px 0 #fafafa;
  height: 26px;
  text-align: center; }
  body.theme-cbs .grid-view table.items th a {
    color: #004a22; }
    body.theme-cbs .grid-view table.items th a:hover {
      color: black; }
body.theme-cbs .app-bar {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  border: 1px solid #009744;
  color: #004a22;
  box-shadow: inset 0px 1px 0 #fafafa; }
body.theme-cbs table.details-table th {
  background: #01ff74;
  background: -moz-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: -webkit-linear-gradient(top, #01ff74 0%, #00b050 100%);
  background: linear-gradient(to bottom, #01ff74 0%, #00b050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ff74', endColorstr='#00b050',GradientType=0 );
  border: 1px solid #009744;
  color: #004a22;
  box-shadow: inset 0px 1px 0 #fafafa; }
body.theme-cbs .ui-dialog-title {
  color: #004a22; }
body.theme-cbs .ui-jqgrid-title {
  color: #004a22; }

/*# sourceMappingURL=theme-cbs.css.map */
