/* structure */
#column-tearout {
    padding-top: 38px;
    vertical-align: top;
}

#column-sidebar {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top-width: 0;
}

#search-panel #column-sidebar {
    border-bottom: none;
}

#search-panel .column-sidebar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

#column-resize {    
    vertical-align: middle;
}

#column-content {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;    
    border-left: 1px solid #CCCCCC;    
    vertical-align: top;
    width: 100%;
}

#search-panel #column-content {
    border: none;
}

/* resize */
#content-sidebar-head {    
    background-color: #F7F7F7;
    margin: 0 -1px -2px;
}

#search-panel #column-resize {
    display: none;
}

#column-resize img {
    height: 23px;
    width: 5px;
}

.collapsed-sidebar #column-resize img {
    visibility: hidden;
}

/* content */
#content-navigation-panel {
    overflow: auto;
    width: 100%;
}

#content-navigation-panel a.gwt-Anchor {
    color: #3b73af;
}

#content-column {
    position: relative;
}

#content-single {
    float: left;
    width: 100%;
    position: relative;
}

/* panel page */
.content-explorer #content-column {
    position: relative;
}

#content-navigation .content-fixed .taskbar {
    margin-bottom: 0;
}

#panel-target {
    position: relative;
}

/* content header */
#content-fixed {
    padding:1px 0; /* So that the children's margins are respected by the height */
}

#search-panel #content-fixed {
    clear: both;
    margin-bottom: 16px;
    overflow: hidden;
}

/* sidebar */
#content-sidebar {
    position: relative;
}

/* resizable */

#content-resizable {
    border-top: 1px solid #CCCCCC;
    float: left;
    margin: 0;
    position: relative;
    width: 380px;
}

.ui-resizable-handle {
    font-size: 0.1px;
    position: absolute;
    z-index: 99;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -10px;
    top: 0;
    width: 10px;
    z-index: 5;
}

#content-resizable .scroll-x {
    overflow-x: scroll;
}

#content-resizable .scroll-y {
    overflow-y: scroll;
}

/* crucible review page */
#reviewpage #content-sidebar {
    float: left;
}

#reviewpage .ui-resizable {
    border-top: none;
    float: left;
    padding-right: 8px;
    position: relative;
    width: 380px;
}

#reviewpage .ui-resizable-e {
    right: 0;
}

#reviewpage .ui-resizable-handle {
    background: transparent url(../images/handle_v.gif) 100% 50% no-repeat;
}

#reviewpage #content-navigation {
    background-color: #FFFFFF;
    -khtml-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomRight: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border: 1px solid #CCCCCC;
}

#reviewpage #content-wrapper {
    background-color: #FFFFFF;
    border-left: 1px solid #CCCCCC;
}

#reviewpage #panel-target {
    -khtml-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #CCCCCC;
}

/* no-brancher pages */
.brancher-hidden #content-sidebar-head {    
    height: 26px;
}

/* license exceeded page */
#licenseExceeded .aui-message {
    margin: 2em;
}

#licenseExceeded .aui-message li {
    list-style: disc inside none;
    line-height: 1.3em;
}

#licenseExceeded #recovery .title {
    margin: 1em 0 1em 2em;
    font-weight: bolder;
}

#licenseExceeded #recovery .title > span {
    font-size: 1.5em;
}

#licenseExceeded #recovery ul {
    margin-left: 4em;
    list-style: square inside none;
    line-height: 1.5em;
}

#licenseExceeded #recovery > p {
    margin-top: 1.5em;
    margin-left: 2em;
}
/*[{!style_structure_css_vupk41p!}]*/