/* top panel */
#top-panel {
  position: absolute;
  z-index: 400;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#top-panel-head {
  color: #fff;
  text-align: center;
  height: 28px;
}

#panel {
  width: 100%;
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 3;
}

.js #panel {
  display: none;
}

.panel-opacity {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #313332;
  /* for IE */
  filter: alpha(opacity=80);
  /* CSS3 standard */
  opacity: 0.8;
}

#go-home {
  float: left;
  padding: 8px 0 2px 32px;
}

#go-home a {
  color: #fff;
  text-decoration: none;
}

#go-home a:hover {
  text-decoration: underline;
}

#admin-links {
  color: #fff;
  float: right;
  padding: 0px;
  margin: 8px 10px 0 0;
}

#admin-links a {
  color: #fff;
  text-decoration: none;
}

#admin-links a:hover, #admin-links .user-logout:hover {
  text-decoration: underline;
}

#admin-links .user-name {
  font-weight: bold;
}

/* title */
h2#title {
  float: right;
  margin: 0;
  padding: 0 20px 6px 0;
  font-weight: bold;
  margin-top: 4px;
}

h1, h2, h3, h4, h5, h6 {
  color: #027ac6;
}

/* breadcrumb */
#breadcrumb {
  font-size: 80%;
  padding-left: 22px;
  color: #a0a0a0;
  float: left;
  margin-top: 6px;
}

/* main content layout */
#content-wrap {
  background: #fff;
  min-width: 780px;
  max-width: 1260px;
  margin: 0 auto 10px auto;
  clear: both;
  width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "99%");
}

#content-wrap #inside {
  margin: 0 10px 0 0;
  padding: 0;
}

#content {
  padding-left: 10px;
  padding-top: 0px;
  background: #fff;
}

.sidebar-first #content {
  padding-left: 210px;
}

#sidebar-left {
  width: 210px;
  float: left;
}

.sidebar-second #content {
  padding-right: 210px;
}

.two-sidebars #content {
  padding-left: 210px;
  padding-right: 210px;
}

#sidebar-right {
  width: 210px;
  float: right;
}

#sidebar-right .block {
  padding-left: 8px;
}

.content-in {
  margin: 5px;
  float: left;
  width: 100%;
  margin: 0 5px 0 0;
}

/* footer */
#legal-notice {
  font-size: 80%;
  color: #999;
  text-align: center;
}

#legal-notice a {
  padding-right: 12px;
  background: transparent url(../misc/extlink.gif) no-repeat scroll right center;
}
