﻿* {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

html, body, form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.cMarker01 {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    font-weight:bold;
}

.cMarker01.active {
    background-color:yellow;
}

.cMarkerW {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    font-weight:bold;
    border:none;
    border:0px;
}

.cMarkerW.active {
    background-color:yellow;
}

.cMarkerWB2 {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    font-weight:bold;
    border:2px solid #000;
}

.cMarkerWB2.active {
    background-color:yellow;
}

.cMarkerH {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    font-weight: bold;
    writing-mode: vertical-lr;
}

.cMarkerH.active {
    background-color:yellow;
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/