/*
                     Inroads User Interface Screen Style Sheet

                        Written 2007-2013 by Randall Severy
                         Copyright 2007-2013 Inroads, LLC
*/

.screen_body {
  margin: 10px 0px 0px 0px;
  font-family: Arial,Helvetica,sans-serif;
}

.iframe_content {
  padding: 0px 10px 10px 10px;
}

.content_iframe {
  width: 100%;
}

.tab_row {
  height: 29px;
}

.tab {
  color: #808284;
  background-image: url(images/dialog_tab_middle.gif);
  background-repeat: repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
  width: 100%;
}

.tab_over {
  background-image: url(images/dialog_tab_middle_active.gif);
  font-weight: bold;
}

.tab_out td {
  color: #808284;
  font-weight: normal;
  cursor: default;
}

.tab_over td {
  color: #0065A4;
  font-weight: bold;
  cursor: pointer;
}

.current_tab td {
  color: #808284;
  font-weight: bold;
  cursor: pointer;
}

.tab_row_middle {
  background-image: url(images/dialog_tab_row_middle.gif);
  background-repeat: repeat-x;
  height: 2px;
  font-size: 0px;
}

#screen_tab_section {
  overflow: hidden;
}

.tabmenu {
  visibility: visible;
  width: 130px;
  background: #cccccc;
}

.tabmenu td {
  visibility: hidden;
}

.tabmenu td.tab {
  visibility: visible;
  background-image: none;
  color: #000000;
  text-align: left;
  padding: 3px 3px 3px 10px
}

.tab_over .tabmenu {
  font-weight: normal;
}

.tabmenu .tab_over {
  background: #e3e2e2;
  font-weight:normal;
}

.tabmenu .tab_over td {
  font-weight: normal;
}

.tab_over .tabmenu .tab_out td {
  font-weight: normal;
}

td.tab div {
  position: relative;
}

td.tab div .tabmenu {
  position: absolute;
  top: 999999px;
  z-index: 1100;
}

.tab_over td.tab div .tabmenu {
  top: 19px;
  left: -6px;
}

.tab_content {
  border-left: 1px solid #9A9B9E;
  border-bottom: 1px solid #9A9B9E;
  border-right: 1px solid #9A9B9E;
}

