﻿/* This style sheet is a user selectable style sheet and provides the CMS Editor the style information it needs */
/* This style sheet is always the last style sheet applied to the page when selected so sometimes overrides styles included in the system style sheets */
/* Use the section at the bottom of this style sheet to undo overrides */


/* Start of editor selectable styles */

.Heading1, h1
{
    color: #000066;
    font-size: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.Heading2, h2
{
    color: #000066;
    font-size: 1.3em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.Heading3, h3
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/* End of editor selectable styles */


/* Start of table styles */

/* Default Table (Overrides) */
table.ImmTS_Default
{
	background-color: #ffffff;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
table.ImmTS_Default th, table.ImmTS_Default td
{
	/* Cell padding and spacing styles */
	margin: 3px;
	padding: 3px;
}
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td
{
	border: 1px solid #000000;
}
table.ImmTS_Default th
{
	background-color: #cccccc;
	text-align: left;
}
table.ImmTS_Default tr
{
	vertical-align: top;
}

/*Green table*/

table.ImmTS_Green
{
	background-color: #ffffff;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
table.ImmTS_Green th, table.ImmTS_Green td
{
	/* Cell padding and spacing styles */
	margin: 3px;
	padding: 3px;
}
table.ImmTS_Green , table.ImmTS_Green th, table.ImmTS_Green td
{
	border: 1px solid #000000;
}
table.ImmTS_Green th
{
	background-color: #5C8C79;
	text-align: left;
}
table.ImmTS_Green tr
{
	vertical-align: top;
	background-color:#BDD5CB;
}

	
/* End of table styles */

/* Start of override undos (some of the above styles override styles that are set in the system style sheets) */
/* Please do not make changes to this section */

#divHeader h2
{
    font-size: 1em;
}
#divColumn1 h2, #divColumn2 h2, #divColumn3 h2
{
    font-size: 1em;
}

/* End of override undos */
