/* --- Floating Edit Forward Rule DIV --------------------------------------- */
table.editFwdRuleTable
{
  width: 40%;
  border: solid 1px;
  border-color: black;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.editFwdRuleTable th
{
  background-color: #4782E6;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}

.editFwdRuleTable tr,
.editFwdRuleTable td
{
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 11px;
}

/* --- OTAP task table ------------------------------------------------------ */
table.otapList
{
  border: solid 1px black;
}

.otapList th
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #4782E6;
  color: white;
  white-space: nowrap
}

.otapList td
{
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

/* --- Event category filter ------------------------------------------------ */
table.eventCatFilter
{
  padding: 0;
  margin: 0;
}

.eventCatFilter td
{
  padding: 3px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.eventCatFilter input
{
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.eventCatFilter label
{
}

/* --- Restricted Record table Buttons -------------------------------------- */
table.RecTabRestrButton
{
  padding: 0;
  margin: 0;
}

.RecTabRestrButton td
{
  padding: 0;
  margin: 0;
}

.RecTabRestrButton input
{
  border: 1px solid white;
  padding: 0;
}

/* --- Wait Div ------------------------------------------------------------- */
#waitDiv
{
  background-color: white;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 99;
  border: solid 1px black;
  display: none;
}

/* --- Install Rezap Div ---------------------------------------------------- */
#installRezapDiv
{
  background-color: white;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 5;
  border: solid 1px black;
  display: none;
}

/* --- Glossary Table-------------------------------------------------------- */
.definitionLink
{
  padding: 0;
  cursor: pointer;
  font-weight: normal;
}

table.glossaryTerm
{
  width: 100%;
}

.glossaryTerm th
{
  font-size: 14px;
  font-weight:normal;
}

.glossaryTerm td
{
  font-size: 11px;
  width: 300px;
}

/* --- Glossary Div --------------------------------------------------------- */
#glossaryDiv
{
  background-color: white;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 5;
  border: solid 1px black;
  display: none;
}

/* --- Record tab chart buttons --------------------------------------------- */
td.chartButton
{
  cursor: pointer;
  border: 1px solid gray;
  font-weight: bold;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

td.highChartB
{
  cursor: pointer;
  border: 1px solid black;
  background-color: #A0A0A0;
}

td.lowChartB
{
  cursor: pointer;
  border: 1px solid gray;
  background-color: transparent;
}

/* Normal link */
.commLink
{
  cursor: pointer;
  color: #0490C7;
  text-decoration: none;
  font-size: 13px;
}

.commLinkHighlight
{
  cursor: pointer;
  font-size: 13px;
  background: #F2F2F2;
  color: #004677;
  text-decoration: none;
}

/* --- New Fwd rule Div ----------------------------------------------------- */
#newFwdRuleDiv
{
  background-color: white;
  position: absolute;
  z-index: 4;
  border: solid 1px black;
  display: none;
}

/* --- Connect Div ---------------------------------------------------------- */
.ConnectDivButtons td
{
  border: 1px solid gray;
  font-weight: bold;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

table.connectTable
{
  width: 100%;
  border: solid 1px;
  border-color: black;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.connectTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.connectTable tr,
.connectTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 11px;
}

#connectDiv
{
  background-color: white;
  width: 600px;
  height: 300px;
  position: absolute;
  z-index: 10;
  border: solid 1px black;
  display: none;
}

/* --- Connect icon on Rezap List ------------------------------------------- */
img.highLightImg
{
  background-color: white;
}

img.removeLightImg
{
  background-color: transparent;
}

/* --- Connect status table ------------------------------------------------- */
table.connectStatusTable
{
  width: 300px;
  border: solid 1px;
  border-color: white;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.connectStatusTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.connectStatusTable tr,
.connectStatusTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 11px;
}

/* --- Floating Edit User DIV ----------------------------------------------- */
table.editUserDivTable
{
  width: 100%;
  border: solid 1px;
  border-color: black;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.editUserDivTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.editUserDivTable tr,
.editUserDivTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 11px;
}

#editUserDiv
{
  background-color: white;
  position: absolute;
  z-index: 10;
  border: solid 1px black;
  display: none;
}

/* --- Floating Edit Forward Rule DIV --------------------------------------- */
table.editRuleDivTable
{
  width: 100%;
  border: solid 1px;
  border-color: black;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.editRuleDivTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.editRuleDivTable tr,
.editRuleDivTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}

#editRuleDiv
{
  background-color: white;
  width: 600px;
  height: 360px;
  position: absolute;
  z-index: 10;
  border: solid 1px black;
  display: none;
}

/* --- Buttons on DIV ------------------------------------------------------- */
.floatDivButtons td
{
  border: 1px solid gray;
  font-weight: bold;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  color: gray;
}

td.highLight2
{
  border: 1px solid black;
  background-color: #EDEAEA;
  color: black;
}

td.removeLight2
{
  border: 1px solid gray;
  background-color: transparent;
  color: gray;
}

/* --- Ajax ForwardRule list ------------------------------------------------ */
table.forwardRuleListTable
{
  width: 100%;
  border: solid 1px;
  border-color: white;
}

.forwardRuleListTable thead
{
  font-size: 13px;
  font-weight: 700;
}

.forwardRuleListTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.forwardRuleListTable tr,
.forwardRuleListTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}

/* --- Static Data Table ---------------------------------------------------- */
table.dataPropertiesTable
{
  width: 100%;
  border: solid 1px;
  border-color: white;
}

.dataPropertiesTable thead
{
  font-size: 13px;
  font-weight: 700;
}

.dataPropertiesTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.dataPropertiesTable tr,
.dataPropertiesTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 500;
}

table.dataTable
{
  width: 100%;
  border: solid 1px;
  border-color: white;
}

.dataTable thead
{
  font-size: 13px;
  font-weight: 700;
}

.dataTable th
{
  background-color: #4782E6;
  color: white;
  font-size: 12px;
}

.dataTable tr,
.dataTable td
{
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 500;
}

td.coloumn1
{
  width: 15%;
}

/* --- Menu ----------------------------------------------------------------- */
.menu td
{
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.menu a
{
  text-decoration: none;
  background: none;
}

.menu a:hover,
.menu a:active,
.menu a:focus
{
  background: none;
  color: black;
}

td.menuFocus
{
  background: url("../resources/menu_fill_focus.png") #EDECEC;
}

td.menuNoFocus
{
  background: url("../resources/menu_fill.png") #EDECEC;
}

td.subMenuFocus
{
  background: black;
}

td.subMenuNoFocus
{
  background: #F0F0F0;
}

/* --- Events --------------------------------------------------------------- */
table.viewList
{
  border: solid 1px;
}

.viewList th
{
  background-color: #4782E6;
  color: white;
}

table.eventList
{
  border: solid 1px black;
}

.eventList th
{
  background-color: #4782E6;
  color: white;
}

.eventList tr,
.eventList td
{
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: 500;
}

.newInstall td
{
  background-color: #8F8D8E;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

.newInstall a
{
  color: black;
}

.newInstall a:hover,
.newInstall a:active,
.newInstall a:focus
{
  background-color: #8F8D8E;
  color: black;
}

.listHeader td
{
  font-family: sans-serif;
  font-weight: 900;
  font-size: 13px;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

tr.highLight
{
  background-color: #D2D2D2;
}

tr.removeLight
{
  background-color: transparent;
}

.pagination table
{
  text-align: center;
}

.pagination a
{
  color: #0490c7;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus
{
  background: #F2F2F2;
  color: #004677;
  text-decoration: none;
}

.eventDataToolTip,
.eventDataToolTip:hover,
.eventDataToolTip:active,
.eventDataToolTip:focus
{
  background: none;
  text-decoration: none;
  color: #545454;
}

/* -------------------------------------------------------------------------- */

body
{
  color: #545454;
  background: white;
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 150%;
}

body#bd
{
  background-color: black;
}

body.fs1
{
  font-size: 9px;
}

body.fs2
{
  font-size: 10px;
}

body.fs3
{
  font-size: 11px;
}

body.fs4
{
  font-size: 12px;
}

body.fs5
{
  font-size: 13px;
}

body.fs6
{
  font-size: 14px;
}

/* Normal link */
a
{
  color: #0490c7;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus
{
  background: #F2F2F2;
  color: #004677;
  text-decoration: none;
}

/* --- Title text ----------------------------------------------------------- */
h1, h2, h3
{
}

/* Heading */
h1
{
  font-size: 160%;
}

h2
{
  font-size: 140%;
}

h3
{
  font-size: 120%;
}

h4
{
  font-size: 100%;
  text-transform: uppercase;
}

p
{
  margin: 5px 0 15px;
  color: #666
}

ul
{
  margin-top: 5px;
  margin-bottom: 15px;
}

ul li
{
  padding-left: 10px;
}

ol
{
  margin-top: 5px;
  margin-bottom: 15px;
}

ol li
{
  padding-left: 10px;
}

th
{
  padding: 4px;
  font-weight: bold;
  text-align: left;
}

fieldset
{
  border: none;
}

fieldset a
{
  font-weight: bold;
}

hr
{
  border-top: 1px solid #545454;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  height: 1px;
}

a img
{
  border: none;
}

td,
div
{
  font-size: 100%;
}

.mainContent
{
  text-align: center;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  background-color: #ECECEC;
}

/* --- Code text ------------------------------------------------------------ */
pre,
.code
{
  padding: 10px 15px;
  margin: 5px 15px 15px;
  border-left: 3px solid #59B2C4;
  background: url("../resources/body-bg.jpg");
  font: 1em/1.5 "Courier New", monospace;
}

blockquote
{
  padding: 15px 40px 15px 60px;
  background: url("../resources/quote.gif") 20px 10px no-repeat;
  font: italic 1em/1.5 Georgia, Times, serif;
}

/* --- Tips, Error, Message, Highlight -------------------------------------- */
.error
{
  padding-left: 25px;
  color: #CC786F;
  background: url("../resources/bullet-error.gif") no-repeat top left;
}

.message
{
  padding-left: 25px;
  color: #59B2C4;
  background: url("../resources/bullet-info.gif") no-repeat top left;
}

.tips
{
  padding-left: 25px;
  color: #E0AB66;
  background: url("../resources/bullet-tips.gif") no-repeat top left;
}

.highlight
{
  border-bottom: 1px dotted #999;
  padding: 0 5px;
  background: #FEFAE1;
  font-weight: bold;
}

/* --- Forms ---------------------------------------------------------------- */
form
{
  margin: 0;
  padding: 0;
}

input,
select
{
  font: 11px/normal Tahoma, Arial, sans-serif;
  color: #545454;
}

select,
.inputbox
{
  padding: 2px;
}

textarea
{
  padding-left: 2px;
}

.button,
.button:hover
{
  padding:5px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #DDD;
  background: #EDECEC;
}

.button:active,
.button:focus
{
  border-top: 1px solid #999;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #999;
}

.inputbox
{
  border: 1px solid #C0C0C0;
  background: white;
}

.inputbox:hover,
.inputbox:focus
{
  border: 1px solid #999;
  background: white;
}

.category
{
  font-weight: bold;
}

/* Footer */
#ja-footerwrap
{
  clear: both;
  padding: 5px 0 10px;
  color: #999;
  text-align: left;
}

/* Clearfix */
.clearfix:after
{
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}

* html > body .clearfix
{
  width: 100%;
  display: block;
}

* html .clearfix
{
  height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html
{
  margin-bottom: 1px;
  height: 100%!important;
  height: auto;
}

.red
{
  color: red;
  background: transparent;
}
