/* Compiled Wed Jan 25 17:38:10 GMT 2012 */
/* Edit common.src, not this file */
/* Some very simple things that need to be the same
 * in print and on screen
 */





.subtitle {
  font-weight: bold; font-style: italic; font-size: larger;
}

p.subtitle {
  margin-top: 0;
}  


.instruction {
  font-size: smaller;
  font-style: italic;
  font-weight: normal;
}

img#ublogo, img#eblogo {
  border: none;
  margin: 0;
  padding: 0;
}

div#banner {
  position: relative;
}

div#ubholder {
  background: url('http://www.brad.ac.uk/images/uoblogoempty.gif') black no-repeat;
height: 65px; width: 224px;
  margin: 0 0 0 10px;
}

div#ebholder {
  position: absolute;
  border: 0;
  right: 0;
  background: url('http://www.brad.ac.uk/events/img/eb.png') black no-repeat;
height: 68px; width: 133px;
  top: 0;
  margin: 0 10px 0 0;
}
  

div#banner img {
	border: 0;
}

ol li {
  margin-bottom: 1em;
}

ul li {
  margin-bottom: .6em;
}

dl > dt {
  border-top: 1px #FF0099 solid;
  margin-top: 1em;
  padding-top: 1em;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
}


dl > dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}


dl > dd {
}

dl > dd:first-letter {
}

dl > dd ul {
  margin-top: .5em;
  margin-left: 0;
}

dl > dd ul li {
  margin-left: 0;
}

dl > dd ul li, ul.standard li {
  margin-top: .5em;
  list-style-image: url(http://www.brad.ac.uk/images/study-bullet.gif);
  list-style-type: disc;
}

.prominent {
  font-size: larger;
}

a[href$=".doc"], a[href$=".doc"]:link,
a[href$=".doc"]:visited,a[href$=".doc"]:hover, a[href$=".doc"]:active { 
  background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/doc.png) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}

a[href$=".docx"], a[href$=".docx"]:link,
a[href$=".docx"]:visited,a[href$=".docx"]:hover, a[href$=".docx"]:active { 
  background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/doc.png) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}

a[href$=".rtf"], a[href$=".rtf"]:link,
a[href$=".rtf"]:visited,a[href$=".rtf"]:hover, a[href$=".rtf"]:active { 
  background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/doc.png) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}

a[href$=".xls"], a[href$=".xls"]:link,
a[href$=".xls"]:visited,a[href$=".xls"]:hover, a[href$=".xls"]:active,
a[href$=".xlt"], a[href$=".xlt"]:link,
a[href$=".xlt"]:visited,a[href$=".xlt"]:hover, a[href$=".xlt"]:active { 
  background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/xls.png) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}


a[href$=".pdf"], a[href$=".pdf"]:link,
a[href$=".pdf"]:visited,a[href$=".pdf"]:hover, a[href$=".pdf"]:active { 
  background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/pdf.png) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}

a[href$=".ps"], a[href$=".ps"]:link,
a[href$=".ps"]:visited,a[href$=".ps"]:hover, a[href$=".ps"]:active { 
  background-image: url(http://www.brad.ac.uk/events/img/icon16/ps-16.png) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}

a.www, a.www:link,
a.www:visited,a.www:hover, a.www:active { 
  background-image: url(http://www.brad.ac.uk/events/img/icon16/globe-16.jpeg) ! important;
  background-position: top left ! important;
  background-repeat: no-repeat ! important;
  padding-left: 20px;
  height: 18px;
}

.noautoicons a,
.noautoicons a:link,
.noautoicons a:visited,
.noautoicons a:hover,
.noautoicons a:active {
  background-image: none ! important;
  height: 1em;
  padding-left: 0;
}

ul.nomarkers li {
  list-style-type: none;
}

/* for acrobat entries in lists */
li.acro {
/*  list-style-image: url(http://www.brad.ac.uk/events/img/pdficon_small.gif);*/
}

li.acro img, li.acro a img {
  border: none;
  text-decoration: none;
}

/* very strong emphasis */
strong.extra {
  font-weight: bold;
  text-transform: uppercase;
}

/* keep top matter consistent regardless of first element type */
form > p:first-child, div#local > p:first-child,
div#local > h2:first-child {
  margin-top: 0;
}

table tbody tr td, table thead tr th { padding-left: 12px;
 padding-right: 6px;}

table tbody tr {vertical-align: top;}

.riders {
  font-style: italic;
}

col.fullday, td.fullday,
col.halfday, td.halfday,
col.number, td.number {
  text-align: right;
}


