/***
 * JFP Specific styles
 ***/

body {
  font-family: "luxi sans", "arial", "helvetica", "sans serif";
  font-size: 12px;
  background: url(background.jpg);
}

.jfp_e16_window_client {
  background: #b8c9c9;
  color: #000000;
  font-size: 12px;
}

.slogan, .footer, .secondary_links {
  color: #ffff00;
}

.comment_caption {
  color: #000080;
  /* font-weight: bold; */
}



/***
 * Menu style overrides
 ***/
 
ul.menu {
  font-size: 12px;
  list-style: none;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0 0 0 1.2em;
  white-space: nowrap;
}
ul.menu li {
  margin: 0 0 0 0.25em;
  padding: 0 0.5em 0.5em 0;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(images/menu-expanded.png);
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(images/menu-collapsed.png);
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(images/menu-leaf.png);
  margin: 0;
}
li a.active {
  color: #000;
}

.list_line {
	background-color: white;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 1em;
	padding-right: 1em;
}


