#widMasthead {
	margin-bottom: 8px;
	background-color: #a3b8d8;
	background-image: url('../../../images/bookrags/aero300/pageHeader/bkgd.png');
	background-position: center;
	background-repeat: repeat-y;
}

.ie #widMasthead {
	margin-bottom: 0;
}

.mhDisabled #widMasthead A,
.mhDisabled #widMasthead INPUT,
.mhDisabled #widMasthead SELECT {
	visibility: hidden;
}

#widMasthead .body INPUT[type='text'],
#widMasthead .body INPUT[type='password'],
#widMasthead .body INPUT[type='checkbox'],
#widMasthead .body SELECT {
	border: 1px solid #999999;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px; /* TODO: Remove when clean1024.css goes away. */
	vertical-align: middle;
}

#widMasthead .body INPUT[type='checkbox'] {
	border: 0px solid transparent;
}

#widMasthead .body {
	position: relative;
	margin: 0 auto;
	padding: 4px 0 4px 0;
	width: 1000px;
}

#widMasthead .logo {
	float: left;
	margin-left: 0;
}

#widMasthead .tagline {
	float: left;
	margin: 26px 10px 0;
	margin-right: 10px;
	color: #114499;
	font-family: MS Trebuchet,Arial,sans-serif;
	font-size: 14px;
}


/* Login section */
#widMasthead .tblLogin {
	float: right;
	margin-right: -10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#widMasthead .tblLogin TD {
	text-align: left;
	vertical-align: top;
}

#widMasthead .tblLogin .colLeft {
	width: 152px;
}

#widMasthead .tblLogin .colCenter {
	width: 152px;
}

#widMasthead .tblLogin .colRight {
	width: 70px;
}

#widMasthead .inpUsername,
#widMasthead .inpPassword,
#widMasthead .fakePassword {
	margin: 2px 0 2px 0;
	width: 141px;
	height: 15px;
	font-size: 11px;
	color: #000;
}

#widMasthead .btnLogin {
	border: 0px;
	width: 68px;
	height: 23px;
}


/* Welcome section */
#widMasthead .divWelcome {
	float: right;
	text-align: right;
}

#widMasthead .lblWelcome {
	font-size: 11px;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: bold;
	color: black;
}

#widMasthead .txtUsername {
	font-size: 11px;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: bold;
	color: #1144bb;
}

#widMasthead .txtPoints {
	margin: 8px 0 8px 0;
	font-size: 11px;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: bold;
	color: #aa3322;
}


/* Navigation buttons */
#widMasthead .navTabRowOuter {
	padding-top: 2px;
	height: 21px;
	width: 100%;
	background-color: #114499;
}

#widMasthead .navTabRow {
	margin: 0 auto;
	width: 1000px;
	color: white;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 1px black;
}

#widMasthead .navTabs {
    float: left;
}
#widMasthead .reglogoutButtons {
    float: right;
}

#widMasthead .navTab:hover {text-decoration: none; }

#widMasthead .navTab {
	display: inline-block;
	padding: 0 12px;
	height: 21px;
	color: white;
	cursor: pointer;
	text-decoration: none;
}
.ie #widMasthead .navTab {
	display: inline-block;
} /* In IE this enables inline-block */
.ie #widMasthead .navTab {
	display: inline;
}

#widMasthead .navTab.first {
	padding: 0 12px 0 4px;
}


#widMasthead .navTab.current {
    background-color: #113377;
}

#widMasthead #mhDivNavTabRow A {
    font-weight: bold;
}

#widMasthead .navTabRow .navRegister,
#widMasthead .navTabRow .navLogout {
    display: inline-block;
    height: 21px;
    background-color: #113377;
    color: white;
    cursor: pointer;
    font-weight: normal;
}
.ie #widMasthead .navTabRow .navRegister,
.ie #widMasthead .navTabRow .navLogout {
    display: inline-block;
} /* In IE this enables inline-block */
.ie #widMasthead .navTabRow .navRegister,
.ie #widMasthead .navTabRow .navLogout {
    display: inline;
}


#widMasthead .navTab .free {
    font-style: italic;
}
