body {
  margin: 0px;
  background-image: url(/admin/images/new_design/background.gif);
  font-family: Arial, sans-serif;
}

#iframe_main {
  width: 100%; 
  height: 100%;
  border-width: 0px;
  overflow: hidden; 
  
  /*
  FOR SCROLLABLE IFRAME
  overflow: auto;
  height: 700px;
  */

}

#banner {
  height: 82px;
  padding: 0px;
  margin: 8px;
 
  background-color: #1468A6;
  background-image: url(/admin/images/new_design/kids.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

#menu {
  width: 214px;
  
  position: absolute;
  top: 90px;
  left: 8px;
}

#content {
  background-color:#ffffff;
  background-image: url(/admin/images/new_design/content_top_left.gif);
  background-repeat: no-repeat;
 
  position: absolute;
  top: 98px;
  left: 230px; 
  right: 8px;
  bottom: 0px;

  font-size: 8pt;

  
  
  opacity: .98;
  filter: alpha(opacity=98);
  
  
  /* padding-left: 16px;*/
}


/* TOP BAR AND MENU */
#content-top {
 width: 100%; 
 height: 7px;

}
#content-menu {
  background-color: #DEDEDE;
  float: right;
}
#content-menu-left {
  background-image: url(/admin/images/new_design/content_menu_left.gif);
  width: 5px;
  height: 19px;
  float: left; 

}
#content-menu-content {
  padding: 2px;
  float: left;
}
#content-menu-right {
  background-image: url(/admin/images/new_design/content_menu_right.gif);
  width: 7px;
  height: 19px;
  float: left;
}

/* MAIN SECTION */
#content-main {
 border-left: 32px;
/* margin-top: 7px; */
 border-style: solid;
 border-color: #ffffff;
 background-color: #ffffff;

/* margin-left: 30px; */

}


.menu-info {
  margin-top: 6px;
  margin-left: 2px;
  color: #ffffff;
  width: 214px;
  height: 25px;
}
  .menu-info-text {
    font-weight: bold;
    font-size: 8.5pt;
    float: left;
	width: 170px;
  }
  .menu-info-show-hide {
    float: right;
	margin-right: 7px;
  }


.menu-header {
  background-repeat: no-repeat;
  width: 214px;
  height: 19px;
  
  color: #FFFFFF;
  font-size: 8.5pt;
  font-weight: bold;

  line-height: 19px;
  margin-top: 8px; 
}

.header-left {
  float: left;
  width: 32px;
  
  margin-top: 3px;
  margin-left: 6px;
}
.header-center {
  float: left;
}
.header-right {
  float: right;
  margin-right: 5px;
}


#content-no-menu {
  background-color:#ffffff; 
  background-image: url(/admin/images/new_design/content_top_left.gif);
  background-repeat: no-repeat;

  height: 70%;
  font-size: 8pt;
  
  margin-left: 8px;
  margin-right: 8px;
  
  padding-top: 80px;
  
  text-align: center;
  opacity: .9;
  filter: alpha(opacity=90);
}
#content-no-menu-right-corner {
  background-image: url(/admin/images/new_design/content_top_right.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 98px;
  right: 6px; 
}






.menu-top {
  background-repeat: no-repeat;
  width: 214px;
  height: 7px;

  font-size: 1pt;
}

.menu-content {
  width: 214px;
  background-repeat: repeat-y;
  
  font-size: 8pt;
  padding-left: 8px;
  padding-bottom: 6px;
}

.menu-footer {
  font-size: 1pt;
  height: 1px;
  margin-bottom: 8px;
}

a.show-hide:link, a.show-hide:visited, a.show-hide:hover, a.show-hide:active {
  text-decoration: none;
  color: #FFFFFF;
}
a.show-hide:hover, a.show-hide:active {
/*  color: #dddddd; */
  color: white;
    opacity:0.8; 
  filter:alpha(opacity=80);
}


a.menu-info-link:link, a.menu-info-link:visited, a.menu-info-link:hover, a.menu-info-link:active {
  text-decoration: none;
  color: #FFFFFF;
}
a.menu-info-link:hover, a.menu-info-link:active {
  color: #eeeeee;
}




a.menu-new:link, a.menu-new:visited, a.menu-new:hover, a.menu-new:active {
  text-decoration: none;
  color: #434343;
}
a.menu-new:hover, a.menu_new:active {
  text-decoration: underline;
}

a.content-menu:link, a.content-menu:visited, a.content-menu:hover, a.content-menu:active {
  text-decoration: none;
  color: #000000;
}
a.content-menu:hover, a.content-menu:active {
  text-decoration: underline;
}

