
/* new style information */

.green {
    color: #006000;
}

.red {
    color: #ce0031;
}

a.red {
    color: #ce0031;
}

a.red:link {
    color: #ce0031;
}

a.red:visited {
    color: #ce0031;
}

.blue {
    color: #3100ce;
}

.white {
    color: white;
}

.lostback {
    background-color: #dfdfdf;
    background-image: url("images/lost.jpg");
}

.bustedback {
    background-color: #dfdfdf;
    background-image: url("images/busted.jpg");
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#content {
    margin-bottom: 7px;
}

.content {
    padding-right: 1em;
    vertical-align: top;
}

.sidebar {
    vertical-align: top;
}

#fleetcontent {
    margin-bottom: 7px;
    border: 2px solid black;
    border-top: none;
}

#menudiv {
    float: left;
    margin-right: 1em;
    margin-top: 3px;
}

#bodydiv {
    float: left;
    width: 700px;
}

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li a {
    display: block;
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #cf4f2f;
    font-weight: bold;
    text-decoration: none;
}

#menu li a:hover {
    color: black;
    text-decoration: none;
    background-color: #eeeeee;
}

#titleframe {
    max-width: 800px;
    width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
    margin-bottom: 2px;
    line-height: 53px;
}

.widthlimit {
    max-width: 800px;
    width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
}

#yellowbar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #da952c;
    font-weight: bold;
    margin-top: 3px;
}

#bluebar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #6b718f;
    font-weight: bold;
    margin-top: 3px;
}

#redbar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #cf4f2f;
    font-weight: bold;
    margin-top: 3px;
}

/* old style information */

.bluebar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #6B718F;
    font-weight: bold;
}

.redbar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #cf4f2f;
    font-weight: bold;
}

.yellowbox {
    background-color: #DA952C;
    font-weight: bold;
}

.yellowbar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #DA952C;
    font-weight: bold;
}

.whitebar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: white;
    font-weight: bold;
}

.greybar {
    border: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #dddddd;
    font-weight: bold;
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

sub {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: 0.4em;
}

html {
    font-family: century gothic, verdana, arial, helvetica;
}

body {
    background-color: white;
    margin: 5px;
}

/* ugly IE hack */
.mainframe {
    max-width: 800px;
    width: expression(document.body.clientWidth > 800 ? "800px" : "auto");
}

h1        {
    font-family: century gothic, verdana, arial, helvetica;
    font-size: 140%;
}

h2        {
    font-family: century gothic, verdana, arial, helvetica;
    font-size: 130%;
}

h3        {
    font-family: century gothic, verdana, arial, helvetica;
    font-size: 120%;
}

h4        {
    font-family: century gothic, verdana, arial, helvetica;
    font-size: 110%;
}

.maintitle {
    font-family: century gothic, verdana, arial, helvetica;
    font-size: 140%;
    color: black;
    font-weight: bold;
}

.title {
    font-family: century gothic, verdana, arial, helvetica;
    font-weight: bold;
    font-size: 140%;
    vertical-align: middle;
}

.largest  {
    font-size: 130%;
    font-weight: bold;
    font-family: century gothic, verdana, arial, helvetica;
}

.larger   {
    font-size: 120%;
    font-weight: bold;
    font-family: century gothic, verdana, arial, helvetica;
}

.large    {
    font-size: 110%;
    font-family: century gothic, verdana, arial, helvetica;
}

.normal    {
    font-size: 100%;
    font-family: century gothic, verdana, arial, helvetica;
}

.small    {
    font-size: 95%;
    font-family: century gothic, verdana, arial, helvetica;
}

.smaller  {
    font-size: 90%;
    font-family: century gothic, verdana, arial, helvetica;
}

.smallest {
    font-size: 85%;
    font-family: century gothic, verdana, arial, helvetica;
}

.tiny {
    font-size: 80%;
    font-family: century gothic, verdana, arial, helvetica;
}

a         {
    font-weight: bold;
    font-family: century gothic, verdana, arial, helvetica;
}

a.white:link    {
    color: white;
    text-decoration: none;
}

a.white:visited {
    color: white;
    text-decoration: none;
}

a.white:hover   {
    color: white;
    text-decoration: underline;
}

.navbar {
    cursor: pointer;

    border: 2px solid black;
    padding-right: 6px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;

    color: black;

    font-weight: bold;
}

a.nav   {
    text-decoration: none;
    color: black;
}

a.nav:link    {
    text-decoration: none;
    color: black;
}

a.nav:visited {
    text-decoration: none;
    color: black;
}

a.nav:hover   {
    text-decoration: underline;
    color: black;
}

a:link    {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover   {
    color: #ce0031;
    text-decoration: underline;
}

a.hidden    {
    text-decoration: none;
}

a.footnote    {
    text-decoration: none;
    color: #ce0031;
}

a.title     {
    color: white;
    text-decoration: none;
}

a.title:link    {
    color: white;
    text-decoration: none;
}

a.title:visited    {
    color: white;
    text-decoration: none;
}

a.title:hover    {
    color: white;
    text-decoration: underline;
}

a.nodecorate:link    { 
    font-weight: normal;
    color: black;
    text-decoration: none; 
}

a.nodecorate:hover   {
    font-weight: normal;
    color: black;
    text-decoration: none; 
}

a.nodecorate:visited {
    font-weight: normal;
    color: black;
    text-decoration: none; 
}

.comments {
    padding-left: 4px;
    padding-right: 4px;
    background-color: #bbbbbb;
}

hr {
    border: 0;
}

/* end of file. */

