body {
	font-family: sans-serif;
	font-size: 9pt;
}

.tk-GlassPanel {
	background: black;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

.default-template {
	margin: 0px 5px;
	background: #F0FFF0 url(/Img/gradient.gif) repeat-x;
}

.printable-template {
	
}

td {
	font-family: sans-serif;
	font-size: 9pt;
	/* Necessary because IE stupidly inherits table cell padding from the table */
	padding: 0px;
}

td img {
	display: block;
}

.DialogBox {
	border: 3px double #036846;
	background-color: white;
	cursor: default;
}

.DialogBox-caption {
	width: 100%;
	background-color: #C3D9FF;
	font-weight: bold;
}

.DialogBox-captionText {
	margin-right: 10px;
}

.DialogBox-contentPanel {
	height: 100%;
	width: 100%;
}

.DialogBox-buttonPanel {
	padding: 2px;
}

.DialogBox-button {
	margin: 5px;
	font-size: 9pt;
}

.DialogBox-link {
	font-size: 8pt;
}

.help-popup-link {
	cursor: help !important;
}

.new-feature-link {
	font-family: sans-serif;
	font-size: 8pt;
	margin-left: 5px;
	margin-right: 5px;
	color: red !important;
	cursor: help;
}

.help-popup-large-link {
	font-size: 9pt;
	cursor: help;
}

.select-people {
	padding-right: 5px;
}

.rounding-message {
	font-size: 8pt;
	margin-top: 5px;
	width: 200px;
}

.rounded-corners-panel {
	margin: 0px;
	background-color: #F0FFF0;
}

.rounded-corners-contents {
	padding: 5px;
}

.rounded-corners-horizontal-edge {
	background-color: #95FF95;
	height: 5px;
}

.rounded-corners-vertical-edge {
	background-color: #95FF95;
	width: 5px;
}

.rounded-corners-top-left-corner {
	background-image: url(/Img/topleftcorner.gif);
	height: 5px;
	width: 5px;
}

.rounded-corners-top-right-corner {
	background-image: url(/Img/toprightcorner.gif);
	height: 5px;
	width: 5px;
}

.rounded-corners-bottom-left-corner {
	background-image: url(/Img/bottomleftcorner.gif);
	height: 5px;
	width: 5px;
}

.rounded-corners-bottom-right-corner {
	background-image: url(/Img/bottomrightcorner.gif);
	height: 5px;
	width: 5px;
}

.gwt-Button {
	cursor: pointer;
}

.gwt-Hyperlink {
	color: blue;
}

.popup-panel {
	background-color: white;
	border: 1px solid #036846;
	padding: 5px;
}

.small {
	font-size: 8pt;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.pointer {
	cursor: pointer;
}

table {
	font-family: inherit;
	font-size: inherit;
}

a {
	color: blue;
}

a:visited {
	color: blue;
}

.new-entry-form-panel {
	background-color: #F0FFF0;
}

.new-entry-help-text {
	text-align: left;
	padding: 10px;
}

.signup-link {
	color: red !important;
	font-weight: bold;
}

.howitworks-link {
	color: orange !important;
	font-weight: bold;
}

h1,.h1 {
	font-family: sans-serif;
	font-size: 14pt;
	margin-bottom: 5px;
	color: #036846;
}

h2,.h2 {
	font-family: sans-serif;
	font-size: 12pt;
	margin-bottom: 5px;
	color: #036846;
}

h3,.h3 {
	font-family: sans-serif;
	font-size: 11pt;
	margin-bottom: 5px;
	color: #036846;
}

h4,.h4 {
	font-family: sans-serif;
	font-size: 9pt;
	margin-bottom: 3px;
	color: #036846;
}

.help-popup-header {
	font-family: sans-serif;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #036846;
}

#topbarnav {
	padding-left: 5px;
	padding-top: 5px;
}

.image-link {
	cursor: pointer;
	border: 0px;
}

.topbarlinksep {
	margin: 5px;
}

.page-header {
	padding: 2px 5px;
	border: 1px solid #036846;
	width: 480px;
	color: #036846;
	font: 14pt sans-serif;
}

.login-field {
	width: 100px;
	height: 13px;
	font-size: 7pt;
}

.password-field {
	width: 100px;
	height: 13px;
	font-size: 7pt;
}

.login-button {
	margin-left: 5px;
}

.logout-button {
	margin-left: 5px;
	cursor: pointer;
}

.form-table {
	font-family: sans-serif;
	font-size: 9pt;
}

.field-error {
	color: red;
	font-size: 8pt;
}

.ad-panel {
	margin: 15px auto;
	height: 500px;
	width: 160px;
	overflow-x: hidden;
}

.ad-panel-devel {
	border: 1px solid black;
	background-color: white;
	text-align: center;
	width: 120px;
}

*>.ad-panel {
	height: auto;
	min-height: 500px;
	width: auto;
	min-width: 160px;
	max-width: 160px;
}

.content-panel {
	margin: 5px;
	padding: 5px;
}

.signup-button {
	margin-top: 10px;
}

.please-wait {
	position: absolute;
	padding: 2px;
	font-size: 11pt;
	font-style: italic;
	background-color: #FF7878;
	border: 1px solid #046E4B;
}

.login-error {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 8pt;
	color: red;
}

.debts-panel {
	margin-bottom: 10px;
}

.my-debts-header {
	color: red;
}

.square-up-link {
	color: red;
	margin-left: 10px;
	font-size: 8pt;
}

.history-table-panel {
	margin-bottom: 10px;
}

.history-table {
	width: 100%;
	padding: 0px;
	background-color: white;
	font: 9pt sans-serif;
}

.history-table-filter-bar {
	margin-bottom: 8px;
}

.history-table-page-navbar {
	margin: 3px auto;
	text-align: center;
}

.history-table-navbar-page-number {
	padding: 0px 5px;
}

.history-table-subheading {
	margin-bottom: 5px;
}

.history-table-no-entries-found {
	margin-left: 10px;
}

.history-table-header-row {
	padding: 2px 0px;
	font-weight: bold;
}

.history-table-cell {
	padding: 2px 3px;
}

.alt-row {
	background-color: #DDFFDD;
}

.history-table-amount-col {
	text-align: right;
	padding-right: 50px;
}

.debt-transaction {
	color: red;
}

.credit-transaction {
	color: green;
}

.red {
	color: red;
}

.black {
	color: black;
}

.debt-entry {
	color: red;
}

.payment-entry {
	color: green;
}

.personal-entry {
	color: blue;
}

.participant-table-cell {
	padding: 2px 5px;
}

.friends-panel {
	width: 275px;
}

.friends-panel-header {
	width: 100%;
}

.add-friends-link {
	color: red !important;
	text-align: right;
}

.groups-panel {
	width: 275px;
}

.groups-panel-header {
	width: 100%;
}

.new-group-link {
	text-align: right;
}

.edit-group-link {
	text-align: right;
	margin-left: 10px;
	font-size: 8pt;
}

.add-button,.delete-button,.edit-button,.comment-button,.printable-version-button,.close-button
	{
	cursor: pointer;
	margin-right: 5px;
}

.close-button {
	margin-left: 10px;
}

.delete-button-caption,.edit-button-caption,.comment-button-caption,.printable-version-caption
	{
	cursor: pointer;
	margin-right: 5px;
	text-decoration: underline;
	font-size: 8pt;
	color: blue;
}

.date-chooser {
	text-align: center;
	font-size: 10pt;
	color: black;
	background-color: #DDFFDD;
	border: 1px solid #044C7C;
	cursor: pointer;
}

.date-chooser-month-header {
	background-color: #044C7C;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
}

.date-chooser-month-header-mouseover {
	color: orange !important;
}

.date-chooser-dow-header {
	border-bottom: 1px solid #044C7C;
}

.date-chooser-day {
	width: 25px;
}

.date-chooser-today {
	font-weight: bold;
}

.date-chooser-mouseover {
	background-color: #C0C0C0;
}

.date-chooser-selected {
	background-color: orange;
}

.date-chooser-selected-mouseover {
	color: white;
	background-color: blue;
}
