/* general classes */
body {
    display: block;
    font-size: small;
}
a {
    color:maroon;
    text-decoration: none;
}
a.notshow {
    color:black;
    text-decoration: none;
}
a.hover, a:hover {
    color: red;
    text-decoration: underline;
}
table {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
table.main {
    width: 780px;
}
table.smain {
    width: 760px;
}
td.main {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
td.smain1 {
    text-align: left;
    vertical-align: middle;
    width: 150px;
}
td.smain1 {
    text-align: left;
    vertical-align: middle;
}
div.footer {
    text-align: center;
    font-size: 0.8em;
}
div.header {
    text-align: left;
    font-size: 1.1em;
    font-family: Arial,Helvetica,sans-serif;
    color: teal;
    font-weight: bolder;
    font-variant: small-caps;
}
div.warning {
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    padding-bottom: 1em;
}
tr.notselected {
}
tr.selected {
    background-color:yellow;
    cursor:pointer;
}
td {
    vertical-align: top;
}
td.bordered {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: green;
    border-bottom-color: green;
    border-left-color: green;
    border-right-color: green;
    vertical-align: top;
}
td.cbordered {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: green;
    border-bottom-color: green;
    border-left-color: green;
    border-right-color: green;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    font-size: 0.8em;
}
td.cbordereds {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: green;
    border-bottom-color: green;
    border-left-color: green;
    border-right-color: green;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
    font-size: 0.75em;
}
input {
    background-color: #ffffcc;
}
h1 {
    color: teal;
    text-align: left;
    font-size: 2em;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: middle;
}
h2 {
    color: teal;
    font-size: 1.5em;
    font-family: Arial,Helvetica,sans-serif;
}
/* club/members menu */
#clmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#clmenu li {
    float: left;
    border: 1px solid #000;
    border-bottom-width: 0;
    margin: 0;
}
#clmenu a {
    text-decoration: none;
    display: block;
    background: #eeeeee;
    padding: 0.24em 1em;
    color: black;
    width: 4.6em;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
#clmenu a:hover {
    background-color: yellow;
}
#clmenu #selected {
    background-color: white;
    color: teal;
}
#content {
    clear: both;
    padding: 0 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
input.vyk {
    background-color: #ffffcc;
    width: 5.5em;
    font-size: 0.85em;
}
input.vykbad {
    background-color: #ff8888;
    width: 5.5em;
    font-size: 0.85em;
}
select.vyk {
    background-color: #ffffcc;
    font-size: 0.85em;
}
select.vykbad {
    background-color: #ff8888;
    font-size: 0.85em;
}
input.vykn {
    background-color: #ffffcc;
    width: 12em;
}
input.vyknbad {
    background-color: #ff8888;
    width: 12em;
}

