/* banner.css - The styles for the NEODAAS banner, as used on neodaas.ac.uk, with a couple of minor tweaks for Dundee */

#container {
  width:950px;
}

#banner {
  background-color: #1042AD;
  /* jon: removed background-position and background-repeat as were not serving any visible purpose */
  /* jon: removed height: 65px and applied to #title instead, so that the banner can be extended in size by extra div (#extended-banner) if required */
  border:1px solid #ccc;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#montage {
  background-image: url('http://www.sat.dundee.ac.uk/gif/mont.png'); /* arb changed URL of background image to be local to dundee */
  background-position: left;
  background-repeat: repeat-x;
  height:24px;
  border:1px solid #ccc;
  voice-family: "\"}\"";
  voice-family: inherit;
  color: #FFFFFF;
}

#montage p.browserwarning /* added for dundee; used to provide "old browser" warning within banner if needed */
{
	display: block;
	height: 24px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	background-color: yellow;
	color: red;
	margin: 0px;
}

a.topLinks {
   font-weight:normal;
}

a.topLinks:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.topLinks:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.topLinks:hover {
  color: #1024AD; /* changed for dundee */
  background: silver; /* added for dundee */
  text-decoration: none;
}

a#banner_acronym {
  text-decoration: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}

/* Added by arb to override dsrs.css */
a#banner_acronym:hover {
  background-color: #1042ad;
}

.banner_acronym {
  /* display: block;*/
  float: left;
  font-family: arial, helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 30pt;
  font-weight: 800;
  padding: 0em;
  margin-top: 0em;
  margin-bottom:0px;
  margin-left: 10px; 
  border: 0px;
  line-height: 60px;
  width: 220px;
  overflow: hidden;
}

.banner_acronym_right {
  /* display: block;*/
  float: right;
  display: block;
  overflow: hidden; /* jon: added missing semicolon */
  padding: 0em;
  margin: 0em;
  border: 0px;
  /* margin-top: 0.5em; */
}

#banner_text {
  /*display: block;*/
  float: left;
  font-family: arial, helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 14pt;
  text-align: left;
  line-height:18px;
  width: 350px;
  padding: 0.2em;
  margin: 0em;
  margin-left: 10px;
  margin-top: 0.5em;
  border: 0px; /* jon: added to allow use of this class for H1 tags without being affected by Dundee H1 syle */
  font-weight: normal; /* jon: added to allow use of this class for H1 tags without being affected by Dundee H1 syle */
}

#title {
  /* jon: removed float:left as was not having any useful effect but was taking this div out of standard flow layout */
  padding: 0em;
  margin: 0em;
  height: 65px; /* jon: height now specified here instead of on #banner (allows for use of #extended-banner after #title) */
}

#linksTopRight {
	float: right;
   vertical-align: super;
   text-align: right;
	padding: 0em;
	margin: 0em;
	height: 22px;
	width: 240px;
	margin-right: 1em;
	margin-top: 0.0em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

/* jon: addded to provide standard css ID for the dish and tay image which can be included in the banner */
#extended-banner {
	background-image: url('/gif/dental24sm950.jpg');
	background-repeat: no-repeat;
	height: 152px;
}

/* new styles below here */
#mainlogo {
  height: 60px;
  width: 236px;
  margin: 2px 0px 3px 2px;
  display: block;
  float: left;
}

.neodaasText {
  font-family: arial, helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 19pt;
  padding: 0em;
  margin-top: 1pt;
  margin-bottom:0px;
  margin-left: 10px; 
  margin-right: 10px;
  border: 0px;
  overflow: hidden;
}

.neodaasText a {
  text-decoration: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}
/* to override dsrs.css */
.neodaasText a:hover {
  background-color: #1042ad;
}

#bannerspacer {
  /*display: block;*/
  float: left;
  width: 25px;
  padding: 0;
  margin: 0;
}
