td
    {
    font-family: Tahoma, san-serif;
    font-size: 10px;
    }

#control
    {
    position: absolute;
    left: 0px;
    width: 100%;
    float: left;
    z-index: 1;
    display: none;
    }

#wrapper
    {
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;    
    }

#map_canvas
    {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
    }
    
#top_right_control
    {
    position: absolute;
    top: 0px;
    left: 95%;
    height: 10%;
    width: 10%;
    float: left;
    z-index: 10;
    opacity:0.5;
    filter:alpha(opacity=50);    
    }

#control_control_td
    {
    background-color: #BBBBBB;
    background: url('https://app.wrfr.com/img/collapse.png');
    background-size: auto 100%;
    background-repeat:no-repeat;
    background-position: right;
    }
        

#zoom_plus
    {
    position: absolute;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    left: 5px;

    background-image: url('https://app.wrfr.com/img/plus_green.png');
    background-size: auto 100%;
    background-repeat:no-repeat;
    cursor: hand; 
    cursor: pointer;
    }          

#zoom_minus
    {
    position: absolute;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    left: 5px;

    background-image: url('https://app.wrfr.com/img/minus_green.png');
    background-size: auto 100%;
    background-repeat:no-repeat;
    cursor: hand; 
    cursor: pointer;
    }

#aerial_road
    {
    position: absolute;
    z-index: 10;
    padding: 0px;
    margin: 0px;

    background-image: url('https://app.wrfr.com/img/aerial.png');
    background-size: auto 100%;
    background-repeat:no-repeat;
    cursor: hand; 
    cursor: pointer;
    }

#auto_zoom
    {
    position: absolute;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    left: 5px;

    background-image: url('https://app.wrfr.com/img/auto_zoom.png');
    background-size: auto 100%;
    background-repeat:no-repeat;
    cursor: hand; 
    cursor: pointer;
    }

#zoom_plus a:link, #zoom_plus a:visited, #zoom_plus a:hover, #zoom_minus a:link, #zoom_minus a:visited, #zoom_minus a:hover, #aerial_road a:link, #aerial_road a:visited, #aerial_road a:hover, #auto_zoom a:link, #auto_zoom a:visited, #auto_zoom a:hover
    {
    color: black;
    text-decoration: none;
    }
    
td.ListTD
    {
    width: 25%;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    color: black;
    font-weight: bold;
    }

td.OtherButtonTD
    {
    width: 25%;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    }

td.ListButtonTD
    {
    width: 25%;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    }
    
.NotPressed
    {
    background: url('https://app.wrfr.com/img/green_button.png');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    
    /* color: blue;
    background-color: #BBBBBB;
    border: 4px solid #555555; */ 
    /*outline: 4px solid black;*/
    cursor: hand; 
    cursor: pointer;
    }

.Pressed
    {
    background: url('https://app.wrfr.com/img/blue_button.png');
    background-size: 100% 100%;
    background-repeat:no-repeat; 
    color: white;
    /*
    background-color: green;
    border: 0px solid #666666; 
    outline: 4px solid black;*/
    cursor: hand; 
    cursor: pointer;
    }
    
#deadcenter
    {
    background-color: white;
    display: block;

	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 999;
    }
    

#deadcenter_inner 
    {
    font-family: Verdana,san-serif;
    color: black;
    font-size: 22px;
    text-align: center;
    background-color: white;
    font-weight: bold;

	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	z-index: 1000;
    }

#nav_to_current
    {
    position: absolute;
    height: 200px;
    width: 300px;
    z-index: 100;
    }

#nav_to_current_table
    {
    width: 300px;
    height: 200px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    }
    
#nav_to_current td
    {
    font-family: Verdana,san-serif;
    color: black;
    text-align: center;
    background-color: white;
    font-weight: bold;
    font-size: 11px;
    }    

.AdminButton, .AdminButton a:link, .AdminButton a:visited
    {
    background-color: #3b97d2;
    border: 1px solid black;
    color: white !important;
    cursor: pointer;
    font-weight: bold;
    padding: 1px 15px 1px 15px;
    text-decoration: none !important;
    }
    
a.AdminButton:hover
    {
    background-color: #97d546;
    }