/* MenuArea CSS Overrides and Updates 2018**********************************/

/* From bridge_updated */
.w200 { width: 200px; }
table.tbl-header {
  margin: 0 auto;
  width: 1280px;
}
table.tbl-header table {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
#publisherLogo {
	content: " ";
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #ccc;
}
/* END From bridge_updated */

.body-background {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.curve-style
{
	left: 0px;
	top: 50px;
	height: 45px;
	border-width: 1;
	margin-top:-5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	position: absolute;
}

.menu-bar,
.mb-menu-bar
{
	 z-index: 2;
	 top: 0px;
	 margin-top: 14px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 background-repeat: repeat-x;
	 background-attachment:fixed;
	 background-position: top left;
}

.middle-curve-style
{
	background-image: none;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
}

.right-curve-style
{
	padding-top: 10px;
	vertical-align: top;
	align: left;
	width: 178px;
	background-image: none;
	background-repeat: no-repeat;
}

/*********************************************/
/* new classes for the branding refactoring */

.menu-font,
.menu-font-inactive
{
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 15px;
   line-height: 25px;
   font-weight: 550;
}

.registration-font
{
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 15px;
   color: #336699;
   line-height: 20px;
   font-weight: 550;
}

.mb-steps-font
{
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 13px;
   line-height: 15px;
   font-weight: 400;
   color: #000000;
   text-decoration: none;
}

.mb-steps-font-enabled
{
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 13px;
   line-height: 15px;
   font-weight: 400;
   color: #335599;
   text-decoration: underline;
}

.mb-steps-font-disabled
{
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 13px;
   line-height: 15px;
   font-weight: 700;
   color: #000000;
   text-decoration: none;
   cursor: auto;
}
