/*
                    Inroads User Interface Dialog Style Sheet

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

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

.tab_row {
}

.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;
}

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