/*
Theme Name: OptiMap
Theme URI: http://gebweb.net/optimap
Description: The TSP Google Maps Optimizer Layout
Version: 1.0
*/

/* Center block equations */
div.eq {
    text-align: center;
} 

/* Align inline equations with parents content area */
span.eq img {
    vertical-align: text-bottom;
} 

body {
    background: #ffffff;
    border: none;
    color: #333;
    font-family: Calibri, Verdana, Arial, Sans-Serif;
}

h1, h2, h3 {
    font-family: Calibri, Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-align: left;
}

p {
    text-align: left;
}

h1 {
    font-size: 2.0em;
    color: #0000a0;
}

h2 {
    font-size: 1.6em;
    color: #0000a0;
}

h3 {
    font-size: 1.3em;
}

p a:visited {
    color: #0000a0;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: underline;
}

h1 {
    padding-top: 70px;
    margin: 0;
}

h2 {
    margin: 5px 0 15px 0;
}

div.my_textual_div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.myMap {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}

div.myButton {
    width: 0px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.pathData {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.gebddir {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;    
    border: thin none black;
    border-collapse: collapse;
    border-spacing: 0;
}

table.gebddir td {
    padding: 0;
}

table.gebddir tr.heading {
    height: 40px;
}

table.gebddir tr.text {
    height: 30px;
}

table.gebddir td.heading {
    background: #a7a7a7;
    margin-left: 10px;
}

table.gebddir td.even {
    background: #fff;
}

table.gebddir td.odd {
    background: #e7e7e7;
}

div.centered-directions {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #a7a7a7;
}

div.left-shift {
    margin-right: 40px;
    margin-top: auto;
    text-align: right;
}

div.right-shift {
    margin-left: 40px;
}

span.red {
    color: #ca0000;
}

div#instructionBox {
    display: none;
}

div#moreBox {
    display: none;
}

div#thankBox {
    display: none;
}

div#buttonArea {
    display: none;
}

div#directionsControls {
    display: none;
}

div#exportGoogle {
    display: none;
}

div#reverseRoute {
    display: none;
}

div#leftPanel {
    display: none;
}

div#bulkLoader_hidden {
    display: none;
}

div#exportData_hidden {
    display: none;
}

div#durationsData_hidden {
    display: none;
}

table.mainTable {
    width: 100%;
}

table.mainTable td.left {
    width: 0px;
}

