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

#top-panel-head {
  font-size: .8em;
  color: #ffffff;
  background: #313332 url(../images/header/header_bg.png) repeat-x bottom;
  text-align: center;
  height: 28px;
}

#go-home {
  float: left;
  padding: 4px 0 0 32px;
  background: url(../images/header/gohome.png) no-repeat 6px 6px;
}

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

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

#admin-links {
  color: #fff;
  float: right;
  padding: 0px;
  margin: 4px 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;
}

/* top navigation */
#navigation {
  float: left;
  width: 100%;
  background: url(../images/header/navigation_bg.png) repeat-x bottom;
  background-color: #b2c8d3;
  color: #b2c8d3;
  font-size: 94%;
  line-height: normal;
  padding-top: 0px;
}

#navigation ul {
  margin: 0;
  padding: 5px 10px 0;
  list-style: none;
}

#navigation li {
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: center;
}

#navigation a {
  float: left;
  display: block;
  padding: 5px 11px 1px 6px;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {
  float: none;
}
/* End IE5-Mac hack */

#navigation a:hover {
  color: #c0c0c0;
}

#navigation .highlight {
  background: url(../images/tabs/tableft_highlight.png) no-repeat left top;
  position: relative;
  top: 0px;
}

#navigation .highlight a {
  background: url(../images/tabs/tabright_highlight.png) no-repeat right top;
  color: #027ac6;
  padding-bottom: 3px;
}

#navigation #current-24 {
  background: url(../images/tabs/tableft.png) no-repeat left top;
  position: relative;
  top: 0px;
}

#navigation #current-24 a {
  background: url(../images/tabs/tabright.png) no-repeat right top;
  color: #027ac6;
  padding-bottom: 3px;
}

#navigation #logo {
  float: right;
  padding-right: 20px;
}

/* title */
h2#title {
  float: right;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  color: #027ac6;
  font-size: 120%;
  font-weight: bold;
  margin-top: 4px;
}

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

/* main content layout */
#content-wrap {
  background: white;
  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 50px 0 50px;
  padding: 0;
}

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

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

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

.t {background: #f4f7f8 url(../images/layout/t.gif) 0 0 repeat-x;}
.b {background: url(../images/layout/b.gif) 0 100% repeat-x}
.l {background: url(../images/layout/l.gif) 0 0 repeat-y}
.r {background: url(../images/layout/r.gif) 100% 0 repeat-y}
.bl {background: url(../images/layout/bl.gif) 0 100% no-repeat}
.br {background: url(../images/layout/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/layout/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/layout/tr.gif) 100% 0 no-repeat; padding: 10px}

.content-in {
  background: url(../images/layout/content_bg.gif);
  margin: 5px;
  font-size: 90%;
  float: left;
  width: 100%;
  margin: 0 5px 0 0;
}

/* content navigation */
ul#content-menu {
  width: 211px;
  margin: 0;
  padding: 0;
}

#content-menu li {
  padding: 2px;
  text-align: right;
  padding-right: 8px;
  list-style: none;
}

#content-menu li.active {
  background-color: #fff;
  border-top: 1px solid #dcf0f6;
  border-bottom: 1px solid #dcf0f6;
}

#content-menu li.active a, #content-menu a.active-trail {
  color: #000;
  font-weight: bold;
}

#content-menu a {
  text-decoration: none;
  font-size: 90%;
}

#content-menu a.active {
  color: #f00;
  font-weight: bold;
}

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

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

/* tabs in content */
.level-1 h2 {
  color: #027ac6;
  font-size: 120%;
  font-weight: bold;
}

#tabs-primary {
  width: 100%;
  line-height: normal;
  background: url(../images/tabs/bg.gif) repeat-x bottom;
  float: left;
}

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

#tabs-primary ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 9px;
}

#tabs-primary a {
  float: left;
  display: block;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #027ac6;
  background: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

.level-1 {
  border-bottom: 1px solid #d2dada;
  border-right: 1px solid #d2dada;
  border-left: 1px solid #d2dada;
  border-top: 0;
  background: #f2f2f2;
  padding: 4px;
  clear: both;
}

.level-2 {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-top: 0;
  background: #fff;
  padding: 4px;
  clear: both;
}

#tabs-primary a {
  float: none;
}
/* End IE5-Mac hack */

#tabs-primary a:hover {
  color: #000;
  text-decoration: underline;
}

#tabs-primary .active {
  background: url(../images/tabs/left.gif) no-repeat left top;
}

#tabs-primary .active a {
  background: url(../images/tabs/right.gif) no-repeat right top;
  color: #333;
  padding-bottom: 5px;
}

#tabs-secondary {
  border: none;
  width: 100%;
  line-height: normal;
  background: url(../images/tabs/bg_2.gif) repeat-x bottom;
  float: left;
}

#tabs-secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

#tabs-secondary ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 9px;
  border: none;
}

#tabs-secondary a {
  float: left;
  display: block;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #027ac6;
  background: none;
  border: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs-secondary a {
  float: none;
}
/* End IE5-Mac hack */

#tabs-secondary a:hover {
  color: #000;
}

#tabs-secondary .active {
  background: url(../images/tabs/left_2.gif) no-repeat left top;
  color: #000;
}

#tabs-secondary .active a {
  background: url(../images/tabs/right_2.gif) no-repeat right top;
  color: #000;
  padding-bottom: 5px;
}
