/* University of West England (C) 2008
Academic Technologies Group
--------------------------------------------------
File:uwe.css
Description: Immediacy editor css classes
Change History
---------------
Date         Author    Purpose

*/
/* =============== Heading styles ===================== */



h1, .Heading1 {

}
h2, .Heading2{

}
h3, .Heading3{

}
 h4, .Heading4{

}
 h5, .Heading5 {

}
 h6, .Heading6{

}
p {
	margin: 10px 0 20px;
}
/* =========== Table styles =============== */

table.ImmTS_Default{
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:20px;
	width:auto;
}
table.ImmTS_Default th {
	border: 1px solid #ccc;
	padding:8px 12px;
	background-color:#f3f3f3;
}
table.ImmTS_Default td {
	border: 1px solid #ccc;
	padding:8px 12px;
}
	
/* ================================================= */
#leftcol img.ImmControlAlign_Left{float: left;clear: both;margin-right:16px!important;margin-top:inherit!important;}
#leftcol img.ImmControlAlign_Right{float: right;clear: both;margin-left:16px!important;margin-top:inherit!important;margin-right:28px!important;}
#leftcol p img.ImmControlAlign_Right{float: right;clear: both;margin-left:16px!important;margin-top:inherit!important;margin-right:0!important;}

acronym,abbr{ cursor: help; border-bottom: 1px dotted #999999; }

.overviewRed {
	font-size:120%;
	color:#DC291E;	
}
.overview{
	font-size:120%;
	color:#333;
}
.smallText {
	font-size:94%;
}