﻿
body {
    font-size: 13px;
}

select {
    height: 24px;
}

.radio {
    font-size: 11px;
    margin-bottom: 4px;
}

.nav {
    margin-bottom: 5px;
}

form {
    margin: 0 0 5px;
}

.page {
    text-align: right;
    margin-right: 25px;
    margin-top: 5px;
}

    .page a {
        margin-left: 5px;
    }

    .page .current {
        margin-left: 5px;
        color: red;
    }

.table td input[type="checkbox"] {
    padding: 0;
    margin: 0;
}

.table th input[type="checkbox"] {
    padding: 0;
    margin: 0;
}

.table td, .table th {
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 20px;
}

.table th {
    background-color: #eaeaea;
}

.definewidth {
    width: 96%;
    margin: auto;
}

.m10 {
    margin-top: 10px;
}

.m20 {
    padding-top: 20px;
}

.tableleft {
    text-align: right;
    padding-left: 5px;
    background-color: #f5f5f5;
}


.onShow, .onFocus, .onError, .onCorrect, .onLoad, .onTime {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: url(../Images/msg_bg.png) no-repeat;
    color: #444;
    line-height: 18px;
    padding: 2px 10px 2px 23px;
    margin-left: 10px;
    _margin-left: 5px;
}

.onShow {
    background-position: 3px -147px;
    border-color: #40B3FF;
    color: #959595;
}

.onFocus {
    background-position: 3px -147px;
    border-color: #40B3FF;
}

.onError {
    background-position: 3px -47px;
    border-color: #40B3FF;
    color: red;
}

.onCorrect {
    background-position: 3px -247px;
    border-color: #40B3FF;
}

.onLamp {
    background-position: 3px -200px;
}

.onTime {
    background-position: 3px -1356px;
}


