body, html {
	background-color: black;
	background-repeat: repeat-x;
	background-image: url(images/page_bg.jpg);
}

.pageheading {
	font-size: 1.8em;
	color: #990000;
	font-weight: bold;
}



.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}


// Module styles

.module a {
	border: none;
}

.modulelistitem img {
	float:left;
	margin-right:10px;
}

.modulelistitem {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
}

.coursesmodule .moduletext {
	border:1px solid #cccccc;
	background-color: #eeeeee;
}

.blockmaintitle {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	background-color: #00679e;
	padding: 0px 2px 2px 2px;
}
.blocktitle {
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
}
.blocktext {
	color: #000000;
	line-height: 120%;
}
.blockdate {
	line-height: 120%;
}
.block {
	border-bottom: solid 1px #990000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ignore {
	display:none;
}
