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

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