﻿/* ------------------------------------------------------------------------- */
/* XTabs                                                                     */
/* ------------------------------------------------------------------------- */

.XTabs
{
   background-color: transparent;
   color: gray;
   width: 100%;
}

.XTabsTab {
   background-color: lightgrey;
   color: gray;
   text-align: center;
   padding-top: 2px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 2px;
   cursor: pointer;
}

.XTabsTab-Active {
   background-color: white;
   border-left: solid lightgrey 1px;
   border-right: solid lightgrey 1px;
   border-top: solid lightgrey 1px;
   text-align: center;
   padding-top: 2px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 2px;
}

.XTabsTabIcon {
   vertical-align: middle;
}

.XTabsOpenTabLeft {
   width: 2px; 
}

.XTabsOpenTabRight {
   width: 2px;
}

/* ---------------------------------------------------------------------------- */
