/* Start of UD header css */

@charset "UTF-8";

div#UDStandardHeader {
  width: 100%;
  height: 64px;
  text-align: left;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
	background-color: #002663;
	border-bottom: solid #ffd200 3px;
	padding: 0px;
}

div#UDStandardHeader_LayoutContainer {
  width: 935px;
  height: 64px;
  margin: 0 auto;
	background-image: url('/modules/seal-blueheader-930px/images/background.jpg');
	background-repeat:no-repeat;
  background-position:60% 50%;
}

div#UDStandardHeader_LayoutContainer img {
  display: none;
  height: 64px;
}

div#UDStandardHeader_LogoStandin {
   width: 442px;
  height: 64px;
  float: left;
  margin: 0px;
  cursor:pointer;
}

div#UDStandardHeader_Toolbar {
  width: 300px;
  height: 50px;
  margin: 6px 0px 0px 0px;
  float: right;
}

div#UDStandardHeader_GSA {
  width: 100%;
  height: 24px;
  margin: 0px;
  margin-top: 12px;
  padding: 0px;
}

div#UDStandardHeader_GSA form{
margin:0;
padding:0;
}

input#UDSearchButton {
  float: right;
  height: 20px;
  margin: 1px 0px 0px 0px;
}

input#UDSearchField {
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-size:11px;
	height: 15px;
	margin: 0px 0 0 0;
	float:right;
	padding:3px 5px 2px 5px;
	border: 1px solid #002663;
	outline-style: none;
	color:#666;
	background-image:url(../images/searchbk.jpg);
	background-repeat:repeat-x;
}
	
div#UDStandardHeader_MenuTier {
  width: 100%;
  height: 16px;
  margin: 0px;
  margin-top: 1px;
  padding: 0px;
  color: #67AEFF;
  font-size: 11px;
  font-weight:bold;
  text-align: right;
}

div#UDStandardHeader_MenuTier a {
	color: #67AEFF;
	text-decoration: none;
}

div#UDStandardHeader_MenuTier a:hover {
	color: white;
	text-decoration: underline;
}

ul#UDStandardHeader_MenuList {
  float: right;
  width:100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: right;
  white-space: nowrap;
}
  
ul#UDStandardHeader_MenuList:hover {
  position: relative;
}

ul#UDStandardHeader_MenuList li {
  float: right;
  padding: 0 0px 0 20px;
}

ul#UDStandardHeader_MenuList li.withsep {
  border-left: 1px solid #67aeff;
}
ul#UDStandardHeader_MenuList li.withsep2 {
  border-left: 1px solid #67aeff;
  margin-right:-6px;
}


@media print{

div#UDStandardHeader_Toolbar {
display: none;
}

div#UDStandardHeader_LayoutContainer img {
display: inline;
}
}

/* End of UD header css */

/* Start UD footer css */

#mobilefooter{
display: none;
}

#udfooter {
width: 935px;
height: 78px;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #042165;
clear: both;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 10px;
line-height: 16px;
color: #042165;
background-image: url(http://www.udel.edu/ocm/images/udlogo-footer.png);
background-repeat: no-repeat;
background-position: right bottom;
}

#udfooter a {
font-weight: bold;
color: #000066;
}

#udfooter a:hover {
color: #3366ff;
}
#udfooter .pipes {
margin-right: 5px;
margin-left: 5px;
}
/* End UD footer css */