html {
	margin: 0px;
	padding: 0px;
	color: #666666;
	line-height: normal;
	background-color: #f2f4ea;
}

td.non-editableTD .inputDiv {
	display: none;
}

td.non-editableTD .labelDiv {
	display: inline;
}

td.editableTD .labelDiv {
	display: none;
}

td.editableTD .inputDiv {
	display: inline;
}

#hd {
	height: 130px;
	background-color: #2A2A2A;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#hd a {
	color: #a0a0a0;
	text-decoration: none;
}

#hd a:HOVER {
	color: #5E8E01;
}

#ft {
	height: 25px;
	background-color: #2A2A2A;
	text-align: center;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
}

#body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
	color: #666666;
}

.left-menu {
	background-color: #F7F6F1;
	min-height: 500px;
	vertical-align: top;
}

.left-menu .content{
	border-right: 2px solid #f7f7f7;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:ACTIVE {
	color: #5E8E01;
}

a:HOVER {
	color: #5E8E01;
}

#doc {
    margin:auto; /* center in viewport */
    width: 1400px; /* fix page width */
}
#hd{    
	height: 85px;
}
#ft {    
	height: 40px;
	text-align: center;
}
#doc div.content{
	padding-top:5px;
}

.yui3-u-5-6 .content {
    padding: 0 10px;
}

/* Modal CSS start */
#message_box{
    margin-left: -17px;
    margin-right: -23px;
    background-color: #aaaaaa;
    padding-right: 14px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 750;
    border-radius: 6PX;
    margin-top: -18px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 16% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: max-content; 
  border-radius:5px;
  padding-right: 26px;
}

/* The Close Button */
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin-top: -40px;
    margin-right: -42px;
    background: #dedede;
    border-radius: 20px;
    color: #080808;
    padding: 8px 11px;
    z-index:1000000;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#message_table td{
	white-space: nowrap;
}

/* Modal CSS end */
