/* 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 {
}
.overview{
	font-size:120%;
	color:#333;
}

/* =========== Table styles =============== */

table.ImmTS_Default{
	border-collapse: collapse;
 	border-spacing: 0;
	border: 0;
  	margin: 0 0 20px 0;
  	padding: 0;
  	width: 100%;
	border: 0;
}
table.ImmTS_Default th {
	margin: 0;
    padding: 5px 10px;
	background: #1f808c;
    color: #fff;
	font-weight: 700;
	font-size: 16px;
    line-height: 24px;
	border: 0;
	border-top: 1px solid #e6e6e6;
}
table.ImmTS_Default td {
	margin: 0;
    padding: 5px 10px;
	font-size: 16px;
    line-height: 24px;
	border: 0;
	border-top: 1px solid #e6e6e6;
}
table.ImmTS_Default tbody tr:first-child th, table.ImmTS_Default tbody tr:first-child td {
    border-top: 0 !important; }
table.ImmTS_Default tbody tr:nth-child(even) td {
    background: #fafafa; }
table.ImmTS_Default tfoot tr:first-child th, table.ImmTS_Default tfoot tr:first-child td {
    border-top: 1px solid #ccc; }
	
/* ================================================= 
.m-grid__col img.ImmControlAlign_Left{float: left;clear: both;margin-right:16px!important;margin-top:inherit!important;}
.m-grid__col img.ImmControlAlign_Right{float: right;clear: both;margin-left:16px!important;margin-top:inherit!important;margin-right:28px!important;}
.m-grid__col p img.ImmControlAlign_Right{float: right;clear: both;margin-left:16px!important;margin-top:inherit!important;margin-right:0!important;}
*/
