/* @charset "utf-8"; */
/* CSS Document */

/*User Selectable Styles*/
div#section1, div#section2, div#section3, div#section4, div#section5, div#section6, div#section7, div#section8, div#section9, div#section10  {
	border:1px solid #e5e5e5;
	padding:0px 20px 0 20px;
	margin-top:10px;
}

.Heading1, H1 {
	color: #008469;
	font-size: 1.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin:0;
}
.Heading2, H2 {
	font-size: 1.4em;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#4AA942;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin:0;
}
a.Heading2, h2 a {
	text-decoration:none;
	padding-right: 40px;
	background: url(/coretime/images/h3arrowV3.gif) no-repeat right 3px;
}
a.Heading2:hover, h2 a:hover {
	text-decoration:none;
	color:#008469;
	padding-right: 40px;
	background: url(/coretime/images/h3arrowV3.gif) no-repeat right -35px;
}
.Heading3, H3 {
	color: #5E685C;
	font-size: 1.4em;
	font-weight:normal;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	margin:0;
	font-family:Arial, Helvetica, sans-serif
}
a.Heading3, h3 a {
	text-decoration:none;
	color:#5E685C;
	padding-right: 40px;
	background: url(/coretime/images/h4arrow.gif) no-repeat right 0px;
}

.Heading4, H4 {
	color:#008469;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin:0;
	font-family:Arial, Helvetica, sans-serif
}
.Heading5, H5 {
	color: #4AA943;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	padding-left:20px;
	margin:0;
	background: url(/coretime/images/bulletGreenBig.gif) no-repeat left 45%;
}
a.Heading5, h5 a {
	text-decoration:none;
	color:#4AA942;
	padding-right: 40px;
	background: url(/coretime/images/h4arrow.gif) no-repeat right 0px;
}
a.Heading5:hover, h5 a:hover {
	text-decoration:none;
	color:#008469;
	padding-right: 40px;
	background: url(/coretime/images/h4arrow.gif) no-repeat right -38px;
}
.Heading6, H6 {
	color: #4AA942;
	letter-spacing:1px;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	padding-left:15px;
	background: url(/coretime/images/greyBck2.gif) no-repeat 0 2px;
	margin-top:1.5em;
	margin-bottom:1em;
	
}

.Normal {
	font-family: Arial, Helvetica, sans serif;
	color: #5e685c;
	margin: 0;
}

.CriticalAlert {
	color:#d90000;
	font-weight:bold;
}

.SmallText, small {
	font-size:0.9em;
}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

table.ImmTS_Default {
	border-collapse: collapse;
	border: 3px solid #ffffff;
	margin-top:10px;
	margin-bottom:20px;
	width:auto;
} 
table.ImmTS_Default th	{
	font-weight: bold;
	background-color: #E5F2CD;
	color:#5E685C;
	padding: 5px;
	border: solid #ffffff 3px;
	font-size:1em;
}
table.ImmTS_Default tr {
	vertical-align:top;
}	
table.ImmTS_Default th a {
	color:#5E685C;
	font-size:1em;
	text-decoration: underline;
}
table.ImmTS_Default th a:hover {
	color:#008469;
	text-decoration: none;
}
table.ImmTS_Default td a {
	color:#5E685C;
	font-size:1em;
	text-decoration: underline;
}
table.ImmTS_Default td a:hover {
	color:#008469;
	text-decoration: none;
}
table.ImmTS_Default td	{
	padding: 5px;
	border: solid #ffffff 3px;
	font-size: 0.9em ;
	background-color: #F2F9E5;
	color: #333333;
}
table.ImmTS_Table2 {	
	border-collapse: collapse;
	border: solid #CDE6A0 1px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:20px;
}
table.ImmTS_Table2 th	{
	font-weight: bold;
	background-color: #e5f3d0;
	padding: 5px;
	border: solid #CDE6A0 1px;
	font-size:1em;
}						
table.ImmTS_Table2 tr	{
	vertical-align:top;
}	
table.ImmTS_Table2 th a {
	color:#5E685C;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_Table2 th a:hover {
	color:#008469;
	
}
table.ImmTS_Table2 td a {
	color:#5E685C;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_Table2 td a:hover {
	color:#008469;
	
}
table.ImmTS_Table2 td	{
	padding: 5px;
	border: solid #DAEABE 1px;
	font-size:1em;
}
table.ImmTS_GreyBorder {	
	padding:0px;  
	background-color:#FFFFFF; 
	border-collapse: collapse; 
	margin-top:10px;
	margin-bottom:20px;
	border: 1px solid #BEC5BC ;
}
table.ImmTS_GreyBorder th, 
table.ImmTS_GreyBorder td { 
	padding: 5px; 
	margin: 0px; 
	font-size:1em;
} 
table.ImmTS_GreyBorder, 
table.ImmTS_GreyBorder th, 
table.ImmTS_GreyBorder td { 
	border: 1px solid #BEC5BC ; 
}                       
table.ImmTS_GreyBorder th { 
	background-color: white; 
	color:#5e685c; 
}  
table.ImmTS_GreyBorder td { 
	vertical-align: top; 
}
table.ImmTS_GreyBorder th a {
	color:#5E685C;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_GreyBorder th a:hover {
	color:#008469;
	
}
table.ImmTS_GreyBorder td a {
	color:#5E685C;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_GreyBorder td a:hover {
	color:#008469;
	
}
