/* HTML Tags --------------------------------------------------------*/

/* General Setting */
body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color : #C0EEB3;
  color :#000000;
  margin-left : 0px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 0px;

  scrollbar-arrow-color : #048604;
  scrollbar-base-color : #C0EEB3;
  scrollbar-face-color : #77C162;
  scrollbar-highlight-color : #048604;
  scrollbar-shadow-color : #77C162;
  scrollbar-track-color : #C0EEB3;
}

input, textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color : #FFFFFF;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
  width : auto;
}

select {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color : #FFFFFF;
  border-color : #355293;
  border-style : solid;
  border-width : 1px;
  width : auto;
  margin-bottom: 1px;
  margin-top: 1px;
}
/* End General Setting */

/* Image Loading */
.loading{
  position: absolute;
  left: 0px;
  top:40%;
  height: 100%;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  text-align: center;
}

/* End Image Loading */

/* OverView Map Elements */
div.ovmap {
  left : 0;
  top : 0;
  width: 100%;
  height: 100%;
  position : absolute;
  z-index:10;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
}

div.ovMapInMap {
  position:absolute;
  left:1px;
  top:1px;
  z-index:34;
}

div.ovMapInMap {
  filter:alpha(color=#FFFFFF, opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
  background-color: #FFFFFF;
}


img.ovmap{
  filter:alpha(color=#FFFFFF, opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
  background-color: #FFFFFF;
  border-width : 1px;
  border-color : #048604;
}
/* End OverView Map Elements */

/* Map Elements */
div.map {
  left : 0;
  top : 0;
  width: 100%;
  height: 100%;
  position : absolute;
  z-index:10;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
}

/* Top.jsp */
.titletop{
  background-color : #C0EEB3;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : #59A444;
  text-align: left;
}
/* End Top.jsp */

/* OvMapTitle.jsp */
.ovmaptitle{
  background-color : #77C162;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : #000000;
  text-align: center;
}
/* End OvMapTitle.jsp */

/* Toolbar.jsp, Toolbar2.jsp */
.toolbar{
  background-color : #77C162;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
  width: 100%;
}

.toolbar .cell{
  width : 20px;
  padding-right: 1px;
}

.toolbar .space{
  width :auto;
}

.toolbar img{
  border-width : 0px;
}
/* End Toolbar.jsp, Toolbar2.jsp */

/* Box Zoom Map */
.zoombox {
  border-color : #000000;
  border-style : solid;
  border-width : 1px;
  overflow : hidden;
  visibility : hidden;
  position : absolute;
  width : 1px;
  height : 1px;
  z-index:20;
}
/* End Box Zoom Map */

/* Box Extent OvMap */
.extent {
  border-color : #000000;
  border-style : solid;
  border-width : 1px;
  overflow : hidden;
  position : absolute;
  width : 1px;
  height : 1px;
  z-index:30;
}
/* End Box Extent OvMap */

/* ScaleTitle.jsp */
.scaletitle{
  background-color : #77C162;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : #000000;
  text-align: center;
}
/* End OvMapTitle.jsp */

/* Scale.jsp */
.scaletable{
  background-color : #C0EEB3;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  color : #000000;
  text-align: center;
}

.scale input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* End Scale.jsp */

/* ScaleSlider.jsp */
.panel{
  background-color : #C0EEB3;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  color : #000000;
  width: 100%;
}

img.slider{
  border: 1px;
  border-style: solid;
  border-color : #048604;
  width: 8px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color : #77C162;
}

img.sliderfull {
  border: 1px;
  border-style: solid;
  border-color : #048604;
  width: 8px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color : #048604;
}

/* End ScaleSlider.jsp */

/* Find.jsp */
.findtitle {
  background-color : #77C162;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : #000000;
  text-align: center;
}

.findtable {
  background-color : #C0EEB3;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  color : #000000;
  width: 100%;
}
/* End Find.jsp */

/* TocTools.jsp */
.toctoolstable {
  background-color : #C0EEB3;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border-width : 0px;
  color : #000000;
  width: 100%;
}

.sel {
	font-weight: bold;
	font-size: 11px;
	border-width : 1px;
	border-style : inset;
	border-color: #048604;
	background-color: #C0EEB3;
	color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
  width: 50%;
  text-align: center;
}

.sel a{
  color: #000000;
  text-decoration : None;
}

.unsel {
  font-weight: bold;
  font-size: 11px;
  border-width : 1px;
  border-style : solid;
  border-color: #048604;
  background-color: #77C162;
  color: #000000;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  width: 50%;
  text-align: center;
}

.unsel a {
  color: #000000;
  text-decoration : None;
}

.unsel a:hover {
  color: #000000;
  text-decoration : None;
}
/* End TocTools.jsp */

/* TocRefresh.jsp */
.button {
  	font-weight: bold;
	  color : #000000;
  	text-align: center;
  	cursor: pointer; cursor: hand;
  	background-color: #77C162;
  	border-color : #048604;
    border-style : solid;
    border-width : 1px;
}

.button a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.button a:hover {
	color: #000000;
	text-decoration: none;
}

/* End TocRefresh.jsp */

/* Bottom.jsp */
.bottom{
  background-color : #59A444;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  color : #000000;
  width: 100%;
}

.bottom a {
  color : #000000;
  text-decoration: none;
}
/* End Bottom.jsp */

/* Measure */
.measure {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  z-index: 1000;
}

.measure table{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color : #000000;
  text-decoration : None;
  width: 99%;
}

img.semitransparent {
  z-index: -1;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 100%;
  height: 25;
  filter:alpha(color=#C0EEB3, opacity=65);
  -moz-opacity:0.65;
  opacity: 0.65;
  background-color: #77C162;
}

img.movemeasure {
  cursor:move;
  margin-left:2px;
  margin-right:4px;
}
/* End Measure */

/* PrintDialog.jsp */

.print {
  background-color : #C0EEB3;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  color : #000000;
  width: 100%;
}

.print th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.print td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #048604;
  text-align: left;
}

.printnote {
  background-color : #C0EEB3;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  color : #000000;
  width: 100%;
}
.acetate {
  background-image: url(images/gray.gif);
  width: 100%;
  height: 100%;
  z-index: 5;
}
/* End PrintDialog.jsp */

.loadprojectselect {
  width: 250px;
}

/* Graphics tools */
.menutitle{
  background-color : #C0EEB3;
  border-color : #048604;
  border-style : solid;
  border-width : 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color : #048604;
  text-align: center;
}
/* End Graphics tools */

/*------------------------------------------*/
/* OLD SETTING                              */
/*------------------------------------------*/
/*
table {
  width : 100%;
  border: 0px;
}
td {
  width: auto;
}
a {
  color : #355293;
  text-align: center;
  text-decoration : None;
}
hr{
  border-color : #C0EEB3;
  border-style : solid;
  border-width : 1px;
}
form{
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
img.slider, img.sliderfull{
  border: 1px;
  border-style: solid;
  border-color : #C0EEB3;
  width: 8px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
img.slider {
  background-color : #86C2EF;
}
img.sliderfull {
  background-color: #3082bf;
}
div.map, div.ovmap {
  left : 1;
  top : 1;
  width: 99%;
  height: 100%;
  position : absolute;
  z-index:10;
  border-color : #048604;
  border-style : solid;
  border-width : 1px;
}
div.ovMapInMap {
  position:absolute;
  left:1px;
  top:1px;
  z-index:34;
}
div.ovMapInMap img.ovmap {
  filter:alpha(color=#FFFFFF, opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
  background-color: #FFFFFF;
}
img.map, img.ovmap{
  border-width : 1px;
  border-color : #048604;
}

.logo{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.scale_normal {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color : #000000;
  text-align: left;
}
.scale input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.panel_sistemonet{
  background-color : #C0EEB3;
  border-color : #C0EEB3;
  border-style : solid;
  border-width : 1px;
}
.sliderbar{
  background-color : transparent;
  border-color : #C0EEB3;
  border-style : solid;
  border-width : 1px;
  height : 32px;
}
.bar{
  background-image : url(../images/bar.gif);
}
.error{
   position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #D3D3D3;
  color: Red;
}
.closing{
   background-color : #77C162;
   border-color : #048604;
   border-style : solid;
   border-width : 1px;
   width: auto;
}
.header{
  background-color : #C4C4C4;
  color : #355293;
  border-color : #C0EEB3;
  border-style : solid;
  border-width : 1px;
}
.placeholder {
  background-color : #86C2EF;
}
.scroll{
  overflow : auto;
  height : 100%;
}
*/

