/*
 * CSS for astronomy pages; redefines some entities from common.css (e.g.
 * a jet black background, like outer space nothingness itself)
 *
 * created: 2000-08-26
 * last-modified: 2003-05-04
 */


/*
 * definitions for standard tags
 */

body {
    color: #ffffff;
    background-color: #000000;
}

/* used for magnitudes and powers, or indices, respectively */
sup, sub {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 69%;    /*  11px, 8pt */
}

/* link anchors (without underline) */
a         { text-decoration: none; }
a:link    { color: #ffffa0; }
a:active {
    color: #f0e8b0;
    background-color: #808045;
}
a:visited { color: #e0e0a0; }
a:hover   { background-color: #707040; }
a:focus   {
    color: #f0e8b0;
    background-color: #808045;
}


/***********************************************
 * navigation bar - color adjustment
 */
#nav-bar {
    color: #ffffff;
    background-color: #404040;
}
#nav-bar-head {
    color: #f0f0ff;
    background-color: #646444;
}
.nav-elems { color: #ffffff; }

/* navigation links on dark grey background */
.nav-link-current  { color: #ffffe7; }
.nav-elems a:hover   { background-color: #707040; }
.nav-elems a:link    { color: #ffffff; }
.nav-elems a:visited { color: #fff8f4; }
.nav-elems a:active  { color: #fff86f; }
.nav-elems a:focus   { color: #f0e8b0; }
/******************************/


/* standard content style */
#content {
    color: #ffffff;
    background-color: #000000;
    font-family: serif;
    vertical-align: top;
}

/* footer */
#footer { border-top: 1px solid #404040; }


/* tooltip anchor - the text being explained */
/*.tooltip-a { color: #e8e8ff; }*/
.tooltip-a { color: #d8d8ff; }

/* used for the description text */
.description {
    font-family: serif;
    text-align: justify;
}

/* illustrating tables */
.tabular {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 91%;   /* 11pt (9pt) */
}
.tabular tr {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 91%;   /* 11pt (9pt) */
    background-color: #383838;
}
.tabular tr td {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 91%;   /* 11pt (9pt) */
    background-color: #383838;
}


/* for formulas */
.formula {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 91%;   /* 11pt */
}
/* symbols in formulas */
.formsymb {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 91%;   /* 11pt */
    font-style: italic;
    display: inline;
}
/* to appear within "formula" divisions */
.formgreek {
    font-family: serif;
    font-style: normal;
}


#counter {
    color: #ffffff;
    background-color: #4c4848;
}

