/*for doucment flash mode in full screen mode*/
/*extract from mstr.css*/
/**---------base style---------**/
html {
	overflow: auto;
	height:100%;
}
body {
    height: auto;
}

FIELDSET {
	margin: 0px;
	padding: 3px 6px 3px;
}

FIELDSET LEGEND {
	margin-bottom: 3px;
	padding: 0px;
}

/*at this moment JSON is still rendered in HTML mode, this is needed till server-side code stop rendering JSON in HTML mode*/
TEXTAREA.mstrJSON {
	display: none;
}

.mstrAccountMenu {
    background: url("images/downArrow.png") no-repeat;
	height: 9px;
	position: absolute;
	right: 8px;
	top: 17px;
	width: 9px;
}

.mstrAccountName {
	margin-left: 20px;
	margin-right: 22px;
	max-width: 150px;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mstrAccountSCListPopup {
	left: auto !important;
	right: 0px;
}

.mstrFullScreen .mstrDockTop DIV.mstrViewStack {
   min-height: 27px !important;
}

/*
.mstrFullScreen .mstrToolbar2 {
	margin-top:-6px;
}
	*/

.mstrFullScreen	.mstrToolbarButton {
	margin-top:0;
	margin-bottom:0;

}



.mstrFullScreen .mstrToolbar2 .mstrListPulldown {
	padding: 1px 4px;
	margin-top:0;
	margin-bottom:0;

}


.mstrToolbarWrapper,
.mstrFooterWrapper {
    background: #fff;
}
.mstrFooterWrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background: #edecec;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cdcdcd',GradientType=0 );
    background: -webkit-linear-gradient(#f0f0f0, #cdcdcd);
    background: -moz-linear-gradient(#f0f0f0, #cdcdcd);
    background: linear-gradient(#f0f0f0, #cdcdcd);
    font-size: 1.1em;
    -webkit-transition: bottom 500ms;
    -moz-transition: bottom 500ms;
    transition: bottom 500ms;
}
.mstrDHTML .mstrToolbarWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.mstrHTML .mstrToolbarWrapper {
    position: relative; /*this is for old UI HTML mode to position the logo correctly*/
    min-width: 990px;
}

.mstrInputText,
.mstrInputTextRename,
.mstrInputTextArea,
TEXTAREA,
.mstrInputTextdisabled
	{ /*textbox INPUT*/
	border: 1px solid #808080;
	padding-left: 2px;
	padding-right: 2px;
}

 .mstrInputTextdisabled {
border: 1px solid #cdcdcd;
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;
}
.mstrInputTextdisabled {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	color: #404040;
	cursor: default;
}

.mstrInputTextRename {
	width: 170px;
	margin-right: 3px;
}

.mstrPaddingLeft20 {
	padding-left: 20px !important;
}

.mstrMarginLeft20 {
	margin-left: 20px;
}
iframe.popupmask {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.mstrWeb {
	color: #656565;
	background: #fff !important; /*Override style from vi base-themes*/
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

IMG {
	border: medium none;
	vertical-align: middle;
}

FORM {
	display: inline;
	margin: 0;
}

INPUT {
	padding-left: 2px;
}

INPUT[type="radio"]{
	padding: 0;
	margin: 0px 5px 3px 5px;
}

TEXTAREA {
	border: 1px solid #808080;
	resize: none; /*disable TEXTAREA resizing*/
}

INPUT,
SELECT {
	vertical-align: middle;
	border-radius:0px; /*was 2 px*/
	color: #3b3b3b;
}

.mstrWeb INPUT,
.mstrWeb SELECT,
.mstrWeb TEXTAREA {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

a:link,
a:visited {
	color: #656565;
}

A:hover {
	cursor: pointer;
}

A:focus {
	outline: none;
}

.mstrButton,
.mstrButton:hover.disabled,
.mstrButton[disabled]:hover  { /*button style*/
    color: #656565;
	margin: 3px;
    padding: 3px 5px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e4e4e4',GradientType=0 );
    background: #dedede;
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 1%,rgba(228,228,228,1) 100%);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 1%,rgba(228,228,228,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 1%,rgba(228,228,228,1) 100%);
    height: auto;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 6px 0px rgba(255, 255, 255, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    text-align: center;
}

.mstrButton.disabled,
.mstrButton:disabled,
.mstrButton[disabled]:hover {
    opacity: 0.5;
}

.mstrButton:hover {
    color: #4d4d4d;
    border-color: #aaa;
    background: #c6c6c6;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#dcdcdc',GradientType=0 );
    background: -webkit-linear-gradient(bottom, rgba(228,228,228,1) 1%,rgba(220,220,220,1) 100%);
    background: -moz-linear-gradient(bottom, rgba(228,228,228,1) 1%,rgba(220,220,220,1) 100%);
    background: linear-gradient(to top, rgba(228,228,228,1) 1%,rgba(220,220,220,1) 100%);
}

.mstrmojo-Editor-button.mstrButton,
.mstrFloatingEditorCellButtonBar .mstrButton,
.mstrDialogBone .mstrButton,
.mstrDialogBone .mstrButtonDisabled {
    min-width: 80px;
    min-width: 0 !ie7;
    padding: 6px !important;
    font-size: 11px;
    font-weight: bold;
}

.mstrSkipNavLink IMG { /*hide the image*/
    position: absolute;
    top: -1000px;
}

/*customer header / banner */
.mstrCustomHeaderDIV,
.mstrCustomBannerDIV {
	display: none;
}

.mstrFullScreen .mstrCustomHeaderDIV,
.mstrFullScreen .mstrCustomBannerDIV
{
	display: none;
}

/*sections to hide in Full Screen Mode*/
.mstrFullScreen #ribbonToolbarTabs,
.mstrFullScreen #vfep_ViewFilterPanelStyle,
.mstrFullScreen #reportDetails_ReportDetailsPanelStyle,
.mstrFullScreen .tdDockLeft,
.mstrFullScreen .tdDockRight,
.mstrFullScreen .mstrHeader,
.mstrFullScreen .mstrPath,
.mstrFullScreen .mstrFooter
	{
	display: none !important;
}

.mstr-page-oivm.mstrFullScreen .mstrPath {
    display: block !important; /* only for express mode waiting page */
}

/*---------------------content layout ------------------------*/
.mstrTabbedMenuVBox .mstrViewStack,
.mstrDockTop {
   background: #FFF;
}


.mstrDockTopContainer {
	height: 32px;
	min-width: 920px;
}

.mstrmojo-OIVMPage-toolbar,
.mstrDockTopContainer {
    background: #3b3b3b;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 2px 0;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 2px 0;
	box-shadow: rgba(0,0,0,0.5) 0 1px 2px 0;
    /*border-bottom: 1px solid #3b3b3b;*/
}

.mstrmojo-OIVMPage-toolbar {
	padding: 2px 0;
}

#mstrWebContents {
    -webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    transition: bottom 500ms;
}

.mstrVerticalDocks {
	table-layout: auto;
	width: 100%;
}

.mstrDockCenter {
	vertical-align: top;
	padding: 0;
	width: 100%;
}

.mstrFullScreen .mstrToolbar2Body {
	height: 26px;
}

#mstrInlineScripts {
	display: none;
}

/*- main content DIV --*/
.mstrContent { /*content DIV*/
	display: block;
	height: auto;
	margin: 0px;
	overflow: visible;
	padding: 6px;
	white-space: normal;
}

/*-------------------------toolbar -----------------------------------*/
.mstrToolbar,
.mstrToolbar2 {
	margin: 0px 0px 0px 0px;
	height: auto;
	z-index: 105;
	float: left;
	padding-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mstrToolbar2End {
	margin-left: 9px;
	display: block;
}


.mstrToolbar2Body {
	margin-right: 0px;
	display: block;
}

.mstrToolbar2 {
	margin: 4px 0 0 0;
	padding-left: 0;
	display: block;
	position: relative;
}

.mstrToolbarSeparator {
	float: left;
	padding: 1px 0 1px 0px;
	width: 2px;
}

.mstrToolbarSeparatorInner {
	border-right: 1px solid #494949;
	border-left: 1px solid #1c1c1c;
	height: 28px;
}

.mstrFullScreen .mstrToolbarSeparatorInner {
	height: 24px;
}

.mstrToolbarText {
	background-color: transparent;
	border: 0px solid #A5A5A2;
	cursor: default;
	float: left;
	height: 20px;
	margin: 3px 2px 2px;
}

.mstrToolbarText div {
	margin: 4px 5px;
}

.toolbarLoadingText {
	width: 110px;
    padding: 0px;
    background: transparent url(images/progress-bar.gif) no-repeat center;
}

.toolbarLoadingText div {
	display: none;
}

.mstrToolbarButton {
	float: left;
	text-decoration: none;
	width: 23px; /*to avoid IE shrink toolbar*/
	border-width: 1px; /*342033 IE6 the buttons jump without this*/
	margin: 3px; /*342033 IE6 the buttons jump without this*/
	padding: 5px 4px;
}

.mstrToolbarButton span {
	background-image: url(images/toolbar.gif);
	border: 0px solid #A5A5A2;
	float: left;
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width: 20px;
}

.mstrToolbarRadioBtns .mstrDisabled .mstrToolbarButton,
.mstrToolbarButton.disabled span
	{
	cursor: default;
	opacity: 0.25;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	/*IE*/
}

.mstrToolbarButton.disabled span{
	opacity:0.25;
}

.mstrToolbarButton.on span {
    border-width: 1px;
	cursor: pointer;
	background-image: url(images/toolbar.gif);
	border: 0px solid #A5A5A2;
	float: left;
	height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width: 20px;
}



.mstrToolbar2 .mstrListPulldownMask {
	background-color: #3b3b3b;
	height: 0px;
	left: 0px;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	width: 0px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	/*IE*/
}


.mstrToolbarGroup,
.mstrToolbarGroupDisabled {
    clear: right;
    float: left;
	 height: 23px;
    padding: 2px 5px 1px 5px;
    white-space: nowrap;
}



/**----------------------------- icon buttons -----------------------**/
.mstrIcon-btn { /*base style for icon buttons*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: 0px none;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	background-image: url(images/buttons.gif);
}

/*inline buttons*/
.mstrIcon-inline {
	position: absolute;
	right: 16px;
}

.mstrIcon-btnHelp {
    background: url(images/menu_icons.png) no-repeat -29px -84px;
}

.mstrIcon-btnHelp:hover {
   background-position: -29px -114px;
}

.mstrIcon-btnClose {
		background: url(images/menu_icons.png) no-repeat -29px 7px;
}

.mstrIcon-btnClose:hover {
    background-position: -29px -23px;
}
.mstrIcon-btnClose: active {
    background-position: -29px -7px;
}


/* TQMS #637284 - The image in the MySubscription page is cut off */
.mstrIcon-inline IMG {
	width: 24px !important;
}

.mstrIconDelete,
.mstrIconCancel,
.mstrIconApply {
	display: inline !important;
	height: 15px !important;
	width: 16px !important;
	cursor: pointer;
}

.mstrIconDelete,
.mstrIconCancel {
	background: transparent url(images/Delete.gif) no-repeat center;
}

.mstrIconApply {
	background: transparent url(images/Apply.gif) no-repeat center;
}

.mstrIconNoTextDecoration {
	text-decoration: none;
}

/*------------------error message -------------------*/
.mstrError {
	padding: 0px;
	margin: 0px;
}

.mstrSpacer {
	clear: both;
	display: block;
	float: none;
	height: 1px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

/*------------------error message -------------------*/
.mstrImageLink,
#err_Table #err IMG {
	vertical-align: top;
	border: none;
	padding-right: 5px;
	width: 13px;
	height: 13px;
}

/*---------- 3 msg boxes ------------------------------*/
.mstrMsgBox,
.mstrMsgBox-controlTargetsRecorder,
.mstrMsgBox-controlSubmitButton
{
	position: absolute;
	top: 0px;
	visibility: hidden;
}

.mstrMsgBox .mstrButton {
	width: 66px;
}

.mstrMsgBox .mstrButton.hot {
	width: 66px;
	border-color: #0C84C4;
	background: #7CC5EC none;
}

.mstrMsgBoxMsgContent {
	display: block;
	overflow: hidden;
	width: 320px;
	padding-left: 5px!important;
}

.mstrMsgBox DIV IMG,
.mstrMsgBox-controlTargetsRecorder DIV IMG {
	/*hide this for IE; and don't know why need this empty 1px image at bottom of msgBox*/
	display: none;
}

.mstrMsgBox .mstrDialogButtonBar {
	padding-bottom: 5px;
}

.mstrMsgBox {
	width: 420px;
}

/*for drag&drop*/
.mstrDragRect {
	border: 2px solid #9E9E9E;
	cursor: pointer;
	display: none;
	position: absolute;
	visibility: hidden;
	z-index: 10;
}

.mstrMsgBoxMsgIcon-warning {
    display: block;
    height: 32px;
    width: 48px;
    margin: 5px 5px 5px;
    background: transparent url(images/msgWarning.gif) no-repeat center;
}

/***-----------------------------dialogBone ----------------------------*/
.mstrDialogBone { /**/
        -moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: #454545 0 0 8px 0px;
		-moz-box-shadow: #454545 0 0 8px 0px;
		box-shadow: #454545 0 0 8px 0px;
	background-color: #fafafa;
		border: solid 1px #ccc; /*#9B9B9B in mojo*/
		color: #444649;
		font-size: 11px;
	text-align: left;
	z-index: 112;
}

.mstrDialogPane { /*pane TABLE*/
	border: none;
	padding: 0px;
	width: 100%;
}

.mstrDialogBody,
.mstrDialogPaneBody {
	width: 100%;
	padding: 3px;
}

.mstrDialogBody .group {
	padding-left: 0px; /*create new folder: reskin: 15px*/
}

.mstrDialogTitleBar {
	clear: both;
	cursor: default;
	overflow: hidden;
    border-bottom: 0px solid #bbb;
    padding: 0px 2px 0px 6px;
    color: #444649;
	height: 25px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.mstrDialogTitle {
	float: left;
	font-weight: bold;
	padding: 10px 0px;
}

.mstrDialogTitleButtonBar {
	float: right;
	text-align: right;
	margin-top: 8px;
}

.mstrDialogTitleButtonBar .mstrIcon-btn {
	/* height: 16px;
	width: 24px; */
	margin-left: 1px;
	margin-top: 2px;
}

.mstrDialogButtonBar {
	float: right;
	text-align: right; /*IE*/
	margin: 6px 0px 0px 0px;
	padding-bottom: 14px;
	padding-right: 14px;
}

#divSubsSaveWarning .mstrDialogButtonBar {
	float: none;
	text-align: center;
}

.pane {
	width: 100%;
	padding: 1px 0px;
	padding: 0px;
}

/**-----------------------wait box ----------------------------------**/
.mstrWaitBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 90px;
    margin-left: -110px;
    margin-top: -45px;
}

.mstrWaitBoxBody {
	clear: both;
	display: block;
	padding: 6px;
}

.mstrIcon-wait {
	margin: 0 auto;
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	position:relative;
	background: #eee url(images/loader_round.gif) no-repeat scroll 50% 60%;
    height: 75px;
    width: 75px;
    border: 1px solid #fff;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    -webkit-box-shadow: #B4B4B4 0px 3px 6px 0px;
    -moz-box-shadow: #B4B4B4 0px 3px 6px 0px;
    box-shadow: #B4B4B4 0px 3px 6px 0px;
}

.mstrIcon-close-wait {
	position:absolute;
	width:16px;
	height:16px;
	cursor: pointer;
    background: transparent url(images/waiticon_close.png) no-repeat scroll center;
    right:1px;
    top:1px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mstrIcon-close-wait:hover {
    background-image: url(images/waiticon_close_hover.png);
}

#frameManager {
	display: none;
	position: relative;
	z-index: -1;
}

.mstrWaitBoxStatus {
	text-align: center;
	zoom: 1;
}

.mstrDialogBone .mstrIcon-wait {
	background: transparent url(images/loader.gif) no-repeat scroll center;
	height: 30px;
	width: 180px;
	border: none;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.mstrDialogBone .mstrIcon-wait .mstrIcon-close-wait {

}

.gridWait {
	background: #f5f5f2 url(images/circle-loader.gif) no-repeat scroll 10px
		10px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	height: 20px;
	width: 20px;
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	padding: 10px;
	border: 1px solid #999;
}

.mstrWaitBox .mstrButton { /*special long cancel button*/
	margin-top: 9px;
	width: 170px;
}

.divWaitCurtain {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	z-index: 119;
	background: #fcfcfc url(../../images/1ptrans.gif) no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*---------------special for mask*/
/*This is the solution for the IE5-IE6 dropdown over div issue*/
.select-free {
	position: absolute;
	z-index: 10;
}

/*Must assign widht and height in JS side*/
.select-free iframe {
	display: none; /*sorry for IE5*/
	display /**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	border: 0px none; /*must have for firefox*/
}

/*--------------------- menu ---------------------------------*/
.mstrFullScreen .mstrMenuLastUpdated {
	display: none;
}

.mstrMenuLastUpdated {
	color: #aaa;
	float: right;
	padding-right: 3px;
	padding-top: 3px;
}

/*--note--*/
.mstrNotesIconContainer {
	float: right;
	height: 23px;
	padding: 0px 1px;
	white-space: nowrap;
}

.mstrNotesIcon {
	height: 21px;
	vertical-align: middle;
	width: 22px;
	background-image: url(images/iconNotes.GIF);
	background-position: center center;
	background-repeat: no-repeat;
}

/*subscriptions related pages*/
fieldset#fsSubscription {
	padding-left: 20px;
}

fieldset#fsSubscription LEGEND {
	font-weight: bold;
	padding-right: 10px;
}

fieldset#fsSubscription div {
	clear: both;
	margin-top: 5px;
	margin-bottom: 9px;
}

fieldset#fsSubscription div label {
	float: left;
	margin-right: 1em;
	margin-top: 0.3em;
	overflow: visible;
	width: 11em;
}

fieldset#fsSubscription div input#subName {
	width: 48em;
}

fieldset#fsSubscription #DIV_filenameSpaceDelimiter label {
	float: none;
	margin-left: 30px;
	}

#DIV_subscriptionPanelBody fieldset#fsSubscription #DIV_burstSubFolder label {
    float: none;
    margin-left: 30px;
}

#ncFileSubs_SubscriptionsNarrowCastFileStyle_form #DIV_burstSubFolder {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset#fsSubscription #DIV_pages {
	padding-left: 12em;
}

#contactsTable,
#DIV_Address {position: relative;}
.contactsTableCurtain {
    position: absolute;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: -5px;
    left: 0;
    right: 0;
    bottom: -9px;
}
#DIV_Address .contactsTableCurtain {bottom: -20px;}

fieldset#fsSubscription #DIV_burst{
    overflow: hidden;
    white-space: nowrap;
}
fieldset#fsSubscription #DIV_burst #burstBtn[disabled]:hover {margin-left: 0 ;}
fieldset#fsBurst {
    margin: 10px 0 5px 128px;
    width: 500px;
    display: block;
    border: 1px solid #AAAAAA;
}
fieldset#fsBurst div {margin: 0 !important;}
#burstCriteria {
	border: 1px solid #AAAAAA;
    display: inline-block;
    min-width: 470px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
}
#DIV_burst .mstrIcon-lv {vertical-align: middle;}
.mstrBurstItem {padding-right: 5px;}
.mstrBurstCartOption,
#DIV_burst .mstrCartOption {
	width: 100%;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#availableBurstList,
#selectedBurstList {
	height: 140px;
    border: 1px solid #AAAAAA;
    }
.mstrBurstCartDiv DIV {margin: 0 !important;}
.mstrBurstCartDiv .mstrCartButtons DIV {margin: 3px 0 !important;}

/**Email burst*/
#cmsg ~ img {vertical-align: top;}
.mstr-pulldown.burstAddressId {z-index: 2;}
/**Email bursting*/


#cmsg,
#emailSubject {width: 509px;}

fieldset#fsSubscription #DIV_copies label {
	width: 9em;
}

fieldset#fsSubscription .chk input {
	margin-right: 0.3em;
	margin-left: 0px;
}

fieldset#fsSubscription .chk label {
	float: none;
	width: auto;
}

fieldset#fsSubscription .subFolder label {
	padding-left: 5px;
	text-align: right;
	width: 6em;
	margin-right: 3px;
}

.mstrDialogBody fieldset#fsSubscription {
	margin-top: 10px;
}

#NCSADVOPTS {
	margin-left: 15px;
	width: 640px;
}

#NCSADVOPTS>table {
	width: 100%;
}

#fsDeliveryNotification {
	margin-top: 20px;
}

fieldset#fsSubscription .mstrSubsCntName {
	display: block;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis; /*For IE*/
}
#DIV_deliveryFormats INPUT {margin-right: 3px;}


#divSubscriptionConfirm,
#divSubsConfirmOverwrite,
#divDeleteConfirm,
#divAddressConfirm,
#divHistoryConfirm
	{
	margin: 10px auto;
	width: 400px;
}

#divSubsSaveWarning .mstrDialogButtonBar {
	float: none;
	text-align: center;
}

#subFrame_SubscriptionFrameStyle .mstrPanelButtonBar {
	text-align: left;
}

#ncSub_SubscriptionConfirmStyle .mstrPanelButtonBar {
	text-align: center;
}

#ncSub_SubscriptionConfirmStyle .message div.mstrLargeIconViewItem {
	margin: 1em 1em 1em 0em;
}

#ncSub_SubscriptionConfirmStyle .schedule {
	margin-bottom: 10px;
}

#ncSub_SubscriptionConfirmStyle .schedule label {
	font-weight: bold;
	margin-right: 1em;
}

.protectZip,
.expirationDate {
	padding: 0px 7px 0px 3px;
}

.contactsEditor select#contactDirectory {
	width: 190px;
}

.contactsEditor .mstrCart TD {
	padding: 2px;
}

.contactsEditor .addressDivBorder {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #777777;
	border-right: 1px solid #BBBBBB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.mstrContactsCartNewAddTable {
	margin-bottom: 10px;
}

.mstrContactsCartNewAddTable td {
	padding-right: 5px;
}

.mstrContactsCartNewAddTable label {
	display: block;
}

.mstrContactsCartNewAddTable input {
	width: 170px;
}

.mstrContactsCartNewAddTable SELECT {
	width: 200px;
}

.mstrCart div#availableShared {
	height: 300px;
}

.mstrCart div#availablePersonal {
	height: 300px;
}

#advOptionTxt,
#delSettingsTxt {
	font-weight: bold;
}

#DIV_ZipFilePwd,
#DIV_overwrite,
#DIV_contactSecurity,
#DIV_Expiration {
	padding-left: 19px;
}

#DIV_ZipFileName label {
	text-align: center;
}

.personalizationLink INPUT {
	border-style: none;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 10px;
	text-align: left;
	background: transparent url(images/bullet.gif) no-repeat left center;
}

select.location-selector {
	width: 198px; /*200px*/
}

fieldset#fsSubscription .toccbccBtnSpan {
	width: 12em;
}

.toccbccBtnSpan {
	float: left;
}

.toccbccBtnSpan .mstrButton,
.toccbccBtnSpan .mstrButtonDisabled {
	min-width: 40px;
	margin-left: 0px;
}

.toccbccDiv {
	padding-bottom: 3px;
}

.toccbccDiv .recipient-nonselected {

}

.toccbccDiv .recipient-selected {
	color: #FFF;
	cursor: pointer;
	background-color: #2673CF;
	padding: 0pt 0pt 3px;
}

.emailDelFormat {
	padding-right: 100px;
	padding-left: 7px;
}

.delSettingsCol { /*multiple recipients adv. options*/
	width: 40%;
	overflow: hidden;
	padding: 7px 0;
}

.delSettingsChkBx {
	padding-left: 5px;
	float: none !important;
}

.mstrContactsDialogBone .pane {
	width: 100%;
	padding: 0px;
	border: 0px;
}

.mstrDialogBone .contactsTitlebar {
	display: block;
	clear: both;
	padding: 2px;
	padding-left: 6px;
	height: 14px;
	background: #000080;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.mstrDialogBone .contactsTitlebar .title {
	float: left;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}

.mstrDialogBone .contactsTitlebar .buttons {
	float: right;
	text-align: right;
}

.recipientsListDiv {
	border: 1px solid #dfdfdf;
	padding: 2px 10px 2px 3px;
	display: inline;
	width: 510px;
	display: block;
	margin-left: 12em;
}

.recipientsListDiv div {
	display: inline;
}

.emailDeliveryBottom {
	border: 1px solid #000;
	border-top: 1px solid #e0e0e0;
	position: relative;
	left: 98px;
	top: -2px;
	width: 518px;
}

.emailDeliveryBottomStandAlone {
	border: 1px solid black;
	display: block;
	width: 520px;
}

fieldset td.subFolder div label {
	padding-left: 50px;
}

.ncsPrintSettings {
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	width: 100%;
}

.ncsPrintSettings td label {
	width: auto;
}

.mstrCart .divCartElement {
	cursor: default;
	white-space: nowrap;
}

.mstrCart .selecteddivCartElement {
	background-color: #DDD;
	cursor: default;
	white-space: nowrap;
}

.recipientList .cartSelectedDiv {
	width: 256px;
}

.cartAvailableDiv,
.cartSelectedDiv {
	width: 100%;
}

.cartAvailableDiv,
.cartSelectedDiv,
.recipientList .cartSelectedDiv {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #777777;
	border-right: 1px solid #BBBBBB;
	background: #FFFFFF;
	padding: 1px 0px 1px 1px;
	height: 200px;
}

.cartAvailableDiv,
.cartSelectedDiv {
	overflow: auto;
}

.cartAvailableDiv img,
.cartSelectedDiv img {
	vertical-align: middle;
	margin-bottom: 2px;
}

.cartSelectedDiv {
	height: 300px;
}

.recipientList .cartSelectedDiv {
	height: 78px;
}

.alertsButtonBar {
	padding: 0px 6px 6px 10px;
}

.alertsButtonBar input {
	margin-right: 6px;
}

.alertContentNameSpanEnabled,
.alertContentNameSpanDisabled {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 3px;
	margin-right: 5px;
	width: 150px;
}

.alertContentNameSpanDisabled {
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
}

/*--calender--*/
.inner {
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #777 #777 #AAA;
	font-size: 1.067em;
	text-align: center;
	vertical-align: middle;
}

.event,
.arrow {
	background-color: #000000;
	border: 1px #000000 solid;
	color: #ffffff;
}

.weekday {
	background-color: #ddddbb;
	border-bottom: 1px #000000 solid;
}

.day {
	background-color: #eeeeee;
}

.grayOut {
	color: #999999;
	cursor: default;
}

.arrow,
.norm,
.day {
	cursor: pointer;
}

/*-------cart table ---------*/
#preferences_ScheduleAdminPreferencesStyle .mstrCartContainer,
#gridOptions_GridOptionsTabManagerStyle .mstrCartContainer {position: relative;}
.mstrCart {
	width: 100%;
	table-layout: fixed;
}

.mstrCart TD {
	padding: 3px !important;
	padding: 0 !important !ie7;
	vertical-align: top;
}

.mstrCart td.mstrCartButtons,
.mstrCartTable td.mstrCartButtons {
	vertical-align: middle;
	width: 28px;
	padding: 0pt 3px !important;
}

.mstrCartButtons .mstrIcon-btn {
	background-color: #D4D0C7;
	margin-bottom: 5px;
	border-color: #EEE #888 #888 #EEE;
	border-style: solid;
	border-width: 1px;
	padding: 0px !important;
	width: 20px !important;
}

td.mstrCartButtons DIV {
	padding: 0px 1px;
}

.mstrCartButtons IMG,
.mstrDualYAxisbuttons IMG {
	background-color: #D4D0C7;
	margin-bottom: 5px;
	height: 16px;
}

.mstrCart Div {
	margin-top: 3px;
	margin-bottom: 3px;
}

.mstrCartTable {
	width: 100%;
}

.mstrCartTable td {
	padding: 3px;
	vertical-align: top;
}

.mstrCartTable td.tdButtons {
	vertical-align: middle;
}

.mstrCartTable td.tdButtons IMG {
	background-color: #D4D0C7;
	margin-bottom: 5px;
}

.mstrCartAvailable,
.mstrCartSelected {
	width: 48%;
}

.mstrCartSelected TABLE,
.mstrCart SELECT {
	width: 100%;
}

.mstrCartSelected TABLE.recipientList .mstrCartButtons {
	padding-top: 20px;
}

.mstrCartSelected TABLE .mstrCartSelected {
	width: 90%;
}

.mstrCartCurtain {
	background: none repeat scroll 0 0 #ccc;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    display: none;
}
.mstrCartCurtain.on {display: block;}

table.mstrDualYAxisCart {
	padding-left: 1px !important;
	padding-top: 2px;
	width: 100%;
	height: auto;
	table-layout: fixed;
}

table.mstrDualYAxisCart td.mstrDualYAxisavailCell,
table.mstrDualYAxisCart td.mstrDualYAxisselCell
	{
	width: 48%;
	height: auto;
}

table.mstrDualYAxisCart td.mstrDualYAxisbuttonsCell {
	width: 26px;
	vertical-align: middle;
	text-align: center;
	padding: 0pt 3px;
}

table.mstrDualYAxisCart select {
	width: 100%;
	height: 150px;
}

input.mstrDualYAxisswap,
img.mstrDualYAxisswap {
	background-image: url(images/btnSwap.gif);
	width: 12px;
	height: 11px;
}

.mstrDualYAxisbuttons td {
	text-align: center;
}

/*shopping cart add/remove icons; the disabled version in toolbar.png is almost invisible, still use the original image file*/
.mstrIcon-btnArrowRight,
.mstrDualYAxisAdd {
	background: transparent url(images/toolbar.png) no-repeat scroll 0px -2px;
}

.mstrIcon-btnArrowRightDisabled {
	background: url(images/toolbar_i.png)  no-repeat 0px -2px;
}


.mstrIcon-btnArrowLeft,
.mstrDualYAxisRemove {
	background: transparent url(images/toolbar.png) no-repeat scroll -80px -242px;
}

.mstrIcon-btnArrowLeftDisabled {
	background: transparent url(images/toolbar_i.png) no-repeat scroll -80px -242px;
}

/*header bar search box*/
.mstrSearchDiv {
	white-space: nowrap;
	padding-left:4px;
	height: 30px;
}

.mstrHeader .mstrSearchDiv {
	width: 200px;
}
.mstrHeader .search-form {display: block; margin-top: -5px;}
.mstrHTML .mstrHeader .mstrSearchDiv {display: inline-block;}

.mstrToolbarWrapper .mstrSearchDiv {
    background: transparent url("images/theme/gray/search_box.png") 0px 0px no-repeat;
    background-position: 0px -1px !important !ie7;
}
.mstrToolbarWrapper .mstrSearchDiv:hover {
     background-image: url("images/theme/gray/search_box_hover.png");
}

.mstrSearchBox {
	border: 0px none;
	background-color: transparent;
	height: 18px;
	line-height: 18px;
	padding-top: 3px;
	vertical-align: top;
	width: 160px;
	color: graytext;
}

#searchArg,
#searchName {
	width: 124px;
}  /* dialogs search input*/
#cartSearchButton.mstrIcon-btnFind {
	padding: 0;
}

.mstrIcon-btnFind {
	background: transparent url(images/icon_search.png) no-repeat 0;
}


/*** Begin All Object Browser Search setting */
.search-setting-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #444 transparent transparent;
    overflow: hidden;
    position: relative;
    left: -38px;
    z-index: 1;
}
.search-setting-icon.on {
    overflow: visible;
}
.search-setting-pulldown {
    position: absolute;
    right: -8px;
    top: 3px;
    background: #fff;
    padding: 5px 2px;
    border: 1px solid #999;
    -webkit-box-shadow: 2px 5px 5px 1px #999;
    -moz-box-shadow: 2px 5px 5px 1px #999;
    box-shadow: 2px 5px 5px 1px #999;
}
.search-setting-pulldown-item {
    padding-left: 20px;
    position: relative;
}
.search-setting-pulldown-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
}
.search-setting-pulldown-item.on {background: url(images/liCheck.gif) no-repeat 2px 2px transparent;}
/**End All Object Browser Search setting */

/*--------fetch navigator---------*/
.mstrFetch {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 20px; /*#289487 for IE*/
	white-space: nowrap;
}

.mstrFetch SPAN {
	cursor: pointer;
	margin-left: 0.25em;
	margin-right: 0.25em;
	vertical-align: middle;
}

.mstrFetch A SPAN {
    margin-left: 0;
    margin-right: 0;
    vertical-align: inherit;
}

.mstrFetchText {
	cursor: auto;
}

.mstrFetchIconAccesibility,
.mstrFetchIcon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(images/buttons.gif);
	border: 0px none;
	cursor: pointer;
	height: 13px;
	width: 13px;
	vertical-align: middle;
}

.mstrFetchIconAccesibility {
	background-image: none;
}

.mstrFetchFirst {
	background-position: -3px -93px;
}

.mstrFetchFirstDisabled {
	background-position: -23px -93px;
}

.mstrFetchPrevious {
	background-position: -163px -93px;
}

.mstrFetchPreviousDisabled {
	background-position: -183px -93px;
}

.mstrFetchNext {
	background-position: -83px -93px;
}

.mstrFetchNextDisabled {
	background-position: -103px -93px;
}

.mstrFetchLast {
	background-position: -43px -93px;
}

.mstrFetchLastDisabled {
	background-position: -63px -93px;
}

.mstrFetchPreviousSet {
	background-position: -3px -113px;
}

.mstrFetchPreviousSetDisabled {
	background-position: -23px -113px;
}

.mstrFetchNextSet {
	background-position: -123px -93px;
}

.mstrFetchNextSetDisabled {
	background-position: -143px -93px;
}

.mstrFetchFirstDisabled,
.mstrFetchPreviousDisabled,
.mstrFetchNextDisabled,
.mstrFetchLastDisabled{
	cursor: default;
}

.mstrFetchFirstAcc,
.mstrFetchPreviousAcc,
.mstrFetchNextAcc,
.mstrFetchLastAcc,
.mstrFetchFirstDisabledAcc,
.mstrFetchPreviousDisabledAcc,
.mstrFetchNextDisabledAcc,
.mstrFetchLastDisabledAcc{
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	width: auto;
}

.mstrFetchGoTo {
	background-color: #F7F7EE;
	border: 1pt solid #666666;
	font-size: 1em;
	position: absolute;
	vertical-align: top;
	visibility: hidden;
	width: auto;
}

.mstrFetchGoTo .goToTable TD {
	vertical-align: middle;
}

.mstrFetch .currentPage,
.mstrFetch .currentPage-selected {
	white-space: nowrap;
	background: transparent url(images/tbPulldown.gif) no-repeat right center;
	font-weight: bold;
}

.mstrFetch .currentPage {
	padding: 2px 10px 2px 2px;
}

.mstrFetch .currentPage-selected {
	padding: 1px 9px 1px 1px;
	background-color: #CACAC2;
	border: 1px solid #404040;
}

/*server diagnostics statistics */
#dhtml_statistics {
	padding: 6px;
}

/*--stylesheet for all icon buttons--only for document execution in flash full screen mode, only contain the toolbar of home panel--*/
#tbHome {
    background-position: -240px -140px;
}
#tbBackPicker {
	background-position: 0px -400px;
}

#tbForwardPicker {
	background-position: -40px -400px;
}

#tbSave,
#tbSaveDHTML,
#tbSaveHTML {
	background-position: -118px -260px;
}
#tbSaveAs{
	background-position: -260px -541px;
}


#tbSave.disabled,
#tbSaveDHTML.disabled,
#tbSaveHTML.disabled {
	background-image: url(images/toolbar_i.png) !important;
	background-position: -118px -260px;
}


#tbPublish {
	background-position: -218px -520px;
}

#tbDesignMode,
#tbDesignModeHTML {
	background-position: -200px -80px;
}

#tbDesignMode.disabled,
#tbDesignModeHTML.disabled {
	background-position: -220px -80px;
}

#tbInteractiveViewMode {
	background-position: 0px -420px;
}

#tbEditableViewMode {
	background-position: -360px -80px;
}

#tbEditableViewMode.disabled {
	background-position: -380px -80px;
}

#tbFlashViewMode {
	background-position: -240px -120px;
}

#tbConvertToDoc {
    background-position: -38px -543px;
}
#tbConvertToIVE {
    background-position: -78px -543px;
}

#tbIVE {
	background-position: 2px -543px;
}

#tbHelp {
    background-position: -280px -539px;
}

#tbAddToHistoryList,
#tbAddToHistoryListHTML {
	background-position: -116px -420px;
}

#tbCreatePersonalView {
    background-position: -160px -540px;
}

#tbPrint,
#tbPrintDHTML,
#tbPrintHTML {
	background-position: -160px -220px;
}

#tbReExecute,
#tbReExecuteDHTML,
#tbReExecuteHTML {
	background-position: -40px -240px;
}

#tbShareURL:hover {
	background-image: url(images/toolbar_h.png) !important;
	background-position: -300px -540px !important;
}

#tbShareURL:active {
	background-image: url(images/toolbar_h.png) !important;
	background-position: -300px -540px !important;
}

#tbShareURL {
	background-image: url(images/toolbar.png) !important;
	background-position: -300px -540px !important;
}



#tbSend,
#tbSendHTML {
	background-position: -200px -260px;
}

#tbScheduled,
#tbScheduledDHTML,
#tbScheduledHTML {
	background-position: -160px -280px;
}

#tbExportPicker {
	background-position: -80px -100px;
}

#tbReprompt,
#tbRepromptHTML {
	background-position: -240px -240px;
}


#tbReprompt.disabled,
#tbRepromptHTML.disabled {
	background-image: url(images/toolbar_i.png) !important;
	background-position: -240px -240px;
}


#tbPromptDetails,
#tbPromptDetailsHTML {
	background-position: -240px -220px;
}

#tbPromptDetails .disabled,
#tbPromptDetailsHTML .disabled {
	background-image: url(images/toolbar_i.png) !important;
	background-position: -240px -220px;
}

#tbRefresh,
#tbRefreshHTML {
	background-position: -36px -240px;
}

#tbBrowseParentFSM,
#tbBrowseParentNSM {
	background-position:-220px -400px;
}

#tbFullMode {
	background-position: 2px -140px;
}

#tbFullMode.disabled {
	background-image: url(images/toolbar_i.png) !important;
	background-position: 2px -140px;
}

#tbFullMode .selected,
#tbNormalMode {
	background-position: -358px -180px;
}

#tbFullMode .selected .disabled,
#tbNormalMode.disabled {
	background-image: url(images/toolbar_i.png) !important;
	background-position: -358px -180px;
}

#tbStaticViewMode {
	background-position: -320px -240px;
}

#tbStaticViewMode.disabled {
	background-image: url(images/toolbar_i.png) !important;
	background-position: -320px -240px;
}

#tbClose {
    background-position: -160px -500px;
}

.mstrListPulldownPickerBtn,
.mstrListViewItemButtonItem {
	background-image: url(images/toolbar.png);
}

.mstrToolbarList {
	background: url(images/insertMenu.png) no-repeat scroll 0 0;
	color: #cdcdcd;
}

.mstrDockTop .mstrToolbarList.xExcel {
	background-image: url(images/toolbar.png);
	background-position: -80px -100px !important;
}

.mstrDockTop .mstrToolbarList.xPDF {
	background-image: url(images/toolbar.png);
	background-position: left -220px !important;
}


.mstrDockTop .mstrToolbarList.xExcel:hover {
	background-image: url(images/toolbar_h.png);
	background-position: -80px -100px !important;
}

.mstrDockTop .mstrToolbarList.xPDF:hover {
	background-image: url(images/toolbar_h.png);
	background-position: left -220px !important;
}



.mstrDockTop .mstrToolbarList.xHTML {
	background-image: url(images/toolbar.png);
	background-position: -160px -40px !important;
}

.mstrDockTop .mstrToolbarList.xFlash {
	background-image: url(images/toolbar.png);
	background-position: -140px -400px !important;
}

.mstrDockTop .mstrToolbarList.xHTML:hover {
	background-image: url(images/toolbar_h.png);
	background-position: -160px -40px !important;
}

.mstrDockTop .mstrToolbarList.xFlash:hover {
	background-image: url(images/toolbar_h.png);
	background-position: -140px -400px !important;
}


.mstrDockTop .mstrToolbarList.xExcel:active {
	background-image: url(images/toolbar_a.png);
	background-position: -80px -100px !important;
}

.mstrDockTop .mstrToolbarList.xPDF:active {
	background-image: url(images/toolbar_a.png);
	background-position: left -220px !important;
}

.mstrDockTop .mstrToolbarList.xHTML:active {
	background-image: url(images/toolbar_a.png);
	background-position: -160px -40px !important;
}

.mstrDockTop .mstrToolbarList.xFlash:active {
	background-image: url(images/toolbar_a.png);
	background-position: -140px -400px !important;
}

/*extract from widgets.css*/
.mstrJSON {
	display: none;
}

/* for: mstr.layouts.ListPulldown, TreePulldown */
.mstrListPulldownCaption {
	/*
	padding-bottom: 2px;
	*/
}

.mstrListPulldownHorizontalCaption {
	padding-right: 2px;
}


.mstrListPulldownTable {
	cursor: default;
}


.mstrFieldsetItemContainer .mstrListPulldownTable {
	cursor: default;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border:0px;
}

.mstrFieldsetItemContainer .mstrListPulldownCellButton {
    border: 1px solid #000;
    border-radius: 0px 2px 2px 0px;
}



.mstrListPulldownPickerBtn {
	cursor: pointer;
}
.mstrListPulldownCellContent {
	border: 1px solid #808080;
	vertical-align: middle;
	padding: 0px;
}


.mstrListPulldownCellButton {
	background-position: left bottom;
	background-repeat: repeat-x;
	vertical-align: middle;
	border: 1px solid #808080;
	border-left: 0px solid #808080;
	padding: 0px;
	height: 20px; /* matches the height of a list view item */
	width: 16px; /* 17 minus right border */
}

.mstrListPulldownContent {
	width: auto; /* was: 120px; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mstrListPulldownEmptyText {
	padding-left: 4px;
	line-height: 20px; /* matches the height of a list view item */
}

.mstrListPulldownButton {
	height: 18px; /* 20 minus borders */
  width: 15px; /* 16 minus borders */
	overflow: hidden;
  vertical-align:  middle;
}

.mstrListPulldownButton div,
.mstrListPulldownButtonPushed div {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #cdcdcd;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/tbPulldown.gif);
}

.mstrListPulldownEmptyText,
.mstrListPulldownReadyState {
	padding-left: 3px;
	padding-right: 3px;
}

.mstrListBlockContents {
	padding: 0;
	border: 1px solid #808080;
	overflow-x: auto;
	overflow-y: auto;
	width: auto;
	cursor: default;
	background-color: #fff;
}


.mstrFloatingEditor .mstrListBlockContents {
   background-color: #fff;
}
.mstrDockTop .mstrListBlockContents {
	overflow-x: hidden; /* no horiz scrollbars in toolbar popups. */
}

/* for: mstr.itemrenderer.FastListView */
.mstrListBlockItem,
.mstrListBlockItemHover,
.mstrListBlockItemSelected,
.mstrListBlockItemSelectedHover
	{ /*
	 WARNING: use padding or borders here creates "Dead zones", where clicks would have no
	 target list items.  Awkward user experience, should be avoided if practical.
	 */
	background-repeat: no-repeat;
	background-position: left top;
}

.mstrListBlockItemName { /*
	 line height matches height of standard small icons, thus centering text vertically
	 so that it looks nice beside an icon and even without any icon
	*/
	line-height: 20px;
	/*
	 height (or width) is needed in IE6+ as workaround to hover issue.  mouseovers will be
	 acknowledged by IE6+ only if they target the text directly (hover over bckg image or blank space
	 beside text will not fire).  workaround: apply a height/width.
	 */
	height: 20px;
	white-space: nowrap;
	/*
		Removed overflow: hidden; and text-overflow: ellipsis; for TQMS # 294134.
		Hiding the overflow prevents auto-sized ListViews & TreeViews from showing horiz scrollbar when needed.
	*/
	padding-left: 3px;
	padding-right: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	text-overflow:ellipsis;

}

.mstrListBlockItemSelected,
.mstrTileViewItemSelected,
.mstrListBlockTabTreeItemSelected {
	color: #000;
	background-color: #cecece;
}

.mstrDockTop .mstrListBlockItemName {

	 height: auto;

}

.mstrFloatingEditor .mstrListBlockItemName {
     color:  #000;

 }


.mstrListPulldown .mstrListBlockItemName  {
    overflow: hidden;
}

table.mstrListCart.fixed .mstrListBlockItemName {
    overflow: visible; /* TQMS#685307 - showing horizontal scrollbar when needed */
}

.mstrListBlockItemDesc {
	padding-left: 3px;
	padding-right: 4px;
	padding-bottom: 1px;

	color: #808080;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px #d4d0c8 dotted;
}

.mstrListBlockItemHover,
.mstrTileViewItemHover,
.mstrListBlockTabTreeItemHover {
	background-color: #dadada;
	cursor: pointer;
}

.mstrTileViewItemSelected,
.mstrListBlockTabTreeItemSelected {
	color: #000;
	background-color: #cecece;
}



.mstrTileViewItemSelected .mstrListBlockItemName,
.mstrListBlockTabTreeItemSelected .mstrListBlockItemName{
	color: #FFF;
	background-color: #000080;
}


.mstrListBlockItemSelected .mstrListBlockItemName {
	color: #000;
	background-color: #cecece;
}

.mstrListBlockItemSelectedHover .mstrListBlockItemName {
	color: #fff;
	background-color: #424242;
}

.mstrListBlockItemSelected a:link {
	color: #000;
}
.mstrListBlockItemSelectedHover,
.mstrListBlockTabTreeItemSelectedHover {
	color: #fff;
	background-color: #696969;
}
.mstrListBlockItemSelectedHover a:link {
	color: #fff;
}

.mstrDisabled .mstrListBlockItemHover,
.mstrDisabled .mstrListBlockTabTreeItemHover {
	color: #000000;
	background-color: transparent;
}
.mstrDisabled .mstrListBlockItemSelected,
.mstrDisabled .mstrListBlockTabTreeItemSelected,
.mstrDisabled .mstrListBlockItemSelectedHover,
.mstrDisabeld .mstrListBlockTabTreeItemSelectedHover {
	color: #cccccc;
	background-color: #999999;
}
.mstrDisabled .mstrListBlockItemSelected a,
.mstrDisabled .mstrListBlockItemSelectedHover a {
	color: #cccccc;
}
/* for color pickers like button*/
.mstrListPulldownPickerBtn,
.mstrListBlockItemButtonItem {
	height: 20px;
	width: 19px;
	padding-left: 0px;
}

.mstrListPulldownPickerBtn DIV {
	height: 20px;
	width: 22px;
}

.mstrListBlockToolbarItemSelected .left {
	width: 10px;
	height: 22px;
	vertical-align: bottom;
}

.mstrListBlockToolbarItemHover .left,
.mstrListBlockToolbarItem .left {
	width: 10px;
	height: 22px;
	vertical-align: bottom;
}

.mstrListBlockToolbarItem .right,
.mstrListBlockToolbarItemHover .right,
.mstrListBlockToolbarItemSelected .right,
.mstrListBlockToolbarItemSelectedHover .right{
	width: 13px;
	height: 22px;
	cursor: pointer;
}

.mstrListBlockToolbarItem .right.menu {
    background: transparent url(images/toolbar.png) -324px -218px !important;
}

.mstrListBlockToolbarItemHover .right.menu{
    background: transparent url(images/toolbar_h.png) -324px -218px !important;
}

.mstrListBlockToolbarItemSelected .right.menu,
.mstrListBlockToolbarItemSelectedHover .right.menu{
    background: transparent url(images/toolbar_a.png) -324px -218px !important;
}

.mstrListBlockToolbarItemSelected .mstrListBlockToolbarItemName,
.mstrListBlockToolbarItemSelectedHover .mstrListBlockToolbarItemName{
	text-align: center;
	height: 22px;
	cursor: default;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

.mstrTabbedMenuVBoxItem {
	background-color: #252525;
}

.mstrListBlockToolbarListContainer {

	background: #252525;
	border-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 24px;
}

.mstrListBlockToolbarReadyState {
	display: none !important;
}

.mstrListBlockToolbarItem .mstrListBlockToolbarItemName,
.mstrListBlockToolbarItemHover .mstrListBlockToolbarItemName{
	cursor: pointer;
	text-align: center;
	color: #cdcdcd;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	text-transform: uppercase;
}


.mstrListBlockToolbarItemSelected,
.mstrListBlockToolbarItemSelectedHover,
.mstrListBlockToolbarItem,
.mstrListBlockToolbarItemHover{
	float: left;
	border-style: none;
	padding: 0px;
}

.mstrListBlockToolbarItemSelected,
.mstrListBlockToolbarItemSelectedHover,
.mstrListBlockToolbarItemHover{
     background:  #3b3b3b;
	 text-transform: uppercase;
}

.mstrListBlockCell .mstrListBlockContents #NewDashboardLayoutsListViewListContainer .mstrVtListTxt, #NewDocumentLayoutsListViewListContainer .mstrVtListTxt{
	white-space: normal; /*new and exiting layout lists*/
}

.mstrListBlockHeader {
	padding: 0px;
	overflow: auto;
	width: auto;
	height: auto;
	cursor: default;
	background-color: #cccccc;
}

/* For ListViews with icons */
.mstrToolbarList .mstrListBlockItemName {
	margin-left: 22px;
}

/* For Advanced options in export link message box */
#advancedLinkDiv {
    padding-top: 5px;
    padding-left: 20px;
	background: transparent url(images/treeExpand.gif) no-repeat 5px 7px;
	height: 1em;
}
#advancedLinkDiv.open {
	background: transparent url(images/treeCollapse.gif) no-repeat 5px 7px;
}

/**** Alert Message box for Error Handling ***/
.mstrAlert {
    /*alert message, 'width' will be set in specific pages stylesheet if necessary*/
    background: #EEEEEE;
    border: 1px solid #660000;
    margin: 9px;
    padding: 6px;
}

.mstrPath .mstrAlert {
    margin: 0;
}

.mstrAlertTitle {
    font-weight: bold;
    font-size: 11pt;
    color: #AA0000;
}

.mstrAlertTitle,
.mstrAlertMessage,.mstrAlertInfo {
    margin-bottom: 9px;
}

#sourceLPD .mstrListPulldownContent {
	width:100px;
}

#replaceLPD .mstrListPulldownContent {
	width:100px;
}

#formLPD .mstrListPulldownContent {
	width:100px;
}

#sortLPD .mstrListPulldownContent {
	width:60px;
}


.mstrToolbarButton span#tbToggleHideNulls {
	background-position: -340px -540px;
}

.message-before-grid {
    background: rgb(244,253,239);
    border: 1px solid rgb(172,223,167);
    font-weight: bold;
    color: rgb(101,101,101);
    margin: 0;
    padding: 5px 30px 5px 5px;
    position: relative;
    word-wrap: break-word;
}
.message-before-grid.err {
    background: rgb(255,235,232);
    border: 1px solid rgb(255,128,128);
}
.message-before-grid.warning {
    background: rgb(254,251,212);
    border: 1px solid rgb(255, 215,0);
}
.message-before-grid .link {
    color: rgb(7, 165, 220);
    text-decoration: underline;
    cursor: pointer;
}
.session_recovery_msg {
	height: 20px;
}
.session_recovery_msg .warning {
	position: fixed;
    width: 100%;
    z-index: 2;
    padding-top: 3px;
    color: #444649;
    font-weight: normal;
}
.session_recovery_msg a:link,
.session_recovery_msg a:visited {
    color: #007ebe;
}

/**-bone-widget: Pulldown ---*/
.mstr-pulldown {
    padding: 5px;
    position: relative;
}
.mstr-pulldown-label {
    display: inline-block;
    min-width: 78px;
}
.mstr-pulldown-container {
    display: inline-block;
    position: relative;
    min-width: 200px;
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.mstr-pulldown-content {
    padding: 3px 20px 3px 0;
    position: relative;
}
.mstr-pulldown-title {
    padding: 0 10px;
}
.mstr-pulldown-icon {
    background: url(images/toolbar.png) -326px -220px transparent no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 15px;
    opacity: 0.5;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.mstr-pulldown-icon:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.mstr-pulldown-popup {
    position: absolute;
    top: 19px;
    left: -1px;
    min-width: 100%;
    border: 1px solid #999;
    background: #fff;
    box-shadow: 3px 3px 5px 0px rgba(153, 153, 153, 0.8);
}

.mstr-list-item {
    padding: 3px 3px 3px 10px;
    cursor: default;
}
.mstr-list-item.on {
    padding-left: 5px;
    border-left: 5px solid #c00;
}
.mstr-list-item:hover {
    background: #eee;
    padding-left: 8px;
    border-left: 2px solid #f00;
}
#mstrWebContents .divLock1 {
    position: absolute;
    top: 0px;
    z-Index: 6;
}
#mstrWebContents .divLock2 {
    position: absolute;
    top: 0px;
    z-Index: 4;
}
#mstrWebContents .divLock3 {
    position: absolute;
    top: 0px;
    z-Index: 2;
}

.mstrListBlockToolbarItemHover {
   text-transform: uppercase;
}
/**----*/
.mstrListBlockToolbarItemSelectedHover, .mstrListBlockToolbarItemHover {
	-webkit-box-shadow: inset 0px 1px 0px 1px rgba(82,82,82,1);
	   -moz-box-shadow: inset 0px 1px 0px 1px rgba(82,82,82,1);
		    box-shadow: inset 0px 1px 0px 1px rgba(82,82,82,1);
		    background: #424242;
}



.mstrWeb .mstrFloatingEditorTitle {
  height: 40px !important;
}

form#ReportEditorGrid .mstrDialogBody{
	padding-left: 18px;
}


.mstrDockTop .mstrNotesIcon {
	background-image: url(images/accordion.png);
	background-repeat: no-repeat;
	background-position: 0px -56px;
	}

.mstrDialogBody .mstrCartContainer {
	padding:10px 8px;
}


.mstrFloatingMenu {
	position:absolute;
	z-index:1000;
	padding-top:2px;
	padding-bottom:4px;
	min-width: 200px !important;
	background-color:#424242;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 4px 10px 0px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 4px 10px 0px;
	box-shadow: rgba(0,0,0,0.25) 0 4px 10px 0px;

	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	-ms-border-radius: 0 4px 4px 4px;

	border-radius: 0 4px 4px 4px;
	border: 1px solid #525252;
	border-width:0px 1px 1px 1px;

	color:#ccc;
	margin-top: 0px;
}

/***** Fade in the content node ****/
@-webkit-keyframes resetFade { 0% { opacity: 0; }  100% { opacity: 0; } }
@-webkit-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } }
@-moz-keyframes resetFade { 0% { opacity: 0; }  100% { opacity: 0; } }
@-moz-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } }

.mstrDockCenter {
	-webkit-animation: resetFade 300ms ease-in 0ms 1, fade-in 300ms ease-in 250ms 1;
}

/* Dialogs & Menu common css */
.mstrmojo-TC-CXM,
.mstrContextMenuRight,
#forwardHistoryPicker, #backHistoryPicker,
.mstrmojo-Editor,
.mstrFloatingEditor,
.mstrDialogBone,
.mstrPathBreadCrumbsAncestors {
	-webkit-animation: resetFade 50ms ease-in 0ms 1, fade-in 350ms ease-in 50ms 1;
	-moz-animation: resetFade 50ms ease-in 0ms 1, fade-in 350ms ease-in 50ms 1;
	animation: resetFade 50ms ease-in 0ms 1, fade-in 350ms ease-in 50ms 1;
	-webkit-box-shadow: #B4B4B4 1px 1px 10px 0px;
	-moz-box-shadow: #B4B4B4 1px 1px 10px 0px;
	box-shadow: #B4B4B4 1px 1px 10px 0px;
}

/**** Fade in Effect ****/


/************************* Theme common stuff *******************/

/*-- Folder Page --*/
.ncsLIVItem a:hover,
.ncsLIVName a:hover,
.mstrLargeIconViewItem a:hover,
.mstrLargeIconViewItemName a:hover,
#folderAllModes .mstrLargeIconViewItem:hover .mstrLargeIconViewItemName .mstrLink,
.mstrDesktopSection .mstrDynamicTableCell:hover .mstrLargeIconViewItemName .mstrLink,
.mstrPathTextCurrent:hover .mstrPathLast,
	/*-- Menu item --*/
.mstrFloatingMenuItem .hover,
.mstrListBlockToolbarItemSelected,
.mstrListBlockToolbarItemSelectedHover,
.mstrListBlockToolbarItem,
	/*-- History Pickers --*/
.mstrPickerItemHover,
	/*-- CX Menu and Search --*/
.mstrSuggestPopupItem.selected span,
.menu-row-selected .menu-item,
.mstrmojo-TC-CXM .mstrmojo-ContextMenuItem:hover,
	/*--footer section --*/
.mstrShortcutSelected A,
.mstrShortcut A:hover,
.mstrShortcutsListPopup .item.selected,
.mstrShortcutsListPopup a:hover,
.mstrFooter a:hover,
.mstrPathBreadCrumbsAncestors span:hover {
	color: #2e2e2e;
}


.mstrListBlockToolbarItemHover .mstrListBlockToolbarItemName,
.mstrListBlockToolbarItemSelected .mstrListBlockToolbarItemName,
.mstrListBlockToolbarItemSelectedHover .mstrListBlockToolbarItemName {
	color: #cdcdcd;
}


#forwardHistoryPicker.mstrPicker span.mstrPickerItemHover,
#backHistoryPicker.mstrPicker span.mstrPickerItemHover,
.mstrSuggestPopupItem.selected,
.menu-row-selected .mstrContextMenuLeft,
.mstrmojo-TC-CXM .mstrmojo-ContextMenuItem:hover .mstrmojo-CMI-left,
.mstrFloatingMenuItem a.mstrMenuOption.hover,
.mstrFloatingMenuItem a.mstrSubMenuOption.hover,
.mstrShortcutsListPopup .item:hover,
.mstrPathBreadCrumbsAncestors span:hover {
	border-left-color: #2e2e2e;
}

/*--listview --*/
/*--dialog editor & floating editor --*/
/*-desktop section & panel portrait title bar--*/
.mstrWeb .mstrPromptTOCHeader,
.mstrWeb .mstrPromptQuestionTitleBar,
.mstrWeb .mstrPanelPortrait .titlebar,
.mstrWeb .mstrmojo-Editor-titlebar,
.mstrWeb .mstrPanelTitleBar,
.mstrSummaryHeader,
.mstrWeb .mstrFloatingEditorTitle {
	/*
    background: rgb(240, 240, 240);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(242, 242, 242, 1) 40%,rgba(205, 205, 205, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(242, 242, 242, 1) 40%,rgba(205, 205, 205, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(242, 242, 242, 1) 40%,rgba(205, 205, 205, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 );
    */
	color: #656565 !important;
	height: 25px !important;
	line-height: 25px !important;
	font-weight: bold;
}


.mstrWeb .mstrDialogTitleBar,
.mstrWeb .mstrFloatingEditorTitle {
	height: 40px !important;
	padding-left:18px;

	border-bottom: 1px solid #DEDEDE;
	-webkit-box-shadow: #fff 0 1px 0 0px;
	-moz-box-shadow: #fff 0 1px 0 0px;
	box-shadow: #fff 0 1px 0 0px;

}

/************************* End Theme common stuff **************/

