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

.tab_container {
    float: left;
    width: 720px;
	/*font-family:Verdana; font-size:12px; font-weight:bold;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
}

.tab-buttons-panel {
    width: 100%;
    float: left;
   /* background: url(images/wt-norm.png) repeat-x bottom;*/
}

.tab-buttons-panel ul {
    margin: 0;
    padding: 0px;
    list-style: none;    
}

.tab-buttons-panel li {
    float:left;    
    margin:0;
    padding:0;
    cursor: pointer;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px; /**/
    background: url(images/wt-right.png) no-repeat right top; border-right:solid 2px; border-right-color:#FFFFFF;
}
.tab-buttons-panel li.neew
{
  background: url(images/tho_on.png) no-repeat right top;
    border-width: 0px 0px 0px 0px;font-family:Verdana; font-size:12px; font-weight:bold; color:#1D489F; border-right:solid 2px; border-right-color:#FFFFFF; 
}
.tab-buttons-panel li.neew span
{
       background:url(images/wt-left-on1.png) no-repeat left top;
      padding:4px 25px 5px 15px;
 
}

.tab-buttons-panel span {
    color: #222;
    display: block;
   /**/ background: url(images/wt-left.png) no-repeat left top;
    padding: 4px 25px 5px 15px;font-family:Verdana; font-size:12px; font-weight:bold; color:#000000;
}

.tab-buttons-panel li.tab-show {
     background: url(images/wt-right-on.png) no-repeat right top;
    border-width: 0px 0px 0px 0px;font-family:Verdana; font-size:12px; font-weight:bold; color:#1D489F; border-right:solid 2px; border-right-color:#FFFFFF;
}

.tab-buttons-panel li.tab-show span {
     /**/ background:url(images/wt-left-on.png) no-repeat left top;
      padding:4px 25px 5px 15px;
}

.tab-content {
    top: 28px;
    position: static;
    /*border-width: 0px 1px 1px 1px;
    border-color: #b8cbde;
    border-style: none solid solid solid;*/
    background-color: #FFFFFF;
    display: none;
/*    padding-left:8px; padding-right:8px;
    padding-top:5px;padding-bottom: 0px;
*/}

.ext-border-box .tab-content {
    top: 0px;    
}

.tab-content-show {
    display: block;
}

.tab-content-panel-border {
    margin-bottom: 20px;
}

.tab-content-panel {
    padding: 25px;
    border: 1px dotted #abb3b0;
    background-color: #f8fafd;
}

.tab-content-panel li {
    list-style-type: circle;
    list-style-position: inside;
}

