/*!
 * 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;
    background: url(images/wt-norm.png) repeat-x bottom;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ux-tabs-strip li {
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
    border-color: #b8cbde;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    background: url(images/wt-right.png) no-repeat right top;
}

.ux-tabs-strip li a {
    color: #222;
    display: block;
    background: url(images/wt-left.png) no-repeat left top;
    padding: 5px 15px 4px;
	text-decoration: none;
}

.ux-tabs-strip li.ux-tabs-tab-active {
	background: url(images/wt-right-on.png) no-repeat right top;
	border-width: 0px 0px 0px 0px;	
}

.ux-tabs-strip li.ux-tabs-tab-active a {
    background: url(images/wt-left-on.png) no-repeat left top;
    padding: 5px 15px 5px;
}

.ux-tabs-cards {
	float: left;
	padding: 15px 15px;
    border-width: 0px 1px 1px 1px;
    border-color: #b8cbde;
    border-style: none solid solid solid;
    background-color: #e1e6ee;
}

.ux-tabs-card {
	display: none;
    padding: 5px;
    border: 1px dotted #abb3b0;
    background-color: #f8fafd;		
}

.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;
}

