/* --- Page-specific overrides --- */

/* At the top, styles for PageControls (which may be overridden on a specific page, later in this stylesheet) */
/* Next are page-specific overrides (search for "--- Pages ---") */

/* For each page, 1 to 3 sections: */
/*	- overrides for both languages (always)*/
/*	- overrides for English version (if needed)*/
/*	- overrides for French version (if needed)*/



/* --- PageControls --- */

/* PageControl: MailingList */

.legacy_2013 .MailingList
{
	width: 415px;
	margin-top: 20px;
	font-family: Georgia,serif;
	font-size: 11pt;
	color: #075590;
}
.legacy_2013 .MailingList .SE
{
	/* nested 4-corner divs: padding is applied to innermost element */
	padding: 15px;
}
.legacy_2013 .MailingList #mailingListGo
{
	vertical-align: baseline;
	padding-left: 20px;
	padding-left: 20px;
}
.legacy_2013 .MailingList img
{
	display: inline;
	vertical-align: middle;
}

/* PageControl: MailingList (FR) */

.legacy_2013 .MailingList-fr
{
	width: 473px;
}

/* PageControl: MCTabControl */

.legacy_2013 #tableMCTabs 
{
	margin-right: 6px; /* Last tab must have same right spacing as first tab's left spacing (part of its image) */
}

/* --- Pages --- */

/* Bell portal */

.legacy_2013 .bell #divCharityAdminInfo
{
	display:none;
}

.legacy_2013 .bell #divCHLinks
{
	padding-top:10px;
}
.legacy_2013 .bell .bottomnav .content{padding-top:10px;}

/* Help popups (all) */

.legacy_2013 .HelpPopup /* the popup <body> */
{
	padding: 0 20px 20px;
	background: url(/images/infoicon.gif) no-repeat 10px 11px;
}
.legacy_2013 .HelpPopup .bodycontent
{
	width: 100%;
	margin: 0;
}
.legacy_2013 .HelpPopup .heading
{
	font-size: 15pt;
	line-height: 133%;	/* Always repeat line-height wherever font-size is changed */
	color: #72A8DE;
	margin-left: -20px; /* Extend margins into the body's padding to have dotted line span entire body width */
	margin-right: -20px;
	padding-top: 5px;
	padding-left: 31px; /* Normal 11px padding + 20px due to margin-left */
	padding-right: 20px; /* Counteract negative right margin */
	background: url(/images/i/div5/top_dotted.gif) repeat-x left bottom;
}
.legacy_2013 .HelpPopup .subheading
{
	font-family: Georgia,serif;
	font-size: 12pt;
	line-height: 133%;	/* Always repeat line-height wherever font-size is changed */
	color: #075590;
	padding-left: 11px;
	padding-right: 27px;
	padding-top: 5px;
	margin-top: 0px;
}
.legacy_2013 .HelpPopup .easyTwoColumn img
{
	float: left;
	width: 76px;
	padding-left: 11px;
}
.legacy_2013 .HelpPopup .easyTwoColumn p
{
	margin-left: 97px; /* total width of left column + 10px spacing */
}
.legacy_2013 .HelpPopup .closeButtonContainer
{
	width: 100%;
	text-align: right;
}
.legacy_2013 .HelpPopup #noJavaScriptPrompt
{
	width: 70%;
	float: right;
	font-style: italic;
	display:none;
}
.legacy_2013 .HelpPopup a#closeWindowControl
{
	 /* Will be made visible if JS is present */
	line-height: 1px;
}

/* MyCharity - Home */

.legacy_2013 .MCHome .onecolumn table
{
	width: 100%;
}
.legacy_2013 .MCHome table#tableMCTabs
{
	width: auto;
}
.legacy_2013 .MCHome td#intro
{
	padding: 10px 0 10px 10px;
}
.legacy_2013 .MCHome td#intro dl
{
	margin-left: 11px;
}
.legacy_2013 .MCHome td#intro dt
{
	margin: 0 27px 0 0;
	color: #075590;
	font-family: arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.legacy_2013 .MCHome td#intro dd
{
	/* Also referenced in IE.css */
	margin: 0 27px 13px 11px;
}
/*
.legacy_2013 .MCHome td#functionality
{
	width: 345px;
	padding: 10px 10px 10px 30px;
}
.legacy_2013 */
.legacy_2013 .MCHome td#functionality
{
	width: 345px;
	padding: 10px;
}
.legacy_2013 .MCHome td#functionality td.legend
{
	padding: 10px 0 0 10px;
	text-align: right;
}
.legacy_2013 .MCHome td#functionality td.field
{
	padding: 10px 10px 0;
}
.legacy_2013 .MCHome td#functionality td.field input
{
	width: 130px;
}
.legacy_2013 .MCHome td#functionality td.field input#btnUpdate
{
	width: 79px;
	padding-bottom: 10px;
}
.legacy_2013 .MCHome #tableCharityResources
{
	/*margin-top: 10px;*/
}
.legacy_2013 .MCHome #tableChangePwd
{
	margin-top: 10px;
}


/* MyCharity - Home (FR) */

.legacy_2013 .MCHome-fr td#functionality td.field input#btnUpdate
{
	width: 94px; /* FR button is wider */
}