@import "training.css";

body {
    font-size: 75%;
    background-color: #fff;
    color: #575757;
    margin: 0;
    padding: 0;
}

body, div, td, p {
    font-family: Arial, Helvetica, sans-serif;
}

body #header, body #footer {
    font-size: 106.67%;  /* fix the fonts in the header to match everywhere else */
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

body #auth {
    font-family: Verdana, Helvetica, sans-serif !important;
}

h1 {
    color: #293e6b;
    font-size: 1.6em;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 4px;
}

h2 {
    color: #293e6b;
    font-size: 130%;
    font-weight: normal;
    padding: 0 7px 0 0;
    margin: 0 12px;
}

h2 em {
    color: #4bb4dc;
    font-style: normal;
    white-space: nowrap;
}

h3 {
    color: #4bb4dc;
    font-weight: bold;
    font-size: 105%;
    line-height: 150%;
    margin: 0;
}

h4 {
    color: #4bb4dc;
    font-weight: bold;
    font-size: 100%;
    margin: 0;
}

p {
    margin: 0 0 1em 0;
    line-height: 150%;
}

th, td {
    text-align: left;
    vertical-align: top;
}

form {
    margin: 0;
    padding: 0;
}

a {
    color: #4bb4dc;
    text-decoration: none;
}

a:visited {
    color: #4bb4dc;
}

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

a img {
    border: none;
}

.section {
    margin: 7px;
    padding: 0 0 12px 0;
    background: url(/images/compere/home/toprightcorner_home.gif) #ffffff no-repeat 100% 0;
}

td .section {
    margin: 0 0 7px 0;
}

.section .corner, .tab .corner {
    width: 9px;
    height: 7px;
    background: url(/images/compere/home/topleftcorner_home.gif) #ffffff no-repeat 0 0;
}

.section p, .section img, .section table {
    margin: 0 12px 1em 12px;
}

.dottedline {
    padding-bottom: 7px;
    background: url(/images/compere/home/dotteddivider_bg.gif) repeat-x 0 100%;
}

.solidline {
    padding-bottom: 5px;
    border-bottom: 2px solid #DDDDDD;
}

.fadedline {
    border-bottom: 1px solid #EEEEEE;
}

.tab {
    margin: 0;
    padding-bottom: 5px;
    background: url(/images/compere/home/toprightcorner_homeDRK.gif) #cfd4d7 no-repeat 100% 0;
    cursor: pointer;
    font-size: 90%;
}

.tab.selected {
    background: url(/images/compere/home/toprightcorner_home.gif) #ffffff no-repeat 100% 0;
    cursor: auto;
}

.tab .corner {
    background: url(/images/compere/home/topleftcorner_homeDRK.gif) #cfd4d7 no-repeat 0 0;
}

.tab.selected .corner {
    background: url(/images/compere/home/topleftcorner_home.gif) #ffffff no-repeat 0 0;
}

.tab h2 {
    color: #575757;
}

.tab.selected h2 {
    color: #293e6b;
}

