/* header.inc */
#mpnHeader {
	width: 98.1%;
	height: 39px;
	padding: 0 10px;
    background: rgb(119,119,119); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(119,119,119,1) 0%, rgba(93,93,93,1) 40%, rgba(51,51,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(40%,rgba(93,93,93,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(93,93,93,1) 40%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(93,93,93,1) 40%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(93,93,93,1) 40%,rgba(51,51,51,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(93,93,93,1) 40%,rgba(51,51,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
border-bottom:#000 solid 1px;

/*drop shadow*/
-webkit-box-shadow: 0px -3px 4px 4px #000000;
-moz-box-shadow: 0px -3px 4px 4px #000000;
box-shadow: 0px -3px 4px 4px #000000;
position:relative;
z-index:1;
}
#myPlanNetworkLogo {
	margin-top:5px;
	float: left;
}
#mpnGlobalSearch {
	vertical-align: top;
	padding-top: 0.9em;
	padding-left: 4em;
	float: left;
}
#mpnGlobalSearch label{
	color: #ffffff;
	display: block;
	float: left;
	padding: 3px 5px 0 0;
	font-size: 110%;
	font-weight: bold;
}
#mpnProvidersList {
	margin-right: 1em;
	float: left;
}
#mpnProvidersList input {
	width: 13em;
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}
#mpnProvidersList option {
	background: #ffffff;
	color: #333333;
	padding: 2px 1px;
}
#mpnProviderDownArrow, #mpnGlobalSearchDownArrow {
	margin-left: -0.5em;
	vertical-align: bottom;
	height: 21px;
}
#mpnGlobalSearchTypeList{
	position: relative;
	float: left;
}
.mpnSearchTypeBox {
	width: 12em;
	background: #000000;
	border: 1px solid #000000 !important;
	float: left;
}
.mpnSearchBox {
	width: 12em;
	background: #000000;
	border: 1px solid #000000 !important;
	float: left;
}
input.mpnSearchBox {
	color: #ffffff;
	padding: 2px 1px;
	font-size: 120%;
}
#mpnGlobalSearchBox{
	position: relative;
	float: left;
}
.mpnSearchIcon {
	vertical-align: bottom;
	margin-right: -0.3em;
	margin-bottom: 0.2em;
}
#mpnRecentSearchContent {
	position: absolute;
}
#mpnGlobalActions{
	float: right;
	vertical-align: top;
	padding-top: 1em;
	position: relative;
}
#mpnGlobalSearch .dropDownListTitleInactive{
	color: #0066CC;
    text-decoration: none !important;
}
.mpnWelcomeText {
	color: #ffffff;
	font-size: 120%;
}
#mpnGlobalSearchButton{
	border: none;
	padding: 0 0 2px;
	height: 21px;
	width: 28px;
	margin-left: -0.3em;
	cursor: pointer;
}
#mpnPersonalLinks {
	float: right;
	border-right: 2px solid #999999;
	padding: 0px 8px 0px 3px;
	margin-right: 0.5em;
	max-width:16.5em;
}
#mpnPersonalLinks .personalLinksLength{
	max-width:12.5em;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	padding-right:0.1em;
}
#mpnLogoutLink ,#mpnUserNameLink{
	padding: 0px 0px 0px 3px;
	display: inline-block;
	overflow: hidden;
}
#mpnCloseLink, #mpnLogoutLink {
	text-decoration: underline;
}
#mpnPrintLink {
	padding-left: 20px;
	position: absolute;
	top: 49px;
	right: 10px;
	font-size: 120%;
	color:#0066CC;
}
#mpnPersonalLinks .dropDownListTitleActive {
	color: #666666 !important;
	background: #ffffff !important;
	filter:none;
}
#mpnPersonalLinks .downArrow {
	border: 4px solid #333333;
    border-top: 4px solid #fff;
	width: 0;
    height: 0;
    display: inline-block;
    margin-top: 6px;
    margin-left: 2px;
	float:none;
	font-size:120%;
}
#mpnPersonalLinks .dropDownListTitleActive .downArrow {
    border: 4px solid #fff;
    border-top: 4px solid gray;
	width: 0;
    height: 0;
    display: inline-block;
    margin-top: 6px;
    margin-left: 2px;
	font-size:120%;
}

a.mpnHeaderLink:link {
    color: #ffffff;
    font-size: 120%;
}
a.mpnHeaderLink:visited {
    color: #ffffff;
    font-size: 120%;
}
a.mpnHeaderLink:hover {
    color: #ffffff;
    font-size: 120%;
}
a.mpnHeaderLink:active {
    color: #ffffff;
    font-size: 120%;
}
.mpnHeaderDropdown ul li a:link {
	color: #333333;
	font-size: 120%;
}
#mpnAvailableSearches li {
	word-wrap: break-word;
}
#mpnGlobalSearchSeparator {
 	height: 0; 
    margin: 0.6em 0;
 	border-top: 1px solid #ccc; 	
}	
#mpnRecentSearchesLabel {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
}
.mpnPersonalLinksList li a{
	font-size: 120%;
	padding: 0.3em 0.8em;
	color: #0066CC;
}

/* fromMPNpage */
#mPn-main-wrapper {
	min-width: 1100px;
	width: 105.8em;
    margin: 0 auto;
	background: #ffffff;
}
#mPn-main-wrapper-bd {
	padding: 10px;
	width: 98.1%;
	overflow: hidden;
}
#mPnMainContent {
	width: 93.5%;
	float:right;
}
#mpnHeader .dropDownListBody{
	padding: 0.4em 0em;
    border: 1px solid #ccc;
    background: #ffffff;
}
#mpnGlobalSearch .dropDownListBody a, 
#mpnRecentSearchesLabel {
	 padding: 0.3em 0.8em;
}
.mpnReturnToMPNButton {
	position: absolute;
	right:10px;
	top:43px;
	font-size: 130%;
}
a.mpnReturnToMPNButton:hover {
    color: #0066CC;
	cursor:pointer;
}
a.mpnReturnToMPNButton:active {
    color: #0066CC;
	cursor:pointer;
}