BODY
{
  font-family: Verdana;
  font-size: 11px;
  color: #333333;
  background-image: url("/gfx/lfintratopbg.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
}
H1
{
  font-family: 'Calibri Light', Calibri, Verdana, sans-serif;
  font-size: 26px;
  color: #909090;
}
H2
{
  font-family: 'Calibri Light', Calibri, Verdana, sans-serif;
  font-size: 18px;
  color: #909090;
  margin-bottom: 6px;
}
TD, A, INPUT, TEXTAREA, SELECT
{
  font-family: Verdana;
  font-size: 11px;
  color: #333333;
}
INPUT[type='text'], TEXTAREA, SELECT, INPUT[type='password'] {
  background-color: #fff;
  border: 1px solid #ddd;
  //-webkit-transition: 0.1s;
  //transition: 0.1s;
  border-radius: 3px;
  outline: none;
}
INPUT[type='text']:focus, TEXTAREA:focus, SELECT:focus, INPUT[type='password']:focus {
  border: 1px solid #369;
}
FIELDSET {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
  border: none;
}
UL
{
  list-style-type: none;
  padding-left:15px;
}
LI::before
{
  content: "•";
  color: #ff8000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.grey
{
  color: #999999;
}
.lforange
{
  color: #ff8000;
}
.lfblue
{
  color: #336699;
}
.small
{
  font-size: 9px;
}
.tableRounded
{
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #336699;
  background-color: #f6f6f6;
  -moz-border-radius: 6px 6px 1px 1px;
  border-radius: 6px 6px 1px 1px;
}
.tableRoundedSub
{
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  background-color: #ffffff;
  -moz-border-radius: 6px 6px 1px 1px;
  border-radius: 6px 6px 1px 1px;
}
.tableHead
{
  background-color: #336699;
  color: #f0f0f0;
  font-weight: bold;
  padding: 3px;
  font-size: 11px;
}
.tableHeadSub
{
  border-radius: 5px 5px 0px 0px;
  background-color: #999999;
  color: #f0f0f0;
  font-weight: bold;
  padding: 3px;
  font-size: 11px;
}
.tableHeadSubSelected
{
  border-radius: 5px 5px 0px 0px;
  background-color: #336699;
  color: #f0f0f0;
  font-weight: bold;
  padding: 3px;
  font-size: 11px;
}
.tableHeadList
{
  border-radius: 5px 5px 0px 0px;
  background-color: #cccccc;
  color: #333333;
  font-weight: normal;
  padding: 2px;
  font-size: 11px;
}
.tableMain
{
  background-color: #f6f6f6;
  padding: 3px;
}
.tableMainEditor
{
  background-color: #ffffff;
  padding: 3px;
}
.tableNoPadding
{
  padding: 0px;
}
.menuLink
{
  color: #336699;
  text-decoration: none;
}
.menuLink:hover
{
  color: #ff8000;
  text-decoration: none;
}
.menuLink0
{
  color: #aaaaaa;
  text-decoration: none;
}
.menuLink0:hover
{
  color: #ff8000;
  text-decoration: none;
}
.admLink
{
  color: #336699;
  text-decoration: none;
}
.admLink:hover
{
  color: #ff8000;
  text-decoration: underline;
}
.admLinkSub
{
  color: #f0f0f0;
  text-decoration: none;
}
.admLinkSub:hover
{
  color: #ffffff;
  text-decoration: underline;
}
.admLinkView
{
  color: #000000;
  text-decoration: none;
}
.admLinkView:hover
{
  color: #ff8000;
  text-decoration: underline;
}
.admLinkPlanner
{
  color: #336699;
  text-decoration: none;
}
.admLinkPlanner:hover
{
  color: #ff8000;
  text-decoration: none;
}
.admLinkPlanner0
{
  color: #999999;
  text-decoration: none;
}
.admLinkPlanner0:hover
{
  color: #ff8000;
  text-decoration: none;
}
.topmenulink:hover
{
  color: #ff8000;
  text-decoration: none;
  font-weight: bold;
}
.topmenulink
{
  color: #ff8000;
  text-decoration: none;
}
.pleasewait
{
  position:fixed;
  top:calc(50% - 200px);
  left:calc(50% - 100px);
  opacity:0;
  z-index: -1;
  display:hidden;
}

#hrorange
{
  height:1px;
  background: -webkit-linear-gradient(90deg,#ff8800,#ffffff); /* For Safari */
  background: -o-linear-gradient(90deg,#ff8800,#ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg,#ff8800,#ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg,#ff8800,#ffffff); /* Standard syntax (must be last) */
}

#hrgrey
{
  height:1px;
  background: -webkit-linear-gradient(90deg,#999999,#f0f0f0); /* For Safari */
  background: -o-linear-gradient(90deg,#999999,#f0f0f0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg,#999999,#f0f0f0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg,#999999,#f0f0f0); /* Standard syntax (must be last) */
}

#watermark
{
  font-family: times, 'times new roman', serif;
  font-weight: bold;
  font-size: 110px;
  color: #ff0000;
  opacity: 0.08;
  position: relative;
  top: -700px;
  z-index: 100;
}

.aliensun-link-icon:after{
  text-shadow: -1px 0 #ffff00, 0 1px #ee7700, 1px 0 #ee7700, 0 -1px #ffff00;
  color: #ff8800;
  vertical-align: -4px;
}

/* playing with checkboxes*/

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: #fff;
  height: 16px;
  width: 16px;
  border: 1px solid #ddd;
  cursor:pointer;
  position: relative;
  top: 6px;
}

input[type="checkbox"]:checked {
  background: #fff;
}

input[type="checkbox"]:hover {
  filter: brightness(96%);
}

input[type="checkbox"]:disabled {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #f80;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}


/* playing with radio buttons */

input[type="radio"] {
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor:pointer;
  position: relative;
  top: -4px;
  vertical-align: top;
}
input[type="radio"]:checked {
  background: #ff8000 content-box;
}
label {
  vertical-align: top;
}

/* playing with buttons*/

input[type="button"], input[type="submit"], input[type="cancel"] {
  color: white;
  background-color: #369;
  opacity: 0.5;
  border: 0px;
  border-radius: 4px;
  height: 22px;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  transition-duration: 0.1s;
  box-shadow: 2px 2px 6px #ccc; 
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="cancel"]:hover {
  background-color: #f80; 
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="cancel"]:disabled, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="cancel"]:disabled:hover, INPUT[type="file"]:disabled {
  background-color: #c0c0c0;
  cursor: not-allowed;
}

input[type="button"].smallbtn {
  border-radius: 3px;
  font-size: 10px;
  height: 20px;
  width: 22px;
  padding: 0px 0px;
}

/* playing with file upload */

#ful_file {
  /* the file input itself */
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

#ful_div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #369;
  opacity: 0.5;
  border: 0px;
  border-radius: 4px;
  cursor: hand;
  color: #fff;
  font-size: 11px;
  transition-duration: 0.1s;
  box-shadow: 2px 2px 6px #ccc; 
  padding: 3px 12px;
}

#ful_div.dragover {
  background-color: #f80;
}

#ful_label {
  display: inline-block;
  position: relative;
  height: 23px;
  width: 300px;
}


