/* Custom CSS for customer sites                                       */

/* DO NOT SIMPLY COPY/PASTE SMART/FIRSTBAG CSS HERE IN BULK!           */

/* Use this file to only change the properties of classes and html     */
/* elements that you need to change. You do not need to copy an entire */
/* class declaration here and change one line, just copy that one line */
/* here and change that.                                               */

.example-class
{
   border: none;
}

.tabHeader {
 FLOAT: left;
 DISPLAY: inline;
 FONT: bold 10px verdana;
 WIDTH: 100%;
 PADDING: 0;
 MARGIN: 0;
}


.ULtabHeader {
   margin-top: 0px;
   padding-left: 0px;
   list-style-type: none;
}

.tabHeader LI.tab-active {
 FLOAT:left;
 background: #000;
 color: #fff;
 border: 1px solid #silver;
 CURSOR: pointer;
}

.tabHeader LI.tab-active a {
 color: white;
 FLOAT:left;
 PADDING-BOTTOM:5px;
}


.tabHeader LI a {
 color: black;
 FLOAT:left;
 PADDING:5px 10px 4px;
}

.tabHeader LI.tab-disabled {
 FLOAT:left;
 CURSOR: hand;
 background: #E9E89A;
 color: #ddd;
 border: 1px solid silver;
}

.tab-disabled a:hover {
 BACKGROUND-COLOR: #F2F1A3;
}

.tabHeader LI.tab-warning-disabled {
 FLOAT:left;
 CURSOR: hand;
 background: red;
 color: #ddd;
 border: 1px solid silver;
}

.tab-warning-disabled a:hover {
 BACKGROUND-COLOR: #FF7373;
}
