/******************************************************************************/
.rc_leftCell_top {
  vertical-align: bottom;
  background: url(../images/layout/menu-left.gif) no-repeat left top;
}

.rc_leftCell_top div {
  background: url(../images/layout/menu-border.gif) repeat-x left bottom;
  width: 21px;
}

.rc_content_top {
  background: url(../images/layout/menu-bg.gif) repeat-x left bottom;
  /*white-space: nowrap;*/
  width: 100%;
}

.rc_rightCell_top {
  background: url(../images/layout/menu-right.gif) no-repeat right bottom;
}

.rc_rightCell_top div {
  width: 18px;
}

.rc_leftCell_body {
  vertical-align: bottom;
  background: url(../images/layout/rc2-left.gif) no-repeat left top;
}

.rc_leftCell_body div {
  background: url(../images/layout/rc2-border.gif) repeat-x left bottom;
  width: 21px;
}

.rc_content_body {
  background: url(../images/layout/rc2-bg.gif) repeat-x left bottom;
  padding: 5px 0;
  width: 100%;
  color: #CC0033;
  font-weight: bold;
}

.rc_rightCell_body {
  background: url(../images/layout/rc2-right.gif) no-repeat right bottom;
}

.rc_rightCell_body div {
  width: 18px;
}

/******************************************************************************/
#breadcrumbs {
  padding-bottom: 10px;
  padding-top: 3px;
  font-size: 12px;
  color: #489B42;
}

#breadcrumbs a {
  color: #489B42;
  font: 12px Arial, sans-serif;
}

/******************************************************************************/
#topLinks {
  width: 155px;
  float: right;
  margin-right: 5px;
}

#topLinks a {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  color: #CC0033;
  font-weight: bold;
}


/******************************************************************************/
.menu {
  padding-right: 5px;
  background: #329A32;
}

#navContainer a {
  text-decoration: none;
  color: #CC0033;
  padding: 4px 16px 4px 14px;
  display: block;
  font: bold 14px Arial, sans-serif;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #FFFFB4;
  
}

#navContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.levelN {
}

#navContainer ul.rootList {
  border: none;
}

#navContainer li div {
  visibility: hidden;
}

#navContainer li.level0 {
  float: left;
}
.topMenuBg {
  float:left;
}
#navContainer li ul {
  border: 1px solid #eee;
}

#navContainer div.level1 {
  float: none;
  clear: both;
}

#navContainer div.level1 ul {
  position: absolute;
  background-color: white;
}

#navContainer div.level1 li {
  position: relative;
}

#navContainer div.levelN ul {
  position: absolute;
  top: 0;
  left: 300px;
  width: 100%;
}

#navContainer div.level1 a {
  border-bottom: 1px dashed #ccc;
}
#navContainer div.level1 a.last {
  border-bottom: none;
}

#root {
  border: 1px solid red;
  background: url(../images/layout/menu-bg.gif) repeat-x 0% 100%;
}

#navContainer span.popupImage {
  position: absolute;
  top: 0px;
  left: 340px;
  visibility: hidden;
  display: block;
}

/******************************************************************************/
#leftBlock {
  height: 99%;
  color: #3B433C;
  margin: 10px 15px 0 5px;
}

#submenu li {
  line-height: normal;
}

#submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#submenu a {
  display: block;
  padding: 3px 5px;
  text-decoration: none;
  border-bottom: 1px dashed #666;
}

/******************************************************************************/
#rightBlock {
  margin: 10px 5px 0 15px;
  height: 99%;
  color: #3B433C;
}

#rightBlock div.text {
  padding: 5px 5px 10px 5px;
  margin: 0 0 15px 0;
  background: #BDFCC7 url(../images/layout/angle.gif) no-repeat right
    bottom;
}

/******************************************************************************/
#content {
  padding-bottom: 10px;
  background-color: #D6F3D5;
}

#centerBlock {
  margin-top: 10px;
  padding-bottom: 10px;
  color: black !important;
  font-size: 16px;
  height: 500px;
  overflow: visible;
  text-align: justify;
}

#centerBlock li {
  
}

#centerBlock table {
  background-color: #329A32;
  margin-bottom: 15px;
}

#centerBlock caption {
  text-align: right;
  padding: 5px 0;
  font-weight: bold;
}

#centerBlock th {
  background-color: #AAD6A2;
  padding: 5px;
  text-align: right;
}

#centerBlock .pageTools {
  float: right;
}

#centerBlock .pageTools img {
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
  display: block;
  float: left;
}

#centerBlock .pageTools a {
  font-size: 12px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#centerBlock td {
  background-color: #D6F3D5;
  padding: 3px;
  text-align: center;
}

#centerBlock p {
  margin-bottom: 15px;
}

#centerBlock img {
  /*padding: 5px;
  text-align: center;*/
}

h1,h2,h3,h4,h5,h6 {
  color: #CC0033;
  background-color: transparent;
  font-weight: normal;
}

h1 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 24px;
  text-align: center;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  font-weight: bold;
}

h6 {
  font-size: 12px;
}

p,li {
  margin: 0;
  padding: 0;
  line-height: 170%;
}

#centerBlock .left {
  text-align: left;
}

#centerBlock .justify {
  text-align: justify;
}


.stopper {
  color: #CC0033;
}

.pagerBlock {
  border-bottom: 1px dashed #666;
  border-top: 1px dashed #666;
  padding: 5px;
  text-align: center
}

/******************************************************************************/
iframe {
  background-color: #D3FFDA !important;
}

#readmore li {
  padding: 5px 0;
}

input,textarea {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

input.button {
  width: auto;
}

.errorBlock {
  color: #666;
  border: 1px solid #E0ECBE;
  padding: 20px;
  background-color: white;
  margin: 0px 10px;
}

.statusCode {
  font: 40px Arial, sans-serif;
  color: #79A72E;
  background-color: transparent;
  float: left;
  margin-bottom: 30px;
  margin-top: -3px;
  margin-right: 10px;
}

/******************************************************************************/
#footer-menu {
  border-top: 1px solid #080;
  border-bottom: 1px solid #080;
  text-align: center;
}

#footer-menu ul li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
}

#footer-menu a {
  padding: 0 0 0 20px;
}

#counters {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

#counters a {
  margin-right: 5px;
}