@import "/css/flora/flora_all.css";

body { font-family: Verdana, Arial, sans-serif; font-size: small; }
form, fieldset { margin: 0; padding: 0; position: relative; }
.submit, .button { padding: 2px 8px 2px 8px; text-align: center; border: 1px solid #5294C6; color: White; background: #457FB1 url("/img/btn_enabled.jpg") repeat-x center center; cursor: pointer; }
.submit[disabled="disabled"], .button[disabled="disabled"], .disabled { padding: 2px 8px 2px 8px; text-align: center; border: 1px solid #9D9D9D; color: #CCCCCC; background: #878787 url("/img/btn_disabled.jpg") repeat-x center center; cursor: pointer; }
ol, ul { margin: 0; padding: 0 0 10px 15px; list-style: circle; list-style-image: url("http://garmaps.appspot.com/img/icon_right_s.png"); }
form li, fieldset li { margin: 0; padding: 0 0 0.5em 0; }
input, textarea, select { border: 1px solid Gray; background-color: #CFE8FE; }
#f_type, #f_type_1, #f_type_2, #f_type_3, #f_type_4, #f_type_5, #f_type_6, #f_type2 { border: 0; background-color: transparent; }
legend { font-size: medium; }
.highlight { margin: 0; padding: 3px 0 0 0; font-size: 14px; font-weight: bold; }
table { text-align: left; font-size: small; border:2px solid #3F82B7; border-collapse: collapse; }
th, td { border:1px solid #3F82B7; }
th { text-align: center; }

/* Generic context menu styles */
.contextMenu {
  position: absolute;
  width: 180px;
  z-index: 99999;
  border: solid 1px #CCC;
  background: #EEE;
  padding: 0px;
  margin: 0px;
  display: none;
  text-align: left;
}
.table-no-border{
	 text-align: left; font-size: small; border:0px ;
}

.table-no-border td{
  border: 0px;
  padding: 3px;
}

.contextMenu li {
  list-style: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}

.contextMenu img {
  border: 0px;
  vertical-align: middle;
}

.contextMenu a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 20px;
  height: 20px;
  background-position: 6px center;
  background-repeat: no-repeat;
  outline: none;
  padding: 1px 5px 1px 5px;
}

.contextMenu li.hover a {
  color: #FFF;
  background-color: #3399FF;
}

.contextMenu li.disabled a {
  color: #AAA;
  cursor: default;
}

.contextMenu li.hover.disabled a {
  background-color: transparent;
}

.contextMenu li.separator {
  border-top: solid 1px #CCC;
}

