/* Copyright IBM Corp. 2009  All Rights Reserved.                    */
.treeItemText {
    color: #000000;
    font-family: Arial;
    font-size: 1.5em;
    font-weight: bold
}

.treeItemDesc {
    font-size: 12px;
    font-family: italic, Italic;
    color: #666666;
    padding-top: 2px;
}

.treeItemDescLoc {
    margin: -2px 0px 3px 3px;
}

.treeItemDescPreLoc {
    margin: -2px 3px 3px 0px;
}

.treeItemDividerTop {
    height: 2px;
    background-repeat: repeat;
	font-size:0px;
}

.treeItemDividerBottom {
    height: 2px;
    background-image: url("images/divider_morepages.png");
    background-repeat: repeat-x;
	clear:both;
	background-position:bottom;
	font-size:0px;
}

.dialogTitle {
    color: #0058C3;
    font-size: 20px;
    font-family: Arial;
}

.dialogTitleDesc {
    font-size: 12px;
    font-family: Arial;
    /*font-weight:bold;*/
}

input.sharingPageTreeButton {
    background: transparent url("images/formBtnBg.gif") repeat-x scroll left top;
    border: 1px solid #4C94D6;
    color: white;
    font-weight: bold;
    margin-right: 5px;
    padding: 0px 7px;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}

input.sharingPageFrameButton {
    background: transparent url("images/formBtnBg.gif") repeat-x scroll left top;
    border: 1px solid #4C94D6;
    color: white;
    font-size: 1.5em;
    height: 1.8em;
    width: 4em;
    font-weight: bold;
    margin-right: 5px;
    padding: 0px 7px;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
}

.highLightTreeItem {
    background-color: #E3E3E3;
}

.highLightTreeText {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.acceptText {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #9090B1;
    margin: 1px 0px 3px 3px;
    padding-top: 2px;
}

.shareWithMePage_btn_line {
    background-color: #DAE9F2;
    clear: both;
    height: 48px;
    padding-top: 10px;
    text-align: right;
}

.pageItemContent {
    margin-left: 18px;
    min-height: 18px;
    min-width: 18px;
    padding-left: 1px;
    padding-top: 3px;
}

