
#header, #topnav, #sidebar, #footer, .inline_menu {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 10pt;
  color: #000;
}

p, td, th, div {
  font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 10pt;
}

#promo_banner {
  padding: 5px 0;
  display: block;
  color: blue;
}

#banner {
  margin-bottom: 20px;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}

h2 {
  margin: 0 0 5px 0;
}


/*--------------------- */
/* table  */

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

td, th {
  padding: 5px;
  border-bottom: 1px solid #999;
}

.group_header {
  background: #eeeeee;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

td.label {
  width: 150px;
  background: #eee;
  border-right: 1px solid #999;
}

.group_header label {
  font-weight: bold;
  color: #333;
}

table.embedded {
  margin: 0;
}

table.embedded td {
  border-bottom: none;
}


#goals .group_items {
  background-color: #D7F5BC;
}

#dashboard td.payback_label {
  width: 150px;
  background: #fff;
  border-right: 1px solid #999;
}

#dashboard td.payback_money {
  background: #ffffe1;
}

#dashboard td.payback_completion {
  background: #ffffe1;
  border-right: 1px solid #999;
}

label {
  font-weight: bold;
}