/* header */
table.t-head {border: 1px solid #0f5782}
.c-h-logo {background-color: c62929; border: solid #0f5782; border-width: 0 1px 0 0}
.c-h-slogan {background-color: 6b8ec6; font: bold 13pt verdana; color: ffffff}
.c-h-menu {background-color: 0f5782; border: solid #ffffff; border-width: 1px 0 1px 0; font: 8pt verdana; color: ffffff}
.c-h-sub {background-color: f9dd7b; font: bold 7.5pt tahoma}
.c-h-red {background-color: c62929;}

.a-h-menu {font: 7.5pt tahoma; color: ffffff; text-decoration: none}
.a-h-menu:hover {font: 7.5pt tahoma; color: f9dd7b; text-decoration: none}

.a-h-sub {font: bold 7.5pt tahoma; color: 0f5782; text-decoration: none}
.a-h-sub:hover {font: bold 7.5pt tahoma; color: 6b8ec6; text-decoration: none}


/* footer */
.c-f-line {background: #c62929}


/* body */
body.m-def {margin: 0; background-color: ffffff}
div.m-def {margin: 0 10px}


/* font size */
.fs-small {font: 7.5pt verdana}
.fs-par {font: 8pt verdana}
.fs-title {font: 10pt verdana}
.fs-big {font: bold 13pt verdana}


/* font color */
.fc-white {color: ffffff}
.fc-hilite {color: c62929}  /* red */
.fc-mark {color: 6b8ec6}  /* light-blue */
.fc-dark {color: 0f5782}  /* dark-blue */
.fc-black {color: 000000; text-decoration: none; font-weight: normal}


/* buttons */
input.b-small-brite {background-color: c62929; color: ffffff; font: 7.5pt tahoma; border: 1 solid; border-color: ecb8b8 000000 000000 ecb8b8}
input.b-small-dark {background-color: 6b8ec6; color: ffffff; font: 7.5pt tahoma; border: 1 solid; border-color: b6c7e3 000000 000000 b6c7e3}

input.b-big-brite {background-color: c62929; color: ffffff; font: 8pt verdana; border: 1 solid; border-color: ecb8b8 000000 000000 ecb8b8}
input.b-big-dark {background-color: 6b8ec6; color: ffffff; font: 8pt verdana; border: 1 solid; border-color: b6c7e3 000000 000000 b6c7e3}


/* text and select boxes */
input.tb {font: 8pt verdana; border: 1 solid #6b8ec6}
input.tb-small {font: 7.5pt verdana; border: 1 solid #6b8ec6; background-color: e6f0fa}
input.tb-ttl {font: 8pt verdana; border: 0; background: transparent; text-align: right}
input.tb-grt {font: bold 8pt verdana; border: 0; color: ffffff; background: transparent; text-align: right}

select.sb {font: 8pt verdana}

textarea.ta {font: 8pt verdana; border: 1 solid #6b8ec6}


/* table cells */
.c-head {font: bold 8pt verdana; color: ffffff; background-color: 6b8ec6}
.c-brite {font: 8pt verdana; background-color: ffffff}
.c-dark {font: 8pt verdana; background-color: e6f0fa}  /* light-blue */


/* horisontal ruler */
hr.hr-brite {color: c62929; background-color: c62929; height: 1px; border: 0}


/* calendar */
.cal-top {background-color: c62929}  /* month and year drop-down box cell (th) */
.cal-nav {font: 8pt tahoma; text-decoration: none; color: ffffff}  /* "next" and "prev" month navigation links */
.cal-date {font: 8pt tahoma; background-color: ffffff}  /* cell with previous or next month's date (th) */
.cal-month {font: 8pt tahoma; background-color: e6f0fa}  /* cell with current month's date (th) */
.cal-this {font: 8pt tahoma; background-color: c62929}  /* selected date cell (th) */
.cal-wday {text-decoration: none; color: 000000}  /* weekday date link (a) */
.cal-wend {text-decoration: none; color: c62929}  /* weekend date link (a) */
.cal-lthis {text-decoration: none; color: ffffff}  /* selected date link (a) */
.cal-day {background-color: 6b8ec6; font: bold 8pt tahoma; color: ffffff}  /* day of the week cell (th) */
.cal-sel {font: 8pt tahoma; color: ffffff; background-color: c62929}  /* month and year drop-down box (select) */
