.mstrHeader,
.mstrDockTop,
.mstrFooter,
.mstrContent {
	display: block;
}
.mstrPath,
.mstrDockLeft,
.mstrDockRight,
.mstrDockBottom {
	display: none;
}
.mstrToolbarWrapper {
	background: transparent;
	border: none;
	padding: 0px;
}
.mstrHeader {
	height: 19px;
	overflow: visible;
	text-align: right;
}
.mstrDockTop {		/* mimic color scheme of mstrHeader */
	background: transparent; /*  url(../../images/pentalpha_logo.gif) no-repeat; custom mz 102008, removes mstr logo */
	margin: 3px;
	padding: 6px;
	padding-top: 21px;
	padding-bottom: 9px;
	border-bottom: 1px solid #d4d0c7;
}
table.mstrVerticalDocks .tdDockLeft {
    width: 0px;
}
.mstrContent {
	padding-left: 36px;	/* gb 4/19/04 added, for consistency with Projects page */
}
.mstrAlert {
	margin: 9px;
	xmargin-left: auto;
	xmargin-right: auto;
	width: 300px;
}
.license-msg {
	display: none;
}
.license-btn {
	text-align:right;
	padding: 6px;
    margin: 18px;
    width: 324px;
	display: block;
}
#continue {
	display: none;
}
.project {
	font-size: 11pt;
	font-weight: bold;
}
.loginOptions a {
	padding-left: 9px;
	padding-right: 9px;
	background: transparent url(images/bullet.gif) left center no-repeat;
}

.loginOptions input {
	background: transparent url(images/bullet.gif) left center no-repeat;
	border-style: none;
	text-decoration: underline;
	cursor: hand;
    padding-left: 10px;
    text-align: left;
}

#divLogin {
	width: auto;		/* to prevent wrapping login dialog buttons; was: 300px */
	/* gbchange 04/19/04 no more centering on login page */
	/*
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 18px;
	margin-bottom: 27px;
	border: 0px;		/* gbchange 04/19/04 added, to hide login dialog cosmetics */

}
/* gbchange 04/19/04 hide login dialog cosmetics */
#divLogin .titlebar {
	display: none;
}

/* custom mz 102208 */
#divLogin .body {
	padding: 0px;
	background-color: #F5F5F2;
}
.buttonbarLeft,
.buttonbarRight {
	/* to support separate forms for Login and Cancel buttons */
	padding: 0px;
	text-align: left;
	display: inline;
	float: none;
	clear: none;
}
.buttonbarLeft {
	float: left;
	clear: left;
}
.buttonbarLeft input.btn,
.buttonbarRight input.btn {
	margin-left: 0px;	/* to left align buttons */
	margin-right: 3px;
	padding-right: 11px;	/* to align buttons with text boxes */
	padding-left: 11px;	/* to align buttons with text boxes */
}
.buttonbarLeft input.btn {
	margin-left: 99px;	/* to align buttons with text boxes */
}
#divLogin .mstrFields .group div input.txt {
	width: 144px;
}
