﻿/* Routebeschrijving */
.route_row 
{
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #565247;
}

.route_cell_id
{
    float: left;
    margin: 0px;
    width: 30px;
    text-align: left;
}

.route_cell_direction 
{
    float: left;
    margin: 0px 0px 0px 10px;
    width: 75px;
    text-align: center;
}

.route_cell_description
{
    float: left;
    margin: 0px 10px 0px 10px;
    width: 255px;
    text-align: left;
}

.route_cell_currenttime
{
    float: left;
    margin: 0px;
    width: 50px;
    text-align: center;
}

.route_cell_currentlength
{
    float: left;
    margin: 0px;
    width: 50px;
    text-align: center;
}

.floatnone
{
    clear: both;
}

.address_label
{
    float: left;
    text-align: right;
    margin: 0px 5px 0px 0px;
    width: 100px;
}

.address_textbox
{
    float: left;
    width: 150px;    
}

.address_row
{
    margin: 10px 0px 10px 0px;    
}

.adress_ddlbox
{ 
    /*border: solid 1px #009D44;   */
    height: 20px;
	/*width: 150px;*/
}

#route_table
{
    
}

#routeparameter
{
    text-align: center;
}

#routeparameter
{
    /*position: absolute;
    top: 300px;
    left: 5px;
    text-align: right;*/
}

#maparea
{
    margin: 0px auto;
    text-align: center;
}

ul, li
{
    padding-left: 0;
    margin-left: 0px;
    list-style-type: none;
}

#total_distance
{
    margin-top: 10px;
    background-color: #565247;
    padding: 6px;
}

.linkButton
{
    width: 100px;
    margin: 0px auto;
    display: block;
    border: solid 1px #FFFFFF;
    text-decoration: none;
    background-color: #565247;
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
}

.linkButton:hover
{
    background-color: #EAA52D;
}
    
