* {margin:0;padding:0;}
body {
  font-size:13px;
  line-height:20px;
  font-family:Helvetica,Arial,sans-serif;
}
a {text-decoration:none;color:#0088CC;-moz-outline:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
.clear {clear:both;width:0;height:0;overflow:hidden;}
.left  {float:left;}
.right {float:right;}
.hide  {display:none;}

html,body {height:100%;}

#titlebar {
  background:url(../gfx/titlebar.gif) repeat-x #666;
  width:100%;
  height:43px;
  position:absolute;
  left:0;
  top:0;
}
#titlebar .nav {
  float:left;
  margin:9px 0 0 10px;
  height:24px;
}
#titlebar .nav a.prev,
#titlebar .nav a.next {
  display:block;
  float:left;
  width:26px;
  height:24px;
  text-indent:-9999px;
}
#titlebar .nav a.prev {
  background:url(../gfx/titlebar_prev.gif);
}
#titlebar .nav a.deactivate {
  opacity:0.5;
}
#titlebar .nav .spacer {
	float:left;
	height:24px;
	width:1px;
	background:url(../gfx/titlebar_spacer.gif);
}
#titlebar .nav a.next {
  background:url(../gfx/titlebar_next.gif);
}
#titlebar .nav a.home {
  display:block;
  float:left;
  width:44px;
  height:24px;
  text-indent:-9999px;
  background:url(../gfx/titlebar_home.gif);
  margin-left:10px;
}
#titlebar .nav a.breadcrumb {
  display:block;
  float:left;
  margin-left:10px;
  height:24px;
  line-height:24px;
  background:url(../gfx/titlebar_arrow.gif) center left no-repeat;
  text-indent:16px;
  color:#1E2022;
  font-size:11px;
}
#titlebar .search {
  float:right;
  width:200px;
  height:43px;
  background:url(../gfx/titlebar_search.gif);
  margin-right:10px;
}
#titlebar .search .field {
  background:transparent;
  margin:13px 0 0 20px;
  color:#1E2022;
  width:170px;
  border:0;
  height:16px;
}
#sidebar {
  background:#EEE;
  border-right:1px solid #999;
  width:200px;
  position:absolute;
  left:0;
  top:43px;
  bottom:0;
  padding:10px;
}
#sidebar ul {
  list-style-type:none;
}
#sidebar ul li {
  border-bottom:1px solid #CCC;
  padding:7px 0;
}
#sidebar ul li a {
  color:#333;
  display:block;
  width:100%;
  background:url(../gfx/sidebar_arrow.gif) center right no-repeat;
}
#sidebar ul li a.active {
  font-weight:bold;
}
#content {
  background:#FFF;
  position:absolute;
  left:221px;
  top:43px;
  bottom:0;
  right:0;
  padding:20px;
  overflow:auto;
}
#content .title {
  height:30px;
  border-bottom:1px solid #999;
  line-height:20px;
  margin-bottom:10px;
}

#content .title h1 {
  float:left;
  font-size:16px;
}
#content .title a {
  display:block;
  float:right;
  width:16px;
  height:16px;
  background:url(../gfx/print.gif) center no-repeat;
  padding:4px;
  text-indent:-9999px;
}

#content .copy {
  height:30px;
  border-top:1px solid #999;
  line-height:30px;
  margin-top:10px;
}