@charset "utf-8";
/* CSS Document */

/* IDs */
#main {
  border: 1px solid;
  min-width: 50em;
  max-width: 70em;
  margin: 0 auto;
}
#header {
  /*padding: 0.5em;*/
  background-image:url(../images/header-right.png);
  background-position:right;
  background-repeat:no-repeat;
}
#header .title {
  margin: 0;
  padding: 0;
}
#footer {
  padding: 1.5em;
}
#footer p {
  margin: 0;
  text-align: center;
  font-size:0.75em;
}
#header {
  border-bottom: 1px dotted;
}

/* backgrounds */
#header,
.cols-wrapper {
  background-color: #fffff3;
}
#main {
  background: #fffff3 url(pattern.gif);
}

/* classes */
.box,
.main-content {
  margin: 1em;
}
.cols-wrapper {
  border: 1px;
  margin: 0 -1px;
  border-style: none dotted dotted dotted;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none dotted none;
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
#footer,
.sidecol {
  color: #333;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
}
.dom-tree code {
  font-weight: bold;
}
.dom-tree ul ul ul  {
  list-style: disc;
}
.dom-tree ul ul ul ul  {
  list-style: circle;
}
.dom-tree ul ul ul ul ul {
  list-style: square;
}
.dom-tree dl,
.dom-tree dt,
.dom-tree dd {
  color: black;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
}
.dom-tree dd {
  font-style: italic;
}




#md-nodelinks {
	font-size:smaller;
}
#md-titleheader {
	margin:0em 0.5em;
}
#md-maincontent {
	padding:0.5em;
}
#md-menubar {
	padding:0.5em;
}
#md-navmenu {
	margin-bottom:2em;
}
#md-relatedmenu {
	/**/
}
#md-univfooter {
	font-size:smaller;
	padding:1em;
}
#md-newsblock {
	/**/
}
#md-modelimg {
	width:310px;
}

.md-nodeblock-bath {
	background-color:#2A689A;
	background-image:url(../images/ba-corner20.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.5em;
	padding-bottom:1em;
	padding-right:20px;
	margin:0.5em;
}
.md-nodeblock-bristol {
	background-color:#C48536;
	background-image:url(../images/br-corner20.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.5em;
	padding-bottom:1em;
	padding-right:20px;
	margin:0.5em;
}
.md-nodeblock-edinburgh { 
	background-color:#80A82F;
	background-image:url(../images/ed-corner20.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.5em;
	padding-bottom:1em;
	padding-right:20px;
	margin:0.5em;
}
.md-nodeblock-warwick {
	background-color:#A32B7E;
	background-image:url(../images/wa-corner20.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.5em;
	padding-bottom:1em;
	padding-right:20px;
	margin:0.5em;
}
.md-nodeblock-other {
	background-color:#999966;
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.5em;
	padding-bottom:1em;
	padding-right:20px;
	margin:0.5em;
}
a.md-nodelink {
	color:#FFFFFF;
}
.md-sponsorblock {
	text-align:center; 
	font-size:small; 
	font-weight:bold; 
	display:block; 
	margin-bottom:1em;
	color:#999966;
}
.md-panelwrapper {
	border-left:1px solid #f5f0e0;
	background-image:url(../images/panel-grad.png);
	background-repeat:repeat-x;
	margin:0em 0.5em;
	margin-bottom:1em;
}
.md-panel {
	background-image:url(../images/panelcorner-TR20.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0.5em;
	padding-bottom:1em;
	min-height:5em;
}
.md-navlink {
	text-align:right;
	text-decoration:none;
	border-bottom:1px solid #f5f0e0;
	color:#d7d2cb;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.5em;
}
a.md-navlink {
	color:#999966;
}
.md-relatedlink {
	text-align:right;
	text-decoration:none;
	border-bottom:1px solid #f5f0e0;
	color:#999966;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.5em;
}
a.md-relatedlink {
	color:#999966;
}

div.md-construct {
	background-image:url(../images/under-con.png);
	background-position:center;
	background-repeat:no-repeat;
	height:48em;
}
li.md-newslink {
	list-style-image:url(../images/arrow-bullet.png);
	font-size:small;
	font-weight:normal;
	padding:0.5em;
}
li.md-newslink a {
	text-decoration:none;
	color:#999966;
}
li.md-newslink a:hover {
	color:#7960ae;
}
.md-imageblock img {
	float:left;
	border:1px solid #999966;
}
.md-imageblock div {
	min-height:100px;
	background-image:url(../images/panel-grad.png);
	background-repeat:repeat-x;
	color:#999966;
	float:right;
	width:90px;
	font-size:small;
	border-right:1px solid #999966;
	border-top:1px solid #999966;
	padding:5px;
}
.md-imageblock div a {
	text-decoration:underline;
	color:#999966;
}
.md-imageblock div a:hover {
	color:#7960ae;
}
.md-imageblock p {
	clear:both;
	font-size:smaller;
	color:#999966;
}
p.md-newslink-ba {
	padding-top:0;
	padding:5px; 
	margin:0;
	border-bottom:1px solid #2A689A;
	border-right:10px solid #2A689A;
}
p.md-newslink-ba a { color:#2A689A;}
p.md-newslink-br {
	padding-top:0;
	padding:5px; 
	margin:0;
	border-bottom:1px solid #C48536;
	border-right:10px solid #C48536;
}
p.md-newslink-br a { color:#C48536;}
p.md-newslink-ed {
	padding:5px;
	padding-top:0; 
	margin:0;
	border-bottom:1px solid #80A82F;
	border-right:10px solid #80A82F;
}
p.md-newslink-ed a { color:#80A82F;}
p.md-newslink-wa {
	padding-top:0;
	padding:5px; 
	margin:0;
	border-bottom:1px solid #A32B7E;
	border-right:10px solid #A32B7E;
}
p.md-newslink-wa a { color:#A32B7E;}
p.md-newslink-othr {
	padding-top:0;
	padding:5px; 
	margin:0;
	border-bottom:1px solid #999966;
	border-right:10px solid #999966;
}
li.md-newslink-ba, li.md-newslink-br, li.md-newslink-ed, li.md-newslink-wa, li.md-newslink-othr {
	padding:5px;
	padding-top:0;
	font-size:small;
	font-weight:bold;
}
li.md-newslink-ba {
	list-style-image:url(../images/arrow-bullet.png);
	border-bottom:1px solid #000000;
	border-right:10px solid #000000;
	color:#000000;
}


