@charset "utf-8";
/* --- cover css property sheet ---
Company Name: XHTMLMANIA
Description: We are providing psd to xhtml conversion service based on w3c stamdards.
Author: Xhtmlmania Team,

/* --- v 1.1 22th Jan 2008,
By xhtmlmania team  with help of w3c standards
*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


.ui-tabs-nav .ui-tabs-selected a.ui-tabs-tab {
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000; background:#fff!important;
}

ul.ui-tabs-nav li.ui-tabs-selected a.new{background: #fff url(../images/icons/new1.gif) no-repeat 176px -21px !important;}

.ui-tabs-nav .ui-tabs-selected a.ui-tabs-tab:link, .ui-tabs-nav .ui-tabs-selected a.ui-tabs-tab:visited, .ui-tabs-nav .ui-tabs-disabled a.ui-tabs-tab:link, .ui-tabs-nav .ui-tabs-disabled a.ui-tabs-tab:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a.ui-tabs-tab:hover, .ui-tabs-nav a.ui-tabs-tab:focus, .ui-tabs-nav a.ui-tabs-tab:active,
.ui-tabs-nav .ui-tabs-unselect a.ui-tabs-tab:hover, .ui-tabs-nav .ui-tabs-unselect a.ui-tabs-tab:focus, .ui-tabs-nav .ui-tabs-unselect a.ui-tabs-tab:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/*.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}*/
.ui-tabs-panel {
    
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    
}

.ui-tabs-nav a.ui-tabs-close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer ;
/*    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);*/
}

