/*
  MicroCline UI Tabs (User Interface tab panels) mcUITabs.css

  Written by Robert Clemenzi 04-02-17 (c)
  04-02-17 Start of file

*/

/* ************************************************** */

.mcUITab_Button {
  background-color:#ece9d8; /* the default is too blue */
  border-bottom-style:none;
}

.mcUITabPanel, .mcUIRaisedPanel{
  border-style: solid;
  padding: 5px;
  background-color:#ece9d8;
  border-width: 2px;
  border-color: #fbfbfb #aca899 #aca899 #fbfbfb ;
}
