/* Events */
p.event {
	margin: 0 10px 0 3em;
	text-indent: -1em;
}
div.eventbox {
	clear: both;
	margin: 0;
}
.eventbox h3 {
	background: #777 url(../images/siteframework/upper_corner.gif) top right no-repeat;
	border-bottom: 2px groove #999;
	margin: 0;
	padding: .125em .5em;
	color: #fff;
	font-size: 1em;
	background-color: #87c;
}
div.event {
	width: 45%;
	float: left;
	padding: .5em 1em 1.5em;
	display: inline;
	border-style: none;
}
.event p {
	margin: 0 0 0 1.5em;
	text-indent: -1.5em;
}
.event a.btndownload {
	border: 3px outset;
	padding: 1px;
	text-decoration: none;
	background-color: #E8EEF7;
	display: block;
	width: 12em;
	text-align: center;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 3.5em;
}
/* Links within the pagebody to restricted access pages */
div#pagebody a.restricted, div.news_item a.restricted {
	padding-right: 12px;
	background: url(/images/icons/access-metal-body.gif) right top no-repeat;
}
div#pagebody a.restricted-transactional, div.news_item a.restricted-transactional {
	padding-right: 12px;
	background: url(/images/icons/access-blue-body.gif) right top no-repeat;
}
div#pagebody a.restricted-secondary, div.news_item a.restricted-secondary {
	padding-right: 12px;
	background: url(/images/icons/access-green-body.gif) right top no-repeat;
}
div#pagebody a.restricted-primary, div.news_item a.restricted-primary {
	padding-right: 12px;
	background: url(/images/icons/access-gold-body.gif) right top no-repeat;
}
div#callout_boxes a.restricted {
	padding-left: 12px;
	background: url(/images/icons/access-metal-left.gif) left top no-repeat;
}
div#callout_boxes a.restricted-transactional {
	padding-left: 12px;
	background: url(/images/icons/access-blue-left.gif) left top no-repeat;
}
div#callout_boxes a.restricted-secondary {
	padding-left: 12px;
	background: url(/images/icons/access-green-left.gif) left top no-repeat;
}
div#callout_boxes a.restricted-primary {
	padding-left: 12px;
	background: url(/images/icons/access-gold-left.gif) left top no-repeat;
}
/* Rules for borderless tables */
table.borderless, img.borderless {
	border-collapse: separate;
}
table.borderless, table.borderless td, table.borderless th, img.borderless, #pageBody img.borderless {
	border: none;
}
/* Rules for Lists */
.alphaList {
	list-style-type:upper-alpha
}  /* Makes an Ordered List use upper-case alphabetical letters */
.alphaLowerList {
	list-style-type:lower-alpha
}  /* Makes an Ordered List use lower-case alphabetical letters */
#compactlist ul, #compactlist ol {
	margin: 0 0 .5em;
}
#compactlist li {
	margin: 0;
	padding: 0;
}
/* Text appearance for instructions */
span.instructions {
	font-size: 90%;
}
p.instructions {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
p.instructions em, p.instructions i {
	font-style: normal;
	font-family:"Courier New", Courier, monospace;
	color: #999;
}
/* Download button */
a.btndownload {
	border: 1px solid #cde;
	border-bottom-color: #9ab;
	padding: 3px 5px;
	margin: 1em auto;
	text-decoration: none;
	background-color: #e9f0ff;
	display: block;
	width: 16em;
	text-align: center;
}
a.btndownload:active {
	border: 1px solid #9ab;
	text-decoration: none;
	background-color: #def;
}
/* Captions for pictures and tables */
.caption, caption {
	font-size: 1em;
	font-style: italic;
	padding-top: 0em;
	padding-right: 6em;
	padding-bottom: 0.5em;
	padding-left: 6em;
}
.caption strong, .caption b {
	font-style: normal;
	font-weight: bold;
}
/* ============================================================= */
/* BELOW THIS LINE ARE SINGLE RULES WITH DESCRIPTIONS AFTER EACH */
/* ============================================================= */

.largeprint {
	font-size: 1.2em;
}  /* Slightly larger text */
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}  /* Slightly smaller text */
.redsmalltext {
	font-size: .9em;
	color: #CC0000;
}  /* Text is smaller and dark red */
.redbrighttext {
	color: #ff0000;
}  /* Text is bright red */
.blue {
	background: #fff;
	color: #125486;
}  /* Text is blue */
.purpleHighlight {
	background: #edeaf3;
}  /* Text with a purple background */
.centered {
	margin: 0 auto;
	display: block;
	text-align: center;
	float: none;
}  /* Centers the region to which it applies: paragraph, div, etc. */
th.thside {
	vertical-align: top;
}  /* Table headers on the side */
.breakbefore {
	page-break-before: always;
}  /* This makes the page break before this element when printing */
.nopadding {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}  /* Gets rid of padding in tiered ULs and blockquotes, etc. */
#noticebox {
	width: 330px;
	padding-left: 20px;
}  /* Unknown usage */
th.instructions {
	background: #eee;
	font-weight: normal;
	text-transform: none;
}  /* Instructions in a table heading appear as normal text */
.no-transform {
	text-transform: none;
}  /* Prevents the changing of case */
.ppslide {
	border: 1px solid #000;
}  /* Puts a border around PowerPoint slide images */
.no-break {
	white-space: nowrap;
}  /* Apply this to a span of words to keep them from breaking in the middle */
.no-icon {
	background: transparent;
	padding-right: 0px;
}  /* Applying this to a link keeps the external link icon or other icons from appearing beside it */
/* Apply this to a div around pictures to make them right-aligned and have some margin.  Useful in news items, but use anywhere. */
.photodiv-right {
	float: right;
	margin-top: 1em;
	margin-right: .8em;
	margin-bottom: 0.5em;
	margin-left: .5em;
}
/* Apply this to a div around pictures to make them left-aligned and have some margin.  Useful in news items, but use anywhere. */
.photodiv-left {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-left: 0.8em;
}
/* This puts a little space around the image sides; esp. needed if more than one picture appears. */
.photodiv-right img, .photodiv-left img {
	margin-right: .2em;
	margin-left: .2em;
}

