/*
 * Portions copyright 2004-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
 * Licensed under the Apache License, Version 2.0 (the "License");
 *
 * $Id: common.css 2923 2006-02-06 11:36:43Z gbevin $
 */
body {
  background: white;
  font-family: "Helvetica", sans-serif;
}

a {
  color: #3088ba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  background-image: url('/images/logo.gif');
  background-repeat: no-repeat;
  height: 78px!important;
  height: 65px;
  overflow: hidden;
  padding: 20px 0px 0px 110px!important;
  padding: 35px 0px 0px 110px;
}

#header h1 {
  border-bottom: 1px solid #b9d7b3;
  font-size: 2em;
  text-align: left;
}

#header h1 span {
  visibility: hidden;
}

#header ul {
  padding: 45px 10px 0px 0px!important;
  padding: 65px 10px 0px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#header ul li {
  float: left;
  list-style-type: none;
  padding: 0px 5px;
}

#header ul li {
  border-right: 1px solid #202020;
}

#header ul li.last {
  border-right: none;
}

div.left {
  margin-right: 150px;
}

div.right {
  position: absolute;
  right: 0px;
  width: 140px;
}

div.box {
  background-image: url('/images/s.gif');
  background-position: left;
  background-repeat: repeat-y;
  border-bottom: 2px solid #c3e6d0;
  padding: 0px;
  margin-bottom: 1ex;
}

div.box div {
  background-image: url('/images/s.gif');
  background-position: right;
  background-repeat: repeat-y;
}

div.box div div {
  background-image: url('/images/tl.gif');
  background-position: top left;
  background-repeat: no-repeat;
}

div.box div div div {
  background-image: url('/images/tr.gif');
  background-position: top right;
  background-repeat: no-repeat;
}

div.box div div div div {
  background-image: none;
  padding: 0px 1%;
}

div.box h2 {
  background-image: url('/images/t.gif');
  background-repeat: repeat-x;
  color: #125a5e;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  height: 32px;
  margin: 0px;
}

div.box h2 span {
  float: left;
}

div.box h2 small {
  float: right;
  font-size: 12px;
}

div.box div.box_c {
  background: white;
  padding-bottom: 1px;
}

div.box div.box_c ul.transactions {
  margin: 0px;
  padding: 1em 0px 1em 0px;
}

ul.transactions li {
  background-repeat: no-repeat;
  line-height: 30px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 30px;
  vertical-align: middle;
}

ul.transactions li.neg {
  background-image: url('/images/n.gif');
}

.neg {
  color: #e89800;
}

ul.transactions li.pos {
  background-image: url('/images/p.gif');
}

.pos {
  color: #21a000;
}

ul.menu {
  margin: 0px;
  padding: 0px;
}

ul.menu li {
  float: right;
  list-style-type: none;
  margin: 0px 10px 0px 0px!important;
  margin: 0px 5px 0px 0px;
  text-align: right;
  width: 130px;
}

ul.menu li a {
  border-bottom: 1px solid #c3e6d0;
  display: block;
  padding: 4px 3px 0px 0px;
}

ul.menu li a:hover {
  background-color: #d4ebdd;
  text-decoration: none;
}

div.box div.box_c div.section {
  margin: 0px;
  padding: 10px 0px!important;
}

div.box div.box_c div.section select {
  width: 130px;
}

span.hr span {
  border-top: 2px solid #c3e6d0;
  color: #c3e6d0;
  display: block;
  margin: 0px;
}

form {
  margin: 0px;
}

form label {
  margin-right: 2em;
}

form div.submit {
  text-align: center;
}

form input.submit {
}

/************************************************************************/

address {
	display: inline;
}

table.selectWithBlurb {
	width: 95%;
}

table.selectWithBlurb * td {
	width: 48%;
	padding: 1ex;
}

#error_area {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: bottom;
}

#error_area p {
	display: block;
	margin: 0px;
	padding: 0px;
}

label {
	cursor: hand;
	font-weight: bold;
}

.formField {
	clear: both;
	margin: 1em 0;
}

.mark_error {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
}

.errorMessage {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
	text-align: left;
	vertical-align: bottom;
}

.cabalMemberBiggest {
	color: #008000;
	font-weight: bold;
}

.expenseList {
	margin-top: 1ex;
}

.pager {
	white-space: nowrap;
}

/* for account home page */
.newsItem {
	font-size: 85%;
	margin-left: 8em;
	text-indent: -8em;
}

.newsItemTitle {
	font-weight: bold;
	font-size: 120%;
}

/* for pay friend page */
.descriptionHeader {
	clear: both;
	margin-top: 1ex;
}

#payPalButton {
	display: none;
}

/* for add/remove friends page */
.addSection {
	float: left;
	width: 40%;
	border-right: 2px solid #c3e6d0;
}

.removeSection {
	float: left;
	width: 55%;
}

.friendList {
	height: 40ex;
	overflow: scroll;
}

/* for reconcile */
.reconcilePayment {
	margin-left: 4em;
}

.payPalReconcileLink {
	margin-left: 1em;
}

/* for list payments */
.expenseListEntry {
	margin-bottom: .25ex;
}

.expenseListEntry em {
	color: red;
	font-style: normal;
}

/* for list payments */
.expenseListEntry strong {
	color: green;
	font-weight: normal;
}

/* for view payment */
.detail {
	margin-left: 8em;
	text-indent: -8em;
}

.notice {
	border: 1px solid black;
	padding: 1ex 0 1ex 1em;
	background-color: #a0ffa0;
	font-size: 125%;
}

.footer {
	clear: both;
	width: 100%;
	border-top: 1px solid black;
	margin-top: 2em;
	padding-top: 0.5em;
	font-size: 10px;
	color: rgb(102, 102, 102);
}

.footer * p {
	margin: 0px 0px 3px 0px;
	padding: 0 .5em 0 0;
	font-size: 90%;
	font-family: Tahoma, Arial, Sans-Serif;
}

.copyright {
	float: right;
	color: #666666;
	text-align: right;
}