/* Tags */

a {
	color: #644f44;
}

.navigation_links a {
	color: white;
}

#header .navigation_links a, #header_slim .navigation_links a {
	color: #644f44;
}

.green-button-text a {
	color: white;
}

body {
	background: #e9ddcf url('/images/v3/sidebar-background.png') repeat-x;
}

#header h1, #header h2, #header h3 {
	display: none;
}

#sidebox_login input {
}

#sidebox_signup input {
}

.bubble p {
	color: #644f44;
}

/* IDs */
#body_inner {
	background-color: white;
}

#header {
	background: white url('/images/v3/header.png') no-repeat;
	background-position: center;
}

#header_slim {
	background-color: white;
}

#footer {
	background: #8c7260 url('/images/v3/nav-bar-top-on-white.png') no-repeat;
}

#footer_index {
	background: #8c7260 url('/images/v3/nav-bar-top.png') no-repeat;
}

#body {
	background-color: white;
}

#screenshots-bar {
	background: #f4ede6 url('/images/v3/light_footer_top.png') no-repeat;
}

/* Classes */
.benefit-title {
	color: black;
}

.benefit-body {
	color: #644f44;
}

.company-footer-notices {
	color: #644f44;
}

.company-account-field-note {
	color: #aaaaaa;
}

.company-account-field-note-black {
	color: black;
}

.company-account-horizontal-rule-thin {
	background-color: #d5c1ab;
	border-bottom: 1px solid #AAAAAA;
}

.company-account-horizontal-rule-wide {
	background-color: #d5c1ab;
	border-bottom: 1px solid #777777;
}

.company-account-menu-item a {
	color: #444444;;
}

.company-account-menu-item-small a {
	color: #444444;;
}

.company-account-welcome-notice {
	color: #644f44;
}

.error {
	color: red;
}

.error-field {
	border-color: red;
}

.eggplant {
    border: 1px solid #aaaaaa;
}

.header-company-account-subtitle {
	color: #644f44;
}

.header_slim_logo {
	background: white url('/images/v3/woobius-logo-slim.png') no-repeat;
}

.lighter-nav .navigation_link a {
	color: #644f44;
}

.news-items {
	color: black;
}

.odd-table-row {
	background-color: #e9ddcf;
}

.page-title {
	color: #644f44;
	background: #d5c1ab;
	border: 1px solid #AAAAAA;
}

.powered-by-woobius {
	background: white url('/images/woobius/powered_by_woobius.png') no-repeat;
}

.company-account-question-mark {
	background: white url('/images/company_account/question-mark.png') no-repeat;
}

.press-release-body {
	color: #342418;
}

.press-release-date {
	color: #a69482;
}

.press-release-subtitle {
	color: #644f44;
}

.press-entry-body {
	color: #342418;
}

.press-entry-date {
	color: #a69482;
}

.press-entry-quote {
	color: #644f44;
}

.press-subtitle {
	color: #a69482;	
}

.pricing_sketch {
	background: url(/images/woobius/pricing.gif) no-repeat center;
}

.pricing-description-cell {
	color: #a69482;
}

.pricing-details-cell {
	color: #342418;
}

.pricing-header-cell {
	background-color: #f8f2ed;
	color: #342418;
}

.pricing-horizontal-line-cell {
	border-bottom: 1px solid #d5c1ab;
}

.screenshot {
	color: #644f44;
}

.sidebox_bottom {
	background: #d5c1ab url(/images/v3/sidebox_bottom.png) no-repeat;
}

.sidebox_middle {
	background-color: #d5c1ab;
}

.sidebox_top {
	background: #d5c1ab url(/images/v3/sidebox_top.png) no-repeat;
}

.press-nav-box {
}

.tour-step-text {
	color: #644f44;
}

.tour-step-subtitle {
	color: black;
}

.tour-step-title {
	color: #644f44;
	background: #d5c1ab;
	border: 1px solid #AAAAAA;
}

.green-button {
	background: white url(/images/v3/green_button.png) no-repeat;
}


/**
 * Errors
 */
div.errorExplanation {
	color: #FF0000;
	padding: 1em;
	border: 1px dotted #FF0000;
	margin-bottom: 1em;
	background-color: #FFEFEF;
}

div.errorExplanation h2 {
	margin-bottom: 0.5em;
	padding: 0;
}

div.errorExplanation p {
	margin: 0.5em 0;
	padding-left: 1em;
}

div.errorExplanation ul {
	margin-left: 3em;
}

div.errorExplanation li {
	list-style-type: disc;
}


