/* Couleurs du thème bleu-gris */

@import 'common.css';

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

a { color: #01abf9; }

input,textarea { border: solid 1px black; background: #334352; color: #b9ceeb; }
select { border: solid 1px black; background: #334352; color: #b9ceeb;  }
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/bleu/logo.png') 3px 3px no-repeat #273945;
  padding-top: 55px;
  width: 900px;
  /* margin: 0px auto 0px auto; */
  /* margin: 0px auto 0px auto; */
}

.rowlisting { }
.rowlisting:hover { background: #30383d; }

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

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

div.tabcontent {
  /* background: white; */
  border: solid 1px #0f204c;
  background: #41566b;
  color: #bdd1e9;
}

h1 { color: #01abf9; text-transform: uppercase; }

div#gmap {
  border: solid 1px #0f204c;
}

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

div#biggraphs_tabstrip div.tabcontent {
  background: #41566b;
}
div#blog b { color: black ! important; }
div#faq b { color: black ! important; }

hr { color: #426384; background-color: #426384; height: 1px; border: 0; }

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

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

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