/* **********************************************************
** Tabs container (==> tab-pane)
*/

.tab-pane {
  position: relative;
  width: 98%;
}

/* **********************************************************
** Tab top links (==> top-row > tab|tab_selected)
*/

.tab-row {
  white-space: nowrap;
}

.tab-row .tab ,
.tab-row .tab_selected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  
  display: inline;
  position:  relative;
  float: left;
  top: 1px;
  
  margin: 4px 0px 1px 0px;
  padding: 2px 5px 3px 5px;

  background:  #D0D0D0;

  border:  1px solid;
  border-color:  #999999 #666666 #999999 #999999;
  border-bottom: none;
  cursor: default;
}

.tab-row .tab a ,
.tab-row .tab_selected a {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  cursor: default;
}

.tab-row .tab a:hover,
.tab-row .tab_selected a:hover {
  color:  blue;
}

/* Custom style for the selected tab */

.tab-row .tab_selected {
  font-weight: bold;
  
  padding: 5px 6px 4px 7px;
  margin: 0px;
  top: 2px;
  
  border-width: 1px; 
  border-color: #999999 #666666 #666666 #999999;
  
  background:  #E4ECEE;
  background-image: url("../../images/jalios/layout/bg/tabBg.gif");
  background-repeat: repeat-x;
}

/* **********************************************************
** Tab Content (==> tab-page)
*/

.tab-single-pane ,
.tab-page {
  clear: both;
  border: 1px solid;
  border-color:  #999999 #666666 #666666 #999999;
  color: WindowText;
  font: Message-Box;
  padding: 10px;
  background: #FAFAFA;
  background-image: url("../../images/jalios/layout/bg/formBg.gif");
  background-repeat: repeat-x;
}

.tab-page textarea {
  position: relative;
}

.tab-page pre {
  font-size: smaller;
}
.tab-page hr {
  color: #DDDDDD;
  background-color: #DDDDDD;
  height: 1px;
  border: 0;
}

/* **********************************************************
** Tab inside another tab
*/

.tab-page .tab-row .tab ,
.tab-page .tab-row .tab_selected {
  border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
}
.tab-page .tab-page {
  background: #ECEEF0;
  background-image: url("../../images/jalios/layout/bg/subFormBg.gif");
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
}

/* **********************************************************
** Following styles provided to prevent huge difference between
** styles used before tabpane setup and styles used after.
*/

h2.tab { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
}
