body {
    background: white;
    font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: small;
    color: black;
    margin: 20px 10px 20px 10px;
}

div {
    font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    color: black;
}

table {
    font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: small;
    color: black;
}

h1, h2, h3, h4 {
    font-size: small;
    font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    color: black;
}

h1 {font-weight: bold; font-size: 180%;}
h2 {
    font-weight: bold;
    font-size: 140%;
    margin: 0px 0px 15px 0px;
    border-bottom: #A5B8C9 1px solid;
}

a {color:#436976; text-decoration:none;}
a:hover, a:active {color:black; text-decoration:none;}

p {line-height: 140%}

p.note {
    margin-top: 0px;
    font-size: 85%;
    background: #eee;
    padding: 4px;
    font-family: tahoma
}

.block {margin: 0px 0px 15px 0px;}

.block .content {
    border: #90c2e1 1px solid;
    border-top: none;
    background-color: #dfedf7;
    padding:5px;
}

.block h2 {
    padding:2px;
    font-size: 1em;
    margin: 0px;
    color: white;
    background-color: #6b81b2;
    text-align: center;
}

#main {
    clear: both;
}

#sidebar-left {
    float: left;
    width: 20%;
    margin-top: 1.5em;
}
#content-right {
    float: right;
    width: 78%;
    margin-top: 1.5em;
}

#content {
    padding: 1.5em;
    width: auto;
}

#footer {
    clear: both;
    height: 10px;
    background-color: #dfedf7;
}

#header {
    margin-top:1em;
    width: auto;
}

#menubox {
    color:white;
    font-weight: bold;
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    background: #6b81b2;
    width: auto;
    height:auto;
    padding:6px 0px 4px 4em;
}

#menubox a {
    color:white;
    text-decoration:none;
}

#menubox a:hover {
    color:#dfedf7;
    text-decoration:none;
}

#primary {
    padding:0px 0px 0px 3em;
    margin:0;
    height:26px;
}

ul#primary {
    margin:0;
    padding:0;
    width: auto;
    list-style-type: none;
}

ul#primary li {
    margin:0;
    padding:0;
    float: left;
    width:7em;
}

ul#primary a, ul#primary span, ul#primary a.current {
    display:block;
    padding: 4px 0px 4px 0px;
    font-weight: bold;
    font-size: 1em;
    margin: 1px 2px 0px 0px;
    color: white;
    text-align: center;
    text-decoration: none;
}

ul#primary span, ul#primary a.current, ul#primary a.current:hover {
    border: #666 1px solid;
    border-bottom: none;
    background-color: #6b81b2
}

ul#primary a {
    border: #aaa 1px solid;
    border-bottom: none;
    background: #dfedf7;
    color: #6b81b2;
}

ul#primary a:hover {
    border-color: #666;
    background: #fff7cd;
}

unknown {font-weight: bold;}

.author {
    font-size: 110%;
    font-weight:bolder;
    color: #6b81b2;
}

#url {text-align: right;}

#CNRSEntryType {
    padding: 3px 0px 2px 0px;
    margin: 5px 0px 12px 0px;
    font-size: 200%;
    COLOR: #436976;
    border-bottom: #A5B8C9 1px solid;
}

#year {
    font-size: 140%;
    color: #436976;
    margin-top: 10px;
    border-bottom: 1px solid #A5B8C9;
}

.pageIndex {float: right; position: relative;}
.pageIndex, a {color:#6b81b2;}
.pageIndex, a:hover {color:#black;}
.pageIndex b {padding: 2px 5px 5px 2px;background-color: #ddd;}

#bibtexCitation{color: #556268;}

#unvalidity {
    font-size: small;
    color: mediumaquamarine;
}

input {
  color: Black;
  background-color: white;
  vertical-align: middle;
  text-decoration:none;
  font-size: 90%;
  height: 22px !important;
  max-height: 22px !important;
  min-height: 22px !important;
  margin: 1px;
}

input.button {
  background-color: #fff7cd;
  cursor: pointer;
  border:1px solid #6b81b2;
}

