﻿/*-------------------------------------------    
    DEFAULT STRUCTURE
-------------------------------------------*/
.customTabs .ajax__tab_header {
  font-family: Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
}

.customTabs .ajax__tab_outer {
  background-color: #44687D;
  height: 47px;
  border-right: 1px solid #AEAEAE;
}

.customTabs .ajax__tab_inner {
  background-color: #44687D;
  height: 47px;
  border-left: 1px solid #AEAEAE;
}

.customTabs .ajax__tab_tab {
  padding: 23px 12px 5px 13px;
  margin: 0;
  color: #fff;
  background-color: #44687D;
  border-top: solid 1px #AEAEAE;
}


/*-------------------------------------------    
    HOVER STATE
-------------------------------------------*/
.customTabs .ajax__tab_hover .ajax__tab_outer {
}
.customTabs .ajax__tab_hover .ajax__tab_inner {
}
.customTabs .ajax__tab_hover .ajax__tab_tab {
}


/*-------------------------------------------    
    ACTIVE STATE
-------------------------------------------*/
.customTabs .ajax__tab_active .ajax__tab_outer {
  background-color: #DCE5EC;
  border-right: solid 1px #AEAEAE;
}

.customTabs .ajax__tab_active .ajax__tab_inner {
  background-color: #DCE5EC;
}

.customTabs .ajax__tab_active .ajax__tab_tab {
  background-color: #DCE5EC;
  color: #000;
  border-top: solid 1px #AEAEAE;
  margin: 0;
}

.customTabs .ajax__tab_body {
  font-family: Arial,sans-serif;
  font-size: 12px;
  border: 1px solid #AEAEAE;
  border-top:0;
  padding:8px;
  background-color: #DCE5EC;
  min-height: 367px;
}

.ajax__tab_default .ajax__tab_tab{
  margin-right: 0 !important;
}