/*
 * Copyright (c) 2004-2007
 * Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.  
 * 
 * This work is licensed under the Creative Commons Attribution License.
 * To view a copy of this license, visit
 * http://creativecommons.org/licenses/by/2.0/ or send a letter to
 * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
 * USA.
 */

body
{
    color: black;
    background: rgb(110,123,135);
    font-family: times new roman, times, serif;
    margin: 0;
}

img
{
    border: none;
}

#leftcolumn
{
    float: left;
    border: none;
    width: 120px;
    margin: 2px 5px;
    text-align: right;
}

#leftcolumn p
{
    margin: 0.25em 0;
}

#translations
{
    margin: 0;
    padding: 0 0.5em;
    background: white;
}

#translations p
{
    margin: 0.25em 0;
    text-align: right;
}

.translationstatus
{
    width: 100%;
    border: 1px black dotted;
}

#translationstatus th
{
    background-color: rgb(0,85,166);
    color: white;
}

.status-bad
{
	background-color: rgb(100%,50%,50%);
}

.status-medium
{
	background-color: rgb(100%,100%,50%);
}

.status-good
{
	background-color: rgb(50%,100%,50%);
}

.status-bad, .status-medium, .status-good
{
	text-align: center;
}

#pagetable
{
    width: 700px;
    position: relative;
}

#content
{
    color: black;
    background: white url('./images/astbook-bg.jpg') no-repeat;
    padding: 0px 20px 20px 20px;
    border: solid 1px black;
}

#content .bar
{
    background: rgb(0,85,166);
    color: white;
    font-family: garamond, times new roman, times, serif;
    font-weight: normal;
    font-size: 8pt;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
}

#content .tagline
{
    color: black;
    font-family: garamond, times new roman, times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14pt;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-align: center;
}

#content .title1, .title3
{
    color: black;
    font-family: garamond, times new roman, times, serif;
    font-weight: normal;
    font-size: 24pt;
    padding: 0px;
    margin: 0px;
}

#content .title2
{
    color: black;
    font-family: garamond, times new roman, times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 20pt;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    text-align: right;
}

#content .title3
{
    text-align: right;
}

#content .title1
{
    background: rgb(0,85,166);
    color: white;
    font-family: garamond, times new roman, times, serif;
    font-weight: normal;
    font-size: 72pt;
    margin: 0px;
    padding: 20px 20px;
    text-align: center;
}

#content .authorlist
{
    color: black;
    font-family: garamond, times new roman, times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16pt;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

#content .authorlist a
{
    color: black;
    text-decoration: none;
}

.versionlist
{
    border: 1px black dotted;
    margin: 0 0.5in;
    padding: 2px;
    font-size: 90%;
}

.versionlist ul
{
    list-style-type: square;
}

.versionlist h3
{
    margin: 0;
    background-color: rgb(0,85,166);
    color: white;
}

#versiontable th
{
    background-color: rgb(0,85,166);
    color: white;
    border-right: 1px black dotted;
    border-bottom: 1px black dotted;
}

#versiontable td
{
    font-size: 90%;
    border-right: 1px black dotted;
    border-bottom: 1px black dotted;
}

#versiontable li
{
    margin-left: -0.25in;
}

.glossary
{
    text-decoration: underline;
}
