/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016.05.03., 6:03:51
    Author     : user
*/


.CSSTableGeneratorMap {
 margin:0px;padding:4px;
 width:100%;
}.CSSTableGeneratorMap table{
    border-collapse: collapse;
        border-spacing: 0;
 border:1px solid #000000;
 
 -moz-border-radius-bottomleft:0px;
 -webkit-border-bottom-left-radius:0px;
 border-bottom-left-radius:0px;
 
 -moz-border-radius-bottomright:0px;
 -webkit-border-bottom-right-radius:0px;
 border-bottom-right-radius:0px;
 
 -moz-border-radius-topright:0px;
 -webkit-border-top-right-radius:0px;
 border-top-right-radius:0px;
 
 -moz-border-radius-topleft:0px;
 -webkit-border-top-left-radius:0px;
 border-top-left-radius:0px;
 margin:0px;padding:0px;
}.CSSTableGeneratorMap tr:last-child td:last-child {
 -moz-border-radius-bottomright:0px;
 -webkit-border-bottom-right-radius:0px;
 border-bottom-right-radius:0px;
}
.CSSTableGeneratorMap table tr:first-child td:first-child {
 -moz-border-radius-topleft:0px;
 -webkit-border-top-left-radius:0px;
 border-top-left-radius:0px;
}
.CSSTableGeneratorMap table tr:first-child td:last-child {
 -moz-border-radius-topright:0px;
 -webkit-border-top-right-radius:0px;
 border-top-right-radius:0px;
}.CSSTableGeneratorMap tr:last-child td:first-child{
 -moz-border-radius-bottomleft:0px;
 -webkit-border-bottom-left-radius:0px;
 border-bottom-left-radius:0px;
}.CSSTableGeneratorMap tr:hover td{
 
}
.CSSTableGeneratorMap tr:nth-child(odd){ }
.CSSTableGeneratorMap tr:nth-child(even)    { }.CSSTableGeneratorMap td{
 vertical-align:middle;
 
 
 border:1px solid #000000;
 border-width:0px 1px 1px 0px;
 text-align:center;
 padding:3px;
 font-size:18px;
 font-weight:normal;
 color:#000000;
 min-width:50px;
}.CSSTableGeneratorMap tr:last-child td{
 border-width:0px 1px 0px 0px;
}.CSSTableGeneratorMap tr td:last-child{
 border-width:0px 0px 1px 0px;
}.CSSTableGeneratorMap tr:last-child td:last-child{
 border-width:0px 0px 0px 0px;
}
.CSSTableGeneratorMap tr th{
 border:0px solid #000000;
 text-align:center;
 border-width:0px 0px 1px 1px;
 font-size:20px;
 font-weight:bold;
 color:#000000;
}
.CSSTableGeneratorMap tr th:first-child{
 border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorMap tr th:last-child{
 border-width:0px 0px 1px 1px;
}

button.MapModeNonSelected
{
    background-color: whitesmoke;
    border: solid;
}

button.MapModeSelected
{
    background-color:red;
    border: solid;
}

button.MapEditModeNonSelected
{
    background-color: whitesmoke;
    border: solid;
}

button.MapEditModeSelected
{
    background-color:red;
    border: solid;
}

button.MapElementChanger
{
    background-color: whitesmoke;
    border: solid;
}

