/* @override 
	http://yourdough.local/stylesheets/dough.css
*/

body {
  background-color: #C5975B;
}

h1,h2,h3,h4,h5,h6 {
  color: #69471C;
}

a img {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
}

select {
	font-size: 100%;
}

.error, .notice, .success {
	margin-left: 8px;
	margin-right: 8px;
}

div.loading {
  display: none;
}

img.loading {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;

  display: none;
}

.main {
  background-color: white;
  padding-top: 8px;
}

.sidebar {
	
}

#logo {
  font-size: 75px;
  font-weight: black;
  float: left;
}

h1.prime {
	margin-bottom:5px;
}

div.teaser {
	font-size: 1.4em;
	margin-top: 0px;
}

#names {
  font-size: 40px;
  font-weight: black;
  float: left;
}


#nav {
  float: right;
  color: white;
	position: relative;
	bottom:0;
	right:0;
}

#nav ul {
	margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
	float:left;
  margin: 0 0px 0 3px;
  padding:0;
	background-color: #8E733B;

	/* rounded borders for modern browsers! */
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#nav li.current {
	background-color: #C5975B;
}

#nav li a {
   display:block;
	padding:5px 15px;
	text-decoration: none;
}

#nav li a:hover {
	color: white;
}

#user-info {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: 0;
	right: 0;
	padding-bottom: 8px;
}

.clear {
  clear: both;
}

.nav-header {
  font-size: 19px;
  color: #fff;
  background-color: #69471C;
  padding: 5px 10px 0 10px;
  margin-bottom: 12px;
}

.nav-header a:link { text-decoration: underline; color: white; }
.nav-header a:visited { text-decoration: underline; color: white; }
.nav-header a:hover { text-decoration: underline; color: #C5975B; }
.nav-header a:active, .nav-header a:focus { text-decoration: underline; color: #C5975B; }


.login-info {
  padding-bottom: 1px;
  padding-left: 10px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;	
}

.login-flash {
  color: white;
}

input.money {
  font-family: "Courier New";
  text-align: right;
  font-size: 18px;
  vertical-align: baseline;
}

input.money.spent {
  width: 120px;	
}

input.money.deposit {
  width: 100px;	
}

input.money.transfer {
  width: 120px;	
}

input#transaction_dest_account_name {
  font-family: "Courier New";
  width: 140px;
}

input.category.spent {
  font-family: "Courier New";
  width: 170px;
}

input.category.deposit {
  font-family: "Courier New";
  width: 157px;
}

input.note {
	width: 337px;
}

select.account {
	width: 309px;
}

select.deposit {
	width: 284px;
}

select.source.transfer {
  width: 135px;
}

select.dest.transfer {
	width: 297px;

}

input.email {
  font-family: "Courier New";
  background: url(../images/email.png) no-repeat 5px 4px;
  height: 28px;
  width: 425px;
  font-size: 26px;	
}

input.password {
  font-family: "Courier New";
  background: url(../images/email.png) no-repeat 5px 4px;
  height: 28px;
  width: 200px;
  font-size: 26px;	
}



#wizard {
  font-size: 18px;
}

#wizard .note {
  font-style: italic;
  font-size: 14px;
}

#wizard select {
  
}

#quick-box {
  font-size: 18px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;

	background: #ffffff url(../images/chef-talk-new.png) no-repeat top right;
	height: 221px;
	position: relative;
}

#quickpay-type {
  float: left;
  padding-top: 4px;
}

#quick-nav {
	position:absolute;
	top: -5px;
	left:222px;
	font-size: 0.8em;
	font-weight: normal;
}

#quick-nav ul {
	margin: 0;
  padding: 0;
  list-style: none;
}

#quick-nav ul.tabs li.tab {
	float:left;
	margin:0;
}

#quick-nav ul.tabs li.tab a.tab { 
	margin-left: 3px;
	padding: 5px 10px 5px 10px;
	background-color: #9ec2d2;
	text-decoration: none;
	color: #ffffff;
	
	/* rounded borders for modern browsers! */
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#quick-nav ul.tabs li.tab a.current {
	background-color: #D7DFDA;
	color: #000000;
}

#quick-nav div#qt-date-selector {
	position: absolute;
	/*height: 200px;
	background-color: white;;
	width: 200px;*/
	z-index: 1000;
}

#quickpay {
	position: relative;
	top: 32px;
	left: 220px;
}

.select-one .details {
  position: relative;
  left: 30px;
}

.accounts {
  padding-bottom: 1px;
  padding-left: 10px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
}

.fixed-expenses {
  padding-bottom: 1px;
  padding-left: 10px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
}

#quick-add {
  margin-top: 15px;
  padding: 5px;
}

.txn {
  height: 20px;
}

.todo {
  height: 20px;
}

.report-row {
  height: 24px;
}

.txn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.todo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cell {
  float:left;
  margin-right: 10px;
  font-size: 14px;
}

.cell.date {
  width: 70px;
}

.cell.wd {
  width: 70px;
  text-align: right;
}

.cell.deposit {
  width: 70px;
  text-align: right;
}

.cell.category {
  width: 110px;
}

.cell.user {
  width: 110px;
}

.cell.account {
  width: 110px;
}

.edit-widget { 
    display:none;
    padding: 0;
}

.actual-widget {
    color:#fff;
    background:transparent url(/images/nubbin.gif) no-repeat scroll left top;
    padding: 5px 10px 0 7px;
    margin:0;
    font-size: 12px;
    height: 21px;
    line-height: 10px;
    float: right;
    text-align: right;
}

.edit-widget img {
  padding: 0 5px 0 0;
}

.edit-widget a {
  padding: 0;
}

form, fieldset, legend {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 2em;
  line-height: 1.8;
  padding-bottom: .5em;
}


.edit-form form ol, form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.edit-form form ol, form ul, form p {
  font-size: 1.2em;
  line-height: 1.5;
}

.edit-form form li {
  display: block;
  clear: both;
  padding: 0;
}

.edit-form label {
  float: left;
  line-height: 1.6;
  margin-right: 10px;
  text-align: right;
  width: 160px;
}

.edit-transaction-form label {
	width: 110px;
}


li.buttons {
  padding-top: 10px;
}

div.edit-transaction-form {
  width: 350px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  left: 10px;
  margin: 10px;
  padding: 10px;
  background-color: #C5975B;
}

form.edit_transaction {
  width: 350px;
}

form.edit_transaction input {
  width: 150px;
}

form.edit_transaction input.save-button {
  width: 60px;
}

form.edit_transaction select {
}

form.edit_transaction li {
  list-style: none;
}

/*div.edit-account-form {
  width: 350px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  left: 10px;
  margin: 10px;
  padding: 10px;
  background-color: #B7D996;
}
*/
form.edit_account {
  width: 350px;
}

form.edit_account input {
  width: 150px;
}

form.edit_account input.save-button {
  width: 60px;
}

form.edit_account select {
}

form.edit_account li {
  list-style: none;
}

.report {
  float: left;
}

.title {
  font-size: 2em;
  font-weight: bold;
}
.header {
  font-size: 1.2em;
  clear: both;
}

.contents {
  float: left;
}

.row {
  clear: both;
  height: 20px;
}

.quickpay-row {
	margin-bottom: 3px;
	height: auto;
}

.total {
  clear: both;
}

.name {
  text-align: left;
  float: left;
}

.column {
  text-align: right;
  float: left;
}

.sumline {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: black;
}

.sumline2 {
  border-top-style: double;
  border-top-width: 6px;
  border-top-color: black;
}

.group-split {
  margin-right: 20px;
}

.header .column {
  text-align: right;
}

.account-type {
  padding-top: 20px;
}

.account-type .title {
  font-size: 1.5em;
}

.account-class {
  padding-top: 10px;
}

.account-class .title {
  font-size: 1.2em;
}

.autocomplete-w1 { 
  xbackground:url(img/shadow.png) no-repeat bottom right; 
  position:absolute; 
  top:0px; 
  left:0px; 
  margin:6px 0 0 6px; 
  
  /* IE6 fix: */ 
  _background:none; 
  _margin:1px 0 0 0; 
}

.autocomplete { 
  border:1px solid #999; 
  background:#FFF; 
  cursor:default; 
  text-align:left; 
  max-height:350px; 
  overflow:auto; 
  margin:-6px 6px 6px -6px; 
  font-size: 16px;
  /* IE6 specific: */ 
  _height:350px;  
  _margin:0; 
  _overflow-x:hidden; 
}

.autocomplete .selected { 
  background:#F0F0F0; 
}

.autocomplete div { 
  padding:2px 5px; 
  white-space:nowrap; 
}

.autocomplete strong { 
  font-weight:normal; 
  color:#385920; 
}

div.highlight {
  background-color: yellow;
}

.even {
  background-color: #F5CF8C;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.sidebar .balance {
  text-align: right;
}

#balances {
	text-align: center;
}



#balances dd {
	padding: 0;
	margin: 0 0 6px 0;
}

#balances div.account-name {
	color: #69471C;
	margin-bottom: 3px;
}

.account-name a {
	color: #69471C;
	text-decoration: none;
	border-bottom: 1px dotted #69471C;
	margin-top: 3px;
	margin-bottom: 4px;
}

#balances div.account-balance a.rebalance-button,
#balances div.stat  {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #69471C;
	margin: 0;
	padding: 0;
}


#balances div.account-name {
	padding: 0;
	margin: 0 0 6px 0;
}


#balances form.edit_account {
	width: 170px;
}

#balances form.edit_account input#account_balance {
	width: 150px;
	font-size: 2em;
}

#balances form.edit_account input#account_balance_date {
	width: 150px;
	font-size: 1em;
}

#balances #edit-account {
	padding: 4px;
	margin: 4px;
	width: 90%;
	border-style: solid;
	border-width: 1px;
}

#balances form.edit_account input#account_submit {
	width: 65px;
}

#balances .section {
	background-color: white;
  padding-top: 8px;
  padding-bottom: 8px;

	margin-bottom: 20px;
  
}

.section .footer {
	text-align: right;
}

.section a.bottom {
	position: relative;
	right: 4px;
	bottom: 0px;
	text-align: right;
}

.edit-account {
	margin-bottom: 18px;
}

.filter {
	text-align: center;
}

p.lead-in {
	color:#66676F;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:2em;
}

.insert-hook {
  height: 5px;
}

.open {
  height: 10px;
}


/* --- jQuery Tools - CSS Tabs --- */

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}
