/* Take Action style */

#TakeActionHeader {
	background-color: #040659;
}
#TakeActionFeatured {
	background-color: #E7F2FE;
	border-bottom: 1px dotted gray;
	padding: 15px;
}
#TakeActionFeaturedImg {
	float: left;
}
#TakeActionFeaturedButton {
	padding: 5px 2px 2px 2px;
	float: right;
}
#TakeActionMore {
	background: white;/*#E7F2FE;*/
	padding: 5px 15px 5px 5px;
	/*border-bottom: 1px dotted gray;*/
}
#TakeActionUpdateHeader {
	background-color: #040659;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 2px;
	margin: 5px 0px 10px 0px;
}
#TakeActionUpdateHeader2 {
	color: #040659;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
}
.dimText {
	color: gray;
}
img.TakeActionStepImg {
	margin: 1px 2px 1px 0px;
}
#TakeActionToolboxHeader {
	color: #040659;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
}
/* Action Toolbox */
#ActionToolboxCell {
	width: 180px;
	padding: 5px 0px 5px 5px; 
	font-size: 10px;
	border: 1px solid silver;
}
#ActionToolboxCell a:link {
	color: black;
	text-decoration: none;
}
#ActionToolboxCell a:visited {
	color: black;
	text-decoration: none;
}
#ActionToolboxCell a:hover {
	color: black;
	text-decoration: underline;
}
#ActionToolboxCell a:visited:hover {
	color: black;
	text-decoration: underline;
}
#TakeActionDesc {
	padding-bottom: 15px;
}
#ActionContactForm {
	padding-left: 10px;
	padding-top: 15px;
}
img.InlineImageLeftBorder {
	border: 1px solid #A84802;
	margin: 0px 5px 0px 0px;
}
img.InlineImageLeftNoBorder {
	margin: 0px 6px 0px 0px;
}
.Heading2A { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
	font-weight: bold;
 }
