@charset "utf-8";

/*----This style sheet is used for correcting Immediacy editor styles----*/

/*--------------------
Tables
--------------------*/
 /* Table Styles */

/* Table Style 1 */
table.ImmTS_Style1 {padding:0px; width:100%; background-color: #cccccc; border-collapse: collapse;}
/* Cell padding and spacing styles */ table.ImmTS_Style1 th, table.ImmTS_Style1 td { padding: 3px; margin: 2px; }

/* Table border style */
table.ImmTS_Style1, table.ImmTS_Style1 th, table.ImmTS_Style1 td { border: 3px solid #ffffff;}

 /* Apply style to header cells */
table.ImmTS_Style1 th { background-color: #f2f2f2; color: black; font-weight: bold; font-size: 1.2em}

/* Apply style to data cells */
table.ImmTS_Style1 td { vertical-align: top; font-size: 1.2em }


/* Overall Nested Table Styles */

table.ImmTS_Style1 table { padding:0px; width:100%; background-color: 
#f2f2f2; border-collapse: collapse; margin: -3px; position: relative;}
/* Cell padding and spacing styles */ table.ImmTS_Style1 table th, 
table.ImmTS_Style1 td table td { padding: 0px; margin: 0px; }
/* Table border style */
table.ImmTS_Style1 table, table.ImmTS_Style1 table th, table.ImmTS_Style1 table td { border:
3px solid #ffffff; }

 /* Apply style to header cells */
table.ImmTS_Style1 table th { background-color: #cccccc; color: black; }
/* Apply style to data cells */
table.ImmTS_Style1 table td { vertical-align: top; }


/* Table Style 2 */
table.ImmTS_Style2 {padding:0px; width:100%; background-color: #ffffff; border-collapse: collapse;}

/* Cell padding and spacing styles */ table.ImmTS_Style2 th, table.ImmTS_Style2 td { padding: 3px; margin: 2px; }

/* Table border style */
table.ImmTS_Style2, table.ImmTS_Style2 th, table.ImmTS_Style2 td { border: 3px solid #000000;}

 /* Apply style to header cells */
table.ImmTS_Style2 th { background-color: #353d40; color: #ffffff; font-weight: bold; font-size: 1.2em}

/* Apply style to data cells */
table.ImmTS_Style2 td { vertical-align: top;  font-size: 1.2em}



.Heading2,H2     {
font-size: 1.5em;
font-weight: bold;
color: #23164C;
margin: 20px 0 10px 0;
}
