#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #818181;
	background-color: #eee;
	padding: 2px;
	font-size: 11px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	

}

#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: #ffffff;
	z-index: 5102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	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;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#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;
    font-weight: bold;
    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 18px 10px 10px;
    background-color: #58A5C2;
    -moz-border-radius: 1em 0 0 0;
}

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

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

.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;
}

.log_panel {
	overflow: auto;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	display: none;
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: #0076A3;
	border-top: 1px solid #0076A3;
	z-index: 1000;
}
.log_panel div {
	background-color: #FDF9C8;
	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;
	font-weight: bold;
}
.user_settings_account_link
{
	font-size: 10px !important;
	font-weight: bold;
	color: blue !important;
}
.user_settings_account_link:hover
{
	color: red !important;
}
.user_settings_account_link2
{
	font-weight: bold;
	font-size: 10px !important;
	color: red !important;
}
.user_settings_account_link2:hover
{
	color: red !important;
}
.user_settings_account_data_div
{
	font-size: 11px;
	display: none;
	width: 100%;
	border-top: 1px solid #0076A3;
}

.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;
}

.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: #FCCA8F;
	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: #FFFFFF;
	width: 400px;
	color: #000000;
	z-index: 1000;
	border: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
}
.help_window table {
	font-size: 10px;
	font-weight: bold;
}

.help_window_content {
}
.help_window_content table {
	font-size: 10px;
	font-weight: bold;
	color: #007236;
}
.help_window_content table td {
	padding: 4px;
}

.title_table {
	background: #DAF1B6;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
.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 td {
    padding: 0px !important;
    color: black;
    vertical-align: middle;
}

.hittest_points_table td {
    padding: 0px !important;
    color: black;
    vertical-align: middle;
}
.hittest_point_description {
	padding-left: 10px;
}
.hittest_point_description td {
    padding: 0px !important;
    color: gray;
}
.hit_test_selection {
	background-color: aqua;
}
.provider_iface {
    padding: 0px;
}
.provider_iface td {
	vertical-align: top;
}

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

.buildings_list_div td.building_td {
    padding: 1px;
    color: #00f;
    cursor: pointer;
    text-decoration: underline;
    min-width: 30%;
}

.buildings_list_div td.building_td:hover {
    color: #f00;
}

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

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

.streets_list_div td.street_td:hover {
    color: #f00;
}

.units_list_div {
    max-height: 150px;
    max-width: 330px;
    overflow: auto;
}

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

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

.nearest_flags {
    max-width: 330px;
}

/* 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: #0076A3;
}
.notify_dlg_table tr {
	background-color: #EBEBEB;
}
.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: #CFD1D1;
	font-weight: bold;
}
.notify_dlg_table a {
	font-size: 11px;
}
.notify_dlg_table a:hover {
	font-size: 11px;
	color: #FF0000 !important;
}
.notify_online_row_div {
	background: #cecece;
}
.notify_online_div {
	display: none;
	position: absolute;
	z-index: 1500;
	width: 280px;
	background: #E5E8E9;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
}

.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;
}

.unit_cmds_response_row_div {
	background: #cecece;
}
.unit_cmds_response_div {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 280px;
	background: #E5E8E9;
	border: 1px solid #737373 !important;
	color: #000000;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;	
}

.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;
}

.report_content {
	width: 100%;
	padding: auto auto;
	text-align: center;
}
.report_content fieldset {
	padding: 5px;
}
.report_content td.report_td_left {
	
}
.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; 
	width: 400px;
}
	.report_content_contents table.report_content_tables {
		border-collapse: collapse;
		width: 380px;
		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: #CCC;
		}
	
.report_content div.report_content_advanced {
	overflow: auto; 
	height: 380px; 
	width: 280px;
}

.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; 
	width: 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: 11px;
	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-color: #eee;
	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-color: #fff;
}
.report_result_toolbar_table td {
	background-color: #eee;
	border-right: 1px solid #ddd;
	padding: 4px 5px 4px 5px;
}
.report_result_toolbar_table div.nav_btn {
	cursor: pointer;
	padding: 2px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.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 .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 .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;
}

body 
{
	margin: 1 1;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: verdana;
}

p
{
	line-height: 15px;
	text-indent: 10px;
}
a:link, a:visited 
{
	color: #FFFFFF;
	text-decoration:none;
}
a:active, a:hover
{
	color: #484847;
	text-decoration:none;
}
input 
{
	padding: 2px;
	vertical-align: middle;
	font-size: 12px;
	background-color: #FFFFFF;
}
input[type='checkbox'] 
{
	background: transparent;
	padding: 0;
}
/* prevent internet explorer paddings in the buttons*/
input[type='button']
{
	padding: 0 .25em 0 .25em;
	width: auto;
	overflow: visible;
}
select 
{
	vertical-align: middle;
	font-size: 12px;
}
table {
	font-family: verdana;
	font-size: 12px;
}

fielset {
	padding: 5px;
}
legend {
	font-weight: bold;
}

.login {
	background: #E0E0E0;
	color: #000000;
}
.login input {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.login input[type='checkbox'] {
	background: transparent;
}
.login hr {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.login a {
	color: #FFFFFF;
}
.login a:hover {
	color: #000000;
}

.login_bg {
	width: 500px; 
	height: 310px; 
	color: #FFFFFF; 
	background-image: url(../images/login/login_bg.png); 
	background-repeat: no-repeat; 
	background-position: 0% 0%;
}

.login_bg_table {
	width: 500px;
}

.login_bg_form {
	position: relative;
	top: 70px;
}
/* Base controls */
input[type='checkbox'], input[type='radio'] {
	background: transparent;
}
input[type="button"] {
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;
	background: #EEEEEE url(skin/images/input/input_text_bg2.png) repeat-y scroll 0pt;
	cursor: pointer;
}
input[type="text"], input[type="password"] {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
}
select {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	padding-top: 2px;
}
textarea {
	width: 100%;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* Main menu */
.menu_table {
	font-size: 12px;
	font-weight: bold;
}
.menu_table a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.menu_table a:active, a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #484847;
	text-decoration:none;
}

/* Sub menu */
.sub_menu  {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.sub_menu  li {
	line-height: 20px;
	font-size: 12px;
	color: #AAAAAA;
}
.sub_menu  a {
	color: #AAAAAA;
	cursor:pointer;
	display:block;
	text-decoration: none;
	padding: 3px;
}
.sub_menu  a:hover {
 	background-color: #BBBBBB;
	color: #FFFFFF;
}

/* Dialog wizard */
.wizard_dlg_title {
	width: 100%;
	height: 30px;
	background-color: #B4B4B4;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
.wizard_dlg_content {
	border: 1px solid #CCCCCC;
	overflow: hidden;
	background: #EEEEEE;
	/*background: transparent url(skin/images/wizard/wizard_bg.png) no-repeat;*/
}
.wizard_dlg_content input[type="button"] {
	font-weight: normal;
}
.wizard_dlg_separator {
	width: 100%;
	height: 5px;
	font-size: 5px;
}
.wizard_dlg_buttons {
	width: 100%;
	height: 30px;
	background-color: #B4B4B4;
	border: 1px solid #CCCCCC;
	text-align: right;
	vertical-align: middle;
}
.wizard_dlg_buttons input[type="button"] {
	min-width: 70px;
}

/* Routes add table, Zones add table */
.add_table {
	color: #000000;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.add_table tr {
	height: 16px;
	background-color: #EEEEEE;
}
.add_table thead tr {
	height: 16px;
	background-color: #DDDDDD;
	font-weight: bold;
}
.add_table thead td {
	border-bottom: 1px solid #CCCCCC;
}
.add_table td {
	padding: 3px;
	border: 0px;
}

/* List table */
.list_table {
	color: #000000;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	border-top: 0px;
}
.list_table tr {
	height: 25px;
	background-color: #EEEEEE;
}
.list_table td {
	padding: 1px 2px 1px 2px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}
.list_table th {
	padding: 1px 2px 1px 2px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}
.list_table thead tr {
	height: 25px;
	background-color: #DDDDDD;
	font-weight: bold;
}

/* Hide table thead */
.list_table.thead_none thead {
	display: none;
	height: 0px;
	border: 0px;
}

/* Hide table borders */
.list_table.no_border_table {
	border: 0px;
	font-size: 11px;
}

/* Dialog page */
.dlg_page {
	padding: 0px;
	font-size: 11px;
}
.dlg_page table {
	vertical-align: top;
	font-size: 11px;
}
.dlg_page tr {
	text-align: left;
	vertical-align: top;
}
.dlg_page td {
	font-weight: normal;
}
.dlg_page input[type="button"] {
	font-weight: normal;
}

/* Dialog selection page */
.dlg_sel_page {
	padding: 0px;
	font-size: 11px;
}
.dlg_sel_page table {
	color: #000000;
	font-size: 11px;
	background-color: #CCCCCC;
}
.dlg_sel_page table tr {
	height: 28px;
	background-color: #EEEEEE;
}
.dlg_sel_page table td {
	padding: 1px 2px 1px 2px;
	border: 0px;
}
.dlg_sel_page table thead tr {
	height: 16px;
	background-color: #DDDDDD;
	font-weight: bold;
}
.dlg_sel_page input[type="button"] {
	font-weight: normal;
}

/* Messages filter table, Report filter table*/
.filter_table {
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #E1E1E1;
	font-size: 11px;
}
.filter_table tr {
	height: 16px;
	background-color: #EEEEEE;
}
.filter_table thead tr {
	height: 16px;
	background-color: #DDDDDD;
	font-weight: bold;
}
.filter_table thead td {
	border-bottom: 1px solid #CCCCCC;
}
.filter_table td {
	font-size: 11px;
	padding: 3px;
	padding-left: 10px;

	border: 0px;
}
.filter_table ul {
	padding: 5px;
}

/* Drag line for resize panels */
.drag_line {
	position: absolute;
	display: block;
	z-index: 1000;
	cursor: n-resize;
	float: center;
	background: transparent;
	height: 4px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.drag_line.drag_line_hover {
	background: #CDCDCD;
}

/* Vertical split for resizing of panels */
.vsplit {
	position: absolute;
	display: block;
	z-index: 1000;
	cursor: e-resize;
	float: center;
	background: transparent;
	height: 100%;
	width: 4px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.vsplit.vsplit_hover {
	background: #CDCDCD;
}

/* Modes styles*/

td.mode {
	padding: 3px 3px;
	margin: 0px 0px;
	white-space: nowrap;
}
td.mode a {
	font-weight: normal;
}
td.mode_no_padding {
	padding: 3px 0px;
}
td.mode_selected {
	background: #eee;
}
td.mode_selected a {
	color: #006699;
	font-weight: bold;
}

/* 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: 100px; /* be nice to Opera */
	/*width: 110px;	/* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(skin/images/tabs/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    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: 7px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.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;
	color: black;
}
.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: .6;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
	/*background: #fef9c1;*/
    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(skin/images/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=60);
}
.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 */
}

/* 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: 10px;
  color: #000000;
}
.date_selector {
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  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: #AAAAAA;
      text-align: center;
      font-size: 10px;
      overflow: hidden;
    }
      .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        background: none;
        color: #AAAAAA;
        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 #CCCCCC;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: white;
    }

	.date_selector td.time {
      border: 0px solid #FED7AA;
      text-align: center;
      background: #EEEEEE;
    }
		.time img {
			cursor: pointer;
		}

    .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: #000000;
        text-align: center;
		font-size: 10px;
      }
      .date_selector td.today a {
        background: #E5E8E9;
      }
      .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
      }
    .date_selector td a:hover {
      background: #CCCCCC;
      color: white;
    }
	.input {
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
		color: #000000;
	}


@charset "UTF-8";
/* CSS Document */

.flexigrid
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
	}

	.flexigrid.hideBody
		{
		height: 26px !important;
		border-bottom: 1px solid #ccc;
		}

	.ie6fullwidthbug
		{
		border-right: 0px solid #ccc;
		padding-right: 2px;
		}

.flexigrid td {
	font-size: 10px;
}
.flexigrid div.nDiv
	{
	background: #eee url(skin/images/flexigrid/line.gif) repeat-y -1px top;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: auto;
	left: 0px;
	position: absolute;
	z-index: 999;
	float: left;
	}

	.flexigrid div.nDiv table
		{
		margin: 2px;
		}

.flexigrid div.hDivBox
	{
	float: left;
	padding-right: 40px;
	color: black;
	}
.flexigrid div.hDivBox table
	{
	font-size: 10px;
	}

.flexigrid div.bDiv table
	{
	margin-bottom: 10px;
	}

	.flexigrid div.bDiv table.autoht
		{
		border-bottom: 0px;
		margin-bottom: 0px;
		}

.flexigrid div.nDiv td
	{
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
	}

.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td
	{
	background: #d5effc url(skin/images/flexigrid/hl.png) repeat-x top;
	border: 1px solid #a8d8eb;
	}

	.flexigrid div.nDiv td.ndcol1
		{
		border-right: 1px solid #ccc;
		}

	.flexigrid div.nDiv td.ndcol2
		{
		border-left: 1px solid #fff;
		padding-right: 10px;
		}

	.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
		{
		border-right: 1px solid #d2e3ec;
		}

	.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
		{
		border-left: 1px solid #eef8ff;
		}

	.flexigrid div.nBtn
		{
		position: absolute;
		height: 24px;
		width: 14px;
		z-index: 900;
		background: #fafafa url(skin/images/flexigrid/fhbg.gif) repeat-x bottom;
		border: 0px solid #ccc;
		border-left: 1px solid #ccc;
		top: 0px;
		left: 0px;
		margin-top: 1px;
		cursor: pointer;
		display: none;
		}

		.flexigrid div.nBtn div
			{
			height: 24px;
			width: 12px;
			border-left: 1px solid #fff;
			float: left;
			background: url(skin/images/flexigrid/ddn.png) no-repeat center;
			}

		.flexigrid div.nBtn.srtd
			{
			background: url(skin/images/flexigrid/wbg.gif) repeat-x 0px -1px;
			}


.flexigrid div.mDiv
	{
	background: url(skin/images/flexigrid/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;
	}

.flexigrid div.mDiv div
	{
	padding: 6px;
	white-space: nowrap;
	}

		.flexigrid div.mDiv div.ptogtitle
			{
			position: absolute;
			top: 4px;
			right: 3px;
			padding: 0px;
			height: 16px;
			width: 16px;
			overflow: hidden;
			border: 1px solid #ccc;
			cursor: pointer;
			}

			.flexigrid div.mDiv div.ptogtitle:hover
			{
			background-position: left -2px;
			border-color: #bbb;
			}

			.flexigrid div.mDiv div.ptogtitle span
			{
			display: block;
			border-left: 1px solid #eee;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #ddd;
			width: 14px;
			height: 14px;
			background: url(skin/images/flexigrid/uup.png) no-repeat center;
			}

			.flexigrid div.mDiv div.ptogtitle.vsble span
			{
			background: url(skin/images/flexigrid/ddn.png) no-repeat center;
			}

.flexigrid div.tDiv /*toolbar*/
	{
	background: #fafafa url(skin/images/flexigrid/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

	.flexigrid div.tDiv2
		{
		float: left;
		clear: both;
		padding: 1px;
		}

.flexigrid div.sDiv /*toolbar*/
	{
	background: #fafafa url(skin/images/flexigrid/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	display: none;
	}

	.flexigrid div.sDiv2
		{
		float: left;
		clear: both;
		padding: 5px;
		padding-left: 5px;
		width: 1024px;
		}

		.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
		{
		vertical-align: middle;
		}

	.flexigrid div.btnseparator
		{
		float: left;
		height: 22px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		margin: 1px;
		}

	.flexigrid div.fbutton
		{
			float: left;
			display: block;
			cursor: pointer;
			padding: 1px;
		}

	.flexigrid div.fbutton div
		{
			float: left;
			padding: 1px 3px;
		}

	.flexigrid div.fbutton span
		{
		float: left;
		display: block;
		padding: 3px;
		}

	.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
		{
			padding: 0px;
			border: 1px solid #ccc;
		}

	.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
		{
			padding: 0px 2px;
			border-left: 1px solid #fff;
			border-top: 1px solid #fff;
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}


/* end toolbar*/

.flexigrid div.hDiv
	{
	background: #fafafa url(skin/images/flexigrid/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

.flexigrid div.hDiv table
	{
	border-right: 1px solid #fff;
	}

	.flexigrid div.cDrag
		{
		float: left;
		position: absolute;
		z-index: 2;
		overflow: visible;
		}

		.flexigrid div.cDrag div
			{
			float: left;
			background: none;
			display: block;
			position: absolute;
			height: 24px;
			width: 5px;
			cursor: col-resize;
			}

		.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging
			{
			background: url(skin/images/flexigrid/line.gif) repeat-y 2px center;
			}

.flexigrid div.iDiv
	{
		border: 1px solid #316ac5;
		position: absolute;
		overflow: visible;
		background: none;
	}

	.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}

	.flexigrid div.iDiv input.tb
		{
		border: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		padding: 0px;
		background: none;
		}

.flexigrid div.bDiv
	{
	border: 1px solid #ccc;
	border-top: 0px;
	background: #fff;
	overflow: auto;
	position: relative;
	color: black;
	}

.flexigrid div.bDiv table
	{
	border-bottom: 1px solid #ccc;
	}

	.flexigrid div.hGrip
	{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5px;
	width: 5px;
	background: url(skin/images/flexigrid/line.gif) repeat-x center;
	margin-right: 1px;
	cursor: col-resize;
	}

		.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
			{
				border-right: 1px solid #999;
				margin-right: 0px;
			}

	.flexigrid div.vGrip
		{
		height: 5px;
		overflow: hidden;
		position: relative;
		background: #fafafa url(skin/images/flexigrid/wbg.gif) repeat-x 0px -1px;
		border: 1px solid #ccc;
		border-top: 0px;
		text-align: center;
		cursor: row-resize;
		}

			.flexigrid div.vGrip span
					{
					display: block;
					margin: 1px auto;
					width: 20px;
					height: 1px;
					overflow: hidden;
					border-top: 1px solid #aaa;
					border-bottom: 1px solid #aaa;
					background: none;
					}

.flexigrid div.hDiv th, .flexigrid  div.bDiv td  /* common cell properties*/
	{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	vertical-align: top !important;
	}

		.flexigrid div.hDiv th div, .flexigrid  div.bDiv td  div, div.colCopy div/* common inner cell properties*/
			{
			padding: 5px;
			border-left: 0px solid #fff;
			}

.flexigrid div.hDiv th, div.colCopy
	{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	}

div.colCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa url(skin/images/flexigrid/fhbg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

.flexigrid div.hDiv th.sorted
	{
	background: url(skin/images/flexigrid/wbg.gif) repeat-x 0px -1px;
	border-bottom: 0px solid #ccc;
	}

	.flexigrid div.hDiv th.thOver
	{
	}

	.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
	{
	border-bottom: 1px solid orange;
	padding-bottom: 4px;
	}

	.flexigrid div.hDiv th.sorted div
	{
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	}

	.flexigrid div.hDiv th.thMove
	{
	background: #fff;
	color: #fff;
	}

	.flexigrid div.hDiv th.sorted.thMove div
		{
		border-bottom: 1px solid #fff;
		padding-bottom: 4px
		}

	.flexigrid div.hDiv th.thMove div
	{
		background: #fff !important;
	}

	.flexigrid div.hDiv th div.sdesc
		{
		background: url(skin/images/flexigrid/dn.png) no-repeat center top;
		}

	.flexigrid div.hDiv th div.sasc
		{
		background: url(skin/images/flexigrid/up.png) no-repeat center top;
		}

.flexigrid div.bDiv td
	{
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
	cursor: pointer;
	}

		.flexigrid div.hDiv th div
			{
			}

			.flexigrid span.cdropleft
			{
			display: block;
			background: url(skin/images/flexigrid/prev.gif) no-repeat -4px center;
			width: 24px;
			height: 24px;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			z-index: 3;
			}

			.flexigrid div.hDiv span.cdropright
			{
			display: block;
			background: url(skin/images/flexigrid/next.gif) no-repeat 12px center;
			width: 24px;
			height: 24px;
			float: right;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			}


		.flexigrid div.bDiv td div
			{
			border-top: 0px solid #fff;
			padding-bottom: 4px;
			}


		.flexigrid tr td.sorted
				{
				background: #f3f3f3;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #f3f3f3;
				}

				.flexigrid tr td.sorted div
					{
					}


		.flexigrid tr.erow td
				{
				background: #f7f7f7;
				border-bottom: 1px solid #f7f7f7;
				}

		.flexigrid tr.erow td.sorted
				{
				background: #e3e3e3;
				border-bottom: 1px solid #e3e3e3;
				}

				.flexigrid tr.erow td.sorted div
					{
					}

		.flexigrid div.bDiv tr:hover td,
		.flexigrid div.bDiv tr:hover td.sorted,
		.flexigrid div.bDiv tr.trOver td.sorted,
		.flexigrid div.bDiv tr.trOver td
			{
			background: #d9ebf5 !important;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px dotted #a8d8eb;
			}

		.flexigrid div.bDiv tr.trSelected:hover td,
		.flexigrid div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid div.bDiv tr.trOver.trSelected td.sorted,
		.flexigrid div.bDiv tr.trOver.trSelected td,
		.flexigrid tr.trSelected td.sorted,
		.flexigrid tr.trSelected td
			{
			background: #d5effc url(skin/images/flexigrid/hl.png) repeat-x top !important;
			border-right: 1px solid #d2e3ec;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px solid #a8d8eb;
			}

	/* novstripe adjustments */

	.flexigrid.novstripe .bDiv table
	{
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.flexigrid.novstripe  div.bDiv td
		{
		border-right-color: #fff;
		}

	.flexigrid.novstripe div.bDiv tr.erow td.sorted
		{
		border-right-color: #e3e3e3;
		}

	.flexigrid.novstripe div.bDiv tr td.sorted
		{
		border-right-color: #f3f3f3;
		}

	.flexigrid.novstripe  div.bDiv tr.erow td
		{
		border-right-color: #f7f7f7;
		border-left-color: #f7f7f7;
		}

		.flexigrid.novstripe div.bDiv tr.trSelected:hover td,
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted,
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
		.flexigrid.novstripe tr.trSelected td.sorted,
		.flexigrid.novstripe tr.trSelected td
			{
			border-right: 1px solid #0066FF;
			border-left: 1px solid #0066FF;
			}

	.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
		{
		border-left-color: #d9ebf5;
		border-right-color: #d9ebf5;
		}

	/* end novstripe */

.flexigrid div.pDiv
	{
	background: url(skin/images/flexigrid/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	color: black;
	}

.flexigrid div.pDiv div.pDiv2
	{
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
	}

	div.pGroup
		{
		float: left;
		background: none;
		height: 24px;
		margin: 0px 5px;
		}

	.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
		{
		position: relative;

		top: 5px;
		overflow: visible;
		}

	.flexigrid div.pDiv input
		{
		vertical-align: text-top;
		position: relative;
		top: -5px;
		}

	.flexigrid div.pDiv  div.pButton
		{
		float: left;
		width: 22px;
		height: 22px;
		border: 0px;
		cursor: pointer;
		overflow: hidden;
		}

		.flexigrid div.pDiv  div.pButton:hover, .flexigrid div.pDiv  div.pButton.pBtnOver
			{
			width: 20px;
			height: 20px;
			border: 1px solid #ccc;
			cursor: pointer;
			}

	.flexigrid div.pDiv  div.pButton span
		{
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		}

		.flexigrid div.pDiv  div.pButton:hover span, .flexigrid div.pDiv  div.pButton.pBtnOver span
			{
			width: 19px;
			height: 19px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}


		.flexigrid .pSearch
			{
			background: url(skin/images/flexigrid/magnifier.png) no-repeat center;
			}

		.flexigrid .pFirst
			{
			background: url(skin/images/flexigrid/first.gif) no-repeat center;
			}
		.flexigrid .pAwidth
			{
			background: url(skin/images/flexigrid/awidth.gif) no-repeat center;
			}
		.flexigrid .pMwidth
			{
			background: url(skin/images/flexigrid/mwidth.gif) no-repeat center;
			}

		.flexigrid .pPrev
			{
			background: url(skin/images/flexigrid/prev.gif) no-repeat center;
			}

		.flexigrid .pNext
			{
			background: url(skin/images/flexigrid/next.gif) no-repeat center;
			}

		.flexigrid .pLast
			{
			background: url(skin/images/flexigrid/last.gif) no-repeat center;
			}

		.flexigrid .pReload
			{
			background: url(skin/images/flexigrid/load.png) no-repeat center;
			}

		.flexigrid .pReload.loading
			{
			background: url(skin/images/flexigrid/load.gif) no-repeat center;
			}

/* ie adjustments */

		.flexigrid.ie div.hDiv th div, .flexigrid.ie  div.bDiv td  div, div.colCopy.ie div/* common inner cell properties*/
			{
			overflow: hidden;
			}

/* Accordion plugin messages and reports */

.accordion {
	width: 100%;
	border: 0px solid #CCCCCC;
}
.accordion dt {
	color: #fff;
	height: 24px;
	line-height: 24px;
	background: #AAAAAA;
	padding: 0 10px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
}
.accordion dt.hover {
	background: #CCCCCC;
	cursor: pointer;
	border-top: 0px;
}
.accordion dt.active {
	text-align: center;
	color: #000000;
	background: #CCCCCC;
	cursor: default;
}
.accordion dd {
	width: 100%;
	overflow: auto;
}
.accordion p {
	margin: 16px 10px;
}

	.selectBoxArrow{
		margin-top:1px;
		float:left;
		position:absolute;
		right:1px;
		width: 15px;
		height: 18px;
		background: transparent url("/webbase_sdk/jquery/editableselect/select_arrow.gif") no-repeat top left;
	}	
	.selectBoxArrowOver{
		margin-top:1px;
		float:left;
		position:absolute;
		right:1px;
		width: 15px;
		height: 18px;
		background: transparent url("/webbase_sdk/jquery/editableselect/select_arrow_over.gif") no-repeat top left;
	}
	.selectBoxArrowDown{
		margin-top:1px;
		float:left;
		position:absolute;
		right:1px;
		width: 15px;
		height: 18px;
		background: transparent url("/webbase_sdk/jquery/editableselect/select_arrow_down.gif") no-repeat top left;
	}
	.selectBoxInput{
		border:0px;
		padding-left:1px;
		height:16px;
		position:absolute;
		top:0px;
		left:0px;
	}

	.selectBox{
		border:1px solid #7f9db9;
		height:20px;	
	
	}
	.selectBoxOptionContainer{
		position:absolute;
		border:1px solid #7f9db9;
		height:100px;
		background-color:#FFF;
		left:-1px;
		top:20px;
		visibility:hidden;
		overflow:auto;
		z-index:1000;
	}
	.selectBoxIframe{
		position:absolute;
		background-color:#FFF;
		border:0px;
		z-index:999;
	}
	.selectBoxAnOption{
		font-family:arial;
		font-size:12px;
		cursor:default;
		margin:1px;
		overflow:hidden;
		white-space:nowrap;
	}
.map_webgis_link {
	color: #000;
}
.map_webgis_link:hover {
    color: #f00000;
    font-size: 10px;
}
.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;
}

.time_schedule { 
	z-index: 20000; 
}
.time_schedule table { 
	font-size: 10px;
	text-align: left; 
}
.time_schedule table.schedule { 
	background: #EEEEEE; 
	width: 90%; 
	text-align: center; 
}
	.schedule tr { 
		vertical-align: top; 
	}
	.schedule td { 
		font-size: 10px; 
	}
	.schedule th { 
		background: #DDDDDD; 
	}
	.schedule select { 
		width: 40px; 
		font-size: 10px; 
	}
	.schedule input[type='checkbox'] { 
		background: transparent; 
	}
	.schedule span {
	}

.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 #CCCCCC; background: #EEEEEE; width: 300px; height: 256px; overflow: auto; }

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

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

.tree_group_table td.tree-expander { background: #EEEEEE 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: #EEEEEE; border: 0px; }
.tree_group_table td.hover { background: #DDDDDD; 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 { }


.foldbar_table {
	font-size: 12px;
	color: #0000FF;
}
.foldbar_table td.caption {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
	.caption div.caption_div {
		background: #B4B4B4;
		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: 12px;
		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 #CCCCCC;
	background: #EEEEEE;
	width: 450px;
	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 #CCCCCC;
			width: 1px;
		}
	.foldbar_menu ul {
		list-style-type: none;
	}
	.foldbar_menu li {
		font-weight: bold;
		color: #AAAAAA;
		font-size: 10px;
	}

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

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

.notify_online_div 
{
	display: none;
	position: absolute;
	z-index: 2000;
	width: 280px;
	background: #EEEEEE;
	border: 3px solid red !important;
	color: #000000;
	font-size: 10px !important;
	padding: 5px;
	font-weight: bold;
}
.notify_online_title_div 
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.notify_online_title_div a 
{
	color: #000000 !important;
	font-size: 10px !important;
}
.notify_online_title_div a:hover 
{
	color: #737373 !important;
	font-size: 10px !important;
}
.notify_online_content_div 
{
	font-weight: bold;
	color: #0076A3;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.notify_online_table 
{
	font-size: 10px !important;
}
.notify_online_table td 
{
	font-size: 10px !important;
	padding: 2px;
}
.notify_online_content_div a 
{
	color: red !important;
	font-size: 10px !important;
}
.notify_online_content_div a:hover 
{
	color: red !important;
	font-size: 10px !important;
}
.notify_online_link 
{
	color: #000000 !important;
	font-size: 10px !important;
}
.notify_online_link:hover 
{
	color: #AAAAAA !important;
	font-size: 10px !important;
}

.notify_dlg_table {
	color: #000000;
	font-size: 11px;
	background-color: #CCCCCC;
}
.notify_dlg_table tr {
	background-color: #EEEEEE;
}
.notify_dlg_table th {
	padding: 1px 2px 1px 2px;
	border: 0px;
}
.notify_dlg_table td {
	padding: 1px 2px 1px 2px;
	border: 0px;
}
.notify_dlg_table thead tr {
	height: 16px;
	background-color: #DDDDDD;
	font-weight: bold;
}
.notify_dlg_table a {
	font-size: 11px;
}
.notify_dlg_table a:hover {
	font-size: 11px;
	color: #FF0000 !important;
}
.unit_cmds_response_div {
	display: none;
	position: absolute;
	z-index: 1500;
	width: 380px;
	background: #E5E8E9;
	border: 3px solid #737373 !important;
	color: #000000;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
}

.unit_cmds_response_title_div {
	padding-top: 5px;
	padding-bottom: 5px;
}
.unit_cmds_response_title_div a {
	color: #000000 !important;
	font-size: 8px;
}
.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 {
}
.unit_cmds_response_table td {
	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;
	font-size: 10px !important;
}
.unit_cmds_response_link:hover {
	color: #0076A3 !important;
	font-size: 10px !important;
}

/* CSS */

.DynarchCalendar {
  border: 1px solid #aaa;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px "lucida grande",tahoma,verdana,sans-serif;
  line-height: 14px;
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0;
}

table.DynarchCalendar-titleCont {
  font-size: 130%; font-weight: bold;
  color: #444;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
  text-shadow: 1px 1px 1px #777;
}
.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url("/webbase_sdk/jquery/datetime/images/drop-down.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("/webbase_sdk/jquery/datetime/images/drop-up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}






.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}






.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}

.DynarchCalendar-dayNames div { font-weight: bold; color: #444; text-shadow: 1px 1px 1px #777; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 25px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px;
}

.DynarchCalendar-prevYear {
  left: 5px;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
}

.DynarchCalendar-prevMonth div {
  background-image: url("/webbase_sdk/jquery/datetime/images/nav-left.gif");
}

.DynarchCalendar-nextMonth div {
  background-image: url("/webbase_sdk/jquery/datetime/images/nav-right.gif");
}

.DynarchCalendar-prevYear div {
  background-image: url("/webbase_sdk/jquery/datetime/images/nav-left-x2.gif");
}

.DynarchCalendar-nextYear div {
  background-image: url("/webbase_sdk/jquery/datetime/images/nav-right-x2.gif");
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight: bold;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url("/webbase_sdk/jquery/datetime/images/time-down.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url("/webbase_sdk/jquery/datetime/images/time-up.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week { background-color: #ddd; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.7em;
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #222;
}
.DynarchCalendar-day-othermonth { color: #888; }
.DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-today { color: #00f; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow: 2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88; }

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  margin: 1px;
  background-color: #aaa;
  color: #000 !important;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #999; }

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ccc;
  border-color: #336;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}

/* 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: 10px;
  color: #000000;
}
.date_selector {
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  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: #AAAAAA;
      text-align: center;
      font-size: 10px;
      overflow: hidden;
    }
      .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        background: none;
        color: #AAAAAA;
        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 #CCCCCC;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: white;
    }

	.date_selector td.time {
      border: 0px solid #FED7AA;
      text-align: center;
      background: #EEEEEE;
    }
		.time img {
			cursor: pointer;
		}

    .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: #000000;
        text-align: center;
		font-size: 10px;
      }
      .date_selector td.today a {
        background: #E5E8E9;
      }
      .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
      }
    .date_selector td a:hover {
      background: #CCCCCC;
      color: white;
    }
	.input {
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
		color: #000000;
	}
	
	/* This is for Gecko-based browsers */

.DynarchCalendar {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-title, .DynarchCalendar-title div {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.DynarchCalendar-topBar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}

.DynarchCalendar-bottomBar {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.DynarchCalendar-bottomBar-today {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-navBtn, .DynarchCalendar-navBtn div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-menu table td div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-weekNumber {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.DynarchCalendar-day {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-day-disabled {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.DynarchCalendar-tooltipCont {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 5px;
}

.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
}

.DynarchCalendar-time-am {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}



.jquery-tree {
    list-style: none;
}

.jquery-tree ul {
    list-style: none;
}
.jquery-tree-handle {
    cursor: pointer;
	width: 10px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	background-image: url('/webbase_sdk/jquery/tree/images/show.png');
}

.jquery-tree-handle-show {
	background-image: url('/webbase_sdk/jquery/tree/images/show.png');
}
.jquery-tree-handle-hide {
	background-image: url('/webbase_sdk/jquery/tree/images/hide.png');
}

.jquery-tree-collapsed ul {
    display: none;
}

.jquery-tree-collapseall,
.jquery-tree-expandall {
	cursor: pointer;
}

.jquery-tree-collapseall {
	margin-right: 1em;
}

.jquery-tree input[type=checkbox] {
	position: absolute;
	left: -1000px;
}

.jquery-tree-leaf {
    padding-left: 20px;
}

.jquery-tree-node {
    padding-left: 10px;
}

.jquery-tree-title {
	display:inline-block;
}

.jquery-tree-checked-partial,
.jquery-tree-checked,
.jquery-tree-unchecked {
	background-position: 5px 50%;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 25px;
	margin: 0;
}

.jquery-tree-checked-partial {
	background-image: url('/webbase_sdk/jquery/tree/images/checkbox-partial.png');
}

.jquery-tree-checked {
	background-image: url('/webbase_sdk/jquery/tree/images/checkbox-checked.png');
}

.jquery-tree-unchecked {
	background-image: url('/webbase_sdk/jquery/tree/images/checkbox-unchecked.png');
}

.jquery-tree-node label,
.jquery-tree-handle {
	-moz-user-select: none;
}
