/* Author: Tomas Golembiovsky  */
/* Creation date: 13. 11. 2003 */

body {
    /* base stuff */
    background: #7fd07f;
    /* margins */
    margin: 0 0 0 0;
    /* scrollbar (only IE?)
    scrollbar-face-color: #007f00;
    scrollbar-arrow-color: #000000;
    scrollbar-highlight-color: #7acf7a;
    scrollbar-3dlight-color: #007f00;
    scrollbar-shadow-color: #007f00;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #7fcf7f;
    */
}

/* Banner */
.Banner {
    text-align: center;
    vertical-align: middle;
    padding-top: 5;
    padding-bottom: 5;
}

/* Beagle Club logo */
.BClub, .BClub:link, .BClub:visited, .BClub:Active {
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #476B45;
}

.BClub:hover {
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    color: #0000FF;
}

/* Menu */
.MnuBase {
    background-color: #6BA068;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}

.MnuLinks, .MnuLinks:link, .MnuLinks:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.MnuLinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}

/* Submenu */
.SMnuBase {
    margin: 0 0 0 5;
    background-color: #cbefc9; /* #A9FFA4 */
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    color: #4E754C
}

.SMnuLinks, .SMnuLinks:link, .SMnuLinks:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    color: #4E754C
}

.SMnuLinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
    color: #4E754C
}


/* Normal text */
.Normal {
    vertical-align: top;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

h1.title {
    font-size: 22pt;
    letter-spacing: 0.5em;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    padding-top: 20;
}

/* Box */
.Box {
    background: #558053;
    border: 0;
}

.BoxTitle {
    background: #6BA068;
    color: #FFFFFF;
    font-size: 10pt;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
    vertical-align: top;
    width: 100%;
    border: 0;
    padding-left: 5;
    padding-right: 5;
}

.BoxBody {
    /*background: #E1FFC9;*/
    background-image: url("images/track_box.gif");
    color: #000000;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    text-align: left;
    vertical-align: top;
    width: 100%;
    border: 0;
}

/* Box styles with no width specified (for tables) */
.BoxTitleNW {
    background: #6BA068;
    color: #FFFFFF;
    font-size: 10pt;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
    vertical-align: top;
    border: 0;
    padding-left: 10;
    padding-right: 10;
}

.BoxBodyNW {
    background: #E1FFC9;
    color: #000000;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    text-align: left;
    vertical-align: top;
    border: 0;
}

.LinkItem {
    /*font-size: 12pt;
    font-family: helvetica, arial, sans-serif;*/
    color: #4E754C;
    text-align: left;
    text-decoration: none;
}

.LinkItem:hover {
    /*font-weight: bold;*/
    text-decoration: underline;
}


.TableHeader {
    background-color: #6BA068;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
    border-bottom: 0;
    border-right: 0;
}

.TableHeaderLastInRow {
    background-color: #6BA068;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
    border-bottom: 0;
}

.TableHeaderLastInCol {
    background-color: #6BA068;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
    border-right: 0;
}

.TableHeaderLastCell {
    background-color: #6BA068;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
}

.TableCell {
    background-color: #E1FFC9;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
    border-bottom: 0;
    border-right: 0;
}

.TableCellLastInCol {
    background-color: #E1FFC9;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
    border-right: 0;
}

.TableCellLastInRow {
    background-color: #E1FFC9;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
    border-bottom: 0;
}

.TableCellLastCell {
    background-color: #E1FFC9;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #558053;
}

/* vim: set et sw=4: */

