/*!
 * Ext Core Library $version&#xD;&#xA;http://extjs.com/&#xD;&#xA;Copyright(c) 2006-2009, $author.&#xD;&#xA;&#xD;&#xA;The MIT License&#xD;&#xA;&#xD;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xD;&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xD;&#xA;in the Software without restriction, including without limitation the rights&#xD;&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xD;&#xA;copies of the Software, and to permit persons to whom the Software is&#xD;&#xA;furnished to do so, subject to the following conditions:&#xD;&#xA;&#xD;&#xA;The above copyright notice and this permission notice shall be included in&#xD;&#xA;all copies or substantial portions of the Software.&#xD;&#xA;&#xD;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xD;&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xD;&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xD;&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xD;&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xD;&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xD;&#xA;THE SOFTWARE.&#xD;&#xA;
 */
.ux-tabs-strip {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ux-tabs-strip li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  cursor: pointer;
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  border-bottom: 0;
  position: relative;
  top: 1px;
}

.ux-tabs-strip li a {
  color: #666;
  display: block;
  padding: 5px 8px 4px;
  text-decoration: none;
}

.ux-tabs-strip li.ux-tabs-tab-active {
  background-color: #fff;
}

.ux-tabs-strip li.ux-tabs-tab-active a {
  color: #000;
}

.ux-tabs-cards {
	position: relative;
  float: left;
  padding: 16px 8px;
  border: 1px solid #d4d4d4;
  height: 180px;
	overflow: auto;
}

.ux-tabs-card {
  display: none;
  position: relative;
  color: #000;
}

.ux-tabs-card.ux-tabs-card-active {
  display: block;
}

.ux-tabs-card li {
  list-style-type: circle;
  list-style-position: inside;
}

.ext-ie .ux-tabs-clearfix {
  zoom: 1;
}
.ux-tabs-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

