#frame {
  background: #E0E0DE repeat-x; /* url(../gfx/layout/contentPanel.png) */
  margin: 0px;
  position: relative;
  height: 100%;
}

#frame #sidebar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: -16px;
  width: 195px;
  overflow-y: scroll !important;
  overflow-x: auto !important;
  
  border: none;
  
  
  background: url('../gfx/maps2/back.png') #E1E1E1 repeat-x;
}


#subpanel .ui-tabs-nav {
  height: 47px;
	background: #FFFFFF url(../gfx/layout/blue_rightMenu.png) repeat-x;
}

#subpanel .ui-tabs-nav li {
  width: 166px;
  height: 47px;
  /*background: #000 url(../gfx/layout/blue_rightMenuRight.png) repeat;*/
  color: #FFFFFF;
  vertical-align: middle;
}

#subpanel .ui-tabs-nav li a {
	width: 166px;
	height: 47px;
	display: block;
}

#subpanel .ui-tabs-nav .ui-tabs-selected {
  background: url(../gfx/layout/blue_rightMenuSelected.png);
  color: #FFFFFF;
}

#subpanel .ui-tabs-nav li span,
#subpanel .ui-tabs-nav li a {
	background: none;
	color: #FFFFFF;
	font-size:12px;
}

#subpanel .ui-tabs-nav li a {
	padding-top: 5px;
}

#frame #panel {
  position: absolute;
  left: 200px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #FFF;
}

#sidebar, #sidebar * {
  font-size: 10px;
}

#sidebar h3 > span,
#sidebar h3 {
	font-size: 8pt;
	margin-bottom: 0px;
}

#sidebar > h3 {
  margin: 0.5ex 1ex 0px;
}

#sidebar > div {
  font-size: 10px;
  margin: 0px 5px;
  background: #fff;
  color: #000;
}

#sidebar .formset input.submit {
	width: 100%;
}
#sidebar .formset .submit {
  height: 30px;
  font-weight: bold;
  color: #ffffff;
  background: #0CA1E3 !important; 
  border: 1px outset blue;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
#sidebar .formset .submit:hover {
  background: orange !important; 
  border: 2px outset orange;
}




#sidebar .formset {
/*  border: 1px solid #000;*/
/*  background: #fff;*/
/*  margin-bottom: 2px;*/
}

#sidebar .formset .content {
	background: #E0E0DE;
	color: #4D4D4D;
	font-size: 8pt;
	vertical-align: middle;
/*  border-top: 1px solid #000;*/
}

#sidebar .inp {
	border: 1px solid #ccc;
}


#sidebar .legend {
/*  background: url('../gfx/fill2.gif') yellow;
  padding: 2px;*/
  margin: 0px;
  text-align: left;
}


#panel h2 {
  font-family: arial;
  font-size: 12px;
  background-color:#F2F2E3;
  border:1px solid #606060;
  margin:5px;
  padding:5px;  
}


#panel.form_border {
  padding: 0px !important;
  border-width: 0px !important;
}

.formset.collapsable > div {
	 display: none;
}

.formset.collapsable > h3 {
   cursor: pointer;
}

div#mapLegend table {
	border-collapse: collapse;
	margin: auto;
}

div#mapLegend td {
  border: 1px solid #ccc;
  padding: 1px 3px;
}

#sidebar .formset h3 {
/*	border-bottom: 1px solid #000;*/
}

#sidebar .formset > div {
/*	margin: 2px;*/
}

#sidebar table {
  margin-top: 5px;
  margin-bottom: 5px;
}

#sidebar .doublebuttons  {
  text-align: center;
  background: none;
}

#sidebar .doublebuttons .submit {
  padding: 4px;
  margin: 4px;
  width: 100px;
  font-weight: bold;
  cursor: pointer; 
  color: #FFFFFF;
  background-color: #0CA1E3;
  border: 2px outset blue;
}

#sidebar .doublebuttons .submit:hover {
  color: #FFFFFF;
  background-color: #98D4EE;
  border: 2px outset #0CA1E3; 
}

#sidebar .doublebuttons .submit.toClick {
  color: #000000;
  background-color: yellow;
  border: 2px outset yellow; 
}

#sidebar h3 {
	position: relative;
	background: #000 url(../gfx/layout/assistantLabel.png) repeat-x;
	color: #FFFFFF;
	height: 22px;
	padding-top: 5px;
  padding-left: 17px;
}

#sidebar h3 > img {
  position: absolute;
  bottom: 2px;
}

#sidebar > div#assistantTop {
	background: none;
	position: relative;
	color: #fff;
	padding-top: 0px;
	height: 40px;
}

#sidebar > div#assistantTop,
#sidebar > div.doublebuttons {
	margin: 0px 0px 0px 2px;
}

#sidebar > div#assistantTop > img {
/*
		width: 100%;
	height: 32px;
	*/
  position: absolute;
  left: 2px;
}

#sidebar > div#assistantTop > span {
  position: absolute;
	z-index: 10;
	font-size: 14px;
	left: 20px;
	top: 8px;
}

#mapSelectObjects {
    width: 145px; 
    height: 32px; 
    background: url(../gfx/maps2/select_objects_.png);
    float: left;    
    margin: 1px;
}

#mapShowMap {
    width: 145px; 
    height: 32px; 
    background: url(../gfx/maps2/select_objects_.png);    
    float: left;    
    margin: 1px;
}

#mapSelectObjects:hover, #mapShowMap:hover {
    background: url(../gfx/maps2/select_objects_hover_.png);   
    cursor: pointer;
}

#mapSelectButtons {
    text-align: center;
    padding: 0px;
    margin-bottom: 12px;
    background: none;
}

.clearBoth {
    clear: both;
}

#mapSelectObjects div, #mapShowMap div {
    color: #FFFFFF;
    font-size: 13px;
    font-family: verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}
