/* 6.0 - only fixes */
/* content area */ 
/* workaround for various ie float bugs */
#column-content { 
    float: none;
    margin-left: 0;
    height: 1%;
}
#column-content #content #content-borderbox1 {
    margin-left: 12.2em;
    margin-top: 3em;
    height: 1%;
}
#column-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
#footer {
    margin-left: 13.6em;
    border-left: 1px solid #c0c0ff;
}


#p-treeview .pBody {
    /* Without this, the '?' help-page link is invisible although present. */
    width: 11.6em;
}
#p-treeview li {
    line-height: 1em;
    margin-left: 16px;
    text-indent: -16px;
}
#p-treeview li .icon {
    float: none !important;
}
#p-treeview li .text {
    margin-left: 0;
    display: inline !important;
}

/* the tabs */

#p-cactions {
    z-index: 3;
}

#p-cactions li {
    padding-bottom: 0 !important;
    border: none;
    background-color: transparent;
    cursor: default;
    float: none !important;
}
#p-cactions li a {
    display: inline-block !important;
    vertical-align: top;
    padding-bottom: 0;
    border: solid #c0c0ff;
    border-width: 1px;
}
#p-cactions li.selected a {
    background-color: #ececff;
    color: #c0a0f0;
    border-color: #c0a0f0;
    font-weight: bold;
    font-style: italic;
}
#p-cactions li a:hover {
}
#portal-personaltools {
    padding-bottom: 0.1em;
}
#bodyContent a.external {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}

/* show the hand */
#p-logo a,
#p-logo a:hover {
    cursor: pointer;
}
div.visualClear {
    width:100%;
    line-height: 0;
}
textarea {
    /* A temporary workaround for a glitch where after typing in a character,
     * the edit box width extends several percent, taking it beyond the window
     * boundary but without a main-window horizontal scrollbar to access it.
     * One problem with this workaround is that for lower-res displays such as
     * 800x600 and 640x480, even when maximised the main window must be
     * horizontally scrolled to fit the 80-char width edit box into full view.
     */
    width: auto;
}

div.editsection,
#catlinks,
div.tright,
div.tleft {
    position: relative;
}
/*{ border:1px solid Red !important;}*/

/* bug 12846 */
body.rtl #preftoc a, body.rtl #preftoc a:active {
	float: left;
}
