#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #818181;
	background-color: #eee;
	padding: 2px;
	font-size: 11px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	box-shadow: 0px 0px 7px 0px #34334c;
}

#tooltip h3, #tooltip div, #tooltip td {
	margin: 0;
	color: #000;
	font-size: 11px;
}

#tooltip td {
	padding: 0px 10px 0px 10px;
	border: 0px;
}

.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }
.tree_group_header_table { border: 0px; font-size: 11px; }
.tree_group_header_table td.header_td { border: 0px; }
.tree_group_header_table a.header_link { color: #000000; }
.tree_group_header_table a:hover.header_link { color: #FFFFFF; }

.tree_group_content { display: none; position: absolute; z-index: 200011; border: 1px solid #0076A3; background: #E6E6E6; width: 300px; height: 256px; overflow: auto; }

.tree_group_table input { background: transparent; }
.tree_group_table span.tree-expander-closed { color: #0076A3; background: #E6E6E6 url(/monitoring_units_custom/expander_closed.png) no-repeat left center; }
.tree_group_table span.tree-expander-opened { color: #0076A3; background: #E6E6E6 url(/monitoring_units_custom/expander_opened.png) no-repeat left center; }
.tree_group_table span.tree-expander-empty  { color: #0076A3; background: #E6E6E6 url(/monitoring_units_custom/expander_empty.png) no-repeat left center; }
.tree_group_table .tree-row-last span.tree-expander-closed { color: #0076A3; background: #E6E6E6 url(/monitoring_units_custom/expander_last_closed.png) no-repeat left center; }
.tree_group_table .tree-row-last span.tree-expander-opened { color: #0076A3; background: #E6E6E6 url(/monitoring_units_custom/expander_last_opened.png) no-repeat left center; }
.tree_group_table .tree-row-last span.tree-expander-empty  { color: #0076A3; background: #E6E6E6 url(/monitoring_units_custom/expander_last_empty.png) no-repeat left center; }

.tree_group_table .hover span.tree-expander-closed { background: #9ECBDC url(/monitoring_units_custom/expander_closed.png) no-repeat left center; }
.tree_group_table .hover span.tree-expander-opened { background: #9ECBDC url(/monitoring_units_custom/expander_opened.png) no-repeat left center; }
.tree_group_table .hover span.tree-expander-empty { background: #9ECBDC url(/monitoring_units_custom/expander_empty.png) no-repeat left center; }

.tree_group_table td.tree-expander { background: #E6E6E6 url(/monitoring_units_custom/line.png) repeat 5px 0px; margin: 0px; padding: 0px; width: 100%; border: 0px; height: 25px; }
.tree_group_table th { width: 100%; height: 25px; background: #DDDDDD; border: 0px; }

.tree_group_table .tree-expander span { font-size: 11px; display: block; padding-left: 20px; cursor: pointer; height: 25px; white-space: nowrap; }
.tree_group_table .tree-level-0 span { margin-left:  0px; }
.tree_group_table .tree-level-1 span { margin-left: 16px; }
.tree_group_table .tree-level-2 span { margin-left: 32px; }
.tree_group_table .tree-level-3 span { margin-left: 48px; }
.tree_group_table .tree-level-4 span { margin-left: 64px; }
.tree_group_table .tree-level-5 span { margin-left: 80px; }
.tree_group_table .tree-level-6 span { margin-left: 96px; }
.tree_group_table .tree-level-7 span { margin-left: 112px; }
.tree_group_table .tree-level-8 span { margin-left: 128px; }
.tree_group_table .tree-level-9 span { margin-left: 144px; }
.tree_group_table .tree-level-10 span { margin-left: 160px; }
.tree_group_table .tree-level-11 span { margin-left: 176px; }
.tree_group_table .tree-level-12 span { margin-left: 192px; }
.tree_group_table .tree-level-13 span { margin-left: 208px; }
.tree_group_table .tree-level-14 span { margin-left: 224px; }
.tree_group_table .tree-level-15 span { margin-left: 240px; }
.tree_group_table .tree-level-16 span { margin-left: 256px; }

.tree_group_table td.tree-column { background: #E6E6E6; border: 0px; }
.tree_group_table td.hover { background: #9ECBDC; border: 0px; }

.tree_group_table td.tree-column-0 { padding: 0px 3px 0px 3px; }
.tree_group_table td.tree-column-1 { }
.tree_group_table td.tree-column-2 { }
.tree_group_table td.tree-column-3 { }
.tree_group_table td.tree-column-4 { }
.tree_group_table td.tree-column-5 { }
.tree_group_table td.tree-column-6 { }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:5100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 5102;
	color:#000000;
	display:none;
	border: 1px solid #eee;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:0px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:5103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:5099;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	/*_margin-bottom:1px;*/
}

/* 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... */
    .tabs-hide {
        display: none;
    }
}

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

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    /*min-width: 84px; *//* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/webbase_sdk/jquery/tabs/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    /*min-width: 64px;*/
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 6px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/webbase_sdk/jquery/tabs/loading.gif) no-repeat 0 50%;
}

/*
Tabs - additional IE specific bug fixes

Recommended usage (Conditional Comments):
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<![endif]-->

*/
.tabs-nav { /* auto clear */
    display: inline-block;
}
.tabs-nav .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
.tabs-nav .tabs-disabled a span {
    height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

/* Open layers*/
div.olLayerDiv {
   -moz-user-select: none 
}

.olMapViewport {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olControlAttribution {
    font-size: 10px; 
    right: 3px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: 10px;
}
.olControlScaleLine {
   left: 10px;
   bottom: 15px;
   font-size: 10px;
   font-weight: bold;
   color: #000000
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: 10px;
} 

div.olControlMousePosition {
    bottom: 0em;
    right: 3px;
    display: block;
    position: absolute;
    font-family: verdana;
    font-size: 10px;
	font-weight: bold;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.olControlOverviewMapElement {
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton {
    right: 0px;
    bottom: 180px;
}    

.olControlOverviewMapMaximizeButton {
    right: 0px;
    bottom: 180px;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
   /* background-image: url("img/blank.gif");*/
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    /*background-image: url("img/overview_replacement.gif");*/
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size: 10px;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size: 10px;
    margin-right:6px;
    font-family: verdana;
}
.olLayerGeoRSSTitle {
    float:left;
	font-size: 10px;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}    
.olControlNavToolbar { 
    width:0px;
    height:0px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 300px;
  left: 6px;
  position: relative;
}

.olControlNavigationHistoryPreviousItemActive { 
   background-image: url("img/view_previous_on.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;
}
.olControlNavigationHistoryPreviousItemInactive { 
   background-image: url("img/view_previous_off.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;
}
.olControlNavigationHistoryNextItemActive { 
   background-image: url("img/view_next_on.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;
}
.olControlNavigationHistoryNextItemInactive { 
   background-image: url("img/view_next_off.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/panning-hand-on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image: url("img/panning-hand-off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/drag-rectangle-on.png");
  background-color: #58A5C2;
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/drag-rectangle-off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar  {
    float:right;
    right: 0px;
    height: 30px; 
    width: 200px;
}
.olControlEditingToolbar div { 
  float:right;
  width:  24px;
  height: 24px;
  margin: 5px;
}
.olControlEditingToolbar .olControlNavigationItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -103px -23px; 
}
.olControlEditingToolbar .olControlNavigationItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -103px -0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -77px -23px; 
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -77px -0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px 0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px -23px; 
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -26px 0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -26px -23px ;                                                                   
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}   

/* 
 * Due to current limitations in the OpenLayers code, you can only
 * replace this image with another image which is 17px x 17px. 
 */   
.olPopupCloseBox {
  background: url("img/close.gif") no-repeat;
  cursor: pointer;
}

.olControlNoSelect {
 -moz-user-select: none;
}

.olControlLayerSwitcher {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

.map_webgis_link {
    color: #000;
    font-size: x-small;
}
.map_webgis_link:hover {
    color: #0000f0;
    font-size: x-small;
}

.map_webgis_search_list {
	overflow: auto;
	max-height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 45px;
	color: #000000;
}
.map_webgis_search_list p {
	padding: 2px;
}

.map_webgis_search_list li {
	color: #313131;
}
.map_webgis_search_list a {
	font-size: 10px;
	font-weight: bold;
	color: #313131;
}
.map_webgis_search_list a:hover {
	color: #000000;
}

.unit_photo_status {
	color: #667788;
	font-size: 13px;
}

.log_panel {
	overflow: auto;
	font-size: 12px;
	color: #000000;
	display: none;
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: #FFF;
	border-top: 1px solid #FFF;
	z-index: 1000;
}
.log_panel div {
	background-color: #FFF;
	margin: 0px 5px 0px 5px;
	height: 100px;
}
.log_panel p {
	text-indent: 15px;
	line-height: 15px;
}

.user_settings_account_table
{
	color: #000000;
	font-size: 11px;
	background-color: #58A5C2;
	width: 95%;
}
.user_settings_account_table tr
{
	height: 22px;
	background-color: #EBEBEB;
}
.user_settings_account_table td
{
	padding: 1px 2px 1px 2px;
	border: 0px solid #0076A3;
	white-space: nowrap;
}
.user_settings_account_table thead tr
{
	height: 22px;
	background-color: #CFD1D1;
}
.user_settings_account_link
{
	font-size: 14px !important;
	color: #778899 !important;
}
.user_settings_account_link:hover
{
	color: #343343 !important;
}
.user_settings_account_link2
{
	font-size: 14px !important;
	color: #343343 !important;
}
.user_settings_account_link2:hover
{
	color: #343343 !important;
}
.user_settings_account_data_div
{
	font-size: 14px;
	display: none;
	width: 100%;
	border-top: 1px solid #d7d7d7;
}

.server_time_info {
	position: absolute;
	display: none;
	width: 200px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	color: #FF0000;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	z-index: 10001;
}
.server_time_hours {
	font-size: 16px;
}
.server_time_seconds {
	font-size: 12px;
}

.time_schedule {
	z-index: 20000;
}

.time_schedule table {
	font-size: 10px;
	text-align: left;
}

.time_schedule table.schedule {
	background: #FEF8AF;
	width: 90%;
	text-align: center;
}

.schedule tr {
	vertical-align: top;
}
.schedule td {
	font-size: 10px;
	white-space: nowrap;
}

.schedule th {
	background: #E1EDF3;
	white-space: nowrap;
}

.schedule select {
	width: 40px;
	font-size: 10px;
}
.schedule input[type='checkbox'] {
	background: transparent;
}

.schedule span {
}


.foldbar_table {
	font-size: 11px;
	color: #0000FF;
}
.foldbar_table td.caption {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
	.caption div.caption_div {
		background: #58A5C2;
		width: 100%;
		height: 25px;
		cursor: pointer;
		
	}
	.caption_div div.caption_icon {
		margin-left: 0px;
		height: 16px;
		width: 16px;
		margin-left: 5px;		
	}	
		.caption_icon img {
			padding-top: 1px;
		}
	.caption_div div.caption_text {
		font-size: 11px;
		color: #FFFFFF;
	}
	.caption_div div.caption_text:hover {
		color: #E5E8E9;
	}
	
	.caption_div div.caption_img {
		height: 16px;
		width: 32px;
	}
		.caption_img img {
			padding-top: 1px;
		}	
	.caption_div table.foldbar_table_caption {
		border: 0px;
		border-collapse: collapse; 
		width: 100%;
	}
	.foldbar_table_caption td {
		padding:0px;
		font-weight: bold;
		vertical-align: middle;
}	

.foldbar_menu {
	position: absolute;
	display: none;
	border: 1px solid #58A5C2;
	background: #E5E8E9;
	width: 400px;
	padding: 10px 0px 10px 0px;
	z-index: 2000;
}

	.foldbar_menu td {
		padding: 10px;
		white-space: nowrap;
		height: 20px;
		line-height: 20px;
	}
		.foldbar_menu td.separator {
			padding: 0px;
			border-right: 1px solid #58A5C2;
			width: 1px;
		}
	.foldbar_menu ul {
		list-style-type: none;
	}
	.foldbar_menu li {
		font-weight: bold;
		color: #58A5C2;
		font-size: 10px;
	}

	.foldbar_menu li.hover {
		background: #58A5C2;
		cursor: pointer;
		color: #FFFFFF;
	}


.help_window {
	display: none;
	position: absolute;
	background: #fff;
	width: 400px;
	color: #343343;
	z-index: 1000;
	border: 1px solid #343343;
}
.help_window table {
}

.help_window_content {
	font-size: 12px;
	padding: 5px;
}

.help_window_content table {
}

.help_window_content table td {
	padding: 4px;
	font-size: 12px;
}

.title_table {
	border-bottom: 1px solid #d7d7d7;
}
.title_table td {
	padding: 4px;
	font-size: 20px;
	font-weight: normal;	
}
.help_window div.title_caption {
	padding-left: 5px;
}
.help_window td.help-close {
	padding-right: 10px;
}

.farbtastic_speed {
  position: relative;
}
.farbtastic_speed * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic_speed, .farbtastic_speed .wheel {
  width: 97px;
  height: 97px;
}
.farbtastic_speed .color, .farbtastic_speed .overlay {
  top: 24px;
  left: 24px;
  width: 49px;
  height: 49px;
}
.farbtastic_speed .wheel {
  background: url(speed_colors/wheel.png) no-repeat;
  width: 97px;
  height: 97px;
}
.farbtastic_speed .overlay {
  background: url(speed_colors/mask.png) no-repeat;
}
.farbtastic_speed .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(speed_colors/marker.png) no-repeat;
}


.farbtastic_zone {
  position: relative;
}
.farbtastic_zone * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic_zone, .farbtastic_zone .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic_zone .color, .farbtastic_zone .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic_zone .wheel {
  background: url(color_picker/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic_zone .overlay {
  background: url(color_picker/mask.png) no-repeat;
}
.farbtastic_zone .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(color_picker/marker.png) no-repeat;
}


.routing_points_table {
	width: 100%;
	margin: 5px 0px;
}
.routing_points_table td {
    padding: 2px !important;
    color: black;
    vertical-align: middle;
}

.hittest_points_table {
	width: 100%;
}
.hittest_points_table td {
    color: #343343;
    vertical-align: middle;
}
.hittest_point_description {
	width: 100%;
	padding-left: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.hittest_point_description td {
    padding: 0px !important;
    color: gray;
}
.hit_test_selection {
	background-color: #e1edf3;
}

.provider_iface {
    padding: 0px !important;
}

#af_address {
    resize: vertical;
}

.nearest_block {
	background-color: #eee;
}

.buildings_list_div {
    max-height: 100px;
    overflow: auto;
}
.buildings_list_div td.building_td {
    color: #345fb7;
    cursor: pointer;
    text-decoration: underline;
	padding: 1px;
}

.buildings_list_div td.building_td:hover {
    color: #345fb7;
}

.streets_list_div {
    max-height: 100px;
    overflow: auto;
}

.streets_list_div td.street_td {
    color: #345fb7;
    cursor: pointer;
    text-decoration: underline;
	padding: 1px;
}

.streets_list_div td.street_td:hover {
    color: #345fb7;
}

.units_list_div {
    max-height: 150px;
    overflow: auto;
	background-color: #eee;
}

.units_list_div td.unit_name_td {
    cursor: pointer;
    text-decoration: underline;
    color: #00f;
}

.units_list_div td.unit_name_td:hover {
    color: #f00;
}

.nearest_flags {
	width: 100%;
}

div.msg-player-ctrl {
	width: 100%;
}

div.msg-player-ctrl-main {
}

div.msg-player-ctrl-main select {
	width: 165px;
}

div.msg-player-ctrl-main table {
	width: 100%;
}

div.msg-player-ctrl-main table td {
}

div.msg-player-ctrl-main table th {
}

div.msg-player-ctrl-nav {
}

div.msg-player-ctrl-nav table {
	width: 100%;
}

div.msg-player-ctrl-nav td, div.msg-player-ctrl-nav th {
	/*padding: 2px;*/
}

div.msg-player-ctrl-nav img {
	border: 1px solid #fff;
}
div.msg-player-ctrl-nav img:hover {
	border: 1px solid #e1edf3;
	background-color: #e1edf3;
}

div.msg-player-ctrl-nav td.progress-div {
	width: 100%;
}
div.msg-player-ctrl-nav td.progress-div .progress-text {
	color: #fff;
}

div.msg-player-ctrl-nav td.progress-time {
	text-align: right;
}

div.msg-player-ctrl-opts {
}

div.msg-player-ctrl-opts table {
	width: 100%;
	text-align: left;
}
div.msg-player-ctrl-opts table td, div.msg-player-ctrl-opts table th {
	/*padding: 2px;*/
	width: 50%;
}

div.msg-player-ctrl-opts th {
	font-weight: normal;
}

div.msg-player-ctrl-action {
	text-align: right;
	padding-top: 10px;	
}

div.msg-player-ctrl-action input {
}

fieldset.msg-player-ctrl-fieldset {
	border: 1px solid #ccc;
}
fieldset.msg-player-ctrl-fieldset legend {
	font-weight: normal;
}

/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  font-size: 9px;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
}
  .date_selector .month_nav {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
  }
    .date_selector .month_name {
      font-weight: bold;
      line-height: 20px;
      display: block;
      text-align: center;
    }
    .date_selector .month_nav a {
      display: block;
      position: absolute;
      top: 5px;
      width: 20px;
      height: 20px;
      line-height: 17px;
      font-weight: bold;
      color: #003C78;
      text-align: center;
      font-size: 120%;
      overflow: hidden;
    }
      .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        background: none;
        color: #003C78;
        text-decoration: none;
      }
    .date_selector .prev {
      left: 5px;
    }
    .date_selector .next {
      right: 5px;
    }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: white;
    }

	.date_selector td.time {
      border: 0px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: #F2F2F2;
    }

    .date_selector td.today {
      background: #FFFED9;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
      .date_selector td a {
        display: block;
        text-decoration: none !important;
        width: 100%;
        height: 100%;
        line-height: 2em;
        color: #003C78;
        text-align: center;
      }
      .date_selector td.today a {
        background: #FFFEB3;
      }
      .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
      }
    .date_selector td a:hover {
      background: #003C78;
      color: white;
    }

	.input {
		border: 1px solid #ccc;
		background: #FFFFFF;
		color: #000000;
	}


.zones_list_head_tr {
	font-weight:bold;
}
.zones_list_head_tr_td_zone {
}
.zones_list_head_tr_td_units {
}
.zones_list_head_tr_td_actions {
	text-align: center;
}
.zones_list_tr {
}
.zones_list_tr_td_cb {
	cursor: pointer;
}
.zones_list_tr_td_name {
	width: 100%;
	text-align: left;
	cursor: pointer;
}
.zones_list_tr_td_units {
}
.zones_list_tr_td_edit {
	cursor: pointer;
}
.zones_list_tr_td_copy {
	cursor: pointer;
}
.zones_list_tr_td_del {
	cursor: pointer;
}

.notify_dlg_table {
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
}
.notify_dlg_table tr {
	background-color: #FFFFFF;
}
.notify_dlg_table th {
	padding: 1px 2px 1px 2px;
	border: 0px solid #0076A3;
}
.notify_dlg_table td {
	padding: 1px 2px 1px 2px;
	border: 0px solid #0076A3;
}
.notify_dlg_table thead tr {
	height: 16px;
	background-color: #E1EDF3;
	font-weight: bold;
}
.notify_dlg_table a {
	font-size: 11px;
}
.notify_dlg_table a:hover {
	font-size: 11px;
	color: #FF0000 !important;
}
.notify_online_title_div {
	padding-top: 5px;
	padding-bottom: 5px;
}
.notify_online_title_div a {
	color: #000000 !important;
}

.notify_online_title_div a:hover {
	color: #737373 !important;
}
.notify_online_content_div {
	font-weight: bold;
	color: #0076A3;
	border-top: 1px solid #0076A3;
	border-bottom: 1px solid #0076A3;
	padding-top: 5px;
	padding-bottom: 5px;
}
.notify_online_table {
	font-size: 10px;
	padding: 2px;
}
.notify_online_table {
}
.notify_online_table td {
	font-size: 10px;
	padding: 2px;
}

.notify_online_content_div a {
	color: #449256 !important;
}

.notify_online_content_div a:hover {
	color: #50A864 !important;
}

.notify_online_link {
	color: #000000 !important;
}
.notify_online_link:hover {
	color: #0076A3 !important;
}
.notify_online_status {
	color: #667788;
	font-size: 13px;
}

.unit_cmds_response_title_div {
	padding-top: 5px;
	padding-bottom: 5px;
}
.unit_cmds_response_title_div a {
	color: #000000 !important;
}
.unit_cmds_response_title_div span {
	color: red !important;
}

.unit_cmds_response_title_div a:hover {
	color: #737373 !important;
}

.unit_cmds_response_content_div {
	font-weight: bold;
	color: #0076A3;
	border-top: 1px solid #0076A3;
	border-bottom: 1px solid #0076A3;
	padding-top: 5px;
	padding-bottom: 5px;
}

.unit_cmds_response_table {
	font-size: 10px;
	padding: 2px;
}
.unit_cmds_response_table {
}
.unit_cmds_response_table td {
	font-size: 10px;
	padding: 2px;
}

.unit_cmds_response_content_div a {
	color: #449256 !important;
}

.unit_cmds_response_content_div a:hover {
	color: #50A864 !important;
}

.unit_cmds_response_link {
	color: #000000 !important;
}
.unit_cmds_response_link:hover {
	color: #0076A3 !important;
}
.unit_cmds_response_status {
	color: #667788;
	font-size: 13px;
}

div.sms-ctrl {
	width: 490px;
}

div.sms-ctrl input, div.sms-ctrl select, div.sms-ctrl textarea {
	font-size: 11px;
}

div.sms-ctrl table td {
	vertical-align: top;
	font-size: 11px;
	padding: 5px;
}

div.sms-ctrl .sms-tpl {
	text-indent: 10px;
	font-style: italic;
	color: #9c9da1;
}

div.sms-ctrl-objects input {
	width: 168px;
}

div.sms-ctrl-objects select {
	width: 170px;
}

div.sms-ctrl-objects  select.sms-objects-list {
	height: 150px;
}

div.sms-ctrl-objects  table td {
	padding: 2px;
	vertical-align: middle;
}

div.sms-ctrl-phone input, div.sms-ctrl-phone select {
	width: 170px;
}

div.sms-ctrl-phone  table td {
	padding: 2px;
	vertical-align: middle;
}

div.sms_sender_window_sms_block textarea {
	width: 270px;
	height: 100px;
}

div.sms-ctrl-action {
	padding: 5px;
	text-align: right;
}
.report_content {
	width: 100%;
	padding: auto auto;
	text-align: center;
}
.report_content fieldset {
	padding: 5px;
}
.report_content td.report-left {
	width: 450px;
	valign: top;
}
.report_content td.report-right {
	valign: top;
}
.report_content td.report_chart_td_left {
	width: 50%;
}

.report_content div.report_actions {
	padding: 0px 5px 0px 5px;
}
	.report_actions input.report_name, .report_actions input.table_name, .report_actions input.chart_name {
		width: 100px;
	}
	.report_actions select.report_type, .report_actions select.table_type, .report_actions select.chart_type {
		width: 100px;
	}
		
.report_content div.report_content_contents {
	overflow: auto; 
	height: 380px; 
}
	.report_content_contents table.report_content_tables {
		border-collapse: collapse;
		padding: auto auto;
		border-top: 1px solid #FFF;
	}
		.report_content_tables td {
			border-bottom: 1px solid #FFF;
			cursor: pointer;
			padding: 2px;
		}
		.report_content_tables tr:hover {
			background: #e1edf3;
		}
	
.report_content div.report_content_advanced {
	overflow: auto; 
	height: 380px; 
}

.report_content_advanced ul.report_content_options {
	padding: auto auto;
	floating: left;
}

.report_content_table_common_params {
	overflow: auto; 
	height: 410px; 
	width: 340px;
}
.report_content div.report_content_table_columns {
	overflow: auto; 
	height: 380px; 
}
	.report_content_table_columns table.table_wizard_cells {
		border-collapse: collapse;
		width: 100%;
		padding: auto auto;
		border-top: 1px solid #FFF;
	}
		.table_wizard_cells td {
			border-bottom: 1px solid #FFF;
			cursor: pointer;
			padding: 2px;
		}
		.table_wizard_cells tr:hover {
			background: #CCC;
		}

.report_content div.report_content_table_params {
	width: 99%;
}
	.report_content_table_params table.table_wizard_custom_params {
		width: 100%;
		padding: auto auto;
	}

.report_content div.report_content_chart_axis {
	overflow: auto; 
	height: 380px; 
	width: 99%;
}
	.report_content_chart_axis table.chart_wizard_axis {
		border-collapse: collapse;
		width: 100%;
		padding: auto auto;
		border-top: 1px solid #FFF;
	}
		.chart_wizard_axis td {
			border-bottom: 1px solid #FFF;
			cursor: pointer;
			padding: 2px;
		}
		.chart_wizard_axis tr:hover {
			background: #CCC;
		}

.report_content div.report_content_chart_params {
	overflow: auto; 
	height: 380px; 
	width: 99%;
}
	.report_content_chart_params table.chart_wizard_params {
		border-collapse: collapse;
		width: 100%;
		padding: auto auto;
		border-top: 1px solid #FFF;
	}
		.chart_wizard_params td {
			border-bottom: 1px solid #FFF;
			cursor: pointer;
			padding: 2px;
		}
		.chart_wizard_params tr:hover {
			background: #CCC;
		}	
		
.report_content input[type=checkbox] {
	cursor: pointer;
}
.table_wizard_all_cells {
	cursor: pointer;
}
.table_wizard_own_cells {
	cursor: pointer;
	border-collapse:collapse;
}
.table_wizard_all_cells tr:hover {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
}
.table_wizard_own_cells tr:hover {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
}
.report_templates_filter_content {
	color: black;
	cursor: pointer;
}

.report_templates_filter_content td {
	color: black;
	font-size: 11px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 4px 2px 4px;
}

.report_templates_filter_content tr.selected {
	background: #fff5dd;
	font-weight: bold;
}
.report_templates_filter_content tr:hover {
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
}
.report_result_target {
	font-family: verdana;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	vertical-align: top;
	padding: 0px;
	z-index: 1000;
}

.report_result_target table {
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
}

.report_result_target td {
	white-space: nowrap;
	color: #000;
	font-size: 13px;
	vertical-align: top;
}
.report_result_target td div {
	white-space: nowrap;
}

.report_result_body_target {
	overflow-y: auto !important;
	overflow-x: hidden !important;
	background-color: #fff;	
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.report_result_body_table, .report_result_body_table_stat {
	border-collapse: separate;
	border-spacing: 1px !important;
	background-color: #fff;
}

.report_result_body_table td, .report_result_body_table_stat td {
	color: black;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
}
.report_result_body_table_stat tr td:first-child {
	background-color: #eee;
	font-weight: bold;
}

.report_result_body_trip {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 17px;
}
.report_result_body_detail {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 10px;
}

.report_result_body_subrow td {
	background-color: #E7E7E7;
}

.report_result_body_table td.report_result_body_trip_checked {
	background-color: #ffd6d6;
}
.report_result_body_subrow td.report_result_body_trip_checked {
	background-color: #ffd6d6;
}

.report_result_body_table td.report_result_table_pointer {
	background-color: #e2ffef !important;
	cursor: pointer;
}

.report_result_body_table td.report_result_table_pointer {
	background-color: #e2ffef;
	cursor: pointer;
}
.report_result_body_table td.report_result_table_pointer:hover {
	background-color: #fff5dd;
}

.report_result_body {
	height: 100%;
	vertical-align: top;
}

.report_result_header_target{
	border: 1px solid #ddd;
}
.report_result_header_table {
	border-collapse: separate;
	border-spacing: 1px !important;
	background-color: #fff;
}
.report_result_header_table td {
	font-weight: bold;
	background: #fafafa url(skin/images/flexigrid/fhbg.gif) repeat-x bottom;
	border-right: 1px solid #ddd;
	padding: 4px 5px 4px 5px;
} 

.report_result_footer_target{
	border: 1px solid #ddd;
}
.report_result_footer_table {
	border-collapse: separate;
	border-spacing: 1px !important;
	background-color: #fff;
}
.report_result_footer_table td {
	font-weight: bold;
	background-color: #eee;
	border-right: 1px solid #ddd;
	padding: 4px 5px 4px 5px;
}

.report_result_toolbar_target {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.report_result_toolbar_table {
	border-collapse: separate;
	border-spacing: 1px !important;
	background: url(skin/images/flexigrid/wbg.gif) repeat-x 0 -1px;
}
.report_result_toolbar_table td {
	border-right: 1px solid #ddd;
	padding: 4px 5px 4px 5px;
}
.report_result_toolbar_table div.nav_btn {
	cursor: pointer;
	padding-top: 4px;
}
.report_result_toolbar_table div.nav_btn:hover {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px solid #eee;
	color: #000;
}
.chart .selection {
	background-color: #0000FF;
	opacity: 0.35;
	filter: alpha(opacity=35);
	position: absolute;
	left: 0px;
	top: 0px;
	width:0px;
	height:100%;
}
.chart .tracemode {
	background: #FF0000 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.chart .separator {
	padding: 0px;
	background-color: #CCCCCC !important;
	width: 1px;
}
.chart .toolbar	{
	background: url(report_result_table/wbg.gif) repeat-x top;
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-top: 0px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.chart .toolbar .button {
	float: left;
	width: 22px;
	height: 22px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
}
.chart .toolbar .button:hover {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.chart .toolbar .pushed {
	width: 20px;
	height: 20px;
	border: 1px solid #000000 !important;
	background: #000000;
	cursor: pointer;
}
.chart .toolbar .pushed_auto_y {
	width: 20px;
	height: 20px;
	border: 1px solid #6060FF !important;
	background: #6060FF;
	cursor: pointer;
}
.chart .toolbar .scroll_left {
	background: url(report_result_table/scroll_left.png) no-repeat center;
}
.chart .toolbar .scroll_right {
	background: url(report_result_table/scroll_right.png) no-repeat center;
}
.chart .toolbar .zoom_in {
	background: url(report_result_table/zoom_in.png) no-repeat center;
}
.chart .toolbar .zoom_out {
	background: url(report_result_table/zoom_out.png) no-repeat center;
}
.chart .toolbar .zoom_custom {
	background: url(report_result_table/zoom_custom.png) no-repeat center;
}
.chart .toolbar .revert {
	background: url(report_result_table/revert.png) no-repeat center;
}
.chart .toolbar .trace {
	background: url(report_result_table/trace.png) no-repeat center;
}
.chart .toolbar .y_auto_scale {
	background: url(report_result_table/y_auto_scale.png) no-repeat center;
}
.chart .toolbar .params {
	background: url(report_result_table/params.png) no-repeat center;
}

.drivers_head_tr {
	font-weight:bold;
}
.drivers_head_unit {
}
.drivers_head_action {
	text-align: center;
}
.drivers_list_tr {
}
.driver_list_name {
	width: 100%;
	text-align: left;
	cursor: pointer;
}
.driver_list_units {
}
.driver_list_config {
	cursor: pointer;
}
.driver_list_copy {
	cursor: pointer;
}
.driver_list_del {
	cursor: pointer;
}
.driver_list_bind {
	cursor: pointer;
}
.driver_list_unbind {
	cursor: pointer;
}
.driver_list_uicon {
	white-space: nowrap;
}
[id^=drivers_filter] select {
	width: 112px !important;
}
[id^=drivers_toolbar] input[type='text'] {
	width: 110px !important;
}
