﻿body {
   	margin:0;
	padding:0;
	height:100%;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:145px;
}
.a:link {
    color:#65950E;
}
.FldLabels {
    text-align: right;
}
.TblLabels{
    font-family:Calibri;
    text-align:right
}
.divLogin{
    /*position: absolute;
    top: 35%;
    left: 35%;
    margin-top: -35px;
    margin-left: -35px;
    width: 100px;
    height: 100px;*/
    padding-top:50px;
}
.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.findLayout {
    border: thin solid #000000;
    border-radius: 8px 8px;
    Margin: auto;
    box-shadow: #69A31B 5px 2px;
}
.boxLayout {
    /*border: thin solid #000000;*/
    border-radius: 20px 20px;
    Margin: auto;
    width:285px;
    background-color:#DCDDDF;
    /*box-shadow: #69A31B 5px 2px;*/
    padding:5px 5px 0px 5px;
}
.KCHCMenu {
    list-style-type: none;
}
.KCHCMenuItem {
    display: inline-block;
}
.FilesTable {
    margin: Auto;
}
#divHeader{
	padding:10px;
	/*background:#5ee;*/
}
#divLogout{
position:absolute;
  top:85px;
  right:15px;
}
#content {
	padding:10px;
	padding-bottom:80px;   /* Height of the footer element */
}
#divFooter{
    	width:100%;
	/*height:80px;*/
	position:fixed;
    margin-top:auto;
	bottom:0;
	left:0;
	/*background:#1E1E1E;*/
      background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#cssmenu.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#cssmenu ul {
  background: #222222;


  background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenu ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {

  background: #b4ddb4; /* Old browsers */

background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */

background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
}

.HideRoot{
    display:none;
}
/*.tree td img
{
    vertical-align: bottom;
}*/
.tree td div {
   height: 20px !important
}
#divMessage{
    font-size:14px;
    font-family: Calibri;
    width:auto;
    padding-left:5px;
    padding-top:8px;
}
#loginContact{
    text-align:center;
    font-size:14px;
    font-family: Calibri;
    margin-top:10px;
}
#tblSignIn{
    border-spacing:5px;
}