/* Styles that should be shown to Contribute users */

h1 { /* Document Headings */
	border: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5%;
	color: #5E5E5E;
	font-size: 170%;
}
h2 { /* Document Headings */
	/* FIXME: Headings that can't be clicked on should not
	   be the same colour as links
	color: #7C141B ;
	background-color:inherit;
	*/
	font-style:normal;
	font-size:130%;
	margin-bottom: 1%;
}
h3 { /* Document Headings */
	color: #7C141B;
	background-color:inherit;
	font-style:italic;
	font-size:100%;
}


.rightinfobig, .leftinfobig {
	clear: right;
	float: right;
	width: 250px;
	background: #E3E3E3 url(http://www.cs.swan.ac.uk/compsci/images/coltop250.gif) no-repeat;
	margin-left: 1%;
	color: #000000;
}
.leftinfobig {
	clear: left;
	float: left;
	margin-left: 0;
	margin-right: 1%;
}
.rightinfobig .infocontent, .leftinfobig .infocontent {
	margin-top: 15px;
	padding: 0 8px;
	padding-bottom: 1px;
	background: #E3E3E3 url(http://www.cs.swan.ac.uk/compsci/images/colbot250.gif) bottom left no-repeat;
	color: #000000;
	font-size: 85%;
}

.warning {
	background-color: #fff;
	color: #f00;
	font-weight: bold;
}

ol.roman {
	list-style-type: lower-roman;
}
/* Right aligned "boxout" images */
.rightb {
	clear: right;
	float: right;
	margin: 1.5%;
	margin-right: 0;
}
/* Left aligned "boxout" images */
.leftb {
	clear: left;
	float: left;
	margin: 1.5%;
	margin-left: 0;
}

/* Centre aligned "boxouts" */
.centerb {
	display: block;
	margin: auto auto;
}
/* Centre text */
.center {
	text-align: center;
}
