@media print {
.toolbar-Header {
    display:none;
}
}

.toolbar-Header
{
	border: 0px;
	background-color:#DADADA;
	background-image: url('/Brunel/images/Toolbar/Background.jpg');
	background-repeat: repeat-x;
	border-bottom: 2px solid #C0C0C0;
}

.toolbar-button
{
	border: 0px;
	background-repeat: repeat-x;
}

.toolbar-button-highlighted
{
	border: 0px;
	background-image: url('/Brunel/images/Toolbar/Button-Hot.png');
	background-repeat: repeat-x;
	cursor: pointer;
}

a {
    color:#1b4585;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p {
    margin-bottom:10px;
    clear: both;
}

.col-2 .content p,
.col-3 .content p {
    line-height:1.35em;
    margin-bottom:12px;
}

img, a img {
    border:0;
}

.clear {
    margin:0;
    padding:0;
    clear:both;
}

ul {
    padding-left:20px;
    list-style:none;
}

ul li {
    background:url(http://www.brunel.ac.uk/__data/assets/image/0010/1342/bullet.jpg) no-repeat 0 6px;
    padding-left:13px;
}

ul li ul li{
    background:url(http://www.brunel.ac.uk/__data/assets/image/0011/1343/bullet2.jpg) no-repeat 0 6px;
}

.col-2 .content ul,
.col-3 .content ul {
    margin-top:5px;
    margin-bottom:19px;
}

.col-2 .content ul li,
.col-3 .content ul li {
    padding-bottom:4px;
}

.col-2 .content ul li ul,
.col-3 .content ul li ul {
    list-style:none;
    margin-top:8px;
    padding-left:0;

}

ol {
    margin-left:25px;
}

ol li {
    padding-bottom:2px;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom:8px;
}

h1 {
    color:#000000;
    font-size:200%;
    font-family:Arial, Tahoma, Helvetica, Sans-Serif;
    font-weight:normal;    
    margin-bottom:11px;
    clear:both;
}

h2 {
    font-size:130%;
    margin-bottom:11px;
}

h3 {
    color:#7b7a7a;
    font-size:120%;
}

h4 {
    font-size:115%;
}

h5 {
    color:#7b7a7a;
    font-size:110%;
}

h6 {
    font-size:100%;
}

.col-1 .page-title {
   display:none;
}

body {
    font-family:Arial, Tahoma, Helvetica, Sans-Serif;
    font-size:80%;
}