/* Copyright © 2006-2007 Rivet Software, Inc. All rights reserved. */

.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #98C0F4;  /* label and content borders */
}

.yui-navset .yui-nav, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color:#FFFFFF; /* active tab, tab hover, and content bgcolor */
}

.yui-navset .yui-nav li em { padding:.5em; } /* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}

/* CUSTOM CSS */
#closeAll {
    position:absolute;
    top:0;
    right:0;
    font-size:.9em;
}

.yui-content {
    height:650px;
    width:100%;
    overflow:auto;
}
.yui-navset .yui-content {
    border:1px solid #294594;
}
.yui-navset .yui-nav li {
    background:url(/images/title-bg.gif) top left repeat-x;
    border-bottom:1px solid #294594;
}
.yui-navset .yui-nav li a:hover {
    color:white;
    background:url(/images/dark-bg.gif) top left repeat-x;
}
.selected a {
    color:white;
    background:url(/images/dark-bg.gif) top left repeat-x;
}
.yui-navset .yui-nav .selected a {
    color:white;
    border:1px solid #294594;
}
.yui-navset .yui-nav li em {
    padding:2px 5px 0 5px;
}
.tabContent {
    padding:0px;

}
.deleteTabIcon {
    position:absolute;
    top:3px;
    right:1px;
}
.tabs_titlebar {
    padding:2px 0 4px 0;
    font-size:10px;
    color:#AAAAAA;
    background:none;
    background-color:#294594;
}
.tabs_titlebar a {
    color:white;
}
.tabs_titlebar a:hover {
    color:yellow;
    background-color:navy;
}
.tabTitle {
    margin:0;
    padding:0;
    padding-right:1em;
    font-weight:bold;
    font-size:1.0em;
}
.tabSubtitle {
    margin:0;
    padding:0;
    padding-right:1em;
    font-weight:normal;
    font-size:.8em;
}
/** $Author: dev3 $ * $Date: 2007-01-08 10:32:44 -0700 (Mon, 08 Jan 2007) $ * $Rev: 522 $ **/