
img{
	border: none;
}

p{
	line-height: 1em;
	margin: 0px 0px 8px 0px;
	padding: 0;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.left{
	float: left;	
}

.right{
	float: right;
}

#map{
	position: relative;
	width: 100%; 
	height: 100%; 
	display: block;
	displat: inline;
}

#map-loading-container{
	position: absolute;
	left: 270px;
	top: 270px;
}

#map-loading-container #map-loading-image{
}

#map-loading-container #map-loading-text{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#profile-links{
	margin: 6px 0px 0px 10px;
}

#profile-links a{
	color: #fff;
}

.tab-container a{
		color: #fff;
}

.response-msg a{
	color: #225ab7;
}

#map-loading{
	display:none;
	width: 679px; 
	height: 598px;
	position: absolute; 
	background-color: #333;
	z-index: 9999;
	opacity: .85;
	-moz-opacity:.85;
	filter:Alpha(opacity=85);
}

#container-map{
	float: left;
	width: 679px; 
	height: 598px;
	display: block;
	margin: 10px;
	display: inline;
}

#container-map-controls a{

}

#container-map-controls{
	float: right;
	width: 247px; 
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*bordeR: 1px solid orange;	*/
}

input{
	font-size: 10px;
}

.tooltip {
	text-align: center;
	opacity: .80;
	-moz-opacity:.80;
	filter:Alpha(opacity=80);
	margin: 0;
	padding: 5px;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 10px;
	background-color: #fff;
	width: 140px;
	display:none;
}

.hidden{
	display:none;
}

#distance-container{
	font-weight: bold;
	font-size: 10px;
}

.response-msg, .response-err{
	display:none;
}

div.wrapper{
	width: 960px;
}

#loggedbuttons{
	/*display:none;*/
}

#menu-test{
	position: absolute; 
	width: 233px; 
	height: 82px; 
	background-color:#333; 
	background: url(../images/add_to_map.gif) no-repeat 100% 50%; 
	display: block
}

#menu-test #button-undo{
	margin: 45px 0px 0px 8px;
}

#menu-test #button-clear{
	margin: 45px 0px 0px 8px;
}


#main-status{
	background: url(../images/bg_status.gif) 0 0 repeat-x; 
	border: 1px solid #b6caed; 
	background-color: #f4f8fe; 
	padding: 10px; 
	margin: 10px 0px 0px 0px;
}

#main-status h4{
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding:0;
}

#main-status hr{
	color:#d5e1f8; 
	background: #d5e1f8; 
	border: 0; 
	height:1px;
	position: relative;
	clear: both;
	margin: 16px 0px 12px 0px;
}

#main-status #route-location{
	font-size: 11px;
	color: #999;
	padding:0;
	margin: 0;	
}

#main-status #route-description{
	font-size: 11px;
	color: #666;	
	margin: 6px 0px 3px 0px;
}

#main-status #distance-container{
	margin: 6px 0px 0px 0px;
	color: #666;
}





#menu-items {
   list-style: none;
   height: 31px; 
   display: block;
  margin: 10px 0px 0px 0px;
  padding: 0;
  border-bottom: 3px #2052a8 solid;
}

#menu-items li {
   list-style: none;
  text-indent: -5000px; 
  display: block;
  float: left;  
  margin: 0;
  padding: 0;
  background: none;
}

#menu-items li a {
   display: block;    
   height: 31px;
   background: url(../images/menu.gif) 0 0px no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1em;
  overflow: hidden;
}

#menu-items a#menu-items-routes {
   background-position: 0 0;
   width: 61px;
}

#menu-items a#menu-items-routes:hover,#menu-items a#menu-items-routes.selected {
   background-position: 0px -31px;
}

#menu-items a#menu-items-crud {
   background-position: -61px 0;
   width: 111px;
}

#menu-items a#menu-items-crud:hover,#menu-items a#menu-items-crud.selected {
   background-position: -61px -31px;
}

#menu-items a#menu-items-account {
   background-position: -172px 0;
   width: 75px;
}

#menu-items a#menu-items-account:hover,#menu-items a#menu-items-account.selected {
   background-position: -172px -31px;
}

#tabsEx1 .tab-container{	
	border: none;
	margin: 0;
	padding: 0;	
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #333;
}

#tabsEx1 .tab-container h3{
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

#tabsEx1 .tab-top-content{
	margin: 0;
	padding: 10px;
	background: url(../images/bg_top.gif) 0 0px repeat-x;
	background-color: #a0a0a0;
}

#tabsEx1 textarea, #tabsEx1 input{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #666;
	background: url(../images/bg_textbox.gif) 0 0px repeat-x;
	background-color: #f7f7f7;
	border: none;
	padding: 3px;
	margin: 0px 0px 8px 0px;
	width: 221px;
}

#tabsEx1 input{
	height: 18px;
}

#tabsEx1 label{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

#tabsEx1 input.search-small{
	background: url(../images/bg_textbox.gif) 0 0px repeat-x;
	background-color: #f7f7f7;
	border: none;
	padding: 3px;
	margin: 0px;
	width: 94px;
	float: left;
}

#tabsEx1 #search-max{
	margin: 0px 0px 0px 19px;
}

#tabsEx1 #search-min{
	
}

#tabsEx1 .checkbox{
	width: 14px;
	margin: 3px 0px 0px 0px;
	padding: 23px 0px 0px 0px;
	float: left;
}

#tabsEx1 .submit-button{
	width: 227px;
	height: 30px;
	font-weight: bold;
	background: url(../images/bg_button.gif) 0 0 repeat-x;
	background-color: #2052a7;
	border: #9cb5df 1px solid;
	padding: 0;
	margin: 0;
	color: #fff;
}

#tabsEx1  .button-container{
	margin: 10px 0px 0px 0px;
}

.wbold{
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	padding: 0;
	margin: 3px 0px 0px 5px;
	height: 24px;
	display: block;
	float: left;
}

#search-results{
	background: #f0f0f0;
}

#te-route{
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

#marker-container{
	font-size: 10px;
	font-weight: bold;
}

#routecreate-or{
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#search-status{
	height: 26px;
	font-weight: bold;
	font-family: Verdana;
	background: url(../images/bg_button.gif) 0 0 repeat-x;
	background-color: #2052a7;
	font-size: 10px;
	color: #fff;
	margin: 0;
	padding: 7px 0px 0px 10px;
	clear: both;
	display: block;
}

#search-status a{
	color: #fff;
}

#search-status #status-right{
	float: right;
	padding: 0px 4px 0px 0px;
}

#search-status #status-left{
	float: left;
}

#tabsEx1 .tab-container #search-results h3, #tabsEx1 .tab-container #routes-results h3{
	height: 26px;
	font-weight: bold;
	font-family: Verdana;
	background: url(../images/bg_button.gif) 0 0 repeat-x;
	background-color: #2052a7;
	font-size: 10px;
	color: #fff;
	margin: 0;
	padding: 7px 0px 0px 10px;
}

.result-data .row{
	float: left;
	background-color: #bdbdbd;
	padding: 8px 0px 8px 0px;
}

.result-data .row-alt{
	background-color: #afafaf;
}

.result-data .row .sr-left{
	float: left;
	width: 177px;
	padding: 0px 0px 0px 10px;
}

.result-data .row .sr-right{
	float: left;
	width: 60px;
}

.result-data .row .sr-left h4{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0px 0px 3px 0px;
	padding: 0;
}

.result-data .row .sr-left a{
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.result-data .row .sr-left p{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.result-data .row .sr-right h4{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.result-data .row .sr-right .km{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100%;
	text-align: center;
}


.response-msg{
	background-color: #fffedf;
	padding: 10px;
	border: 1px solid #ffcc66;
	display:none;
	text-align: center;
}

.response-err{
	background-color: #ffe6e6;
	padding: 10px;
	border: 1px solid #ff8484;
	display:none;
	text-align: center;
}



#logout-container{
	display:none;
}


#printer-friendly{
	font-size: 11px;
	margin: 0px 15px 0px 15px;
}


/*

TABS

*/


@import "flora.css";

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    /*float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(i/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    /*top: 1px;*/
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #519e2d;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



.jvalidate label.error{
	clear: both;
	color: #cc0000;
	width: 220px;
	display: block;
}

#form-signup, #form-resetpassword{
	display: none;
}

.link-text{
	line-height: 1.6em;
}
