html {
    background: #fff url(../img/eco-mobile/bgBody.png) repeat-x left top;
}

/* Links */

a, a:link, a:visited {
    color: #007836;
}

a:hover, a:active {
    color: #f5aa00;
}

/* Html Elements */

h1 {
    color : #f5aa00;
}
h2 {
    background: #fff url(../img/eco-mobile/bg_h2.png) no-repeat left top;
    color: #009543;
}
h3 {
    background: #fff url(../img/eco-mobile/bg_h3.png) no-repeat left top;
    color: #006b30;
}
h4 {
    color: #009543;
    border-bottom: 1px dotted #009543;
}

ul.colorBullet {
    list-style-image: url(../img/eco-mobile/color_bullet.png);
}
ul.altColorBullet {
    list-style-image: url(../img/eco-mobile/alt_color_bullet.png);
}

/* Forms */
input, textarea {
    background-color: #f2f9da;
    border-top: 1px solid #edf6cb;
    border-left: 1px solid #edf6cb;
    border-right: 1px solid #edf6cb;
    border-bottom: 1px solid #00cd5c;
}
input:hover, textarea:hover {
    background-color: #edf6cb;
    border: 1px solid #00cd5c;
}

input.form_button {
    background: transparent url(../img/eco-mobile/bg_button.png) no-repeat;
    color: #fff;
}
input.form_button:hover {
    color: #eff8ff;
    border: none;
}

/* Default map */
div.map {
    border: solid 1px #d3ddcb;
}

/* Custom popups */
div.map .olPopup {
    background: transparent url(../img/eco-mobile/bgpopup.png) no-repeat left top;
}

/* OVMap */
div.olControlOverviewMapElement {
    background-color: #d3ddcb;
}

/* Page Headers */

#page-header h1#header {
    background: url(../img/eco-mobile/page_header.png) no-repeat left top;
}

#page-header h1#header a {
    background: url(../img/eco-mobile/logo_header.gif) no-repeat;
}

#navigation {
    background: #fff url(../img/eco-mobile/bg_menu.png) no-repeat left bottom;
}
#navigation a:link, #navigation a:visited {
    color: #fff;
}
#navigation a:hover, #navigation a:active {
    color: #ffffff;
    background-color: #006b30;
}
#navigation a.current {
    color: #fff;
    background-color: #006b30;
}

div#user_connected a:hover {
    color:#fff;
}

div#user_connected a {
    color:#fff;
}
/**********************************************************/

/* Object details */
table.details td {
    color: #222;
    border-bottom: 1px dotted #ddd;
}

/* Show trip results */
#trip_container {
    border: 1px solid #D3DDCB;
}

#trip_list span.trip_da {
    color: #526b8a;
}
#trip_list span.trip_date {
    color: #666;
}
#trip_list span.trip_type {
    color: #8eb831;
}
#trip_list div.trip_details {
    background: transparent url(../img/eco-mobile/bgresult.png) no-repeat left top;
}
#trip_list p {
    color: #444;
}
#trip_pages {
    color: #B3D663;
}
#trip_pages a {
    color: #b3d663;
    border: solid 1px #b3d663;
}
#trip_pages a.current {
    background-color: #b3d663;
    color: white;
}

#trip_list_headers a {
    color: white;
}
#trip_list_headers a.current {
    border: solid 1px white;
}
.result_title {
    background: transparent url(../img/eco-mobile/result_title.png) no-repeat left top;
    color: #fff;
}

/* Home Page */
#home_blocks {
    background: transparent url(../img/eco-mobile/home_blocks.png) no-repeat left top;
}
#home_blocks a {
  font-weight: bold;
}

#home_blocks #home_block1, #home_blocks #home_block2 {
    top: 42px;
}
#home_blocks #home_block3, #home_blocks #home_block4 {
    top: 252px;
}
#home_blocks #home_block1, #home_blocks #home_block3 {
    left: 120px;
}
#home_blocks #home_block2, #home_blocks #home_block4 {
    left: 500px;
}
