/* Couleurs du thème orange */

@import 'common.css';

body { 
background: url('images/orange/bg.jpg') top center; 
}

a { color: #d0711c; }

input { border: solid 1px black; background: white; color: #834832; }
select { border: solid 1px black; background: white; color: #834832;  }
form#log input { border: none; border-bottom: #000 dotted 1px; background: none;}
form#pleins input { border: none; border-bottom: #000 dotted 1px; background: none;}
form#pleins input.button { border: solid 1px black; }
form#log input.button { border: solid 1px black; }

/* Action button below expenses log (and such) */
input.button { background: #f9ce9a ! important; }

div#main_holder {
  background: url('images/orange/logo.png') 3px 3px no-repeat #fad69c;
  padding-top: 55px;
  width: 900px;
  /* margin: 0px auto 0px auto; */
  /* margin: 0px auto 0px auto; */
}

.rowlisting { }
.rowlisting:hover { background: #efc198; }

div.tab {
  background: #eeeeee; 
  color: #d0711c;
  text-decoration: underline;
}

div.tabfocus {
  background: url('images/orange/bg_nav.gif') repeat-x; 
  color: white;
}

div.tabcontent {
  border: solid 1px #e3b774;
  background: #ffeccd;
  color: #8c5523;
}

h1 { color: #d0711c; text-transform: uppercase; }

div#gmap {
  border: solid 1px #e3b774;
}

div#lisere a { 
  color: inherit ! important;
  font-weight: normal;
}
div#lisere img {
  vertical-align: top;
}
div#lisere {
 background: url('images/orange/bg_nav.gif') repeat-x; 
 color: black;
 line-height: 30px; 
 height: 30px; 
 padding: 5px;
}

div#biggraphs_tabstrip div.tabcontent {
  background: #ffeccd;
}

div#blog b { color: #fcac57 ! important; }
div#faq b { color: #fcac57 ! important; }
hr { color: #8c5523; background-color: #8c5523; height: 1px; border: 0; }

li { list-style-image: url('images/orange/puce.gif'); } 

th { text-align: center; }
th a { color: #d0711c; }

/* Sidebar submit buttons */
input#createaccount_submit{ padding-left: 34px; height: 34px; line-height: 34px; background: 3px 3px url('images/communs/valider.png') no-repeat white; color: #834832; }
input#login_submit{ padding-left: 34px; height: 34px; line-height: 34px; background: 3px 3px url('images/communs/valider.png') no-repeat white; color: #834832; }
input#paypal_submit{ }
