@charset "utf-8";
/*	-------------------------------------------------------------------------
	Macquarie International Infrastructure Fund (MIIF) style sheet for Internet Explorer
	
	version:   2.6
	author:    David McKinnon
	email:     david.mckinnon@macquarie.com
	------------------------------------------------------------------------- */

/* 	=Defaults
	------------------------------------------------------------------------- */

body {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}

/* 	=Headings	*/
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #C9100C;
}
h1 {
	font-size: 2.2em;
	margin-top:0;
}
h1 strong {
	font-weight: 100;
	font-size: 0.8em;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;	
	margin-bottom: 10px;
	}
h3 {
	font-size: 1.2em;
	margin: 5px 0 10px 0;
} 
h4 { 
	font-size:1em;
	font-weight:bold;
	color: #555;
	margin: 0;
}
h5 {
	font-size:14px;
	color: #000;
} 
h6 { 
	font-size:14px;
	font-style:italic;
} 
p, li {
	font-size: 1em;
}
blockquote {
	margin-top: -10px;
	padding-top: 0;
}
form {
	margin: 0;
}
img {
	border:none;
}
th, td {
	vertical-align:top;
	font-size: 11px;
	text-align: left;
}
.CopySmall {
	margin-top: 0;
	margin-bottom: 20px;
	color: #555;
}
.footnote {
	font-size:90%;
	color:#555;
}

/*	=Branding
	------------------------------------------------------------------------- */

td.SitewideTable {
	background-color: #283A44;
	text-align: right;
	font-size:10px;
	color: #fff;
	overflow: hidden;
}

/*	=Main navigation
	------------------------------------------------------------------------- */

td.NavTableOn, td.NavTableOff {
	font-size:11px; 
	font-weight:bold; 
	text-decoration:none;
	text-align: left;
	overflow: hidden;
}
td.NavTableOn {
	background-color: #C9100C;
	color:#000; 
}
td.NavTableOff {
	background-color: #999;
	color:#fff; 
}
a.NavLinkOn {
	font-size:11px; 
	font-weight:bold; 
	color: #fff; 
	text-decoration:none;
}
a.NavLinkOn:visited {
	color: #fff; 
	text-decoration: none;
}
a.NavLinkOn:active, a.NavLinkOn:hover {
	color: #fff; 
	text-decoration: underline;
}
a.NavNoLink, a.NavNoLink:hover, a.NavNoLink:active, a.NavNoLink:visited {
	font-size:11px; 
	font-weight:bold; 
	color: #fff; 
	text-decoration:none;
	cursor: text;
}
a.NavNoLink:hover, a.NavNoLink:active, a.NavNoLink:visited {
	cursor: default;
}
a.NavLinkOff {
	font-size:11px; 
	font-weight:bold;  
	color: #fff;
}
a.NavLinkOff:visited {
	color: #fff;
	text-decoration: none;
}
a.NavLinkOff:active, a.NavLinkOff:hover {
	color: #fff;
	text-decoration: underline;
}

/*	=Main content
	------------------------------------------------------------------------- */
/*	TABLES	*/
.ColumnBodyText table {
	color: #696969;
	margin-bottom: 0.5em;
}
th {
	padding: 4px 2px;
	border-bottom: 1px solid #c9100c;
	color: #333;
	font-weight: bold;
	vertical-align: text-top;
}
td.TableHead a  {
	color:#fff; 
	text-decoration:none;
}
td.TableHead a:link, td.TableHead a:visited {
	color:#000; 
	text-decoration:none;
}
td.TableHead a:active, td.TableHead a:hover, td.TableHead a:visited:hover {
	color:#000; 
	text-decoration:underline;
}
.TableSubHead, .TableSubHead th, .TableSubHead td,
th.TableSubHead, td.TableSubHead {
	font-weight: bold;
	color: #666;
	padding: 4px 2px;
	border-bottom: 2px solid #A0A0A0;
	vertical-align: top;
}
.TableCopy, .TableCopy td, td.TableCopy {
	padding: 4px 2px;
	border-bottom: 1px solid #fff;
}
.TableCopyAlt, .TableCopyAlt td, td.TableCopyAlt {
	padding: 3px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #fff;
}
.TableCopy a, .TableCopy td a, td.TableCopy a,
.TableCopy a:hover, .TableCopy td a:hover, td.TableCopy a:hover {
	color: #C9100C;
	font-weight:bold;
}
.TableSmallCopy {
	font-size: 0.8em;
	color: #666;
	vertical-align:top;
	padding: 3px;
	margin-bottom: 10px;
}

td.NormalStyle {
	font-size: 11px;
	color:#333;
	vertical-align:top;
}

td.PromotionTable {
	background-color: #fff;
	overflow: hidden;
}

/************** 7. NEW DESIGN STYLES  *****************/

/*	LAYOUT
	-------------------------------------	*/
/*	home page */

.ContainerHome {
	height: 467px;
	width: 567px;
	position: relative;
	background: #fff url(/miif/images/homepagebg.gif) 0 top repeat-y;
}
@media print {
	.ContainerHome {
		height: 467px;
		top: 0;
	}
}
.LeftColumnHome, .RightColumnHome{
	position: relative;
	width: 276px;
	background-color: #535561;
	font-size: 10px;
}
.RightColumnHome {
	position: absolute;
	left: 279px;
	top: 0;
	font-size: 11px;
	background-color: #e6e2d3;
}

/*	inside pages */
.ContainerShort, .ContainerMed, .ContainerLong {
	height: 750px;
	width: 567px;
	padding-right:20px;
	background: #fff url(/miif/images/pagebg.gif) 0 top repeat-y;
}
@media print {
	.ContainerShort, .ContainerMed, .ContainerLong {
		height: 467px;
	}
}
.ContainerMed {
	height: 1600px;
}
.ContainerLong {
	height: 2555px;
}

.LeftColumnLightGrey {
	position: relative;
	height: 100%;
	width: 276px;
	background-color: #E8E8E8;
}
.LRColumnContainer {
	position:relative;
	margin-bottom: 3px;
}
.SingleColumnLightBeige {
	background-color: #F7F7F2;
}
.ColumnBodyText {
	color: #333;
	padding: 5px 0 10px 10px;
}

.RightColumnLightBeige {
	position: absolute;
	left: 279px;
	top: 0;
	height: 100%;
	width: 276px;
	background-color: #F5F4F1;
}

/*	headings	*/
.Maintitle {
	margin-top:0;
	margin-bottom: 30px;
	color:#C9100C;
	font-size: 2.2em;
	font-weight: bold;
	}

.NewsMaintitle {
	height: 107px;
/*	width: 555px;*/
	padding: 10px;
	background-color: #C9100C;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.LinksRowGrey {
	width:557px;
	margin-bottom: 3px;
	background-color: #e8e8e8;
	color: #333;
	font-size: 11px;
}
.LinksRowGrey a {
	padding: 5px;
}

.RedBoxHeading {
	position: relative;
	top: -3px;
	padding-left: 19px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #C9100C;
	background-image: url(/miif/images/redleaderbullet.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.newsbox {
	padding: 3px;
	background-color: #e6e2d3;
	font-weight: normal;
	font-size: 11px;
	color: #333;
}
.MiddleBoxHomepage {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #e6e2d3;
	color: #333;
	font-size: 11px;
	font-weight: normal;
}
.MiddleBoxHomepageDivider {
	background-color: #fff;
	border-bottom: 3px solid #fff;
}

/* footnotes */
ol.CopySmall {
	margin:0.75em 1em 0.75em 1.75em;
	padding:5px 5px 5px 1em;
}
.SingleColumnLightBeige ol.CopySmall {
	margin:0.75em 1em 0.75em 1.75em;
	padding-left:0.5em;
}

/*	Assets	*/
.FeatureBox thead th, .FeatureBoxHead {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #C9100C;
	padding: 3px;
	border-bottom: 1px solid #E8E8E8;
}

.FeatureBox tbody th, td.FeatureBox,
.FeatureBox tbody td, td.FeatureBoxAlt {
	font-size: 10px;
	color: #fff;
	vertical-align:top;
	padding: 3px;
	border-bottom: 1px solid #E8E8E8;
	background-color: #A0A0A0;
}
.FeatureBox tbody td, td.FeatureBoxAlt {
	color: #666;
	background-color: #ccc;
	border-left: 1px solid #E8E8E8;
}

/************** RIGHT NAV BACKGROUNDS  *****************/

.RightNavBgShort, .RightNavBgMed, .RightNavBgLong{
	background-color: #D6CFB6;
	position: absolute;
	height: 690px;
	width: 150px;
	top: 196px;
	left: 620px;
}
.RightNavBgMed {
	height: 1717px;
}
.RightNavBgLong {
	height: 2645px;
}

/*	sidebar	*/
.rhgreybgfull {
	position: relative;
	left: -15px;
	width: 150px;
	height: 100%;
	padding: 3px 3px 6px 5px;
	background-color: #D6CFB6;
	color: #333;
	font-size: 11px;
}
.rhgreyhead {
	padding-top: 10px;
	color: #c9100c;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
}
.rhdarkgreyhead {
	padding: 2px 2px 2px 4px;
	background-color: #c9100c;
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
}
.rhbeigebg {
	padding: 3px 3px 10px 0;
	border-bottom: 1px dotted #ccc;
	color: #757575;
	font-size: 11px;
}

.SiteTitle {
	background-color: #fff;
	height: 87px;
	margin-bottom: 3px;
	padding: 10px;
	color: #C9100C;
	font-size: 18px;
	font-weight: bold;
}
.HomeRightNavBg {
	position: absolute;
	top: 196px;
	left: 620px;
	height: 430px;
	width: 150px;
	background-color: #D6CFB6;
}
.SiteRightNavBg {
	background-color: #D6CFB6;
	position: absolute;
	height: 817px;
	width: 150px;
	top: 196px;
	left: 620px;
}
.TableTitle {
	font-size: 11px;
	font-weight: bold;
	color: #C9100C;
	margin-top: 20px;
	margin-bottom: 10px;
}

#frmCurrent {
	font-size: 11px;
	color: #333;
	background-color: #e6e2d3;
	font-weight: normal;
	padding: 0;
	width: 266px;
	vertical-align: top;
	height: 100px;
}
.referafriend {
	color: #555;
	border: 1px solid #727272;
	background-color: #e6e2d3;
	padding: 3px;
}
.referafriend:focus {background-color: #000; color: #fff; }
.referafriend:hover {background-color: #000; color: #fff; }

.referafriend-button {
	padding: 0;
	margin: 0;
	border: thin solid #fff;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.buttons {
	background-color: #e6e2d3;
	border-top: 1px outset #e6e2d3;
	border-right: 1px outset #727272;
	border-bottom: 1px outset #727272;
	border-left: 1px outset #e6e2d3;
	color: #555;
	font-size: 11px;
	font-weight: normal;
}

.userinput {
	color: #555;
	border: 1px solid #727272;
	background-color: #e6e2d3;
	padding-left: 3px;
	overflow: auto;
}
.SubHead {
	font-weight: bold;
	font-size: 11px;
	color: #666;
	vertical-align: top;
}
.HomepageTagline {
	font-size: 10.5pt;
	color: #E8E8E8;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 130%;
	padding: 7px 10px 10px 10px;
}
#charts {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 245px;
	top: 311px;
	visibility: visible;
}
/*	Reports	*/
.reports td a img {
	float: left;
	margin-right: 1em;
}

/*	Profiles	*/
.Profiles {
	position: relative;
	background: url(/miif/images/profilebg.gif) repeat-y 0 0;
	font-size: 11px;
}
.Profiles p  {
	margin-left:145px;
	}
.ProfileBody {
	padding: 5px 10px 10px 145px;
	color: #333;
	font-size: 11px;
}
.ProfileBody p  {
	margin-left:0;
	}
.profile {
	position:relative;
	margin-top:2em;
	padding: 0 10px 0 145px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333;
	height:150px;
}
.profile img {
	position:absolute;
	top:0;
	left:0;
	}
.profile p {
	margin-left:0;
	}

.websitelink {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #C9100C;
}
.Awebsitelink {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #C9100C;
}
.RedText {
	font-size: 11px;
	color: #C9100C;
}
a.navredbulletlists {
	font-size: 1em;
	line-height: 130%;
	/*background-image: url(/miif/images/linkbullet.gif);*/
	/*background-repeat: no-repeat;*/
	display: block;
	/*padding-left: 5px;*/
}
.navredbulletlists:hover {
	display: block;
	text-decoration: underline;
}

#divReleases h1 {
	margin-top:0;
	font-weight:bold;
	font-size:100%;
}
	
/*	hCard
	---------------------------------------------- */
.vcard {
	margin:0.5 0;
	padding:1em 0 0 0;
	border-bottom:1px solid #fff;
	}
.vcard .org {
	font-weight:bold;
	margin-bottom:4px;
	}
.vcard .fn {
	font-weight:bold;
	color:#555;
	}
.vcard p {
	margin:0 0 1em 0;
	}

/*	Login */
.Login {
	background: #E6B82E;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* Popop */
td.PopupClose {
	background-color: #C9100C;
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
}