
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    color: #333;
    min-width: 780px;
    font-family: "Lucida Grande","Trebuchet MS",Verdana,Arial,sans-serif;
    font-size: 16px;
}
html>body { /* opera hack */
    font-size: 16px;
}

// header

#header { padding: 0 50px 0 0; }
#header ul { right: 0; } 

/* for IE only */
* html #header ul { right: 50px; } 

#header {
    padding: 0 50px 0 0;
    height: 48px;
    position: relative;
    border-bottom: 1px solid #000;
    color: #ddd;
    background: #484848 url(/resources/pix/head_bg.png) repeat-x top left;
}

#header div {
    margin: 0 auto;
    position: relative;
}

#header h1 {
    background: #484848 url(/resources/pix/head_bg.png) repeat-x top left;
    position: absolute;
    top: 0;
}

#header h1 a {
    text-decoration:none;
}
#header h1 img {
    color: #fc5200;
    border: 0px;
    position: absolute;
    top: 0;
}

#header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #333;
    border-right: 1px solid #666;
    position: absolute;
    top: 0;
}

#header li {
    float: left;
    padding: 0;
    margin: 0;
}

#header ul a:link, #header ul a:visited {
    display: block;
    float: left;
    padding: 15px 15px;
    text-decoration: none;
    border-right: 1px solid #333;
    border-left: 1px solid #666;
    color: #ccc;
    height: 46px;
    //
    // Browser hack; hide from IE
    //
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 16px;
} #ignored {}

#header ul li a:hover {
    background: #252525;
    color: #fff;
    text-decoration: underline;
}

/*
#breadcrumbs {
    color: #999;
}
*/

#breadcrumbs div {
    background: #aeafa4;
    font-size: 85%;
    padding-left: 240px; 
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 18px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #333;
}

#breadcrumbs div .bc-last {
    font-weight: bold;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
    color: #666;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
    color: #333;
}

#navlist {
    position: relative;
    left: 2px;
    top: -2px;
    width: 180px;
}

#navlist ul {
    list-style-type: none;
    font-size: 85%;
    margin-top: 1.3em;
}

#navlist a {
    display: block;
    margin: 2px 0 2px 0;
    padding: 2px 2px 2px 24px;
    border: 1px solid;
    border-color: #999;
    color: #999;
    background-color: #fff;
}


#navlist a:link, #navlist a:visited {
    text-decoration: none;
    margin: 2px 0 2px 0;
    padding: 2px 2px 2px 24px;
}


#navlist a:hover, #navlist a:active,
#keinlink a:link, #keinlink a:visited,
#keinlink a:hover, #keinlink a:active {
    border-color: #000;
    background-color: #fff;
    color: #000;
    margin: 2px 0 2px 0;
    padding: 2px 2px 2px 24px;
}

#content {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align:left;
    /* 800 - margin(main) is left for text */
    max-width: 1024px;
}

#entry #main {
    color: #ddd;
    background: #333;
}

#entry #main-content {
    color: #333;
    padding: 1em 1em;
    background-color: #fff;
}
#entry {
    color: #ddd;
    background: #333;
}

.entry-content {
    color: #333;
    padding: 0px 0px;
    background-color: #fff;
}

.entry-content h2,
.entry-content dl {
    margin-left: 5px;
    margin-right: 5px;
}

#sidebar {
    float: left;
    width: 240px;
    height: 410px;
    min-height: 410px;
    margin:0; padding:0;
    background-image: url(/resources/pix/ca-stone-edge.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
}

#sidebar-content {
    margin:0; padding: 0.5em 1em;
}

#main {
    margin:0 0 0 240px; 
    padding:0;
}

#main-content {
    margin:0; padding: 0.5em 0.5em;
    font-size: 100%;
    background-color: #fff;
}

hr.cleaner {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
}

.leftcontent {
    float: left;
    padding: 0px 6px 10px 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #fff;
    width: 46%; /* ie5win fudge begins */
/*
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 46%;
*/
}
html>body .leftcontent {
    /* width: 46%; *//* ie5win fudge ends */
}

.rightcontent {
    float: left;
    /* Opera5.02 will show a space at 
    right when there is no scroll bar */
    padding: 0px 2% 10px 2%;
    margin: 0px;
    border: 0px;
    background: #fff;
    width: 46%; /* ie5win fudge begins */
/*
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 46%;
*/
}
/*
html>body .rightcontent {
    width: 46%; 
}
*/
 /* ie5win fudge ends */

#footer {
    font-size: 85%;
    /* background: #fff; */
    padding-top: 6px;
    padding-bottom: 16px;
    text-align: center;
    /* border-top: 1px solid #333; */
}
#footer hr {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 4px;
    border: 0;	
    color: #000;
    background-color: #666;
    height: 1px;
    text-align: center;
}

#footer a:link,
#footer a:visited {
    color: #666;
}

#footer a:hover,
#footer a:active {
    color: #333;
}

#entry #footer a:hover,
#entry #footer a:active {
    color: #fff;
}



h1 {
    font: normal 130% Verdana, Helvetica, Arial, sans-serif; 
    /* color: #fc5200; */
    color: #fc5200;
    background: #000;
}

div.CHAPTER h1,
h1.TITLE, h1.SECT1 {
    font: normal 140% Verdana, Helvetica, Arial, sans-serif; 
    color: #52647c; 
    border-bottom: 1px solid #999;
    margin-bottom: 0.8em; 
    padding: 0.8em 0 0.4em 0;
    background: #fff;
}

h2 {
    font: normal 130% Verdana, Helvetica, Arial, sans-serif;
    color: #2c5494;
    border-bottom: 1px solid #999;
    margin-bottom: 2em; 
    padding: 0.8em 0 0.4em 0;
    background: #fff;
}

h3 {
    font: normal 100% Verdana, Helvetica, Arial, sans-serif;  
    color: #2c5494;
    text-transform: uppercase; 
    letter-spacing: 0.1em;
    margin: 2.8em 0 0.8em 0; 
    padding: 0 0 0.4em 0;
}

h4 {
    font: bold 94% serif;  
    text-transform: uppercase; 
    color: #333;
    margin: 1.8em 0 0.4em 0;
}

h4.first {
    margin: 0.4em 0 0.4em 0;
}

h5 {
    font: bold 90% serif;
    text-decoration: underline;  
    color: #333;
    margin: 0.4em 0 0.4em 0;
}

pre {
    font-family: monospace;
    font-style: normal;
    font-size: 90%;
    color: #000;
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 0.4em 0 0.8em 0;
    padding: 0.8em 0.8em 0.2em 0.8em;
}

a:link,
a:visited {
    color: #666;
}

a:hover,
a:active {
    color: #333;
}

tt {
    font-family: monospace;
    font-style: normal;
    font-size: 100%;
    color: #000;
}

table.dist {
    margin-bottom: 1em;
}
table.dist tr td {
    padding-right: 0.2em;
}
table.archive tr td {
    padding-right: 0.2em;
}

p.note {
    margin: 1em 0 1em 0;
    border: 1px dashed #333;
    padding: 0.8em;
}

p.warn {
    padding: 0.8em;
    border: 1px solid #9b8748;
    background: #f9e9a9;
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 1em;
}

dt {
    font: bold 80% serif;  
    text-transform: uppercase; 
    color: #333;
    margin: 0.4em 0 0.4em 0;
}
dl.variablelist>dt {
    text-transform: none;
}

dd {
    margin: 0 0 0 0.8em;
}

#main-content ol {
    margin: 0.4em 0 1em 2em;
}
#main-content ul {
    margin: 0.4em 0 1em 2em;
    list-style-type: disc;
    list-style-image: url(/resources/pix/li.png);
    margin-left: 2em;
}
#main-content li {
    margin-bottom: 0.4em;
}

#publications b {
              font-weight: normal;
              font-variant: small-caps;
}

/* Formular */

.box {
    position: relative;
    left: 2px;
    top: 0px;
    width: 180px;
}
.box h4 {
    font: normal 80% Verdana, Helvetica, Arial, sans-serif;  
    border: 0 solid #fff;
    margin: 0px 0px 2px 0px;
    padding-top: 20px;
}
#searchform {
    padding-bottom: 20px;
    margin: 0;
}
#searchform input.text,
#searchform input.submit
 {
    display: block;
    width: 178px;
    margin-bottom: 4px;
    margin-left: 0;
    border: 1px solid;
    border-color: #999;
    color: #000;
    background-color: #fff;
}
#searchform input.submit {
    width: 180px;
    color: #999;
    text-align: left;
    text-transform: lowercase;
}
#searchform input.submit:hover {
    color: #000;
    border: 1px solid #000;
}

input, textarea {
    background-color: #ffffee;
    color: #000;
    border-left:   1px solid #ddd;
    border-top:    1px solid #ddd;
    border-right:  2px solid #f7f5f3;
    border-bottom: 2px solid #f7f5f3;
}

input.submit {
    background-color: #fff;
    color: #999;
    padding: 0.2em 1em 0.2em 1em;
    text-transform: uppercase;
    font-size: 85%;
    border-left:   1px solid #ddd;
    border-top:    1px solid #ddd;
    border-right:  2px solid #f7f5f3;
    border-bottom: 2px solid #f7f5f3;
}

input.submit:hover {
    color: #000;
    background-color: #f0f0f0;

    border-left:   2px solid #f7f5f3;
    border-top:    2px solid #f7f5f3;
    border-right:  1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.E0E0E0 {
    /* invisible, old left bar */
    border-left:   1px solid #fcfcfc;
}

#Formular td,
#Formular table,
#Formular p
{
    background-color: #fcfcfc;
}

#Formular table,
fieldset {
    background-color: #fcfcfc;
    background-image: url("/resources/pix/bgfade.png");
    background-repeat: repeat-x;
    border-top:    1px solid #ddd;
    border-right:  1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left:   1px solid #f1f1f1;
    padding-top:   25px;
}

.label1 {
    color: #612;
}

legend {
    font: bold 70% serif;  
    text-transform: uppercase; 
    color: #333;
}

input.form, textarea.form {
    display: block;
    color: #000;
    margin-bottom: 1em;
    width: 350px;
    border: 1px solid #999;
}

label.form {
        background-color: #d0d0d0;
        padding: 2px;
        text-transform: uppercase;
        font-size: xx-small;
}

.boxcontainer {
    display: block;
    margin-bottom: 20px;
    color: #000;
    background: url(/resources/pix/glossy_rect.png) top left no-repeat;
}

.boxdesc {
    font-size: 130%;
    margin: 0;
    padding: 22px 62px 0 22px;
}

.boxinfo {
    font-size: 85%;
    margin: 0;
    padding: 0 0 0 22px;
    padding-bottom: 48px;
}

.boxinfo em {
    /* display: block; */
    margin: 0;
    padding: 0 32px 32px 0;
    font-style: normal;
}

.boxcontainer a:link,
.boxcontainer a:visited {
    color: #000;
    text-decoration: none;
}

.boxcontainer a:hover,
.boxcontainer a:active {
    color: #000;
    text-decoration: underline;
}

.spiffy{
display:block
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#ffffff
}
.spiffy1{
border-right:1px solid #8a8a8a;
padding-right:1px;
margin-right:3px;
border-left:1px solid #8a8a8a;
padding-left:1px;
margin-left:3px;
background:#cccccc;
}
.spiffy2{
border-right:1px solid #474747;
border-left:1px solid #474747;
padding:0px 1px;
background:#d8d8d8;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #d8d8d8;
border-left:1px solid #d8d8d8;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #8a8a8a;
border-left:1px solid #8a8a8a;
}
.spiffy5{
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
}
.spiffy_content{
padding:0px 5px;
background:#ffffff;
} 

blockquote {
    color: #555;
}

blockquote p {
    font: italic 1em Georgia, Times, "Times New Roman", serif;
    font-size: 1em;
    margin: 1.5em 2em 0 1.5em;
}

blockquote .qsrc {
    text-align: right;
    font-style: normal;
    margin-right: 2em;
}

/* result table */

.restab {
    background: #919191;
}

table.results {
    position: relative;
    top: -4px;
    left: -4px;
    background: #fff;
    border-right: 1px solid #b5b5b5;
}
table.results td {
    margin: 0px;
    padding: 3px;
    border-bottom: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    vertical-align: top;
}
table.results th {
    margin: 0px;
    padding: 3px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

td.no {
    /* background: #fc5200;
    background: #f5bd2a; */
    background: #f9e9a9;
}
td.yes {
    background: #fc5200;
    background: #85af43;
}

.legolas {
	border:solid 1px #fff;
    background-color:#fff;
    color:#fff;
}

.legolas2 {
    border:solid 1px #fcfcfc;
    background-color:#fcfcfc;
    color:#fcfcfc;
}

#facts_accordion h4 {
    border: 1px solid #999;
    color: #333;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#facts_accordion h4.selected {
    border: 1px solid #333;
    background-color:#333;
    color: #fff;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#facts_accordion h4 a {
    color: #999;
}

#facts_accordion h4 a:before {
    content:"\25B6\ ";
}

#facts_accordion h4.selected a {
    color: #fff;
}

#facts_accordion h4.selected a:before {
    content:"\25BC\ ";
}

#facts_accordion h4.selected a:hover,a:active {
    color: #fff;
}

#facts_accordion h4 a:hover,a:active {
    color: #000;
}

