/*
    Document   : main
    Created on : 17-May-2012, 15:17:38
    Author     : CMP3SHOPLNG
    Description:
        Purpose of the stylesheet follows.
*/

* {
    font-family: Verdana, Arial, sans-serif;
    cursor: default;
}

root {
    display: block;
}

body {
    margin: 0px;
}

p {
	font-size: 14px;
}

#wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
}

#left {
    background-color: #69a3f1;
    position: relative;
    width: 299px;
    float: left;
    height: 100%;
    border-right: solid 1px #cccccc;
}

#left_banner {

}

#language_bar {
    height: 29px;
    /*    background-color: #222222;*/
    position: relative;
    border: solid 1px #cccccc;
}

.lang_img {
    cursor: pointer;
    position: absolute;
    top: 0px;
    height:28px;
    width: 28px;
}
#lang_bg { right: 115px; }
#lang_el { right: 80px; }
#lang_en { right: 45px; }
#lang_ro { right: 10px; }

#left_bar_header {
    height: 70px;
    width: 100%;
    border-bottom: solid 1px #cccccc;
    position: relative;
    background-image: url('../img/routemate-logo.png');
    background-repeat: no-repeat;
    background-color: #69a3f1;
    color: #ffcc33;
    font-size: 22px;
    text-indent: 180px;
    font-weight: bold;
    line-height: 80px;
}

.menu {
    top: 139px;
    overflow-y: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#menu_route_overview_accordion {
    /*top: 139px;*/
}

#menu_route_details {
    /*top: 139px;*/
}

#route_details_accordion {
    top: 300px;
}

#route_details_instructions {}

#file_input {
    width: 30px;
}

#input_route_name {}

.rm_container {
	padding: 5px;
}

.rm_widget {
	padding: 5px;
}
/*
.ui-accordion-content {
    padding: 5px;
}

.ui-widget-header {
    padding: 5px;
}

.ui-widget-content {
    padding: 5px;
}*/

#route_display {
    padding: 5px;
}

#route_display div h3 {
    padding: 5px;
    margin: 0px;
}

#file_picker {
    padding: 5px;
}

#load_route_text {}
#load_route_form {}

#right {
    font-size: smaller;
    position: relative;
    margin-left: 300px;
    min-width: 400px;
    height: 100%;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#noscript {
    background-image: url('../img/warning.png');
    background-repeat: no-repeat;
    border-style: solid;
    margin: 10px;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    min-height: 120px;
    padding-left: 130px;
}

.ui-button-text {
    font-size: smaller;
}

.input_width {
    width: 95%;
    margin: 5px;
}

#info_box {}

#info_header {
    font-weight: bold;
    font-size: 14px;
}

#info_header_edit {}

#info_header_edit_bttn {
	height: 30px;
    width: 30px;
    font-size: 0px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    background-color: #eeeeee;
    cursor: pointer;
    user-select: none;

 	background-image: url('../img/ok.png');
	background-repeat: no-repeat;
    background-position: center;
	background-size: 80%;

	float: right;
}

#poi_title_input {
    width: 80%;
    font-size: 18px;
}

#info_address {}
#info_address_accuracy {}
#info_content {}

.small_italic_note {
	font-style: italic;
	font-size: 8px;
}

.info_box_item {
	background-color: white;
    border-style: solid;
    border-width: 1px;
	margin: 8px;
	/*margin-top: 8px;*/
	overflow: hidden;
	padding: 4px;
}

#info_box_modify {

}

#info_box_modify_title {
	text-align: center;
}

.info_button_modify {
    background-color: #f9ffd9;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	cursor: pointer;
	margin: 4px;
	float:left;
	width: 38px;
	height: 38px;
}

.info_button_dropdown {
    background-color: #f9ffd9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	position: relative;
	cursor: pointer;
	margin: 4px;
	float:left;
	width: 10px;
	height: 10px;
}

.info_button_modify:Hover {
	background-color: #ccffcc;
}

.info_button {
    background-color: #f9ffd9;
	cursor: pointer;
    min-height: 36px;
}

.info_button:Hover {
	background-color: #ccffcc;
}

.info_button_div {
	position: relative;
	left: 64px;
    width: 130px;
	cursor: inherit;
}

.info_button_div p {
	cursor: inherit;
}

.info_marker_selector {
	overflow: ;
}

#info_button_rename {
	background-image: url('../img/edit-icon_32.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#info_button_start {
	background-image: url('../img/go.png');
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 15%;
}

#info_button_end {
    background-image: url('../img/stop.png');
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 15%;
}

#info_button_poi {
	background-image: url('../img/ltblu-blank.png');
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 15%;
}

#info_button_del {
	background-image: url('../img/delete_32.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#route_geolookup_box {
    height: 38px;
}

#route_search_box {
    width: 280px;
    height: 30px;
    margin: 4px 0px 4px 4px;
    float: left;
}

#route_search_button {
    margin: 4px 4px 4px 0px;
	position: absolute;
	right: 0px;
}

.search_box_text {
    outline: none;
    font-size: 18px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #bbbbbb;

    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
    cursor: text;
}

.search_box_text:hover {
    border: solid 1px #999999;
}

.search_button {
    height: 30px;
    width: 40px;
    font-size: 0px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    background-color: #eeeeee;
    cursor: pointer;
    user-select: none;
	opacity: 0.4;

    background-image:url('../img/btn_search.png');
    background-repeat:no-repeat;
    background-position: center;
}

.search_button:hover {
    border: 1px solid #999999;
    background-color: #dddddd;
	opacity: 1.0;
}

.search_button:active {
    border: 1px solid #999999;
    background-color: #eeeeee;
	opacity: 1.0;
}

