/* body */
body.aebody {
  background-color: #F0F0F0; 
  margin: 0px 0px 0px 0px;
  font-family: Arial, Verdana;
  font-size: 8pt;
  zoom: 1.25;
}
/* --------------- Header/Menus ------------------------ */
table.pageheadtable {
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #252525;
  border-collapse: collapse;
  background-color: white;
  color: #252525;
}
td.pageheadtitle {
  border-width: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #252525;
  background-color: #D3D3D3;
  color: #252525;
  /*font-weight: bold;*/
}
a.pageheadtitlelink:link, a.pageheadtitlelink:visited {
  color: white;
  text-decoration: none;
}
a.pageheadtitlelink:hover {
  color: white;
  text-decoration: underline;
}
td.pageheadmenu {
  border-width: 1px;
  padding: 1px;
  border-style: solid;
  border-color: #252525;
  background-color: #EEE8AA;
  /*color: mediumblue;*/
  color: #252525;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Verdana;
  font-size: 8pt;
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
  -box-shadow: 2px 2px 2px #999;
}
td.pageheadcurrentmenu {
  border-width: 1px;
  padding: 1px;
  border-style: solid;
  border-color: #252525;
  background-color: #FFD700;
  /*color: mediumblue;*/
  color: #252525;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Verdana;
  font-size: 8pt;
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
  -box-shadow: 2px 2px 2px #999;
}
td.pageheademptymenu {
  border-width: 1px;
  padding: 1px;
  border-style: solid;
  border-color: #252525;
  background-color: #252525 /*#D3D3D3*/;
  color: white;
  text-align: right;
  font-weight: normal;
  font-family: Arial, Verdana;
  font-size: 8pt;
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
  -box-shadow: 2px 2px 2px #999;  
}
a.pageheadmenulink {
  padding:1px; display:block; /* This makes the entire cell act as a link */
}
a.pageheadmenulink:link, a.pageheadmenulink:visited {
  /*color: darkblue;*/
  color: #252525;
  text-decoration: none;
}
a.pageheadmenulink:hover {
  color: mediumblue;
  /*text-decoration: underline;*/
  background-color: #FFD700;
}
a.pageheadcurrentmenulink {
  padding:1px; display:block; /* This makes the entire cell act as a link */
}
a.pageheadcurrentmenulink:link, a.pageheadcurrentmenulink:visited {
  /*color: darkblue;*/
  color: #252525;
  text-decoration: none;
}
a.pageheadcurrentmenulink:hover {
  color: mediumblue;
  /*text-decoration: underline;*/
  background-color: #FFD700;
}


/* --------------- Global ----------------- */
a.aelink:link, a.aelink:visited {
  color: mediumblue;
  text-decoration: none;
}
a.aelink:hover {
  color: red;
  text-decoration: underline;
}
a.aepasslink:link, a.aepasslink:visited {
  color: blue;
  text-decoration: none;
}
a.aepasslink:hover {
  color: blue;
  text-decoration: underline;
}
a.aewhitelink:link, a.aewhitelink:visited {
  color: white;
  text-decoration: none;
}
a.aewhitelink:hover {
  color: white;
  text-decoration: underline;
}

table.aetable {
  border-width: 2px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #252525;
  border-collapse: collapse;
  background-color: white;
  color: #252525;
  empty-cells:show;
  -box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  -webkit-box-shadow: 4px 4px 4px #999;
}
table.aetableembedded {
  border-width: 2px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #252525;
  border-collapse: collapse;
  background-color: white;
  color: #252525;
  empty-cells:show;
}

tbody.aerowblock {
  /*border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #252525;*/
  background-color: white;
  color: #252525;
}
tbody.aerowblock:hover {
  background-color: #FFFFCC;
}
tbody.aerowblockalt {
  /*border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #252525;*/
  background-color: #F3F3F3;
  color: #252525;
}
tbody.aerowblockalt:hover {
  background-color: #FFFFCC;
}

tr.aerow {
  background-color: white;
  color: #252525;
}
tr.aerow:hover {
  background-color: #FFFFCC;
}
tr.aerowalt {
  background-color: #F3F3F3;
  color: #252525;
}
tr.aerowalt:hover {
  background-color: #FFFFCC;
}

td.aecellheader {
  border-width: 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  background-color: #252525;
  color: white;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellsubheader {
  border-width: 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  background-color: #EEE8AA;
  color: #252525;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellcurrentsubheader {
  border-width: 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  background-color: #FFD700;
  color: #252525;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellsubsubheader {
  border-width: 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #DEDEDE;
  background-color: #F5F5F5;
  color: #252525;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellheadererror {
  border-width: 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  background-color: #CC3300;
  color: white;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellfooter {
  border-width: 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  background-color: #DCDCDC;
  color: #252525;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecell {
  border-width: 1px 1px 1px 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #DEDEDE;
  text-align: center;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecelll {
  border-width: 1px 1px 1px 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #DEDEDE;
  text-align: left;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellr {
  border-width: 1px 1px 1px 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #DEDEDE;
  text-align: right;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellwrap {
  border-width: 1px 1px 1px 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #DEDEDE;
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecelldisabled {
  border-width: 0px 0px 0px 0px;
  padding: 1px;
  border-style: solid;
  border-color: #252525;
  background-color: #808080;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellborderless {
  border-width: 0px 0px 0px 0px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  text-align: center;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellborderlessl {
  border-width: 0px 0px 0px 0px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  text-align: left;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellborderlessr {
  border-width: 0px 0px 0px 0px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  text-align: right;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
td.aecellblackborder {
  border-width: 1px 1px 1px 1px;
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #252525;
  text-align: center;
  white-space: nowrap;
  font-family: Arial, Verdana;
  font-size: 8pt;
}
/* td {
  font-family: Arial, Verdana;
  font-size: 8pt;
} */

li.aelist {
  background-color: white;
  color: #252525;
  list-style-type: disc;
  list-style-image: url('../../images/tree.gif');
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}
li.aelist:hover {
  background-color: #FFFFCC;
}
li.aelistalt {
  background-color: #F3F3F3;
  color: #252525;
  list-style-type: disc;
  list-style-image: url('../../images/tree.gif');
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}
li.aelistalt:hover {
  background-color: #FFFFCC;
}

a.aecellheaderlink:link, a.aecellheaderlink:visited {
  color: white;
  text-decoration: none;
}
a.aecellheaderlink:hover {
  color: red;
  text-decoration: underline;
}
a.aecellsubheaderlink {
  display:block; /* This makes the entire cell act as a link */
}
a.aecellsubheaderlink:link, a.aecellsubheaderlink:visited {
  color: #252525;
  text-decoration: none;
}
a.aecellsubheaderlink:hover {
  color: mediumblue;
  background-color: #FFD700;
  /*text-decoration: underline;*/
}
a.aecelllink {
  display: block;
}
a.aecelllink:link, a.aecelllink:visited {
  color: mediumblue;
  text-decoration: none;
}
a.aecelllink:hover {
  color: red;
  text-decoration: underline;
}
span.aesearchmatch {
  /*color: #252525;*/
  background-color: yellow;
  /*border-width: 1px;
  border-style: dashed;
  border-color: red;*/
}
input.aeinput {
  font-family: Arial, Verdana;
  font-size: 8pt;
  vertical-align: middle;
}
select.aeselect {
  font-family: Arial, Verdana;
  font-size: 8pt;
}
select.aeselecthighlighted {
  font-family: Arial, Verdana;
  font-size: 8pt;
  background-color: yellow;
}
textarea.aetextarea {
  font-family: Arial, Verdana;
  font-size: 8pt;
}
/*tooltip related*/
.hidden {
  display: none;
  /*position:absolute; 
  z-index:-1; 
  visibility:hidden; 
  top:20px;
  left:90px;*/
}
.deadlinetiptitle {
  font-family: Arial, Verdana;
  font-size: 8pt;
}
.deadlinetip {
  font-family: monospace;
  background-color: #F3F3F3;
  /*border-color: black;*/
  padding: 5px;
}
.orphantiptitle {
  font-family: Arial, Verdana;
  font-size: 8pt;
}
.orphantip {
  font-family: Arial, Verdana;
  font-size: 8pt;
  background-color: #F3F3F3;
  /*border-color: black;*/
  padding: 5px;
}
.advcommenttiptitle {
  font-family: Arial, Verdana;
  font-size: 8pt;
}
.advcommenttip {
  font-family: Arial, Verdana;
  font-size: 8pt;
  background-color: #F3F3F3;
  /*border-color: black;*/
  padding: 5px;
  width: 300px;
}
.advcommentsticky {
  font-family: Arial, Verdana;
  font-size: 8pt;
  visibility: hidden;
  position: absolute;
  left: -100;
  top: -100;
  min-width: 14px;
  color: black;
  text-align: center;
  opacity: 0.75;
  font-weight: bold;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  cursor: help;
}