body, div, td {
  padding: 0px;
  margin: 0px;
  font-size: 9pt;
  font-family: Verdana;
}

body {
  background-color: #e1e7f2;
  background-image: url(/cms/images/bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #67A7E3;
}

a.black {
  color: #000;
}

h1 {
  color: #67A7E3;
  font-size: 12pt;
}

h2 {
  color: #67A7E3;
  font-size: 10pt;
}

img {
  border: 0px;
  margin-right: 1px;
}


.submit {
  background-color: #98C3EC;
  color: #ffffff;
}

label {
  clear: both;
    display: block;
    width: 200px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

p.req label {
  color: #990000;
  font-weight: bold;
}

input {
  font-size: 9pt;
  border: 1px solid #666666;
}

p.req input, p.req select {
  background-color: #FFFFCC;
  border: 1px solid #990000;
}


.readonly {
  border: 1px solid #cccccc;
  background-color: #F8F8F8;
}


p {
  clear: both;
  margin-bottom: 1px;
  margin-top: 3px;
}


#big_frame {
  /*width: 100%;*/
  margin: 5px;
  margin-right: 0px;
  font-family: Verdana;
}

#single_frame {
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #EDF4FC;
  padding: 0px;
  /*min-height: 500px;
  height:auto !important;*/
}

#left_content {
  width: 200px;
  float: left;
  padding: 0px;
  background-color: #fff;
}

#right_content {
  border-left: 4px solid #D6E7F7;
  margin-left: 200px;
  background-color: #fff;
}

#left_content_2 {
  width: 310px;
  float: left;
  border-bottom: 4px solid #D6E7F7;
}

#left_content_2 #title, #left_content #title, #right_content #title, #right_content_2 #title {
  background-color: #98C3EC;
}

#left_content_2 #title h1, #right_content_2 #title h1, #left_content #title h1, #right_content #title h1 {
  color: #ffffff;
  font-size: 10pt;
}

#right_content_2 {
  border-left: 4px solid #D6E7F7;
  margin-left: 310px;
}


#title {
  background-color: #D6E7F7;
  padding: 3px;
}

#title h1 {
  margin: 0px;
  color: #1A2B3A;
  font-size: 12pt;
  margin-right: 10px;
}


#menu {
  background-color: #8EBEEA;
  height: 28px;
  border-top: 3px solid #67A7E3;
}

#menu a, #menu a:visited, #menu a:hover {
  color: #fff;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}

#submenu0_line {
  position: absolute;
  margin-right: 10px;
  color: #fff;
  width: 70px;
  z-index: 999;
}

#submenu0_icon {
  position: absolute;
  margin-right: 10px;
  min-width: 150px;
  width: auto;
  z-index: 999;
}

#submenu0_line #submenu0_cont {
  display: none;
  clear: both;
  border: 1px solid #999999;
  background-color: #F7F7F7;
  width: 200px;
}

#submenu0_line #submenu0_cont a {
  color: #333333;
  font-weight: normal;
}

#submenu0_line #submenu0 {
  padding: 5px;
  padding-left: 10px;
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
}

#submenu0_line #submenu0hr {
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 1px;
  background-color: #999999;
}

#submenu0_line #submenu0_noright {
  padding: 5px;
  padding-left: 10px;
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
  font-style: italic;
  color: #CCCCCC;
}

#submenu0_line:hover {
  
}

#submenu0_line:hover #submenu0_cont {
  display: block;
}

#submenu0_line:hover #submenu0:hover {
  background-color: #B7D6F2;
}

#submenu0_line #submenu0_fix {
  padding: 3px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  height: 19px;
}

#submenu0_line #submenu0_fix a {
  font-family: Verdana;
  text-decoration: none;
  color: #fff;
  font-size: 9pt;
  margin: 0px;
}

#submenu0_line:hover #submenu0_fix {
  background-color: #67A7E3;
  float: left;
  padding-right: 5px;
}

#submenu {
  background-color: #67A7E3;
  padding: 3px;
  border-top: 1px solid #94C1EB;
}

#submenu a, #submenu a:visited, #submenu a:hover {
  color: #eee;
  font-family: Verdana;
  font-size: 10pt;
  text-decoration: none;
  margin-right: 20px;
}


#top #info {
  font-size: 11pt;
  background-color: #ffffff;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #1C5A93;
  color: #fff;
  height: 22px;
  font-size: 9pt;
  padding-top: 1px;
  font-family: Helvetica;
}

#top #info a {
  color: #fff;
}


#left {
  border-right: 1px solid #DFDFDF; 
  border-bottom: 1px solid #DFDFDF;
  padding: 3px;
  padding-bottom: 20px;
  width: 200px;
  float: left;
  margin-right: 10px;
}

table.list {
  width: 100%;
  border: 0px;
  padding: 0px;
  background-color: #fff;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}


table.list th {
  background-color: #fff;
  background-image: url(/cms/images/table-th-bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 0px;
  padding: 5px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #666666;
  text-align: left;
  font-size: 8pt;
}

table.list td {
  border-bottom: 1px solid #eee;
  padding: 2px;
  font-size: 8pt;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  line-height: 12pt;
}

table.list td img {
  float: left;
  margin-right: 10px;
}

table.list tr:hover {
  background-color: #FFFFCC;
}

.list-kat {
  background-color: #FFFFCC;
  margin-left: 30px;
  font-size: 8pt;
}

table.list td #hirid {
  color: #909090;
  float: right;
  font-size: 7pt;
}


#content {
  padding: 10px;
}

#prop {
  width: 300px;
  padding: 5px;
  background-color: #ffffff;
}

#prop label {
  width: 100px;
}

#prop input, #prop select {
  border: 1px solid #cccccc;
}

#prop hr {
  color: #D6E7F7;
  background-color: #D6E7F7;
  height: 1px;
  border: 0px;
}

#prop textarea {
  border: 1px solid #cccccc;
  width: 100%;
  height: 200px;
}


#save {
  clear: both;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #67A7E3;
}

#save input {
  border: 1px outset #999;
  background-color: #d0d0d0;
  color: #000;
  font-size: 10pt;
}


#hir {
  background-color: #fff;
  padding: 5px;
}


#hir input {
  width: 300px;
}

#hir .contenteditor {
  width: 680px;
}

#hir .leadrovideditor {
  width: 320px;
}

#white_box {
  background-color: #fff;
  padding: 5px;
  width: 190px;
  border-bottom: 4px solid #D6E7F7;
}

#katlist {
  background-color: #fff;
  padding: 5px;
  width: 190px;
  border-bottom: 4px solid #D6E7F7;
  font-size: 8pt;
}

#katlist div {
  font-size: 8pt;
}

#katlist div:hover {
  background-color: #FFFFCC;
}

#katlist a, #katlist a:visited, #katlist a:hover {
  color: #000;
}

#katlist #selected, #katlist #selected:hover {
  background-color: #D6E7F7;
  padding: 1px;
  border: 1px solid #67A7E3;
}

table.list td.level0 {
  padding-left: 5px;
}

table.list td.level1 {
  padding-left: 25px;
}

table.list td.level2 {
  padding-left: 45px;
}

table.list tr.level0 {
  background-color: #D6E7F7;
}

table.list tr.level1 {
  background-color: #fff;
}

table.cms-public {
  background-color: #e1e7f2;
}


table.cms-public th {
  background-color: #fff;
  background-image: url(/cms/images/table-th-bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 0px;
  padding: 5px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #666666;
  text-align: left;
  font-size: 8pt;
}

table.cms-public td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px;
}

table.cms-public td.td1 {
  border-bottom: 1px solid #999;
  vertical-align: top;
}

table.cms-public td div {
  width: 250px;
  margin-bottom: 3px;
  padding: 1px;
}

table.cms-public td div a {
  color: #000;
}

table.cms-public td div.div0 {
  background-color: #FFE8EF;
  border: 1px solid #FF598B;
}

table.cms-public td div.div1 {
  background-color: #D5F2F8;
  border: 1px solid #73D3E8;
}

table.cms-public td div.div2 {
  background-color: #ccc;
  border: 1px solid #aaa;
}

table.cms-public td div.div9 {
  border: 1px solid #bbb;
}

table.cms-public td div.div9 a {
  color: #999;
}

#piclist {
  margin: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  float: left;
  background-color: #fff;
}

#piclist img {
  float: none;
  margin: 0px;
  border: 0px;
}

#title {
  background-color: #D6E7F7;
  padding: 3px;
  padding-bottom: 5px;
}

#title h1 {
  margin: 0px;
  color: #1A2B3A;
  font-size: 12pt;
  margin-right: 10px;
  margin-bottom: 5px;
}

#title a {
  border-top: 1px solid #EDF4FC;
  border-left: 1px solid #EDF4FC;
  border-right: 1px solid #1F65A5;
  border-bottom: 1px solid #1F65A5;
  background-color: #67A7E3;
  color: #fff;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

ul.fulek {
  border-bottom: 3px solid #67A7E3;
  height: 23px;
}

ul.fulek li {
  display: block;
  float: left;
  width: auto;
  list-style-type: none;
}

ul.fulek li a {
  display: block;
  height: 18px;
  padding-top: 5px;
  background-color: #8EBEEA;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  
}

ul.fulek li.ui-tabs-active a {
  background-color: #67A7E3;
}

ul.fulek li a {
  color: #fff;
}

div.error, #error {
  margin: 20px;
  background-color: #CC0000;
  border: 1px solid #660000;
  padding: 10px;
  color: #fff;
}

.cke_skin_kama input, .cke_skin_kama select {
  width: auto;
}

.cke_skin_kama label {
  width: auto;
  clear: none;
  display: inherit;
  float: none;
}

div.cke_panel.cke_ltr.cke_rcombopanel { width: 300px !important; }
span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }