
ul.resourceListing { font-size: 1.0em; }


h2.editorialHeader { font-size: 1.0em;}

h2.studentHeader {
		font-size: 1.0em;
}

h2.lecturerHeader {
		font-size: 1.0em;
}

h2.generalHeader {
		font-size: 1.0em;
}

.hori {
	border-bottom: 1px dotted #00a6a6;
	margin: 0 0 1.0em 0;
	padding: 0 0 1.0em 0;
	font-size: 0.9375em
	display: block;
}

p.indent { padding: 0 0 0 1.0em; }

/* external link*/
a.extSite {
	background:transparent url('/system/images/icons/world_link.png') center right no-repeat;
	display:inline-block;
	padding-right:20px;
}

a.noIcon { background: none; padding:0; line-height:inherit; }

/*
table.tabular { font-size:0.9375em; width:100%; border: 1px solid #d5d5d5; border-width: 0 1px 1px 0; margin: 0 0 1.0em 0; }
table.alternate tr:nth-child(odd) { background-color:#efefef; }
td.centre { text-align:center; }
td.right { text-align:right; }
td.total { font-weight: bold; }
td.totals { border-top-color:#000; border-bottom:3px double #000; }
td.shade25 { background-color:#efefef; }
td.shade50 { background-color:#d3d3d3; }
td.shade75 { background-color:#b9b9b9; }

----------------------------------------*/


/* tables  */
#centreCol .tabular td.centre { text-align:center; }
#centreCol .tabular td.right { text-align:right; }
#centreCol .tabular td.total { font-weight: bold; }
#centreCol .tabular td.totals { border-top-color:#000; border-bottom:3px double #000; }
#centreCol .tabular td.shade25 { background-color:#efefef; }
#centreCol .tabular td.shade50 { background-color:#d3d3d3; }
#centreCol .tabular td.shade75 { background-color:#b9b9b9; }

p.resourcePara { margin: 0.2em 0.5em 0.2em 0.5em; }

.imgRounded {  -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; }
