div.mastheadWrapper {
	background: #008698;
	height: 50px;
}

div.mastheadTitle {
    margin-left: 0px;
}

@media screen and (max-width: 1800px) {
	div.mastheadTitle {
		font-size: 21px;
	}
}

@media screen and (max-width: 1600px) {
	div.mastheadTitle {
		font-size: 17px;
	}
}

@media screen and (max-width: 1366px) {
	div.mastheadTitle {
		font-size: 13px;
		font-weight: bold;
	}
}

@media screen and (max-width: 1200px) {
	div.mastheadTitle {
		font-size: 11px;
		font-weight: bold;
	}
}

#modal, #modalLocator, #persistentobjectlocator, #userorgrouplocator, #modalSmall {
	background: #ecf3f1 !important;
}

#mainPaneSet {
	border: 1px solid #aaa;
	border-top: 0;
	border-bottom: 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 4px 16px 0 rgba(0,0,0,0.19);
}

.defaultLinkStyle, .defaultActionLinkStyle, .miniButton, td a.inTableLink, td a.inTableLink:visited,
		a.diagMoreDataToggle, a.diagMoreDataToggle:visited {
	color: #00515c !important;
}

div.popupDiv .heading {
	background-color: #008698;
}

.selected, tr.selected td, span.browserTreeSelected, div.selectedComment {
	background: #caedfe !important;
}

div.logoffMessageDiv {
	margin: 100px auto !important;
}

/*
mast head tool for esign
*/
a.esignLink {
	background-image: url(../images/masthead/triangle.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	padding-left: 4px;
	padding-right: 4px;
}
a.esignLink:hover {
	background-image: url(../images/masthead/triangle.png);
	background-repeat: no-repeat;
	background-position: center center;
}
