/* title bar */
/* PUTTING THESE INTO A SEPARATE FILE FOR UNREFACTORED TOOLS */
.ms_title_bar {
	background:#fff url(/img/FromCss/titlebk.jpg) repeat-x top left; /* Style Setting: Title Bar Background Image */
	border-bottom:1px solid #232323;
	clear:both;
	font-size:11px;
	height:25px; /* Style Setting: Title Bar Height */
	line-height:25px; /* Style Setting: Title Bar Height */
	padding-right:0;
	vertical-align:middle;
}
.ms_title_bar * {
	margin:0;
	padding:0;
}
.ms_title_bar h2,
.ms_title_backbutton,
.ms_title_label {
	color:#fff; /* Style Setting: Title Bar Text Color */
	float:left;
	font-weight:bold;
	height:inherit;
}
.ms_title_backbutton {
	background:url(/img/FromCss/backbuttonarrow_white.gif) no-repeat 0 1px;
	border-right:1px solid #000;
	padding-left:2em;
	padding-right:1em;
}
.ms_title_bar h2,
.ms_title_label {
	margin-left:10px;
}
.ms_title_bar h2 {
	font-size:1em;
}
.ms_title_label {
	margin-right:5px;
}
.ms_title_dropdown {
	float:left;
	font:inherit;
	margin-top:3px;
	margin-right:7px;
}
/*.ms_title_dropdown:last-child {
	margin-right:0;
}*/
.ms_title_bar_dropdown_currency,
.ms_title_bar_dropdown_language {
	width:80px;
}
.ms_title_bar_dropdown_tools {
	/*width:220px;*/
}
.ms_title_help {
	background-image:none;	/* Style Setting: Title Bar Help Icon Background Image */
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin-right:0;
}
.ms_title_help .ms_title_label {
	margin-left:0;
	margin-right:0;
}
.ms_title_help #helpDiv {
	cursor:pointer;
	display:block;
	font-weight:normal;
	height:25px;
	vertical-align:middle;
	width:40px;
}
#helpFrameDiv {
	height: 302px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 450px;
	z-index: 10001;
	}

/*
.ms_title_help #helpDiv {
	position:absolute;
	top:5px;
	right:5px;
	background-color:#e6f0fa;
	border:1px solid #c8c8c8;
	display:none;
	height:auto;
	line-height:1.45em;
	max-height:330px;
	overflow:auto;
	text-align:left;
	padding:10px;
	width:480px;
	z-index:10;
}
.ms_title_help #helpDiv h2,
.ms_title_help #helpDiv h3,
.ms_title_help #helpDiv h4,
.ms_title_help #helpDiv h5 {
	font-size:11px;
	margin-bottom:1.45em;
}
.ms_title_help #helpDiv p {
	margin-bottom:1.45em;
}
.ms_title_help #helpDiv ol,
.ms_title_help #helpDiv ul {
	padding-left:26px;
	padding-right:10px;
}
.ms_title_help #helpDiv dl,
.ms_title_help #helpDiv hr,
.ms_title_help #helpDiv ol,
.ms_title_help #helpDiv ul {
	margin-bottom:1.45em;
}
.ms_title_help #helpDiv dt {
	font-style:italic;
}
.ms_title_help #helpDiv dd {
	margin-bottom:1.45em;
}*/