.wpthemeDialogBorder {
    border:3px solid #4B4B4B; /*this is needed for IE*/
    border:3px solid rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0px 1px 12px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 1px 12px rgba(0, 0, 0, 0.6);
    box-shadow:0px 1px 12px rgba(0, 0, 0, 0.6);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.wpthemeDialogBorder .dialogContainer {
    background-color:#fff;
    *padding-bottom:1px; /* fix missing bottom border on IE7, asterisk prefix read by IE7 */
}

.wpthemeDialog .dialogPointer {
    position:absolute;
    width:13px;
    height:17px;
}

.wpthemeDialog .dialogPointer.right {
	background: url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position: 0 -54px;
    right:-10px;
}

.wpthemeDialog .dialogPointer.left {
	background: url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position: 0 -35px;
    left:-10px;
}

.wpthemeDialog .dialogPointer.top {
	background: url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position: 0 -73px;
    width:17px;
    height:13px;
}

.wpthemeDialog .msgIcon {
    width:48px;
    height:48px;
    padding:1em;
    background-repeat:no-repeat;
    background-position:center;     
}

.wpthemeDialog .msgBody {
    padding:0.5em;
}

.wpthemeDialog .msgError {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgError48.png);
}

.wpthemeDialog .msgInfo {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgInfo48.png);
}

.wpthemeDialog .msgSuccess {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgSuccess48.png);
}

.wpthemeDialog .msgWarning {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgWarning48.png);
}

.wpthemeDialog .wpthemeDialogContent {
    display:table;
    background-color:#fff;
    border:0 none;
    max-height:300px;
    overflow:auto;
}

.wpthemeDialog .wpthemeDialogContentBody {
    position:relative;
}

.wpthemeDialog .wpthemeDialogContent .wpthemeDialogContentBody > div {
    display:table-row;
}

.wpthemeDialog .wpthemeDialogContent .wpthemeDialogContentBody .south {
    display:block;
}

.wpthemeDialog .wpthemeDialogContent .west, .wpthemeDialog .wpthemeDialogContent .central, .wpthemeDialog .wpthemeDialogContent .east {
    display:table-cell;
    vertical-align:top;
}

.wpthemeDialog .wpthemeDialogContent .west, .wpthemeDialog .wpthemeDialogContent .east {
    width:10%;
}
.wpthemeDialog .dialogLoading {
	background-image:url("/wps/themeModules/modules/dialog/css/images/loading.gif");
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}
.wpthemeDialog .dialogAltText {
	display:none;
}
.wpthemeDialogImagesOff .dialogAltText {
    display:inline;
}
.wpthemeDialog .dialogHeader {
	background-color:#3A3A3A;
    border-bottom:0 none;
    padding:13px 20px;
}
.wpthemeDialog .dialogHeaderText {
	position:relative;
    color:#FFFFFF;
    display:block;
    font-size:1.2em;
    margin:0;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:0 none;
    padding:0;
    font-weight:bold;
    line-height:1.2;
}
.wpthemeDialog .dialogClose {
    border:0 none;
    padding:0;
    position:absolute;
    right:-15px;
    top:-15px;
    line-height:1em;
}
.wpthemeDialog .dialogClose img {
	background:url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position:0 0;
    height:32px;
    width:32px;
    border:0 none;
    line-height:0;
    vertical-align:middle;
}
.wpthemeDialog .wpthemeDialogFooter .wpthemeDialogBtn {
    margin-left:9px;
    margin-right:1px;	
}
.wpthemeDialog .wpthemeDialogBtn {
    padding:5px 15px;
    text-shadow:0 1px 1px #FFFFFF;
    background-color:#E7E7E7;
    border:0 none;
    border-collapse:separate;
    border-radius:3px 3px 3px 3px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
    color:#333333;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    font-size:0.9em;
    font-family:Arial,Helvetica,sans-serif;
}
.wpthemeDialogPopup {
	border:3px solid rgba(3, 3, 3, 0.45);
    border-radius:3px 3px 3px 3px;
    box-shadow:0 0 5px rgba(34, 34, 34, 0.5);
    color:#222222;
    position:relative;
    z-index:10000;
}
.wpthemeDialogPopup .wpthemeDialogPopupHeader {
    background:none repeat scroll 0 0 #FFFFFF;
    margin-bottom:-10px;
    position:relative;	
}
.wpthemeDialogPopup .wpthemeDialogPopupHeader .wpthemeDialogPopupHeading {
	border-bottom:2px solid #888888;
    font-size:1.2em;
    font-weight:bold;
    margin:0 20px;
    padding:20px 0 10px;
    color:#444444;
    line-height:1.2;
}
.wpthemeDialogPopup .wpthemeDialogPopupClose {
    line-height:0;
    position:absolute;
    right:-15px;
    top:-15px;
    z-index:10001;
}
.wpthemeDialogPopup .wpthemeDialogPopupClose img {
    background:url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position:0 0;
    height:32px;
    width:32px;
    border:0 none;
    line-height:0;
    vertical-align:middle;
}
.wpthemeDialogPopup .wpthemeDialogPopupContent {
    background:none repeat scroll 0 0 #FFFFFF;
}
.wpthemeDialogPopup .wpthemeDialogPopupContentArea {
    padding:20px;
}
.wpthemeDialogPopup .wpthemeDialogPopupFooter {
    background:none repeat scroll 0 0 #FFFFFF;
    margin-top:-10px;
    padding:0 20px 20px;
}
.wpthemeDialogPopup .wpthemeDialogLearnLink {
	font-size:0.9em;
	color:#00649D;
    text-decoration:none;
}
.wpThemeDialogHighContrastTestNode {
	border: 1px solid;
	border-color: red green;
	position: absolute;
	height: 5px;
	top: -999px;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.portlet-dlg-icon-label {font-weight: bold;color: #000000;white-space: nowrap;}.portlet-icon-label {color: #000000;}.portlet-section-header {font-weight: bold;color: #333333;}.portlet-section-header-highlight {background-color: #F0F0F0;}.portlet-font {font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;}.portlet-section-subheader {color: #333333;}.portlet-table-selected {color: #333333;background-color: #c5d1de;}.portlet-table-alternate {color: #333333;}.portlet-table-header {font-weight: normal;color: #000000;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.portlet-table-body {text-align: left;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.portlet-table-subheader {font-weight: bold;color: #000000;text-align: left;}.portlet-form-input-field {border: 1px solid #999999;}.portlet-form-button {text-decoration: none;text-align: center;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #000000;cursor: pointer;}.portlet-form-field, .portlet-form-field-label {color: #333333;}.portlet-font-dim {color: #808080;}.portlet-form-label {color: #333333;}.portlet-msg-error {color: #000000;}.portlet-msg-alert {color: #000000;}.portlet-msg-success {color: #000000;}.portlet-msg-info {color: #000000;}.portlet-section-text {color: #666666;}.portlet-msg-status {color: #333333;}.portlet-menu, .portlet-menu-cascade {background-color: #EEEEEE;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item {background-color: #EEEEEE;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-selected {background-color: #aaaaaa;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-hover, .portlet-menu-cascade-item-hover {background-color: #cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-hover-selected, .portlet-menu-cascade-item-hover-selected {background-color: #cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-cascade-item {background-color: #eeeeee;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px 3px 3px 3px;}.portlet-menu-cascade-item-selected {background-color:#cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px 3px 3px 3px;}.portlet-menu-separator, .portlet-menu-cascade-separator {background-color: #999999;}.portlet-menu-content, .portlet-menu-content-selected {background-color: #eeeeee;}.portlet-menu-content-hover, .portlet-menu-content-hover-selected {background-color: #cccccc;}.portlet-menu-caption {border-style: solid;border-color: #333333; border-width: 1px;}.portlet-separator {background-color: #999999;height: 1px;}div.portlet-separator {background-color: #999999;margin: 2px 0 2px 0;}.help {font-size: 1em; color: #000000;}.help_indent {font-size: 1em; color: #000000; background-color: #ffffff}A.help {font-size: 1em; color: #3366CC}A.help:visited {font-size: 1em; color: #666699}A.help:active {font-size: 1em; color: #3366CC}A.help:hover {font-size: 1em; color: #3366CC}H2.help {padding-left: 8px; font-weight: bold; font-size: 1.1667em; color: #000000; padding-top: 22px; border-bottom: 1px solid #B0B0B0; background-color: #F0F0F0; text-align: left}H3.help {font-size: 1.1667em; padding-left: 8px; font-weight: bold; padding-top: 3px; background-color: #F0F0F0}H3 A.help {font-size: 1.1667em; color: #000000; background-color: #F0F0F0; text-decoration: none}H4.help {padding-left: 8px; margin: 16px 20px 0px 20px; color: #000000; padding-top: 3px; background-color: #F0F0F0; text-align: left}H4 A.help {font-weight: normal; font-size: 1em; color: #000000; font-style: italic; background-color: #F0F0F0}P.help {padding-bottom: 0px; margin: 2px 20px 0px 30px; padding-top: 4px}P.help_indent {padding-bottom: 0px; margin: 2px 20px 0px 0px; padding-top: 4px}UL.help {margin-left: 56px; margin-right: 20px}OL.help {margin-left: 56px; margin-right: 20px}DL.help {margin-left: 56px; margin-right: 20px}PRE.help {margin-left: 30px; font-family: monospace; font-size: 1.1667em;}DT A.help {font-weight: 900; color: #000000}DD.help {padding-bottom: 20px; padding-top: 2px}LI.help {padding-bottom: 2px; padding-top: 2px}TABLE.help {padding-right: 20px; padding-left: 30px; margin-left: 28px}TH.help {text-align: center; padding-top: 5px; padding-bottom: 5px; vertical-align: top;}TD.help {padding-bottom: 3px; vertical-align: top; padding-top: 3px; text-align: left}.lotus_rtl TD.help {text-align:right;}samp, samp.help {font-family: monospace; font-size: 1.1667em;}TABLE.dataTable {color:black;width:90%;border-collapse: collapse;border-color:Black;background-color:white;margin-left:28px;}.dataTable TH {font-weight:bold;font-size:0.8em;color:black;background-color:#F0F0F0;}.wpsTableAdminHead {color:#333333;background-color:#CCCCCC;}.wpsAdminHeadSeparator {background-color:#999999;height:1px;}.wpsStatusMsg {color: #000000;background-color: #E7EFF7;margin: 10px 0px;padding: 5px;border: solid 2px #ABCACA;-moz-border-radius: 8px;}.wpsStatusMsg img {vertical-align: middle;}.wpsInstructionText {color: #6B6B6B;margin: 0.6em 0px 0px 0px;}.wpsInstructionText em {font-weight: bold;font-style: normal;color: #8A59A6;}.wpsInstructionHeadText {font-weight: bold;font-size: 1em;color: #405380;}.wpsIndentXSmall {padding-left: 4px;}.wpsIndentSmall {padding-left: 8px;}.wpsIndentMedium {padding-left: 16px;}.wpsIndentLarge {padding-left: 32px;}.wpsIndentXLarge {padding-left: 48px;}.wpsTaskIconText {font-weight: bold;color: #000000; white-space: nowrap;}.wpsTaskDisabledIconText {font-weight: bold;white-space: nowrap;color: #888888;}.wpsTaskIconBorderTable, .wpsTaskDisabledIconBorderTable {border: 0px;}.wpsTaskIconTextBackground {background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;vertical-align: middle;white-space: nowrap;}.wpsTaskDisabledIconTextBackground {background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;vertical-align: middle;white-space: nowrap;}.wpsDialogIconText {color: #000000; padding-left:5px;}.wpsDialogDisabledIconText {color: #888888;}.wpsDialogIconBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 0px none #919191;border-bottom: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 0px;margin: 0px;}.wpsDialogIconTextBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 1px solid #919191;border-bottom: 1px solid #919191;border-left: 0px none #919191;padding: 2px 4px;margin: 0px;white-space: nowrap;}.wpsDialogDisabledIconBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 0px none #919191;border-bottom: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 0px;margin: 0px;}.wpsDialogDisabledIconTextBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 1px solid #919191;border-bottom: 1px solid #919191;border-left: 0px none #919191;padding: 2px 4px;margin: 0px;white-space: nowrap;}.lotus_rtl .wpsDialogIconBackground, .lotus_rtl .wpsDialogDisabledIconBackground{border-left: 0;border-right: 1px solid #919191;}.lotus_rtl .wpsDialogIconTextBackground, .lotus_rtl .wpsDialogDisabledIconTextBackground{border-right: 0;border-left: 1px solid #919191;}.wpsDialogIcon {width: 16px;height: 16px;}.wpsButtonBarTop, .wpsButtonBarBottom {background-color: #DFDFDF;}.wpsPortletBack {background-color: #FFFFFF;}.wpsEditBack, .wpsConfigureBack {background-color: #FFFFFF;}.wpsAdvancedOptions {background-color: #e4e4e4;border: solid 1px #4A4A4A;margin-left: 10px;}.wpsPortletColorBack {background-color: #CCCCCC;}.wpsPortletHead, .wpsEditHead {font-weight: bold;color: #333333;}.wpsPortletText, .wpsEditText, .wpsPortletSmText, .wpsEditSmText, .wpsPortletTinyText {font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;}.wpsCopyrightText {font-size: 0.9166em;color: #999999;}.wpsTableHead {font-weight: bold;color: #222222.;text-align: left;}.lotus_rtl .wpsTableHead {text-align: right;}.wpsTableHead th {padding: 3px;}.wpsTableRow, .wpsTableNrmRow {color: #333333;background-color: #ffffff;}.wpsTableSelectedRow {color: #333333;background-color: #c5d1de;}.wpsTableShdRow {color: #333333;}.wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td {border-width: 1px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;padding: 3px;}.wpsTableHeadLink, .wpsTableHeadLink:visited, .wpsTableHeadLink:hover, .wpsTableHeadLink:active {font-weight: normal;color: #000000;}.wpsTable {border-width: 1px;border-style: solid;border-color: #aaaaaa;}.wpsTable td {vertical-align:top;}.wpsTable a:focus, .wpsTable .wpsLink:focus {outline-color: -moz-use-text-color;outline-style:dotted;outline-width:2px;}.wpsTableHeadStart, .wpsTableHeadMiddle, .wpsTableHeadEnd {font-weight: normal;color: #000000;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableHeadStartAlignCenter, .wpsTableHeadMiddleAlignCenter, .wpsTableHeadEndAlignCenter {font-weight: normal;color: #000000;text-align: center;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableHeadStartNumeric, .wpsTableHeadMiddleNumeric, .wpsTableHeadEndNumeric {font-weight: normal;color: #000000;text-align: right;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableDataStart, .wpsTableDataMiddle, .wpsTableDataEnd {text-align: left;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsTableDataStartAlignCenter, .wpsTableDataMiddleAlignCenter, .wpsTableDataEndAlignCenter {text-align: center;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsTableDataStartNumeric, .wpsTableDataMiddleNumeric, .wpsTableDataEndNumeric {text-align: right;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsPagingTable, .wpsPagingTableHeader, .wpsPagingTableFooter, .wpsPagingTableBody {border: 0px;margin: 10px 0;}.wpsPagingTableHeaderIcon, .wpsPagingTableFooterIcon {width: 16px;height: 16px;}.wpsPagingTableHeaderStart {background-color: #F0F0F0;border-top: 1px solid #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 0px none #aaaaaa;border-left: 1px solid #aaaaaa;}.wpsPagingTableHeaderMiddle {background-color: #F0F0F0;border-top: 1px solid #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 0px none #aaaaaa;border-left: 0px none #aaaaaa;}.wpsPagingTableHeaderEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableTopRight.gif");background-repeat: no-repeat;background-position: right top;background-color: transparent;}.wpsPagingTableFooterStart {background-color: #F0F0F0;border-top: 0px none #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.wpsPagingTableFooterMiddle {background-color: #F0F0F0;border-top: 0px none #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 0px none #aaaaaa;}.wpsPagingTableFooterEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableBottomRight.gif");background-repeat: no-repeat;background-position: right bottom; background-color: transparent;}.wpsPagingTableHeaderEmpty {height:7px;width:7px;line-height:1px;}.wpsTableRowDetail td {border-width:0px;text-align: left;border-width: 0px ! important;padding:2px 3px 5px 3px;}.wpsTableSectionHead {font-weight: bold;color: #000000;text-align: left;}.wpsTableSectionHead th {border-width: 1px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;padding: 3px 0 3px 5px;}.wpsTableTopRow td {border-color: #aaaaaa ! important;}.wpsPagingTableHeaderEmpty {height: 7px;width: 7px;line-height: 1px;}.wpsTableRowDetail td {border-width: 0px;text-align: left;border-width: 0px ! important;padding: 2px 3px 5px 3px;}.wpsCompactCheckBox, .wpsCompactRadioButton {height: 16px;margin-top: 0px;margin-bottom: 0px;}.wpsEditField{border: 1px solid #999999;}.wpsButtonText{font-weight: bold;color: #000000;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;}.wpsButtonDisabledText {font-weight: bold;color: #888888;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;}.wpsLabelText, wpsRequiredLabelText {color: #333333;}.wpsRequiredLabelText strong {color: #ff0000;}.wpsDescriptionText {color: #707070;}.wpsFieldErrorText {color: #000000;}.wpsFieldWarningText {color: #000000;}.wpsFieldSuccessText {color: #000000;}.wpsFieldInfoText {color: #000000;}.wpsInlineHelpText {color: #666666;}.wpsFieldMonospaced {font-family: monospace;font-size: 1.1667em;}.wpsFlagText {font-size: 0.9166em;color: #FF0000;}.wpsPortletTabBarSeparator {background: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/portletTabSeparator.gif");background-repeat: repeat-x;background-color: #95a5b9;margin: 0px;padding: 0px;height: 3px;}.wpsPortletTabSet {border: 0px;background-color: transparent;}.wpsPortletTab {border: 0px;background-color: transparent;}.wpsPortletSelectedTab {border: 0px;background-color: transparent;}.wpsPortletTabTopStart {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopLeft.jpg");background-repeat: no-repeat;background-position: bottom left;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletTabTopCenter {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopMiddle.jpg");background-repeat: repeat-x;background-position: bottom;}.wpsPortletTabTopEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopRight.jpg");background-repeat: no-repeat;background-position: bottom right;border-style: none;background-color: transparent;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletTabMiddleStart {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 0px none #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 1px solid #C0C0C0;}.wpsPortletTabMiddleCenter {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;white-space: nowrap;border-style: none;}.wpsPortletTabMiddleEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 1px solid #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 0px none #C0C0C0;}.wpsPortletTabBottomStart {background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 0px none #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 1px solid #C0C0C0;width: 5px;height: 5px;}.wpsPortletTabBottomCenter {background-color: #FFFFFF;border-style: none;}.wpsPortletTabBottomEnd {background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 1px solid #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 0px none #C0C0C0;width: 5px;height: 5px;}.wpsPortletSelectedTabTopStart {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopLeft.jpg");background-repeat: no-repeat;background-position: bottom left;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletSelectedTabTopCenter {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopMiddle.jpg");background-repeat: repeat-x;background-position: bottom;border-top: 0px solid #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px none #AAC2E6;}.wpsPortletSelectedTabTopEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopRight.jpg");background-repeat: no-repeat;background-position: bottom right;border-style: none;background-color: transparent;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletSelectedTabMiddleStart {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-top: 0px none #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 1px solid #AAC2E6;}.wpsPortletSelectedTabMiddleCenter {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-style: none;white-space: nowrap;}.wpsPortletSelectedTabMiddleEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-top: 0px none #AAC2E6;border-right: 1px solid #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px solid #AAC2E6;}.wpsPortletSelectedTabBottomStart {background-color: #FFFFFF;border-top: 0px none #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 1px solid #AAC2E6;width: 5px;height: 5px;}.wpsPortletSelectedTabBottomCenter {background-color: #FFFFFF;border-style: none;}.wpsPortletSelectedTabBottomEnd {background-color: #FFFFFF;border-top: 0px none #AAC2E6;border-right: 1px solid #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px none #AAC2E6;width: 5px;height: 5px;}.wpsPortletTabLink, .wpsPortletTabLink:visited, .wpsPortletTabLink:active, .wpsPortletTabLink:hover {color: #333333;}.wpsPortletSelectedTabLink, .wpsPortletSelectedTabLink:hover, .wpsPortletSelectedTabLink:visited, .wpsPortletSelectedTabLink:active {color: #2056A0;font-weight: bold;}.wpsPortletToolbar {background-color: #c5d1de;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarSection {border-width: 0px;}.wpsPortletToolbarButton {background-color: #c5d1de;padding: 3px;border-width: 1px;border-style: solid;border-color: #c5d1de;}.wpsPortletToolbarButtonRollover {background-color: #c5d1de;padding: 3px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarButtonPressed {background-color: #dadfe5;padding: 3px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsPortletToolbarButtonSelected {background-color: #aeb8c4;padding: 3px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsPortletToolbarButtonSelectedRollover {background-color: #aeb8c4;padding: 3px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarButtonIcon {width: 16px;height: 16px;}.wpsPortletToolbarControl {padding: 3px;}.wpsPortletToolbarText {color: #333333;}.wpsPortletToolbarDisabledText {color: #999999;}.wpsPortletToolbarLink, .wpsPortletToolbarLink:hover, .wpsPortletToolbarLink:visited, .wpsPortletToolbarLink:active {color: #333333;}.wpsPortletToolbarSeparator {background-color: #95a5b9;width: 1px;margin: 0px;padding: 0px;border-top: 0px none #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 0px none #e4edf5;border-left: 0px none #95a5b9;}.wpsPortletToolbarSpacer {padding: 0px 2px 0px 2px;}.wpsPortletToolbarHandle {background-color: #c5d1de;padding: 0px;margin: 0px;width: 1px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsBreadcrumbTrail {font-weight: bold;}.wpsBreadcrumbTrailLink, .wpsBreadcrumbTrailLink:hover, .wpsBreadcrumbTrailLink:visited, .wpsBreadcrumbTrailLink:active {font-weight: bold;color: #3366CC;text-decoration: underline;}.wpsPortletAccentArea {background-color: #c5d1de;color: #333333;}.wpsPortletAccentArea3DHighlight {background-color: #e4edf5;color: #333333;}.wpsPortletAccentArea3DShadow {background-color: #95a5b9;color: #333333;}.wpsWizardTitle {font-weight: bold;background-color: #c1c1c1;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;}.wpsWizardStepNotification {background-color: #dfdfdf;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;}.wpsWizardBottomSubmit {background-color: #c1c1c1;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 25px;}.wpsCursorPointer {cursor: pointer;}a.wpsPersonName {text-decoration: none;white-space: nowrap;color: #3366CC;}a.wpsPersonName:visited {text-decoration: none;white-space: nowrap;color: #666699;}a.wpsPersonName:hover {text-decoration: underline;white-space: nowrap;color: #666699;}.wpsGettingStartedTitle{font-size: 1.1667em;font-weight: normal;color: #2055A3;}.wpsGettingStartedHeader{font-size: 1em;font-weight: normal;color: #2055A3;}.wpsGettingStartedBody{font-size: 0.9166em;color: #616161;padding-top: 10px;}.wpsSearchInfoBar{font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;background-color: #c7d9f1;}.wpsSearchUrl, a.wpsSearchUrl {font-weight: bold;}.wpsSearchUrlAddressText{color: #008000;font-style: italic;}.wpsSearchAttributeText{color: #c1c1c1;font-style: italic;}.wpsEditorToolbar {max-height: 24px;background-color: #D8D8D8;border-top: 1px solid #aebccf;border-right: 1px solid #355787;border-bottom: 1px solid #355787;border-left: 1px solid #aebccf;border-top: 1px solid #cccccc;}.wpsEditorToolbarSection {border-width: 0px;}tr.wpsEditorToolbar {padding: 0px 2px 0px 2px;} table.wpsEditorToolbar {padding: 0px 0px 0px 0px;width: 100%;height: 24px; background-color: #f0f0f0;border-top: 1px solid #cccccc;border-bottom: 0px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;background-color: white;background-image: url(/wps/DocEditor/images/editor_toolbar_gradient.gif);background-repeat: repeat-x;background-position: 0px 0px;} .wpsEditorToolbarButton {padding: 3px;margin: 0px;border-width: 1px;border-style: none;}.wpsEditorToolbarButtonRollover {background-color: WHITE;margin:0px;padding: 2px;border-top: 1px solid WHITE;border-right: 1px solid WHITE;border-bottom: 1px solid WHITE;border-left: 1px solid WHITE;}.wpsEditorToolbarButtonPressed {background-color: #d8d8d8;margin:0px;padding: 2px;border-top: 1px solid #888888;border-right: 1px solid #d8d8d8;border-bottom: 1px solid #d8d8d8;border-left: 1px solid #888888;}.wpsEditorToolbarButtonSelected {background-color: #aeb8c4;margin:0px;padding: 2px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsEditorToolbarButtonSelectedRollover {background-color: #aeb8c4;margin:0px;padding: 2px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsEditorToolbarButtonIcon {width: 18px;height: 18px;margin:0px;padding:0px;}.wpsEditorToolbarControl {padding: 1px 1px;}select.wpsEditorToolbarControl {border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;}.wpsEditorToolbarText {color: #333333;}.wpsEditorToolbarLink, .wpsEditorToolbarLink:hover, .wpsEditorToolbarLink:visited, .wpsEditorToolbarLink:active {color: #333333 ;}.wpsEditorToolbarSeparatorNew {background-color: #355787;height: 18px;width: 5px;margin: 0px;padding: 0px;border-top: 0px none #305080;border-bottom: 0px none #305080;border-left: 1px none #aebccf;}.wpsEditorToolbarSeparator {background-image: url(/wps/DocEditor/images/separator.gif);margin: 0px;padding: 0px 7px 0px 7px;}.wpsEditorToolbarSpacer {padding: 0px 2px 0px 2px;}.wpsEditorToolbarHandle {background-color: #c5d1de;padding: 0px;margin: 0px;width: 1px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsEditorTextArea {background-color: #fff;border: 1px solid #cccccc;padding: 0px;margin: 0px;}.wpsEditorTextAreaText {margin: 0px; padding: 0px;border: 0px none;}.clearing {clear: both;}.layoutRow {width: 99%;}.layoutColumn {width: 100%;}.generalErrorText {color: red;}.portlet-separator {margin:0px; line-height:1px;background-color: #999999;}.ibm-portlet-section-header {border-bottom: 1px solid #E0E0E0;}.information {color: #888; margin-bottom: 0.4em;}.ibm-portlet-section-body {width: 100%;clear: both;}.ibm-portlet-item-summary-list {padding:0;margin:0}.ibm-portlet-item-summary-list UL {padding: 0; margin: 0;}.ibm-portlet-item-summary-list LI {padding: 0; margin: 0; list-style: none;}.ibm-portlet-item-summary-list .ibm-portlet-item-summary {margin-bottom: 2em;}.centered-div-outer {overflow: hidden;position: relative; width: 100%;}.centered-div-outer[class] {display: table; position: static;}.centered-div-outer .centered-div-middle {position: absolute; top: 50%; text-align: center; width: 100%;} .centered-div-outer .centered-div-middle[class] {display: table-cell; vertical-align: middle; position: static;}.centered-div-outer .centered-div-middle .centered-div-inner {position: relative; top: -50%} .ibm-portlet-item-summary-list .ibm-portlet-item-summary {margin-bottom: 2em;}.ibm-portlet-item-summary H3 {margin:0;padding:0;display:inline; ;font-weight:normal;}.ibm-portlet-item-summary UL.property-list {margin: 0.05em 0; padding:0; width: 100%;}.ibm-portlet-item-summary UL.property-list LI {display: inline; color: gray; float: left; margin: 0; margin-right:0.5em; padding: 0; list-style-type: none;}.ibm-portlet-item-summary PRE.text {font-family: Helvetica, Arial, sans-serif; font-size: 1em;margin:0;padding:0;}.ibm-portlet-item-summary .abstract {padding: 0; margin-top: 0.75em;}.ibm-portlet-item-summary .abstract P {margin-top:0;padding-top:0;}.ibm-portlet-item-summary .item-affordance TD {padding-top: 0.7em; padding-bottom: 0.7em;}.ibm-portlet-item-summary .item-affordance TD.locked-icon {padding:0; vertical-align: top; text-align: right;}.ibm-portlet-item-summary .item-affordance TD.icon {vertical-align: middle; padding-left: 1.5em; padding-right: 1.5em;}.ibm-portlet-item-summary .item-affordance UL.property-list {padding-left: 0.7em;}.ibm-portlet-item-summary .item-affordance TD.folder .abstract {padding: 0 0.6em; margin-top: 0.75em;}.ibm-portlet-item-summary .item-affordance TD.document .abstract {padding: 0 0.6em; margin-top: 0.75em;}* HTML .ibm-portlet-item-summary .item-affordance TD .drag-image {margin-right: 10px;}*:first-child+html .ibm-portlet-item-summary .item-affordance TD .drag-image {margin-right: 10px;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary DIV.name-indent {padding: 0 0.6em;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.folder-link,TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.folder-link:visited {color: #0063DC;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.document-link,TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.document-link:visited {color: #0063DC;}A.document-link {color: #0063DC; text-decoration: none;}A.document-link:visited {color: #0063DC;}A.document-link:hover {text-decoration: underline;}.ibm-portlet-sidebar .info-section UL.property-list {margin: 0;padding: 0;}.ibm-portlet-sidebar .info-section UL.property-list LI {margin: 0;padding: 0;margin-bottom: 0.5em;list-style: none;}.ibm-portlet-sidebar .info-section UL.property-list LI LABEL {color: #888;}.palette h5{color: #FFFFFF !important;background-color: #578adb;background: #578adb url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/toolbar_background.gif) repeat-x;font-size: 1.333em;border: 1px solid;border-right: 0px;border-color: #97A9C1;height: 48px;margin-top: 0px; margin-bottom: 0px;}.palette h5 div{margin-top: 18px;margin-left: 10px;}.palette form{display: inline;}.contentTypeSearch{background-color: #E8EBF1;color: #7A93BB;margin-top: 0px;margin-bottom: 0px;}.contentTypeSearch table{margin-left: 10px;} .categoryTitleExpanded{background: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/palette_selected_cat.gif") repeat-x;background-position: top;background-color: #E8EBF1;font-size: 0.9166em;font-family: arial;padding: 5px 10px;color: #7A93BB;margin-bottom: 0px;}.categoryTitleCollapsed{background: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/palette_unselected_cat.gif") repeat-x;background-position: top;background-color: #E8EBF1;font-family: arial;font-size: 0.9166em;color: #7A93BB;padding: 5px 10px;margin-bottom: 0px;}.contentItemListCollapsed{display: none;}.contentItem{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #4E4E4E;}.contentItemGrayed{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #C6C6C6;}.contentItemHover{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #4E4E4E;}.contentItemGrayedHover{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #C6C6C6;}.contentItemIcon{vertical-align: middle; border: 0px;} .contentItem button{visibility: hidden;}.contentItemHover button{visibility: visible;}.contextMenu{border: 0px; background-color: transparent;} .actionMainArea{margin: 4px;}.actionFooter{margin-top: 4px;}.dropActive{border: 1px solid #FF9000;}.dropAware{border: 1px solid #FFEBC5;}.dijitRtl .wpsPagingTableHeaderEnd {background-image: url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableTopRight_rtl.gif); background-position: left top;}.dijitRtl .wpsPagingTableFooterEnd {background-image: url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableBottomRight_rtl.gif); background-position: left bottom;}.dijitRtl .wpsPagingTableHeaderStart {border-width: 1px 1px 0 0; border-style: solid solid none none;}.dijitRtl .wpsPagingTableFooterStart {border-width: 0 1px 1px 0; border-style: none solid solid none;}.dijitRtl .wpsPortletSelectedTabTopStart {background-image: url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopRight.jpg); background-position: right bottom;}.dijitRtl .wpsPortletTabTopStart {background-image: url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopRight.jpg); background-position: right bottom;}.dijitRtl .wpsPortletSelectedTabMiddleStart, .dijitRtl .wpsPortletTabMiddleStart, .dijitRtl .wpsPortletSelectedTabBottomStart, .dijitRtl .wpsPortletTabBottomStart {border-width: 0 1px 0 0; border-style: none solid none none;}.dijitRtl .wpsPortletSelectedTabTopEnd {background-image: url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopLeft.jpg); background-position: left bottom;}.dijitRtl .wpsPortletTabTopEnd {background-image: url(/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopLeft.jpg); background-position: left bottom;}.dijitRtl .wpsPortletSelectedTabMiddleEnd, .dijitRtl .wpsPortletTabMiddleEnd, .dijitRtl .wpsPortletSelectedTabBottomEnd, .dijitRtl .wpsPortletTabBottomEnd {border-width: 0 0 0 1px; border-style: none none none solid;}.dijitRtl .wpsTableDataStart, .dijitRtl .wpsTableDataMiddle, .dijitRtl .wpsTableDataEnd {text-align: right;}.dijitRtl .wpsTableHeadStart, .dijitRtl .wpsTableHeadMiddle, .dijitRtl .wpsTableHeadEnd {text-align: right;}.dijitRtl H2.help {text-align: right;}#mainSitemContainer .dijitContentPane {width:50% !important}#mainSitemContainer #dijit_layout_ContentPane_1{left:50% !important;right:50% !important;} #mainSitemContainer .dijitSplitContainerSizerH {left:49% !important;right:49% !important;cursor:default;}.lwpMenuItem, a.lwpMenuItem, a.lwpMenuItem:visited, a.lwpMenuItem:hover a.lwpMenuItem:active {color: #000000;text-decoration: none;background-color: #ffffff;}.lwpSelectedMenuItem, a.lwpSelectedMenuItem:visited, a.lwpSelectedMenuItem:hover, a.lwpSelectedMenuItem:active{background-color: #284888;color: #ffffff !important;text-decoration: none;cursor: pointer;}.lwpMenuItemDisabled, a.lwpMenuItemDisabled, a.lwpMenuItemDisabled:visited, a.lwpMenuItemDisabled:hover, a.lwpMenuItemDisabled:active {color: #888888 !important;text-decoration: none;background-color: #ffffff;font-style: italic;}.lwpBorderAll {border-right: 1px solid #DCDCDC;border-left: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;}.lwpShadowBorder {border-right: 1px solid #888888;border-bottom: 1px solid #888888;}.lwpPpkList {width: 250px;height: 200px;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;border-left: 1px solid black;border-top: 1px solid black;overflow: auto;}.lwpPpkListBorder {width: 250px;height: 200px;border-left: 1px solid #a0a0a0;border-top: 1px solid #a0a0a0;border-bottom: 2px solid #c0c0c0;}.lwpPpkNormalText {background-color: white; color: black;}.lwpPpkSelectedText {background-color: #284888;color: white;}.wpthemeImagesOff .portlet-form-input-field,.wpthemeImagesOff .portlet-menu,.wpthemeImagesOff .wpsButtonText,.wpthemeImagesOff .wpsEditField {border-style: outset;}.weekday_header {font-size: 1em;background-color: #999999;color: #333333;}.other_month_header {background-color: #E4E3E3;color: #7E7001;height: 20px;}.current_month_header {background-color: #CBDBF3;color: #333333;height: 20px;}.other_month_cell {background-color: #F0F0F0;}.current_month_cell {background-color: #FFFFFF;color: Black;}.current_day_header {font-size: 1em;background-color: #92B5E6;color: #333333;height: 20px;}a.current_day_header:link {background-color: transparent;color: #333333;}a.other_month_header:link {background-color: transparent;color: #0000ff;}a.current_month_header:link {background-color: transparent;color: #0050C9;}.lwp-teamSpace-title, .lwp-webConference-title {font-weight: bold;background-color: #5C5C5C;color: #FFFFFF;}.popup-background {background-color: #eeeeee;}.lwp-middleToolbar {font-size: 1em;color: #737373; background-color: #FFFFFF;border-bottom: 0px solid #D8D8E0;padding: 4px 4px;margin: 0px;}.lwpAdminButton {font-size: 1em;color: #FFFFFF; background-color: #A0A0A0;text-decoration: none;padding: 0px 5px;margin: 0px;}.lwpAdminButtonLink, .lwpAdminButtonLink:hover, .lwpAdminButtonLink:active, .lwpAdminButtonLink:visited {font-size: 1em;font-weight: normal;color: #FFFFFF; background-color: #A0A0A0;margin: 0px;text-decoration: none;}.lwpNavButton {color: #FFFFFF; background-color: #70A8F0;margin: 0px;text-decoration: none;padding: 0px 5px;}.lwpNavButtonLink, .lwpNavButtonLink:hover, .lwpNavButtonLink:active, .lwpNavButtonLink:visited {font-weight: normal;color: #FFFFFF; background-color: #70A8F0;margin: 0px;text-decoration: none;}.button-link, a.button-link, a.button-link:hover, a.button-link:visited {text-decoration: none;color: #000000;}.lwpIconOnly, .lwpIconOnlyDisabled {border:0px;background-color:white;}.lwpDialogDisabledIconBackground, .lwpDialogIconBackgroundDisabled {text-decoration: none;text-align: center;vertical-align: top;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center;border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #888888;}.lwpSeparatorBg {background-color: #999999;height: 1px;}div.lwpSeparatorBg {background-color: #999999;margin: 2px 0 2px 0;}.borderNone {border-width: 0 ! important;}.lwpPortletTitleBorder {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/skin_border.gif");background-position: bottom;background-repeat: repeat-x;}.lwpSearchBar{margin: 5px 0;background-color: #ECECEC; text-align: right;} .lwpSearchBar table{margin-right: 0;margin-left: auto;}.lwpSearchBar td{padding: 5px 3px 5px 2px;}.lwpSearchBar .portlet-form-field-label{padding-left: 10px;}.lwpInlineHelp td{padding: 5px 10px 5px 1px;vertical-align: top;}.lwpMenuHeader, a.lwpMenuHeader, a.lwpMenuHeader:visited, a.lwpMenuHeader:hover {background-color: #F0F0F0;color: #000000;text-decoration: none;font-weight: normal;cursor: pointer;}.lwpMenuBackground {background-color: #ffffff;}.lwpLastReadMark {font-weight: bold;color: #FFFFFF;background-color: #666666;text-align: center;padding: 3px 0;}.lwpDateStampMark {font-weight: bold;color: #666666;background-color: #999999;text-align: center;padding: 3px 0px;}a.lwpCalLinkText {text-decoration: none;}a.lwpCalLinkText:hover {text-decoration: underline;}a.lwpCalDateLinkText, a.lwpCalDateLinkText:visited {text-decoration: none;color: #000000;}a.lwpCalDateLinkText:hover {text-decoration: underline;color: #666699;}a.lwpCalInactiveDateLinkText, a.lwpCalInactiveDateLinkText:visited {text-decoration: none;color: #a0a0a0;}a.lwpCalInactiveDateLinkText:hover {text-decoration: underline;color: #666699;}.lwpCal1WeekCellRow {height: 6em;font-weight: normal;}.lwpCalCellRow {height: 2.2em;font-weight: normal;}.lwpCalLDivider {border-left: solid 1px #aaaaaa;}.lwpCalNoBottom {border-bottom: none;}.lwpCalHeaderImage {padding: 12px 3px 2px 0px; margin-bottom: 5px;}.lwpCalAttendeeHeading {color: #898989;}.lwpCalSectionHeader {font-weight: bold;color: black;padding-top: 12px;padding-bottom: 2px;margin-bottom: 5px;display: block;}.lwpCalInviteeSection {padding-left:2px;}.lwpCalWeekNumber {color: #808080;}.lwpCalEntryHoverDetail {border : solid 1px #000000;position: absolute; visibility: hidden; width: 400px;overflow: hidden;}.lwpCalEventField {padding:5px 0px 3px 0px;}.lwpCalEntryHoverPosition {padding-left: 5px;}.lwpCalBgMeeting, .lwpCalBgWebConf {background-color: #C3D3E6;}.lwpCalBgAppointment{background-color: #D8F8D8;}.lwpCalBgAnniversary{background-color: #F8E8D0;}.lwpCalBgReminder{background-color: #F8F8D0;}.lwpCalBgAllDayEvent{background-color: #F8E0E0;}.lwpCalTodayCell {border: solid 1px #000000;}.lwpCalMonthDayCell {border-top: solid 1px #AAAAAA;height: 6.4em;width: 14%;}.lwpCalInactiveDayCell {background-color: #efefef;}.lwpCalInactiveDay {color: #a0a0a0;}.lwpCalSeperator {border-bottom: solid 1px #ffffff;}.lwpCalConflict {border-left: solid 2px #000000;}.lwpCalTimeText {text-align: right;}.lwpCalEntryPosition {padding-top: 2px;}.lwpCalBDivider {border-bottom: solid 1px #aaaaaa;}.chat_background {background-color: #FFFFFF;}.chat_partner_presence {border-top : 1px solid #AAAAAA;border-left : 1px solid #AAAAAA;border-color : #AAAAAA;padding: 3px;background-color: #EEEEEE;}.chat_partner_presence_corner {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/chat_presence_corner.gif");background-repeat: no-repeat;background-position: top;background-color: transparent;background-color: #FFFFFF;}.chat_partner_alert {border-top : 1px solid #AAAAAA;border-left : 1px solid #AAAAAA;border-right : 1px solid #AAAAAA;border-color : #AAAAAA;padding: 3px;background-color: #FFFFFF;color: #666666;}.chat_transcript {border-left : 1px solid #AAAAAA;border-right : 1px solid #AAAAAA;border-bottom : 1px solid #AAAAAA;border-top : 1px solid #AAAAAA;border-color : #AAAAAA;}.chat_transcript_nway {border-top : 1px solid #456A8B;border-left : 1px solid #456A8B;border-right : 1px solid #456A8B;border-bottom : 1px solid #456A8B;border-color : #456A8B;}.chat_message_input {border-top : 1px solid #AAAAAA;border-left : 1px solid #AAAAAA;border-right : 1px solid #AAAAAA;border-bottom : 1px solid #AAAAAA;border-color : #AAAAAA;background-color: #FFFFFF;}.chat_statusbar {border-top : 1px solid #AAAAAA;border-color : #AAAAAA;background-color: #EEEEEE;color: #AAAAAA;}.chat_participants {border-bottom : 1px solid #D8D8D8;border-color : #D8D8D8;}.lwp-agendaItemDocument {color: #585858;padding-top: 3px;padding-bottom: 3px;}.lwp-agendaItem-ul {padding-top: 3px;list-style-type: none;margin-left: 0px;margin-right: 20px;padding-bottom: 0px;}.lwp-agendaItem-li {padding-top: 0px;padding-bottom: 0px;}.lwp-agendaItem, .lwp-agendaItem:visited, a.lwp-agendaItem, a.lwp-agendaItem:active, a.lwp-agendaItem:visited, .lwp-agendaItemPage, a.lwp-agendaItemPage, .lwp-agendaItemSlide, .lwp-agendaItemPage:visited, .lwp-agendaItemSlide:visited {background-color: rgb(246,246,246);text-decoration: none;color: #7080A8;font-weight: normal;padding-top: 1px;padding-bottom: 1px;}a.lwp-agendaItem:hover, .lwp-agendaItemPage:hover, .lwp-agendaItemSlide:hover {text-decoration: underline;color: #639ACE;font-weight: normal;}.lwp-selectedAgendaItem, a.lwp-selectedAgendaItem {background-color: rgb(49, 106, 197);padding-top: 1px;padding-bottom: 1px;color:#FFFFFF;line-height: 150%;text-decoration: none;font-weight: bold;}.lwp-selectedAgendaItem:visited, a.lwp-selectedAgendaItem:visited {color: #FFFFFF;}a.lwp-selectedAgendaItem:hover {background-color: rgb(49, 106, 197);padding-top: 1px;padding-bottom: 1px;color:#FFFFFF;line-height: 150%;text-decoration: underline;font-weight: bold;}.lwpProjectorHeaderStart {background-color: #70A8F0; border-top: 1px solid #777777;border-right: 0px none #777777;border-bottom: 0px none #777777;border-left: 1px solid #777777;}.lwpProjectorHeaderMiddle {background-color: #70A8F0;border-top: 1px solid #777777;border-right: 0px none #777777;border-bottom: 0px none #777777;border-left: 0px none #777777; color: #343434;font-weight: bold;}.lwpProjectorHeaderEnd {background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/projectorTableTopRight.gif");background-repeat: no-repeat;background-position: right top;background-color: transparent;}.lwpSlideTable {border-width: 1px;border-style: solid;border-color: #000000;}.lwpSlideTableHeadStart, .lwpSlideTableHeadMiddle, .lwpSlideTableHeadEnd {font-weight: bold;color: #989898;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #000000;}.lwpSlideBorder{border-color: #b0b0c0;border-style: solid;border-width: 1px 1px 1px 1px;}.lwpAgendaFrameDiv{position:absolute;width:100%;visibility:hidden;bottom:0;border:1px solid rgb(233, 233, 233);background-color: rgb(246, 246, 246);top:80px;}.lwpAttendeesFrameDiv{width:100%;position:absolute;bottom:0;border:1px solid rgb(233, 233, 233);background-color: rgb(246, 246, 246);visibility:hidden;overflow:auto;top:26px;}.lwpDownloadsFrameDiv{width:100%;position:absolute;bottom:2px;visibility:hidden;top:26px;}.lwpHostingStarted {font-size: 1.1667em;font-weight: bold;color: #FFFFFF;}.lwpHostingStartedLarge {font-size: 1.1667em; font-weight: bold;color: #FFFFFF;}.lwp_labelNormalStyle, a.lwp_labelNormalStyle, a.lwp_labelNormalStyle:visited, a.lwp_labelNormalStyle:active {color: #000000; text-decoration: none;}.lwp_labelHighlightStyle, a.lwp_labelHighlightStyle, a.lwp_labelHighlightStyle:active, a.lwp_labelHighlightStyle:visited {font-weight: bold;text-decoration: none;color: #FFFFFF; background-color: #A0A0A0; padding-right: 5px;}.lwp_labelMouseoverStyle, a.lwp_labelMouseoverStyle:hover, a.lwp_labelMouseoverStyle:active {font-weight: normal;text-decoration: underline;color: #000000;}.lwp_labelDragoverStyle{font-weight: normal;text-decoration: underline;color: #000000;}.lwpFldNodeLableSpacing, .lwpFldNodeLabelSpacing {padding-left: 5px;}.lwpPeopleFlyoutExpanded {background-color: #DEDEDE;border-left: 1px solid #9A9A9A;border-right: 0px;border-top: 0px;border-bottom: 1px solid #DEDEDE;}.lwpPeopleFlyoutCollapsed {background-color: #DEDEDE;border-left: 1px solid #686868;border-right: 0px;border-top: 0px;border-bottom: 1px solid #DEDEDE;}.lwpPeopleFlyoutFrame {background-color: #DEDEDE;border-left: 1px solid #686868;border-right: 1px solid #686868;border-top: 1px solid #686868;border-bottom: 1px solid #686868;}.lwpTimeDateBorder {border:0px;} .lwpTimeDateCalBorder {background-color: white;border-top: 1px none #aaaaaa;border-right: 1px solid #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.lwpTimeDateCalText {font-weight: bold;}.lwpTimeDateDayName {text-align: center;font-weight: normal;vertical-align: middle;background-color: white;border-top: 1px none #aaaaaa;border-right: 1px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px none #aaaaaa;}.lwpTimeDateDay {text-align: center;vertical-align: middle;background-color: white;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;}.lwpTimeDateWeekendDay {text-align: center;vertical-align: middle;background-color: white;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;}.lwpTimeDateDayLink {text-decoration:none;}.lwpTimeDateCalTop {border: 1px solid #aaaaaa;background-color: #eeeeee;}.lwpTimeDateSelectedCalTop {border: 1px solid #606098;background-color: #d0d0d0;}.lwpTimeDateSelectedDay {text-align: center;vertical-align: middle;background-color: #ffffff;}.lwpTimeDateSelectedDayLink {text-decoration:none;text-align: center;vertical-align: middle;background-color: #d0d0d0;}.lwpTimeDateSelectedWeek {text-decoration:none;text-align: center;vertical-align: middle;background-color: #d0d0d0;}.lwpTimeDateSelectedAllWeeks {text-decoration:none;text-align: center;vertical-align: middle;background-color: #e8e8e8;}.lwpTimeDateWeek {text-decoration:none;text-align: center;vertical-align: middle;background-color: #ffffff;border: 1px solid #aaaaaa;}.lwpTimeDateMonthRadio {text-decoration:none;text-align: center;vertical-align: middle;width:15px;border-right: 1px solid #aaaaaa;}.lwpTimeDateWeekRadioOn {text-decoration:none;text-align: center;vertical-align: middle;background-color: #d0d0d0;width:15px;border-color: #aaaaaa;border-right: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.lwpTimeDateWeekRadioOff {text-decoration:none;text-align: center;vertical-align: middle;background-color: #ffffff;width:15px;border-color: #aaaaaa;border-right: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.lwpTimeDateEmptyDayName {font-weight: normal;text-align: center;vertical-align: middle;background-color: #ffffff;width:15px;border-right: 1px solid #aaaaaa;border-left: 1px none #aaaaaa;border-bottom: 1px solid #aaaaaa;}.outerTreeStyle{color: WindowText;border-width: 0px;border-style: none;padding:0px;font-weight: 400;}.nodeStyle{padding: 0px;letter-spacing: 0;border-collapse: collapse;}.scrollStyle{overflow: auto;width: 200px;}.tdStyle{padding: 0px;width: 200px;}.labelDragoverStyle{font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-style: italic;}.linkTextStyle{text-decoration: none}.classForTreeSysIcons {}.tdTreeTabStyle{padding: 0px;width: 200px;margin:0px}.tdTableStyle{width: 200px;padding:0px;margin:0px}.headerStyle{width: 200px;background-color: ThreeDFace;color: WindowText;border-width: 1px;border-style: solid;border-color: ThreeDShadow;margin:0px;padding:0px;}.tree_outerTreeStyle{color: WindowText;border-width: 0px;border-style: none;padding: 0px;font-weight: 400;}.tree_nodeStyle {padding: 0px;letter-spacing: 0;border-collapse: collapse;margin: 0px;}.tree_scrollStyle{overflow: auto;width: 200px;}.tree_tdStyle{padding: 0px;width: 200px;}.tree_labelNormalStyle {font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;}.tree_nodeImageStyle {border-right: 0px;border-top: 0px;border-left: 0px;width: 19px;border-bottom: 0px;height: 16px}.tree_labelHighlightStyle{font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-weight: bold;}.tree_labelMouseoverStyle{font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-style: italic;}.tree_labelDragoverStyle{font-size: 11px;color: #000000;background-color: #bbbbbb;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-style: italic;}.tree_linkTextStyle{text-decoration: none}.tree_classForTreeSysIcons {}.tree_tdTreeTabStyle{padding: 0px;width: 200px;margin:0px}.tree_tdTableStyle{width: 200px;padding:0px;margin:0px}.tree_headerStyle{width: 200px;background-color: ThreeDFace;color: WindowText;border-width: 1px;border-style: solid;border-color: ThreeDShadow;margin:0px;padding:0px;}.personMenu .personMenuActions {-moz-border-radius: 7px;}.personMenu .personMenuActions tr, .personMenu .personMenuActions.toggle {float:right; margin:1px 1px 1px 1px; padding:0px;}.toggle img {float:right;}.personMenu .businessCardExtended {width:390px;}.personMenu .toggle {width:390px;}.personMenu .toggle img{float:right;}.X-person-display-inline .personMenu .personMenuActions a:link, .X-person-display-inline .personMenuActions a:visited{}.lwpDialogIconBackground {text-decoration: none;text-align: center;vertical-align: top;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #000000;cursor: pointer;}.lwpCalHeader {color: #3366CC;font-weight: bold;vertical-align: top;}.lwpCalTDivider {border-top: solid 1px #aaaaaa;}.lwpCalViewMenuPosition {padding-left: 2px;padding-top: 8px;padding-bottom: 8px;}.lwpCalFsizeX {font-size: 1.1667em;}.lwpButtonText {font-weight: bold;text-decoration: none;color: #000000;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-bottom: 1px solid #919191;border-right: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 2px;overflow: visible;margin: 0px;text-align: center;cursor: pointer;}.lwpButtonTextDisabled {text-decoration: none;text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!YhCANQoyGac-C47kTSp4tg/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center;border-top: 1px solid #919191;border-bottom: 1px solid #919191;border-right: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: bold;color: #888888;}.lwpButtonSpacer {margin-right: 2px;}.lwpButtonGroup{margin: .25em 4px;}.lwpTreePanel {overflow: auto;height: 100%;width: 18em;}.lwpTreePanelBody {border-left: 1px solid #aaaaaa;border-right: 0px;border-top: 0px;border-bottom: 0px;}.lwpTreePanelHeader {background-color: #F0F0F0;border-left: 1px solid #aaaaaa;border-right: 0px;border-top: 1px solid #aaaaaa;border-bottom: 1px solid #aaaaaa;}.lwpTreePanelFooter {background-color: #F0F0F0;border-left: 1px solid #aaaaaa;border-right: 0px;border-top: 1px solid #aaaaaa;border-bottom: 1px solid #aaaaaa;}.lwpAlignRight {text-align: right;}.lwpMailboxRecipientAnchor, a.lwpMailboxRecipientAnchor {color: black;text-decoration: underline;cursor: pointer;}.lwpMailboxRecipientAnchor:hover, a.lwpMailboxRecipientAnchor:hover {color: black;text-decoration: underline;cursor: pointer;}.lwpMailboxRecipientAnchor:visited, a.lwpMailboxRecipientAnchor:visited {color:black;}.unreadMailText, a.unreadMailText {font-weight: bold;text-decoration: underline;color: #3366CC;}.lwp_nodeStyle {border-collapse: collapse; border-spacing:0px;}.lwp_tdStyle {white-space:nowrap; padding:0px;}.lwp_nodeImageStyle {border-top: 0px; border-right: 0px; border-left: 0px; border-bottom: 0px;}.lwp_linkTextStyle {text-decoration:none;}.wpthemeImagesOff .lwpButtonText {border-style: outset;}.wpthemeMenuAnchor {display:inline-table !important;}.wpthemeMenuBorder {top: -9999px; border:3px solid #454545; border:3px solid rgba(23, 23, 23, 0.8); -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.4); box-shadow:0 0 4px rgba(0, 0, 0, 0.4); -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:0; z-index: 10000; position: absolute; padding:0; display: none;}.wpthemeMenuBorder .wpthemeMenuNotchBorder {position:absolute; background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/cam_sharkfin_normal_top.png); background-position: center; background-repeat: no-repeat; width: 13px; height: 10px; padding: 0 20px; top: -10px;}.wpthemeMenuBorder .wpthemeMenuDropDown {list-style: none outside none; margin: 0; white-space: nowrap; padding: 7px 10px; background-color:white; cursor:default;}.wpthemeMenuBorder .wpthemeMenuDropDown li {color:#222; margin: 1px; padding: 2px 8px; font-family: arial; font-size: 1.1em; text-align: left; border: 1px solid transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li:focus,.wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li:hover{background-color:#F0FAFA; border: 1px solid rgb(215,230,232);}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem:focus .wpthemeMenuText, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem:hover .wpthemeMenuText {text-decoration: underline;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem {cursor:pointer;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader {font-weight:bold; color:#000; font-size: 1.15em;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:hover {background-color: transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus .wpthemeMenuText,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus .wpthemeMenuText, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover .wpthemeMenuText,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:focus .wpthemeMenuText, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:hover .wpthemeMenuText {text-decoration: none;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover {border: 1px solid transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:hover {border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuDisabled {color: #CCCCCC;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator {border-top: thin solid #e0e0e0; background-color: transparent; padding: 0px 10px; font-size:0px; line-height:0;}.wpthemeMenuBorder .wpthemeMenuDropDown .wpthemeMenuText {display:inline; width:100%;}.wpthemeMenuLoading {top: -99999px !important; white-space: nowrap; margin: 1px; padding: 5px 10px 5px 25px; position: absolute; background-image:url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/loading.gif); background-repeat:no-repeat; background-position:5px center;}.wpthemeMenuLoadingText {color:#222; font-family: arial; font-size: 1.1em;}.wpthemeMenuNotchBorder {visibility:hidden;}.wpthemeMenuShow .wpthemeMenuNotchBorder {visibility: visible;}.wpthemeMenuBadge {border-radius: 3px; color: #FFFFFF; font-size: 0.95em; font-weight: bold; margin-left: 6px; padding: 1px 4px; line-height: 1em; vertical-align: 1px;}.wpthemeMenuBadgeInfo {background-color: #009900;}.wpthemeMenuBadgeWarn {background-color: #EE8800;}.wpthemeMenuBadgeError {background-color: #CC0000;}.wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuBorder.wpthemeMenuSubmenu {top: -9999px;}.wpthemeMenuDropDown li.typeSubmenu {}.wpthemeMenuDropDown .wpthemeAnchorSubmenu {position: relative;}.wpthemeMenuShow .wpthemeMenuDropDown .typeSubmenu.wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuSubmenu {top: -2em;}.wpthemeMenuSubmenu .wpthemeMenuDropDown li {font-size: 1.1em;}.wpthemeMenuSubmenu .wpthemeMenuDropDown .wpthemeMenuLoading {font-size: 1.1em;}.wpthemeMenuOverlay {visibility:hidden; position: absolute;}.wpthemeMenuShow .wpthemeMenuOverlay {visibility: visible; z-index: 10000;}.lotusui_ie7 .wpthemeControlBody .lotusSection,.lotusui_ie7 .wpthemeControlBody .lotusWelcomeBox {position: static;}.wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus,.wptheme_ie7 .wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus {display:none;}.wptheme_ie7 .wpthemeMenuDropDown {min-height: 0;}
.wpthemeMenuLeft {color: #000; float:left; position: absolute; z-index:10000; font-size: 0.9em;}.wpthemeMenuRight {color: #000; float:right; position: absolute; z-index:10000; font-size: 0.9em;}.lotusui_ie7 .wpthemeMenuRight {float: none;}.wpthemeMenuLeft .wpthemeMenuBorder .wpthemeMenuNotchBorder {left: 0px;}.wpthemeIcon .wpthemeMenuLeft .wpthemeMenuBorder .wpthemeMenuNotchBorder {left: -20px;}.wpthemeMenuRight .wpthemeMenuBorder .wpthemeMenuNotchBorder {right: 0px;}.wpthemeActionsMenu .wpthemeMenuRight .wpthemeMenuBorder .wpthemeMenuNotchBorder {padding: 0 30px;}.wpthemeIcon .wpthemeMenuRight .wpthemeMenuBorder .wpthemeMenuNotchBorder {right: -5px;}.wpthemeMenuBorder .wpthemeMenuDropDown li.rtl {text-align: right;}.wpthemeMenuShow .wpthemeMenuLeft .wpthemeMenuBorder {left: -10px; top: 25px; display: block;}.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuBorder {right: -10px; top: 25px; display: block;}.wpthemeIcon.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuBorder {right: 0px;}.wpthemeMenuShow .wpthemeMenuLeft .wpthemeMenuLoading {position: static;}.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuLoading {position: static;}.wpthemeMenuLeft .typeSubmenu.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {left: 104%;}.wpthemeMenuLeft .typeSubmenu.rtl.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {left: auto; right: 102%;}.wpthemeMenuRight .typeSubmenu.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {right: 102%;}.wpthemeMenuRight .typeSubmenu.rtl.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {left: 104%; right: auto;}
.wpthemeMenuBorder .wpthemeMenuNotchBorder {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/master.png); background-position: 30px -111px;}
.contextMenu,.componentName,.componentId,.templateId {display: none;}.wpthemeMenu {color: #000; position: absolute; z-index: 500; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}.wpthemeMenu .wpthemeMenuBorder {top: -9999px; border: 3px solid #4B4B4B ; border: 3px solid rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6); box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.6); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0; z-index: 501; position: absolute; padding: 0; display: none;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown {list-style: none outside none; margin: 0; white-space: nowrap; padding: 10px; background-color: white; cursor: default;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li {color: #222; margin: 1px; padding: 2px 8px; font-family: arial; font-size: 1em; text-align: left; border:1px solid transparent;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:focus,.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:hover {background-color: #F0FAFA; text-decoration: underline; border:1px solid #D7E6E8;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem {cursor: pointer;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader {font-weight: bold; color: #000; font-size: 1.05em;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus {background-color: transparent !important;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus {background-color: transparent !important; border-color: transparent !important; text-decoration: none !important;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuDisabled {color: #CCCCCC;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator {border-top: thin solid #e0e0e0; background-color: transparent; padding: 0px 10px; font-size: 0px; line-height: 0;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown .wpthemeMenuText {display: block; width: 100%;}.wpthemeMenu .wpthemeMenuLoading {top: -9999px; white-space: nowrap; margin: 1px; padding: 5px 10px 5px 25px; position: absolute; color: #444; font-family: arial; font-size: 1em; background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/loading.gif); background-repeat: no-repeat; background-position: 5px center; background-color:#FFFFFF;}.wpthemeMenu .wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuBorder.wpthemeMenuSubmenu {top: -9999px;}.wpthemeMenu .wpthemeMenuDropDown li.typeSubmenu {}.wpthemeMenu .wpthemeMenuDropDown .wpthemeAnchorSubmenu {position: relative;}.wpthemeMenu .wpthemeMenuShow .wpthemeMenuDropDown .typeSubmenu.wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuSubmenu {top: -2em;}.wpthemeMenu .wpthemeMenuSubmenu .wpthemeMenuDropDown li {font-size: 1em;}.wpthemeMenu .wpthemeMenuSubmenu .wpthemeMenuDropDown .wpthemeMenuLoading {font-size: 1em;}.wpthemeMenuOverlay {visibility: hidden; position: absolute;}.wpthemeMenuShow .wpthemeMenuOverlay {visibility: visible;}.lotusui_ie7 .wpthemeControlBody .lotusSection,.lotusui_ie7 .wpthemeControlBody .lotusWelcomeBox {position: static;}.wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus,.wptheme_ie7 .wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus {display: none;}.wptheme_ie7 .wpthemeMenuDropDown {min-height: 0;}.wpthemeMenuShow .wpthemeMenu .wpthemeMenuBorder {top: 0px; display: block;}.wpthemeMenuShow .wpthemeMenu {display: block;}.wpthemeMenuShow .wpthemeMenu .wpthemeMenuLoading {position: static;}.lotus_rtl .wpthemeMenuText {text-align: right;}.wpthemeMenu .wpthemeMenuInlineList {display: none; border: 2px solid #4B4B4B ; border: 2px solid rgba(0, 0, 0, 0.7); background-color: #fff; padding: 5px 0px; margin: 0; cursor: default; list-style-type: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);}.wpthemeMenu .wpthemeMenuInlineList li {display: inline-block; margin: 0; padding: 3px 7px;}.lotusui_ie7 .wpthemeMenu .wpthemeMenuInlineList li{display:inline-block;}.lotusui_ie .wpthemeMenu .wpthemeMenuInlineList li{display:inline;}.wpthemeMenuShow .wpthemeMenu .wpthemeMenuInlineList {display: block}.wpthemeMenuShow .wpthemeMenu {visibility: visible;}.wpthemeMenuShow .menuPointer {visibility: visible;}.wpthemeMenu .wpthemeMenuInlineList a,.wpthemeMenu .wpthemeMenuInlineList a:link,.wpthemeMenu .wpthemeMenuInlineList a:visited {text-decoration: none; background-color: #FFFFFF; color: #000000; padding: 3px 7px 3px 7px;}.wpthemeMenu .wpthemeMenuInlineList li:hover,.wpthemeMenu .wpthemeMenuInlineList li:focus,.wpthemeMenu .wpthemeMenuInlineList li:active {text-decoration: none; color: #000; background-color: #e1f4f9;}.wpthemeMenu .wpthemeMenuInlineList li.typeMenuitem {cursor: pointer;}.wpthemeMenu .wpthemeMenuInlineList li.typeHeader {font-weight: bold; color: #000; font-size: 1.05em;}.wpthemeMenu .horizontalMenuPointer {position: absolute; background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/cam_sharkfin_top.png); width: 11px; height: 9px; display: none;}.wpthemeMenuShow .wpthemeMenu .horizontalMenuPointer {display: block}.wpthemeMenu .verticalMenuPointer {position: absolute; display: none;}.wpthemeMenu .verticalMenuPointer.left , .wpthemeMenu .verticalMenuPointer.right {width: 10px; height: 13px; margin-top: -3px;}.wpthemeMenu .verticalMenuPointer.left {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/cam_sharkfin_left.png); left: -10px;}.wpthemeMenu .verticalMenuPointer.right {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/cam_sharkfin_right.png); right: -10px;}.wpthemeMenu .verticalMenuPointer.top {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/cam_sharkfin_normal_top.png); top: -10px; width : 13px; height: 10px; margin-left: -3px; margin-top: -2px;}.wpthemeMenuShow .wpthemeMenu .verticalMenuPointer {display: block;}.wpthemeMenuActive {border: 1px dashed lightblue;}
.wpthemeMenu .wpthemeMenuInlineList li {border-right: 1px solid #CCC;}.wpthemeMenu .wpthemeMenuInlineList li.wpthemeFirst {padding-left: 3px; margin-left: 4px;}.wpthemeMenu .wpthemeMenuInlineList li.wpthemeLast {padding-right: 7px; border-right: 0px;}
.wpthemeMenu div.horizontalMenuPointer {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/master.png); background-position: 0 -1044px;}.wpthemeMenu div.verticalMenuPointer.left {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/master.png); background-position: 0 -998px;}.wpthemeMenu div.verticalMenuPointer.right {background-image: url(/wps/contenthandler/!ut/p/digest!I09QqdexEzXA4cnnhWD_QQ/war/fk_apps/ExpTemaResponsiv/themes/FKResponsiv/css/images/master.png); background-position: 0 -1021px;}
.com_ibm_workplace_wcm_ecm_picker_dialog .docTree {border: solid #eaeaea 2px; background-color: #fafafa;}.com_ibm_workplace_wcm_ecm_picker_dialog .docTreeLibIcon {background-image: url(/wps/themeModules/modules/federation/css/library_16.gif);}.com_ibm_workplace_wcm_ecm_picker_dialog .icon16 {width: 16px; height: 16px; background-repeat: no-repeat;}.com_ibm_workplace_wcm_ecm_picker_dialog .dijitTreeContainerDIV {border: solid #eaeaea 1px; background-color: white; clear: both;}.dijit_a11y .com_ibm_workplace_wcm_ecm_picker_dialog .dijitTreeNodeSelected .dijitTreeLabel {border-bottom: 1px dotted;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeRow {cursor: not-allowed;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeNodeSelected .dijitTreeLabel {background-color: transparent; cursor: not-allowed;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeNodeHover .dijitTreeLabel {background-color: transparent; cursor: not-allowed;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeLabel {color: #aaaaaa; cursor: not-allowed;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeNodeSelected {background-repeat: repeat-x; background-color: transparent; background-image: none; padding: 0px 0px 0px; margin: 0px; border: none; color: #aaaaaa; cursor: not-allowed;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeNodeHover {background-color: transparent; background-image: none; padding: 0px 0px 0px; margin: 0px; border: none; color: #aaaaaa; cursor: not-allowed;}.lotusui30dojo .com_ibm_workplace_wcm_ecm_picker_dialog .disabledTree .dijitTreeLabelFocused {outline: none; background: transparent;}.com_ibm_workplace_wcm_ecm_picker_dialog > .lotusDialog > .lotusDialogContent, .lotusui30 > .com_ibm_workplace_wcm_ecm_picker_dialog > .lotusDialog > .lotusDialogContent {max-height: none; overflow:auto; padding:20px 20px 20px 20px;}.lotusui .docPickerDialogBorder {overflow: auto; width: auto;}.com_ibm_workplace_wcm_ecm_picker_dialog > div.lotusDialog > h1 {cursor: move;}.com_ibm_workplace_wcm_ecm_picker_dialog .lotusDialogFooter input.lotusFormButton, button.lotusFormButton {margin-right: 5px;}.com_ibm_workplace_wcm_ecm_picker_dialog .lotusDialogFooter input.feddocButtonLargeDistance, button.feddocButtonLargeDistance {margin-left: 30px;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocTopSpace {margin-top: 10px;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocTopSpaceSmall {margin-top: 5px;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocCustomUrlTextBox {margin-left: 8px; margin-right: 0px; padding-left: 0px; padding-right: 0px;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocConnectingBox {padding-top: 15px; display: block; position: absolute; top: 175px; left: 130px; width: 15em; height: 4ex; min-height: 30px; z-index: 50; background-color: white; text-align: center;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocNoSelection {color: #aaaaaa; font-style: italic;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocServerSelection {margin-left: 8px; padding: 4px 4px 4px 4px; overflow: auto; height: 20ex; border: 1px solid #b8b8b8; width: 92%;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocSampleText {font-weight: normal;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocHiddenOverflow {overflow: hidden;}.com_ibm_workplace_wcm_ecm_picker_dialog h4.feddocHeader4 {margin-top: 4px; margin-bottom: 4px;}.com_ibm_workplace_wcm_ecm_picker_dialog ul.lotusList li {border-bottom: 1px solid #b8b8b8; padding-left: 2px; padding-right: 2px;}.dijit_a11y .com_ibm_workplace_wcm_ecm_picker_dialog ul.lotusList li {border-bottom: none;}.com_ibm_workplace_wcm_ecm_picker_dialog ul.lotusList li span {padding-left: 2px; padding-right: 2px; cursor: default;}.dijit_a11y .com_ibm_workplace_wcm_ecm_picker_dialog ul.lotusList li.lotusSelected span {border-bottom: 1px dotted;}.com_ibm_workplace_wcm_ecm_picker_dialog ul.lotusList li.feddocServerItemHover {background-color: #e0ecf8; color: #000000;}.com_ibm_workplace_wcm_ecm_picker_dialog div.feddocViewControl {padding: 4px 4px 4px 4px; background-color: #F4F4F4; background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F0F0F0 100%); height: 3ex; min-height: 24px; position: relative; overflow: hidden;}.dijit_a11y .com_ibm_workplace_wcm_ecm_picker_dialog div.feddocViewControl {min-height: 5ex;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocErrorIcon {background: url('/wps/themeModules/modules/federation/images/iconError.gif') no-repeat center top;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocInfoIcon {background:url("/wps/themeModules/modules/federation/images/iconInfo.gif") no-repeat center top;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocQuickSearchIcon {background:url("/wps/themeModules/modules/federation/images/iconSearch16.png") no-repeat center top;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocShowPreviewIcon {background:url("/wps/themeModules/modules/federation/images/viewDetails16.png") no-repeat center top;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocItemPath {color: #999999;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocNoServersInfoBox {overflow: hidden; margin: 8px 0px 8px 8px;}.com_ibm_workplace_wcm_ecm_picker_dialog .feddocFilterBox {overflow: hidden; margin: 5px 2px 2px 2px; clear: both;}.com_ibm_workplace_wcm_ecm_picker_dialog .dijitTreeContainerDIV {padding: 0px;}input.dijitCheckBoxInput[type="radio"] {margin: 0;}
.edit-mode .dojoDndHandle {
	position: relative;
}

.edit-mode .dojoDndHandle .dragHandle {
	position: absolute;
	top: 0px;
	left: 40%;
	width: 20%;
	height: 50%;
	z-index: 100;
	background-image: url(/wps/themeModules/modules/dnd/css/images/DragHandleTop.png);
	opacity: 0.6;
	cursor: move;
	
} .wpthemeMessage {background-color: #FFEBE6; border-color: #F08137; border-radius: 3px 3px 3px 3px; font-size: 0.9em; padding: 10px; margin-bottom: 12px; overflow: hidden; position: relative; border-style: solid; border-width: 1px;} .wpthemeMessage .wpthemeDetails {background-color: #FFF; padding: 6px; margin-top: 6px; color: #333; border-radius: 0px 0px 3px 3px;}.wpthemeMessage .wpthemeMsgIcon {margin-right: 7px; margin-top: 0; float: left;}.wpthemeMsgIcon16 {background-image: url("/wps/themeModules/modules/pagebuilder/css/images/statusSprite.png"); background-repeat: no-repeat; height: 16px; width: 16px;}.wpthemeMessage.wpthemeMoreMsg {margin-left: 10px;}.wpthemeMessage.wpthemeInfo {background-color: #D9F1FB; border-color: #00B0DA;}.wpthemeMessage.wpthemeWarning {background-color: #FDF4C8; border-color: #E48617;}.wpthemeMessage.wpthemeSuccess {background-color: #ECF9DF; border-color: #108F53;}.wpthemeMsgIconInfo {background-position: 0px -26px;}.wpthemeMsgIconError {background-position: 0px 0px;}.wpthemeMsgIconWarning {background-position: 0px -78px;}.wpthemeMsgIconSuccess {background-position: 0px -52px;}.wpthemeMsgIconInfo, .wpthemeMsgIconError, .wpthemeMsgIconWarning,.wpthemeMsgIconSuccess {background-image: url("/wps/themeModules/modules/pagebuilder/css/images/statusSprite.png"); background-repeat: no-repeat; display: inline-block; height: 16px; width: 16px;}.wpthemeMessage span.wpthemeAltText {float: left; margin-left: 5px; margin-right: 5px;}.wpthemeMessage .wpthemeMessageBody {margin: 0 20px;}a.wpthemeHideShow {position: absolute; right: 22px; top: 5px;}.wpthemeMsgIconHide {background-position: 0 -104px; opacity: 0.55; height: 12px; width: 12px;}.wpthemeMsgIconShow {background-position: 0 -126px; opacity: 0.55; height: 12px; width: 12px;}a.wpthemeHideShow img {opacity: 0.60; filter: alpha(opacity=60); margin: 7px;}a.wpthemeHideShow:hover img, a.wpthemeHideShow:focus img, a.wpthemeHideShow:active img {opacity: 0.85; filter: alpha(opacity=85);}.wpthemeMessage .wpthemeDelete {right: 10px; top: 10px; position: absolute; background-repeat: no-repeat;}a.wpthemeDelete img {background-image: url("/wps/themeModules/modules/pagebuilder/css/images/statusSprite.png"); background-position: 0px -148px; height: 12px; opacity: 0.45; vertical-align: top; width: 12px; float: none; margin-top: 2px;}/*
 * The default styles for the New Content form in inplace editing.
 * This can be edited by customers if required.
 *
 * Note that these styles are used for both LTR and RTL languages, and so therefore all styles
 * applied to left must also be applied to right.
 */

/* Style the .wpwcmCreateTooltipContainer that surrounds the .wpwcmCreateContainer */
.wpwcmCreateTooltipContainer {
   padding: 0 !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   box-shadow: none !important;
   border: 0 none !important;
   background-color: transparent !important;
   -webkit-border-radius: 3px;
   -moz-border-radius:    3px;
   border-radius:         3px;
}

/* Style the .wpwcmCreateContainer, which is the container for the New Content form */
.wpwcmCreateContainer {
   background-color: #FFFFFF;
   border: 2px solid #777777;

   padding: 8px 8px 8px 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
	
   -webkit-border-radius: 3px;
   -moz-border-radius:    3px;
   border-radius:         3px;
}

/* Style the .wpwcmCreateContainer name input text box */
.wpwcmCreateContainer input {
   margin-right: 10px;
   margin-left: 10px;
}

/* Style the .wpwcmCreateContainerMsg, which is the message area in the New Content form */
.wpwcmCreateContainerMsg {
   max-width: 275px;
}

/* Style the .wpwcmCreateContainerMsg loading message */
.wpwcmCreateContainerMsg .wpwcmLoading {
   height: 16px !important;
   width: 16px !important;
}

/* Style for basic input */
.wpwcmCreateContainer button, .wpwcmCreateContainer input, .wpwcmCreateContainer select {
  font-family: Arial,Helvetica,sans-serif;
  font-size: inherit;
}

/* Style for WCM button */
.wpwcmCreateContainer .wpwcmCreateContainerBtn {
  padding: 5px 15px;
  text-shadow: 0 1px 1px #fff;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(center top , #ededed 0%, #e1e1e1 100%);
  border: 0 none;
  border-collapse: separate;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #333;
  font-weight: bold;
  margin: 0 4px 3px 1px;
  text-align: center;
  cursor: pointer;
  font-size: 0.9em;
}

/* Style for disabled WCM button */
.wpwcmCreateContainer .wpwcmCreateContainerBtnDisabled {
  color: #6c6c6c !important;
  border-width: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;
  color: #7c7c7c !important;
  background-color: #eee !important;
  border-color: #ccc !important;
  color: #b0b0b0 !important;
  cursor: default !important;
}

/* Style for error message box. Base style for message box */
.wpwcmCreateContainer .wpwcmMessage {
  background-color: #ffebe6;
  border-color: #f08137;
  border-radius: 3px;
  font-size: 0.9em;
  padding: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  border-width: 1px;
  border-style: solid;
  font-size: 0.9em;
}

/** Style for icon in message box */
.wpwcmCreateContainer .wpwcmMessage .wpwcmIcon {
  margin-right: 7px;
  margin-top: 0;
  float: left;
}

/* Style for alt text in message box */
.wpwcmCreateContainer .wpwcmMessage span.wpwcmAltText {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

/* Style for alt text in message box */
.wpwcmCreateContainer .wpwcmAltText {
  display: none;
}

/* Style for message body in message box */
.wpwcmCreateContainer .wpwcmMessage .wpwcmMessageBody {
  margin: 0 20px;
}

/* Style for information message box */
.wpwcmCreateContainer .wpwcmMessage.wpwcmInfo {
  background-color: #d9f1fb;
  border-color: #00b0da;
}

/* Style for error icon in message box */
.wpwcmCreateContainer .wpwcmIconMsgError {
  background-position: -22px -8px;
}

/* Base style for icons in message box */
.wpwcmCreateContainer .wpwcmIconMsgSuccess, .wpwcmCreateContainer .wpwcmIconMsgError, .lotusIconMsgInfo .wpwcmIconMsgInfo, .lotusIconMsgInfo .wpwcmIconMsgWarning {
  background-image: url("/wps/wcm/inplaceEditResources/images/lotusHSprite-8bit.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

/* Style for image in message box */
.wpwcmCreateContainer img {
  border: 0 none;
  line-height: 0;
  vertical-align: middle;
}

/* Style for loading icon */
.wpwcmCreateContainer .wpwcmLoading {
  background-image: url("/wps/wcm/inplaceEditResources/images/loading.gif");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

/********************* START OF STYLES FOR THE EMBEDDED DIJIT ********************************/

/* Style to position inplace creation dialog. Copied from one ui dijit theme. This style is not included in base one ui theme. */
.dijitPopup {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.dijitTooltipDialogPopup {
    box-shadow: none;
}

.dijitTooltipAbove, .dijitTooltipBelow {
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px;
}

.dijitTooltip, .dijitTooltipDialog {
    background: none repeat scroll 0 0 transparent;
    overflow: hidden;
}

.dijitTooltipContainer {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 5px #eeeeee;
    padding: 10px;
    color: black;
    font-size: small;
}

.dijitTooltipFocusNode {
    padding: 2px;
}
/********************* END OF STYLES FOR THE EMBEDDED DIJIT ********************************/

/*
 * The default styles in the WCM Rendering Portlet for items and fields that are inplace editable.
 * These styles are contributed to the theme in the HTML <head>.
 * 
 * These styles can be overridden by customers if required. Typically, customers would do this
 * by contributing (or overriding) their own style to the theme after these styles.
 * Alternatively, individual tags can be styled using the 'class' attribute on the EditableElement
 * and EditableProperty tags, or the global config value 'inplaceEdit.defaultClasses' can be set.
 *
 * Note that these styles are used for both LTR and RTL languages, and so therefore all styles
 * applied to left must also be applied to right.
 *
 * The general style here is light blue for editing, light red for errors. This may not work for customer
 * sites that are light blue or light red. In this case, they'd want to use the override.
 *
 * The default class applied to inplace editable fields is 'wcm-default-inplace-editable'. This can be 
 * overridden in the EditableElement and EditableProperty tags.
 */

/*********************** START INPLACE EDITABLE FIELDS STYLES ********************************/

/* set min height to make sure the content region is editable when it is empty */
.wcm-default-inplace-editable .wcm-inplace-content-region {
	min-height: 18px;
}

/* Ensure there is a gap between the editable region and its border (which is 1px), so that the border is always shown. */
.wcm-default-inplace-editable > .wcm-inplace-content-region {
	padding: 1px;
}

/* Ensure inplace edit fields with format="span" are positioned inline when editing and also have a min-width so when the element is editable even when its content is empty*/
.wpthemeControlBody span.wcm-default-inplace-editable {
	display: inline-block;
	min-width: 5px;
}

/* All borders that we add around the editable field will have these styles applied */
.wpthemeControlBody .wcm-default-inplace-editable {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Styles for the placeholder text */
.wcm-default-inplace-editable .placeholder {
	color: gray;
	font-style: italic;
	overflow: hidden;
}

/*************************************************************************
 * Styles for editable fields on hover
 *************************************************************************/
/* Style for editable fields when hovering over the containing web content viewer portlet - 
   Show light box around all editable fields in the current portlet.  */
.wpthemeControlBody:hover .wcm-default-inplace-editable, /* Apply style when the portlet has hover */
.wpthemeControlBody.wpthemeMenuRefNode .wcm-default-inplace-editable /* Apply styles when the Portlet CAM menu is open */
{
	-moz-box-shadow: inset 0 0 0px 1px rgba(212, 212, 212, 0.5) !important;
	-webkit-box-shadow: inset 0 0 0px 1px rgba(212, 212, 212, 0.5)!important;
	box-shadow: inset 0 0 0px 1px rgba(212, 212, 212, 0.5) !important;
}

/* Style for editable field while hovering over the field (i.e. while its CAM menu is open).
 * Blue border around field. (The selector needs to be more specific than the grey border above)  */
.wpthemeControlBody .wcm-default-inplace-editable.wpthemeMenuRefNode /* Apply styles while the field's CAM menu is open */ 
{
	-moz-box-shadow: inset 0 0 0px 1px rgba(38, 120, 113, 0.5) !important;
	-webkit-box-shadow: inset 0 0 0px rgba(38, 120, 113, 0.5) !important;
	box-shadow: inset 0 0 0px 1px rgba(38, 120, 113, 0.5) !important;
}

/* Style when editable fields are being saved and re-rendered. This style is also used while the Rich Text Editor is loading. */
.wpthemeControlBody:hover .wcm-default-inplace-editable.saving {
	opacity: 0.5;
}

/* Style when editable fields are loading value from server.*/
.wpthemeControlBody:hover .wcm-default-inplace-editable.loading {
	opacity: 0.5;
}

/* Style when editable fields are loading editor resource from server.*/
.wpthemeControlBody:hover .wcm-default-inplace-editable.loadingEditorResource {
	opacity: 0.5;
}

/*************************************************************************
 * Styles for editable fields with errors
 *************************************************************************/

/* Style for editable fields in error when hovering over the containing web content viewer portlet
   Show red box around all in error fields in the current portlet. */
.wpthemeControlBody:hover .wcm-default-inplace-editable.error, /* editable field has error and hover */
.wpthemeControlBody.wpthemeMenuRefNode .wcm-default-inplace-editable.error, /* editable field has error and Portlet CAM menu is open */
.wcm-default-inplace-editable.error.wpthemeMenuRefNode, /* editable field has error and menu hover  */
.wcm-default-inplace-editable.error /* editable field has error */
{
	-moz-box-shadow: inset 0 0 0px 1px rgba(240, 129, 55, 0.45) !important;
	-webkit-box-shadow: inset 0 0 0px 1px rgba(240, 129, 55, 0.45) !important;
	box-shadow: inset 0 0 0px 1px rgba(240, 129, 55, 0.45) !important;
}

/* Icon for editable fields in error when hovered over */
.wcm-default-inplace-editable.error .wcminplace-link-edit {
	background-image: url('/wps/wcm/inplaceEditResources/images/label_error.png');
	background-repeat: no-repeat;
	background-position: left 6px center;
	padding-left: 24px !important;
}

/*************************************************************************
 * Styles for the CAM menus for editable fields
 *************************************************************************/

/* Styles for entire CAM menu on hover. White background, green text. */
.wcm-default-inplace-editable .wpthemeMenu .wpthemeMenuInlineList {
	padding: 0px 2px 0px 2px;
	background-color: rgb(229, 241, 238) !important;
	border: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 1) !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 1) !important;
	box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 1) !important;
	font-size: 0.9em;
	color: rgb(38,120,113);
	font-weight: normal;
}

/** Styles for the entire CAM menu while the field is being edited. Green background, white text. */
.wcm-default-inplace-editable.editing .wpthemeMenu .wpthemeMenuInlineList {
	background-color: rgb(38,120,113) !important;
	color: #ffffff;
}

/** Align menu with the edge of the editable region - no margin */
.wcm-default-inplace-editable .wpthemeMenu .wpthemeMenuInlineList li.wpthemeFirst {
	margin-left: 0px;
}

/** Style for all menu items on hover. Never changes with hover/focus state.
    Transparent background - we'll inherit the background of the entire menu */
.wcm-default-inplace-editable .wpthemeMenu .wpthemeMenuInlineList li,
.wcm-default-inplace-editable .wpthemeMenu .wpthemeMenuInlineList li:hover,
.wcm-default-inplace-editable .wpthemeMenu .wpthemeMenuInlineList li:focus,
.wcm-default-inplace-editable .wpthemeMenu .wpthemeMenuInlineList li:active {
	font-weight: bold;
	color: rgb(38,120,113);
	background-color: rgba(0, 0, 0, 0) !important;
}

/** Styles for all menu items in edit state */
.wcm-default-inplace-editable.editing .wpthemeMenu .wpthemeMenuInlineList li,
.wcm-default-inplace-editable.editing .wpthemeMenu .wpthemeMenuInlineList li:hover,
.wcm-default-inplace-editable.editing .wpthemeMenu .wpthemeMenuInlineList li:focus,
.wcm-default-inplace-editable.editing .wpthemeMenu .wpthemeMenuInlineList li:active {
	color: #ffffff;
	font-weight: bold;
	background-color: rgb(38,120,113) !important;
}

/* Header entry of the CAM menu - allow space for icon */
.wcminplace-link-edit {
	/** Hide the vertical bar that is a default in the menus. Do this for both LTR and RTL languages */
	border-right: 0 none !important;
	border-left: 0 none !important;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-left: 7px !important;
}

/** Visually hide the save and cancel links (but text is still available for the screen-reader) */
.wcminplace-link-save,.wcminplace-link-cancel {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/** used by "inplace" editing only. Hide the original text when user start to edit it */
.dijitOffScreen {
	position: absolute !important; 
	left: -10000px !important; 
	top: -10000px !important;
}

/*********************** END INPLACE EDIT STYLES ********************************/


/********************* START PORTLET MENU (Open Read Form, Open Edit Form etc.) STYLES ********************************/
/* Style the Header entries of the Portlet Level Menu */
.wcm-default-inplace-portlet-header-entry {
	font-weight: normal !important;
}

/* Style for the entries in the Portlet Level Menu */
.wcm-default-inplace-portlet-entry {
	text-indent: 9px;
}

/* Style for the workflow label (e.g. "Published" or "Draft") in the header of the Portlet Level Menu */
.wcm-default-inplace-workflow-label {
	font-style: italic;
	/* Text is grey - but needs to be dark enough to maintain minimum contrast (4.5:1) when highlighted with light blue background */
	color: #666666;
	font-weight: normal;
	font-size: 90%;
}

/********************* END PORTLET MENU STYLES ********************************/

/********************* START CONCURRENT EDITS OVERLAY STYLES ********************************/

/* Styles for the 'Loading...' overlay. These styles add to the styles in the theme's wpthemeOverlay */
.wcm-default-inplace-overlay {
	display: block;
	left: 0;
	top: 0;
}

/* Styles for the 'Loading...' overlay's spinning image. These styles add to the styles in the theme's wpthemeOverlayImg */
.wcm-default-inplace-overlay-image {
	position: fixed;
}

/********************* END CONCURRENT EDITS OVERLAY STYLES ********************************/

/********************* START EMBEDDED CKEDITOR STYLES ********************************/

/* Styles for the CKEditor. Hide the status bar when it's shown at the top (which it is for the inline CK4 editor). */
.cke_top .cke_status_container {
	display: none;
}

/* Styles for the CKEditor. Style display:block so that CKEditor 4 behaves like CKeditor 3. */
.cke_chrome {
	display: block !important;
}

/* Ck editor's contentEditable div must use overflow:auto, so any margins within the content expand the editor, instead of extending outside the editor */
.wcm-default-inplace-editable .cke_editable {
	overflow: auto;
}

/********************* END EMBEDDED CKEDITOR STYLES ********************************/
/*! Licensed Materials - Property of IBM.
    (c) Copyright IBM Corporation 2012.  All Rights Reserved.
    U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
.pznDialog {
	background-color:white !important;
}
.pznDialog a,
.pznDialog a:active,
.pznDialog a:focus,
.pznDialog a:hover,
.pznDialog a:visited {
    text-decoration: none !important;
}
.pznDialogBlueLink,
.pznDialogBlueLink:active,
.pznDialogBlueLink:focus,
.pznDialogBlueLink:hover,
.pznDialogBlueLink:visited {
	color:#1970B0 !important;
    text-decoration: none !important;	
}
.pznDialogLinkControlTable {
	padding:0px !important;
}
.pznDialog h1{
    font-size: 2em;
    margin: 0;
    font-weight: normal;
}

.pznDialog h2{
    font-size: 1.5em;
    font-weight: normal;
    margin: 4px 0;
}

.pznDialog h3{
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.pznDialog h3.pznDescription {
	font-size:0.92em;
    font-style:italic;
    color: #555555;
}
.pznDialog img {
    background-image: url("/wps/PA_wp.pzn.ui.actions/images/pzn.png");
}
.pznDialogElementDisplayNone {
    display:none !important;
}
.pznDialogElementDisplayInline {
    display:inline;
}
.pznDialogElementDisplayBlock {
    display:block;
}
.pznDialogElementBgImageNone {
    background-image:none !important;
}
.pznDialogTextDecorationNone {
    text-decoration:none;
}
.pznDialogBtn {
}
.pznDialogSectionSpacing{
	margin-top:15px;
}
.pznDialogSeparator {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
.pznDialogTitleIcon {
    padding:3px 6px 0 0;
    width:32px !important;
}
.pznDialogDropDownIcon{
    width:9px;
    height:9px;
    background-position:0 -44px;
}

.pznDialogDropDownIconOpen{
    width:9px;
    height:9px;
    background-position:0 -481px;
}
.pznDialogMoveRules{
}
.pznDialogMoveRules  a{
    display:block;
    padding:6px 5px;
}
.pznDialogMoveRules  span{
    display:block;
    padding:6px 5px;
}
.pznDialogMoveRules  a:hover{
    background-color:#F0FAFD;
}
.pznDialogMoveRules  a:focus{
    background-color:#F0FAFD;
}
.pznDialogUpIcon{
    width:9px;
    height:9px;
    background-position:0 -421px;
}
.pznDialogDownIcon{
    width:9px;
    height:9px;
    background-position:0 -391px;
}
.pznDialogUpDisabledIcon{
    width:9px;
    height:9px;
    background-position:0 -436px;
}
.pznDialogDownDisabledIcon{
    width:9px;
    height:9px;
    background-position:0 -406px;
}
.pznDialogActionList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pznDialogActionList li{
    padding: 0 0 0 7px;
}

.pznDialogActionList li a{
    padding: 0 7px 0 0;
    border-right: 1px solid #a1a1a1;
    vertical-align: middle;
}

.pznDialogActionList li.pznFirst {
    padding: 0;
}

.pznDialogActionList li.pznLast a{
	padding:0;
    border-right: 0;
}
.pznDialogActionList li.pznSingle {
    padding:0px;
}
.pznDialogActionList li.pznSingle a{
    border-right:0px;
    padding:0px;
}
.pznDialogMainContent {
    overflow: auto;
    padding:10px;
}
.pznDialogBanner {
	background-color:#F5F5F5;
    padding:10px 5px 10px 10px;
    border-bottom:1px solid #D1D1D1;
}
.pznDialogBanner .pznLabel {
    font-weight: bold;
}
.pznDialogTargetDisplay a {
    color: #222222 !important;
    font-weight:bold;
}
.pznDialogReturnIcon {
}
.pznDialogReturnIcon img {
    width: 9px;
    height: 10px;
    background-position:0 -82px;
}
.pznDialogTargetDisplay{
    font-size: 1.15em;
    padding-bottom: 7px;
}
.pznDialogTargetedItemsContainer{
	border: 1px solid #DADADA;
	border-radius:4px;
	max-height:300px;
    overflow:auto;
}
.pznDialogTargetedItem{
    background-color:#EDEDED;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #F9F9F9;
}
.pznDialogTargetedItem:hover {
	background-color:#DEEDF1;
}
.pznDialogTargetedItem:hover .pznDialogSectionRuleCellWithUpDown {
    background-color:#F0FAFD;
}
.pznDialogTargetedItem:hover .pznDialogSegmentIsBox {
    background-color:#DEEDF1;
    border-color:#B0CAD7;
}
.pznDialogTargetedItem:hover .pznDialogSegmentAndBox {
    background-color:#DEEDF1;
    border-color:#B0CAD7;
}
.pznDialogTargetedDefault{
	padding:4px 2px !important;
}
.pznDialogTargetDisplay .pznLabel,
.pznDialogSegmentSelector .pznLabel h3{
    font-weight: bold;
}

.pznDialogTitle {
    padding: 0 5px 0 5px;
}
.pznDialogAreaHeader {
	margin-bottom: 5px;
}
.pznDialogPropertiesList {
    line-height:1.5em;
    padding:0px;
    margin:5px 0px 10px 0px;
}
.pznDialogContentProperty{
    position:relative;
}
.pznDialogContentProperty:hover .pznDialogContentPropertyActionCtrl{
    background-color:#E1F4F9;
    border-left:1px solid #D8E3E9;
}
.pznDialogContentProperty:hover .pznDialogContentPropertyEditImg {
	background-image:url("/wps/PA_wp.pzn.ui.actions/images/edit_L-R_hover.png") !important;
}
.pznDialogContentPropertyText{
    display:inline-block;
    width:100%;
    overflow:hidden;
    vertical-align:middle;
}
.pznDialogPropertyLabel{
    font-weight: bold;
    padding: 0 10px 0 0;
}
.pznDialogContentPropertyAction{
    position:absolute;
    top:0;
    right:0
}
.pznDialogContentPropertyActionCtrl{
    display:inline-block;
    background-color:#fff;
    padding:3px;
}
.pznDialogContentPropertyEditImg{
    background-image:url("/wps/PA_wp.pzn.ui.actions/images/edit_L-R_active.png") !important;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
}

.pznDialogContentItemTitle{
	padding:0 0 0 38px;
}

.pznDialogContentItemTitle .pznDialogActionList{ 
    padding-top: 9px;
}
.pznDialogAddSegmentLink{
	margin:0 0 5px 20px;
}
.pznDialogTargetItemSegmentsParent{
	float:left;
}
.pznDialogTargetItemSegmentContainer {
	position:relative;
    width: 90%;
    padding: 2px 0;
}
.pznDialogSegmentTable{
    display: table;
    width:100%
}
.pznDialogSegmentRow {
    display: table-row;
}
.pznDialogSegmentPink
{
	background-color: #F7E2E9;
}
.pznDialogSegmentGrey{
	background-color: #F0F0F0;
}
.pznDialogSegmentControl {
    width: 4em;
    width: auto;
}
.pznDialogSegmentControl img{
	width:16px;
    height:16px;
    background-image: none;
}
.pznDialogSegmentMultiItemNotMatch{
    background-color: #F7E2E9;
    border: 1px solid transparent;
}
.pznDialogTargetedItemSegmentItem, 
.pznDialogTargetedItemSegmentMultiItem {
	position:relative;
	float:left;
    padding:0 0 0 25px;
    width:100%;
}
.pznDialogTargetedItemSegmentMultiItem > div {
	padding: 3px;
}
.pznDialogTargetedItemSegmentItemSingleLine {
	display:block;
	position:relative;
	padding:3px 25px 3px 8px;
	border: 1px solid #CCCCCC;
}
.pznDialogTargetedItemSegmentItemSingleLineMatch:hover {
    border:1px solid #D8E3E9;
    background-color:#EDF8FB;
}
.pznDialogTargetedItemSegmentItemNotMatch:hover {
    border:1px solid #E4CED6;
    background-color:#F7D8E3;
    cursor:pointer;
}
.pznDialogTargetedItemSegmentItemMultiLine {
    display:block;
    position:relative;
    padding:2px 25px 2px 8px;
}
.pznDialogTargetedItemSegmentImg{
	float:left;
}
.pznDialogTargetedItemSegmentTitle{
    padding:0 0 0 24px;
}
.pznDialogTargetedItemSegmentItemDropdownImg {
	width:16px;
	height:16px;
	position:absolute;
	top:3px;
	right:4px;
	background-image:url("/wps/PA_wp.pzn.ui.actions/images/menuIconGray.png") !important;
}
.pznDialogSegmentControl:hover .pznDialogTargetedItemSegmentItemDropdownImg{
    background-image:url("/wps/PA_wp.pzn.ui.actions/images/menuIconBlue.png") !important;
}
.pznDialogSegmentControlFloatRight
{
   float: right;
}
.pznDialogTargetedItemSegmentIcon {
	float:left;
	width:6%;
	padding-top:5px
}
.pznDialogTargetedItemSegmentIcon img{
    width:24px;
    height:16px;
    background-position:0 -162px;
}
.pznDialogTargetedItemSegmentSharkFin {
	position:absolute;
	top:8px;
	left:0px;
	width: 7px; 
    height: 11px;
    background-position: 0 -120px;
}
.pznDialogSegmentsContainer {
    padding:0 0 10px 0;	
}
.pznDialogSegmentRow span.pznDialogSegmentCell{
    display: table-cell;
}
.pznDialogSegmentRow {
	display:table-row;
	max-height:300px;
}
.pznDialogNoMouseHighlight {
    border:1px solid transparent;
    padding:2px 5px;
}
.pznDialogMouseHighlight {
	border:1px solid transparent;
    padding:2px 5px;
}
.pznDialogMouseHighlight:hover {
	border:1px solid #D8E3E9;
	background-color:#EDF8FB;
	cursor:pointer;
}
/*
.pznDialogMouseHighlight:hover .pznDialogSubLink {
    border:1px solid #D8E3E9;
}
*/
.pznDialogSubLink{
	padding:0 3px;
	/*
	margin:0 1px 0 1px;
	border:1px solid transparent;
    background-color:#fff;
    */	
}
/*
.pznDialogSubLink:hover{
	border:1px solid #D8E3E9;
    background-color:#EDF8FB;
}
*/
.pznDialogTargetedDeleteIcon{
	padding:0 3px;
}
.pznDialogTargetedItemIcon img{
    width:36px;
    height:33px;
    background-position:0 -322px;
}
.pznDialogAppearance .pznLabel {
    font-weight: bold;
    padding: 0 7px;
}

.pznDialogComponentAppearanceIcon {
    width:18px;
    height:18px;
    background-position:0 -453px;
}

.pznDialogAppearance .pznDialogActionList {
    padding: 0 7px;
}

.pznDialogAddContentTarget img{
    width:16px;
    height:15px;
    background-position:0 -297px;
    padding: 0 2px 0 0;
}

.pznDialogHideSpot img{
    width:16px;
    height:15px;
    background-position:0 -230px;
    padding: 0 5px 0 0;
}

.pznDialogSection.pznFirst{
    border: 0;
}

.pznDialogSection{
    border-top: 1px dashed #999;
}
.pznDialogSectionRuleCellWithUpDown {
    padding:4px 0 0 0;
    float:right;
    width:94.4%;
    border-left:1px solid #D5D5D5;
    background-color:#FAFAFA;
    height:100%;
    min-height:56px;
}
.pznDialogSectionRuleCell {
	padding:4px 0 0 0;
}
.pznDialogSectionRuleCell:hover {
    background-color:#F0FAFD;
}
.pznDialogSectionDefaultSeparator{
    height:0px;
    border-top: 1px dotted #999;
}
.pznDialogSectionHeader {
    padding: 2px 0px 0px 5px;
    width: 98.5%;
}
.pznDialogTargetedItemTitleArea {
	padding:0 0 0 4px;
}
.pznDialogSectionHeader img {
    padding: 2px 3px;
}
.pznDialogSectionSegments {
	font-style:italic;
	font-size:10pt;
}
.pznDialogTargetedContentIcon{
	width:20px;
    margin:0 2px;
}
.pznDialogIconLRPContent{
    width:16px;
    height:15px;
    background-position:0 -230px;
    margin: 0 2px;
}
.pznDialogIconLRPContentLarge{
    width:24px;
    height:24px;
    background-position:3px -192px;
}
.pznDialogIconWcmContentLarge{
    width:32px;
    height:26px;
    background-position:0px -258px;
}
.pznDialogIconWcmContent{
    width:16px;
    height:16px;
    background-position:0px -296px;
}
.pznDialogSectionContent {
    padding: 0 5px 6px 5px;
}

.pznDialogContextual header.pznHeader{
    border: 1px dashed #999;
    background-color: #f1f1f1;
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 4px;
}

.pznDialogContextualHeader .pznDialogTitle,
.pznDialogContextualHeader .pznDialogContentItemTitle,
.pznDialogSegmentSelector .pznDialogBanner .pznLabel ,
.pznDialogSearch form {
    margin: 0;
    padding: 0;
}

/* Segment Selector */
.pznDialogSegmentSelector {
    width: 100%;
}

.pznDialogSegmentSelector .pznDialogMainContent {
    padding: 10px 0 0;
}

.pznDialogSegmentSelector .lotusClose input {
    margin-top: 8px;
}
.pznDialogClose img {
	width:12px;
    height:12px;
    background-position:0 22px;
}
.pznDialogSelectedSegments {
    padding: 10px;
    width: 162px;
    height:230px;
	overflow:auto;
	float: right;
}
.pznDialogSegmentsBanner {
    padding: 8px 0;
}
.pznDialogSegmentSelectorBannerTitle {
    vertical-align:middle;
    display:inline-block;
    width:80%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.pznDialogSearch {
    background-color: white;
    padding: 1px 1px 4px 3px !important;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    height: 1.75em;
	display: inline;
width:50%;
}
.pznDialogSearchText {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #959595;
    padding: 0 0 0 5px;
    width: 18em;
	float: left;
    
}
.pznDialogSegmentGreyBox{
	background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    display: inline-block;
}
.pznDialogSegmentBoxMargin {
	margin: 5px 5px 0px 0px;
}
.pznDialogSegmentIsBox{
    padding: 1px 8px;
}
.pznDialogSegmentAndBox{
    margin: 4px 0px 0px 4px;
    padding: 1px 8px;
}
.pznDialogSegmentIsNotBox{
    background-color: #FBECF0;
    border: 1px solid #EABFD5;
    display: inline-block;
    padding: 1px 8px 1px 2px; 
}
.pznDialogSegmentIsNotBoxInner{
    display: inline;
    padding: 0px 2px;    
}
.pznDialogSegmentOrBox{
    display: inline-block;
    margin: 0px 0px 0px 4px;
    padding: 0px;
}
.pznDialogSegmentSelectorList {
/* margin: 0 0 10px 0; */
 width: 99.9%; 
max-height: 300px;
overflow: auto;
/* float: left; */
/* border-width: 0 1px 0 1px; */
/* border-style: solid; */
/* border-color: #DADADA; */
/* border-radius: 4px; */
display: block;
border: 0;
}
.pznDialogSegmentsContainer { 
    overflow: auto;
	max-height:300px;
}

.pznDialogReplaceWithMenuSelected{
	/*width:50%;*/
	display:inline-block;
}


.pznDialogSegmentsSelectorContainer { 
    /*overflow: auto;*/
	/*max-height:300px;*/
}
.pznDialogSegmentSelectorSegment {
	/*border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #DADADA;*/
    padding: 5px 10px 5px 38px;
    margin:0;
   /* background-color:#F7F7F7;*/
}
.pznDialogSegmentSelectorSegment.pznSelected {
    background-color:#E1F4F9;
}
.pznDialogSegmentSelectorSegment:hover,.pznDialogSegmentSelectorSegment:focus {
    background-color: #F0FAFD;
}
.pznDialogSegmentSelectorSegmentDraft{
	font-size: 91.66666666666667%;
  	color: #555;
 	padding-left: 6px;
	font-style: italic;
}


.pznDialogSegmentsTopSection {
    float: left;
	width: 100%;
    overflow:hidden;
    display: table-cell;
    margin: 0 0 7px 0;
 
}
.pznDialogSegmentLearnMoreLink {
	padding-right: 8px;
	display: inline;
}
.pznDialogSegmentSearchText {
	background-color: transparent;
	border: medium none transparent;
	padding-bottom: 1px; 
	padding: 0 0 0 5px; 
	text-align: left; 
	vertical-align: middle; 
	/*width: 15em;*/
}
.pznDialogShowHideDescLink{
	padding-left: 8px;
	display: inline;
}
.pznDialogSegmentSelectorControl {
    color: #1970B0;
    font-size: 1em;
}
.pznDialogSegmentSelectorFooter {
	padding-bottom: 0 !important;
    padding-top: 20px !important;
	border-top: 1px solid #CCCCCC;
}

span.pznCamSubMenuLeft {
	width: 120px;
	margin-right: 25px;
	display: inline-block;
	vertical-align: bottom;
	text-overflow: ellipsis;
	text-indent: 9px;
	overflow: hidden;
}

span.pznCamSubMenuShow {
	color: #00649D;
}
/* PZN Dialog Popup Menu */
#pznDialogPopupMenuItemsContainer{
    padding:5px 0;
}
.pznDialogPopupMenuBtn {
	border:1px solid transparent !important;
	padding:0 1px !important;
}
.pznDialogPopupSubMenuBtn{
	padding-left: 20px !important;
}
.pznDialogPopupMenuBtn:active,
.pznDialogPopupMenuBtn:focus,
.pznDialogPopupMenuBtn:hover {
	border:1px solid #cad9e1 !important;
	background-color:#e1f4f9 !important;	
}
.pznDialogPopupMenuItemSeparator{
	border: 0;
    background-color: #cccccc;
    height: 1px;
    margin:5px 0;
}
.pznDialogPopupMenuItemImg{
	background-image: none !important;
	width: 16px;
	height: 16px;
	float:left;
}
.pznDialogPopupMenuSelectedImg{
    background-image: url("/wps/PA_wp.pzn.ui.actions/images/checkMark.png") !important;
}
.pznDialogPopupMenuItem {
    cursor:pointer;
    padding: 2px 8px 2px 0;
    border:1px solid transparent;
    margin:0 4px;
}
.pznDialogPopupMenuSelected {
    border:1px solid #D8E3E9;
    background-color:#EDF8FB;
}
.wpthemeMenuBorder .wpthemeMenuDropDown li.pznMenuTypeHeader {
    font-size:13px;
    font-weight:bold;
}
.pznMenuTypeHeader span {
    color:black;
}

.pznFooter {
    padding:10px 0px 0px 0px;
}

.pznDialogMoveContainer{
	float:left;
	width:5%;
}
.pznDialogLearnMoreLink {
	text-decoration:none;
	color:#00649D;
	font-size:.9em;
}
.pznDialogPopupHelp {
	font:75%/1.5 Arial,Helvetica,sans-serif;
}
.pznDialogDefaultTargetedItemSpace {
	height:10px;
}
#pznDialogPropertiesDropDownImg {
	padding-bottom:2px;
}
#pznDialogPopupMenu {
	position:absolute;
	top:0px;
	left:0px;
	margin: 0 3px 3px 3px;
}
.pznDialogPanelTabsTable {
	width:100%;
	margin-bottom:8px;
}
.pznDialogPanelTabWithControl{
	width:1px;
}
.pznDialogPanelTab{
	padding:0 6px 0 0;
}
.pznDialogPanelTab a span{
	font-weight:bold;
	color:#8B8B8B !important;
	border-bottom:1px solid #cccccc;
	padding:0 8px 3px 8px;
	white-space:nowrap;
}
.pznDialogPanelTabActive a span{
	border-color:#222222;
	color:#222222 !important;
}
.pznDialogPanelTabLineFiller{
	border-bottom:1px solid #cccccc;
	padding:0 0 3px 0;
}
.pznDialogContentPropertiesHeading{
	position:relative;
	height:18px;
	margin:3px 0;
}
.pznDialogContentPropertiesHeading div{
	height:10px;
	border-bottom:1px solid #cccccc;
}
.pznDialogContentPropertiesHeading span{
	color:#767676;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#fff;
}
.pznDialogCursorDefault {
	cursor:default;
}
.pznDialogCursorPointer {
    cursor:pointer;
}
.pznDialogNormalFont {
    font-weight:normal;   
}
.pznDialogBoldFont {
    font-weight:bold;	
}
.pznDialogItalicFont {
    font-style:italic;
}
.pznDialogErrorText {
    color:#FF0000;
}
.pznDialogGreyText {
    color:#555555;	
}
.pznDialogTransparentText {
    color:transparent; 
}
.pznDialogDefaultColorText{
	color: #222222 !important;
}
.pznDialogDisabledItemText {
    color:#777777;
}
.pznDialogWhiteBackground {
    background-color:#ffffff;	
}
.pznDialogFontComputed11px {
    font-size:.92em !important;
}
.pznDialogFontComputed12px {
    font-size:1em !important;
}
.pznDialogFontComputed14px {
    font-size:1.17em !important;
}
.pznDialogFontComputed18px {
    font-size:1.5em !important;
}
.pznDialogNoWrapText {
	display:inline-block;
	white-space:no-wrap;
}
.pznDialogVerticalAlignMiddle {
	vertical-align:middle;
}
.pznDialogDefaultMarginTop {
	margin-top:10px;
}


.pznDialogSegmentContainerShow, .pznDialogSegmentContainerHide{
	background-position: 0 -45px;
	background-color: transparent;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block; /* needed for firefox */
}

.pznDialogSegmentContainerHide{
	background-position: 0 -481px;
	
}

.pznDialogSgmtContainerTitlePane{
	width: 99.3%;
	display: block;
	background: #cde4fd;
	border: #d0d2e2 solid 1px;
	padding: 3px 0 3px 3px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


.pznDialogSgmtContainerLibraryTitlePane, .pznDialogSgmtGrpTitlePane{
	
	/*height:19px;*/
	
	/*background: #e0ecfe;*/
	border-bottom: #d0d2e2 solid 1px;
	padding: 3px 0 3px 13px;
	overflow-x: hidden; 
}

.pznDialogSgmtGrpTitlePane{
	padding-left: 23px;
	  font-weight: bold;
}



.pznDialogSgmtGrpTitlePane:hover, .pznDialogSgmtGrpTitlePane:focus{
	padding-left: 23px;
 background-color: #F0FAFD;
}
.pznDialogSgmtContainerManaged{
	width: 100%;
	display: inline-block;
	border: #d0d2e2 solid 1px;
	border-radius:4px;
	margin-top: 2px;
}
.pznDialogNoSegmentsFound{
  margin: 5px;
  font-weight: normal;
}
.pznSgmtsLoading{
	  vertical-align: middle;
  background-image: url("/wps/PA_wp.pzn.ui.actions/images/blank.gif") !important;
}
.pznSgmtGrpInfoHeader{
	display:inline;
	position:relative;
padding: 5px 10px 5px 38px;

}
/*.pznSgmtGrpInfoHeader::after{

	background-color: #d2d2d2;
 	content: " ";
 	height: 1px;
 	margin-left: 10px;
 	overflow: hidden;
 	position: absolute;
 	top: 40%;
  	width: 100%;
}*/
 .pznSgmtInfoBorder{
	border-bottom: #d0d2e2 solid 1px;
}
.pznSgmtInfoPadding{
	padding: 5px 10px 5px 38px;
}

.pznNonManagedSegmentsImg{
	  width: 16px;
  height: 16px;
  background-image: none !important;
}
.pznSgmtHelpIcon{
	padding-left:5px;

  background-image: none !important;

}
.pznToolTip{
	position:absolute;
	border: 1px solid;
background-color: white;
box-shadow: 3px 3px 1px #888888;
font-weight:normal;
width:60%
}

.pznSgmtTruncate{
	display: inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:180px;
	white-space:nowrap;
	vertical-align: middle;
}

.pznSgmtTooltip{
	background: white;
	padding: 5px;
}

.pznSgmtTooltipContainer{
    /*left: 119px;*/
	margin-right:5px;
    position: absolute;
    top: 325px;
    min-width: 0px;    min-height: 0px;
    display: block;
    z-index: 3000;
    border: 3px solid rgba(0, 0, 0, 0.701961);    
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 12px;    
    border-radius: 3px;
}

.pznSgmntTooltipPointer{
	top: +20px; 
	background: url("/wps/themeModules/modules/dialog/css/images/dialogSprite.png") 
      no-repeat top left;
	width: 13px;       
	height: 17px;
	position: absolute;

}
.pznSgmntTooltipPointerLeft{
	background-position: 0 -35px;
	left: -12px; 
}
.pznSgmntTooltipPointerRight{
	background-position: 0 -54px !important;
	right: -12px; 
}
.pznSegmentFooter{
  background-color: white;
  margin: 10px;
  border-top: 1px solid #ccc;
}
}
.pznDialogDisplayBlock{
	/*display:block;*/
}