/* $Id: account.css 2130 2008-11-20 18:16:29Z ppierre $ */

/* ==========================
 *          Account
 * ========================== */

.accntColMain    { color: black; }
.accntColMain h2 { margin-top: 2ex; text-align: left; color: #054a73; font-weight: bold; }

.accntInfo    { padding-bottom: 1ex; margin-bottom: 2ex; border-bottom: 1px solid #000000; }
.accntInfo h1 { font-size: large; }


.accntItem        { margin-bottom: .5em; font-size: small; }
.accntItem label  { float: left; width: 17em; font-weight: bold; }
.accntItem input  { margin: 0 .5ex 0 0; }
.accntItem div    { font-weight: bold; }
.accntItem ul     { list-style-type: none; }
.accntItem span   { margin-right: 2ex; }
.accntItem .help  { display: block;  margin-left: 17em; }
.accntItem .help span { font-size: x-small; font-weight: normal; color: #707070; }

strong { color: #006ab2; font-weight: bold; }

.accntCNIL { color: #006ab2; font-size: xx-small; }

.accntBack {
  padding: .3ex 1ex .1ex 1ex;
  background-color: #e4e4e4;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.accntBack a         { text-decoration: none; color: #707070; font-size: small; }
.accntBack a:visited { text-decoration: none; color: #707070; }
.accntBack a:hover   { text-decoration: none; color: #993333; }

.accntBack img       { vertical-align: middle; }
