﻿/* CSS Document */



.tool_height
{
    height:185px;
}

.drop
{
    background-color:black;
    color:white; 
    border: 0; 
    height:20px;
}
		
.search
{
    font-size:16px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:500; 
    background-color:black;
    color:white; 
    border: 0; 
    z-index:15; 
    border-radius:4px;
    padding:5px 5px 5px 5px;
}

.title_font
{
    font-size:24px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:300; 
    color:white; 
}
				
.nav_back_ctrl 
{
    position: fixed;
    top: 45%;
    left: 0px;
    z-index: 1;
}

.nav_fwd_ctrl 
{
    position: fixed;
    top: 45%;
    right: 0px;
    z-index: 1;
}

.settings_ctrl 
{
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 15;
    height: 200px;
    width: 450px;
    background-color: rgba(0,0,0,1.0);
    padding:5px 10px 5px 10px;
    font-size:16px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:300; 
    color:white; 
}

