.ucd-removed {
    display: none;
}

#doc3 {
    margin: auto 0;
}

/* SEARCHBAR */
.ucd-search-first {
    margin-left: 0;
}

.ucd-search-marketing {
    margin-right: 0;
}

.ucd-search-marketing a {
}

/* BAR */
.ucd-bar-right a {
    margin-right: 5px;
}

/* PODS */
.ucd-pod {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.ucd-pod-minimal {
    background-color: #e7e7e7;
}

.ucd-pod-minimal h1 {
    background: ;
    color: #666;
    background: #f4f4f4 url(../global/images/consultUI/stack/background_Headers.gif) top left repeat-x;
}

/* PODS - TABS */
.ucd-pod .ucd-tabs {
    float: none;
}

.ucd-pod .ucd-tabs ul {
    margin-left: 0;
    margin-bottom: 1em;
    background-color: #f9f9f9;    
}

.ucd-pod .ucd-tabs li {
    list-style-type: none;
    margin-left: 0;
    background-color: #f9f9f9;
}

.ucd-pod .ucd-tabs li.first {
    margin-left: 10px;
}

.ucd-pod .ucd-tabs li.last {
    margin-right: 10px;
}

/* class is added by js when page gets very narrow to redraw itself */
/* 
 * .ucd-pod .ucd-tabs-v3 li a {
 *     padding-left: 5px;
 *     padding-right: 5px;
 * }
 * 
 * .ucd-pod .ucd-tabs-v3 li.first {
 *     margin-left: 5px;
 * }
 * 
 * .ucd-pod .ucd-tabs-v3 li.last {
 *     margin-right: 5px;
 * }
 */


/* PODS - ALPHABET */
.ucd-pod .ucd-list-horz {
    text-align: center;
}

.ucd-pod .ucd-list-horz li {
    margin: 0 0 0 5px;
}

.ucd-pod .ucd-tabs-v3 li {
    margin-bottom: 0 !important;
}

.ucd-pod .ucd-tabs-v3 li.selected {
    border-bottom: solid 1px #fff;
    margin-bottom: -2px !important;
    background-color: #fff;
}

/* STACK */
.ucd-stack {
    margin-bottom: 1em;
}

.ucd-stack ul li.selected {
    background-color: #fff;
}

.ucd-stack ul li.selected a {
    background: transparent url(../img/background_leftNavHighlight.gif) no-repeat top right;
}

.ucd-stack h1, .ucd-stack h2, .ucd-stack h3 {
    background: ;
    color: #666;
}

.ucd-stack-list .ucd-stack-header {
    position: relative;
}

.ucd-content .ucd-stack-list h2 {
    font-size: 110%;
}

.ucd-content .ucd-stack-list h2 span {
    font-weight: normal;
    font-size: 80%;
}

.ucd-content .ucd-stack-list img {
    position: absolute;
    top: 0.5em;
    right: 10px;
}

.ucd-stack-list ul li {
    width: auto;
    background: none;
    margin: 2px 10px;
    border-bottom: solid 1px #ccc;
}

.ucd-stack-list ul li.last {
    margin-bottom: 1em;
}

.ucd-stack-list ul li a {
    text-decoration: underline;
}

/* CONTENT */
.ucd-content {
    border: solid 1px #ccc;
    background-color: #fff;
    clear: both;
    margin-top: 0.666em;
    padding: 1em;
}

.ucd-content-wrapper {
    float: left;
    width: 100%;
    clear: both;
	background-color:#ffffff;
	padding:5px;
	width:99%;
	min-height:510px;
	height: expression( this.scrollHeight < 510 ? "510px" : "auto" );
}

.ucd-content-wrapper-heading {
    float: left;
    line-height: 1.4;
    font-size: 120%;
    font-weight: bold;
	background:url(../../images/consultUI/bannerAreaFill.jpg) top left repeat-x;
	width:99.8%;
	height:135px;
}

.ucd-content-wrapper-heading h1 {
    font-weight: bold;
	font-size:125%;
}
.ucd-content-wrapper-heading p {
    font-weight: normal;
	color:#35679A;
	font-size:85%;
	padding-bottom:1em;
}
/* subjectHeader is a style on the combined pages */
.ucd-tabs-full .subjectHeader {
    margin-bottom: 0.5em;
}

/* FILTERS */
 .ucd-forms {
    margin-bottom: 10px;
}

/* ORANGE ROUNDED CORNERS */
.ucd-forms-v1 {
    border: solid 2px #e9bf6b;
    padding: 10px;
    /* MOZ */
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    /* WEBKIT */
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    /* CSS3 if and when it gets supported */
    border-radius: 8px;
    border-radius: 8px;
}

.ucd-forms-v1 legend span {
    color: #994300;
    font-weight: bold;
    font-size: 120%;
}

/* MINIMAL SQUARE CORNERS */
.ucd-forms-v2 {
    border: solid 1px #ccc;
}

.ucd-forms-v2 .ucd-forms-header {
    text-align: right;
    padding: 5px 10px;
    border-bottom: solid 1px #ccc;
    background: #f4f4f4 url(../global/images/consultUI/stack/background_Headers.gif) top left repeat-x;    
}
    
.ucd-forms-v2 .ucd-forms-header h2 {
    float: left;
}

.ucd-forms-v2 .ucd-forms-header-plain h2 {
    text-align: left;
    float: none;
}

.ucd-forms-v2-filled {
    background-color: #e9f1fe;
}

.ucd-forms-v2-filled .ucd-forms-header {
    background: none;
}

.ucd-forms-v2-filled .ucd-forms-header, .ucd-forms-v2-filled .ucd-forms-header h2, .ucd-forms-v2-filled .ucd-forms-content .filled {
    background-color: #e9f1fe;
}

.ucd-forms-header h2 {
    font-size: 120%;
    font-weight: bold;
    color: #5f4d39;
}

/* FORMS - CONTENT */
.ucd-forms-content {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
}

/* SEPARATOR BETWEEN FILTERS */
.ucd-forms-separator {
    margin-bottom: 5px;
    margin-top: 5px;    
    text-indent: 60px;
    background: transparent url(../img/background_separator.gif) 0% 50% repeat-x;
    color: #5f4d39;
}

.ucd-forms-separator span {
    padding: 0 5px;
    background-color: #fff;
}

.ucd-forms-content-filled {
    background-color: #eee;
   /* MOZ */
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    /* WEBKIT */
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    /* CSS3 if and when it gets supported */
    border-radius: 8px;
    border-radius: 8px;
}

.ucd-forms-content select, .ucd-forms-content div, .ucd-forms-content input, .ucd-forms-content a {
    float: left;
    margin-right: 5px;
}

/* REMOVE/ADD BUTTONS */
.ucd-filter-buttons {
    float: right !important;
    border-left: solid 1px #ccc;
    margin: 0 10px;
    padding-left: 10px;
}

.ucd-filter-buttons img, .ucd-filter-buttons a {
    display: inline;
    float: none;
}

.ucd-filter-buttons a {
    margin-right: 0;
}

.ucd-filter-buttons img {
    margin-right: 5px;
}

/* DATATABLE */
.yui-skin-sam thead .yui-dt-sortable {
    text-decoration: underline;
}



/* YUI OVERRIDES */
.ucd-filter-wrapper {

}

.ucd-filter-wrapper button {
    background: url(../img/icon_calendar.gif) center center no-repeat !important;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
    *margin-left: 10em; /* For IE */
    *padding: 0 3em;    /* For IE */
    white-space: nowrap;
}

.yui-calcontainer {
    float: none !important;
    min-width: 175px;
}

.yui-calcontainer a {
    float: none !important;
    margin-right: 0;
}

.yui-skin-sam .yui-ac-input {
    position: static;
    width: auto;
}

.yui-dt {
    float: none !important;
}

/* BREADCRUMB */
.ucd-breadcrumb {
    margin-bottom: 1em;
}

.ucd-breadcrumb a {
    color: #b60;
    text-decoration: underline;
}

