
/** Formatting for links within the header **/
A.banner {
	color: #19416f;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	background-color: none;
}
A.banner:hover {
	text-decoration: underline;
}
a.logout {
	color: white;
}

A.username {
	color: #34a04f;
	font-family: Tahoma;
	font-variant: small-caps;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}
A.username:hover {
	text-decoration: underline;
}


/** Positioning for links within the header **/
DIV.penndotLink {
	position:absolute;
	top: 1;
	left: 1;
}
DIV.home {
	position:absolute;
	top:0;
	left:245;
	z-index: 99;
}
DIV.sitemap {
	position:absolute;
	top:0;
	left:290;
	z-index: 99;
	white-space: nowrap;
}
DIV.help {
	position:absolute;
	top:0;
	left:350;
	z-index: 99;
}
DIV.logout {
	position:absolute;
	top:27;
	right:5;
	z-index:9;
}
DIV.print {
	position:absolute;
	top:22;
	right:5;
	z-index:9;
}
DIV.paLink {
	position:absolute;
	top:2;
	right:5;
}
DIV.username {
	position:absolute;
	top:40;
	right:5;
	z-index:9;
	white-space: nowrap;
}

/** Positioning and formatting for list of user groups **/
DIV.usergroups {
	position:absolute;
	top:55;
	right:20;
	color:white;
	font-family: tahoma;
	font-size: 8pt;
	z-index:99;
	height:125px;
	width:420px;
	border-top-color: #d4d0c8;
	border-top-width:1px;
	border-top-style: solid;
	border-bottom-color: #d4d0c8;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-left-color: #d4d0c8;
	border-left-width:1px;
	border-left-style: solid;
	border-right-color: #d4d0c8;
	border-right-width:1px;
	border-right-style: solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(25,65,111,1) 0%, rgba(128,150,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(25,65,111,1)), color-stop(100%,rgba(128,150,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(25,65,111,1) 0%,rgba(128,150,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(25,65,111,1) 0%,rgba(128,150,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(25,65,111,1) 0%,rgba(128,150,191,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(25,65,111,1) 0%,rgba(128,150,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19416f', endColorstr='#8096bf',GradientType=1 ); /* IE6-8 */

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: auto;
	display:none;
}

/** Positioning and formatting for "ECMS" lettering **/
DIV.banner {
	position:absolute;
	top:2;
	left: 235;
	z-index:9;
	color: #34a04f;
	font-size: 35pt;
	font-family: "Verdana";
	letter-spacing: 6px;
	font-weight : bold;
	font-style: italic;

}

DIV.shadow {
	top:4;
	left:238;
	z-index:8;
	color: #b0b0b2;
}

/** Positioning and formatting for "Engineering & Construction Management System" lettering **/
DIV.bannertext {
	position:absolute;
	z-index:7;
	color: #022d5a;
	font-size: 14pt;
	font-family: Verdana;
	font-weight : bold;
	font-variant:  small-caps;
	white-space: nowrap;

}

/** Positioning and formatting for "Engineering & Construction" lettering **/
DIV.bannertext1 {
	top:3;
	left:460;
}

/** Positioning and formatting for "Management System" lettering **/
DIV.bannertext2 {
	top:28;
	left:515;
}

/** Positioning and formatting for Environment lettering **/
DIV.bannerenvironmenttext {
	position:absolute;
	top:0;
	left:60;
	z-index:99;
	color: red;
	font-size: 8pt;
	font-style: normal;
	font-family: tahoma;
	letter-spacing: 3px;
	font-weight : bold;
	text-transform: uppercase;
	font-style: normal;
}

/** Formatting for the header background **/
TABLE.banner {
	padding: 0px;
	padding-bottom: 1px;
	border: 0px;
	width: 100%;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-color: #376390;
	height: 55px;
}

TR.banner {
}

TD.penndot {
	background-color: white;
	width: 505px;
}
TD.ecms {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 1%, #19416f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(1%,#ffffff), color-stop(100%,#19416f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 1%,#19416f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 1%,#19416f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 1%,#19416f 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 1%,#19416f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#19416f',GradientType=1 ); /* IE6-8 */

}
TD.pa {
	position:relative;
	background-color: #19416f;
	width: 110px;
	z-index:99;
}
IMG.banner {
	 border: 0;
}