#tsoLogo {
	width: 229px;
	height: 35px;
	background-image:url('../../img/menubar/tsologo.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
	background-repeat: no-repeat;
	margin-top: 9px;
	margin-left: 40px;
	float: left;
}
#appModeSection {
	font-family: Arial;
	font-size: 10px;
	color: #62BB46;
	width: 80px;
	height: 50px;
	float: left;
}

.ngdialog.ngdialog-theme-default.aboutDialog .ngdialog-content{
	width: 450px;
}

.appModeBtnEnabled {
	height: 14px;
	padding: 0;
	margin-top: 3px;
	margin-left: 20px;
}
.appModeBtnEnabled, x:-moz-any-link, x:default {
	margin-top: 1px;
}
.appModeBtnDisabled {
	height: 14px;
	padding: 0;
	margin-left: 20px;
}
.appModeBtn_selected {
	color: #FFFFFF;
}
.appModeBtn {
	width: 18px;
	height: 30px;
	background-image:url('../../img/menubar/tso_masthead_imagemap.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
}
.appModeBtn_control {
	background-position: -90px -10px;
	cursor: pointer;
}
.appModeBtn_control_lock {
	background-position: -108px -10px;
}
.appModeBtn_metrics {
	background-position: -126px -10px;
	cursor: pointer;
}
.appModeBtn_metrics_lock {
	background-position: -144px -10px;
}
.appModeBtn_unknown {
	background-position: -144px -10px;
}
#rightSection {
	width: auto;
	height: 50px;
	float: right;
}
#gear-dropdown {
	width: 50px;
	height: 50px;
	float: left;
}
#refresh {
	width: 22px;
	height: 50px;
	float: left;
}
.reloadBtn {
	background-image:url('../../img/menubar/tso_masthead_imagemap.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
	background-repeat: no-repeat;
	background-position: -171px -14px;
	cursor: pointer;
	margin-top: 14px;
	margin-right: 14px;
	float: left;
}
.reloadBtn_rollover {
	background-position: -198px -14px;
}
.globalGearBtn {
	width: 33px;
	height: 22px;
	background-image:url('../../img/menubar/globalgear.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
	background-repeat: no-repeat;	
	cursor: pointer;
	margin-top: 14px;
	margin-right: 14px;
	float: left;
}
.globalGearBtn_rollover {	
	background-image:url('../../img/menubar/gloablgear_hover.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
}
.aboutContent {
	font-size: 12px;
	margin-top: 30px;
	margin-left: 40px;
	font-weight: bold;
}
.aboutContent a {
	color: #3AB54B;
}

.activationBoxContent {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 20px;
}

.activationBoxContent a {
	color: #3AB54B;
}

#tso-logo {
	float: left;
	width: 100%;
	height: 84px;
	background: url(../../img/about/tso_logo_aboutus.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9);
	background-repeat: no-repeat;
	margin: 30px;
}

#tso-dialog-notification {
	float: left;
	width: 190px;
	height: 120px;
	background: url(../../img/auth/dialoguebox_notification.gif?v=d89613c54b571457f3cf6e35af60ba9561f93dd9) center;
	background-repeat: no-repeat;
	margin-right: 30px;
}

.ngdialog-message .wizardAboutBox {
    background-color: #fff;
    height: 260px;
    padding: 10px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ngdialog-message .wizardActivationBox {
	background-color: #fff;
	height: 250px;
	padding: 10px;
}

.menubar-dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #3AB54B;
	border-radius: 2px 0 2px 2px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	min-width: 65px;
	z-index: 1000;
}
.menubar-dropdown-menu a.topdivider {
	border-top: 1px solid #62bb46;
}
.menubar-dropdown-menu a.bottomdivider {
	border-bottom: 1px solid #62bb46;
}
.menubar-dropdown-menu > li > a {
	clear: both;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}
.menubar-dropdown-menu > li > a:hover, .menubar-dropdown-menu > li > a:focus, .menubar-dropdown-submenu:hover > a, .menubar-dropdown-submenu:focus > a {
	background-color: #62bb46;
	background-image: linear-gradient(to bottom, #62bb46, #62bb46);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
}
.menubar-dropdown-menu > .active > a, .menubar-dropdown-menu > .active > a:hover, .menubar-dropdown-menu > .active > a:focus {
	background-color: #62bb46;
	background-image: linear-gradient(to bottom, #62bb46, #62bb46);
	background-repeat: repeat-x;
	color: #fff;
	outline: 0 none;
	text-decoration: none;
}
.menubar-dropdown-menu > .disabled > a, .menubar-dropdown-menu > .disabled > a:hover, .menubar-dropdown-menu > .disabled > a:focus {
	color: #999;
	background-color: #d9d9d9;
}
.menubar-dropdown-menu > .disabled > a:hover, .menubar-dropdown-menu > .disabled > a:focus {
	background-image: none;
	background-color: #d9d9d9;
	cursor: default;
	text-decoration: none;
}
.open > .menubar-dropdown-menu {
	 display: block;
}
.gear-dropdown-position {
	left: auto;
	right: 16px;
	top: 37px;
}

#logout-dropdown {
	cursor: pointer;
	border-right: 1px solid #62bb46;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 14px;
	height: 30px;
	float: left;
}
#logout-dropdown .caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #62bb46;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-left: 7px;
	height: 0;
	width: 0;
}
#hello-username {
	font-weight: bold;
	margin-right: 14px;
	color: #62bb46;
}
#hello-username:hover {
	text-decoration: none;
}
#salutation {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.logout-dropdown-position {
	left: auto;
	right: 10px;
	top: 27px;
}