/*-------------------------------------------------------------------
Screen Style Sheet

version: 2.0
author: ryan bruce
email: rbruce@thrillworks.com
website: http://www.thrillworks.com
-------------------------------------------------------------------*/

@import "/css/reset.css)";

body {
	margin: 0;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #444444; 
	background-image: url(/fr/images/core/bg-body.jpg);
	background-repeat: repeat-x;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; font-weight: 200; font-style: italic; color:#e6680e; line-height: 1; margin-bottom: 0.5em; }
h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.4em; margin-bottom: 0.75em; color: #e6680e; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; color: #575751; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; font-weight: bold; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 0.8em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; color: #444444; line-height: 20px; }
p img       { float: left; margin: 0.5em 0.5em 0.5em 0; padding: 0; }
p img.right { float: right; margin: 0.5em 0 0.5em 0.5em; }
h3 img.right { float: right; margin: 0.5em 0 0.5em 0.5em; }

a:focus, 
a:hover     { color: #575751; text-decoration: none; background-image: url(/fr/images/core/a-grey.gif); background-repeat: repeat-x; background-position: bottom; }
a           { color: #e6680e; text-decoration: none; background-image: url(/fr/images/core/a-orange.gif); background-repeat: repeat-x; background-position: bottom; }

blockquote  { margin: 1.5em; color: #666; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.compname { font-weight: normal; color: #e6680e; }

.contactheadings { font-weight: normal; color: #FFFFFF; }

input { font-size:.8em; border:#d8d5cb solid 1px; margin:0 0 0 5px; padding:2px 5px 2px 5px; }

select { font-size:.8em; border:#d8d5cb solid 1px; margin:0 0 0 5px; padding:2px; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 30px 1.5em 60px; line-height: 20px; }
dl dt 		{ text-indent:-43px; margin-bottom: 0.3em !important; margin: 1.5em 0 0.7em 0; margin-left: 0; font-weight: bold; }
dl dt span  { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 2.6em; font-style: italic; font-weight: normal; color: #e6680e; }
dd          { margin-left: -7px; padding-left: 7px; background-image: url(/fr/images/core/bg-orange.gif); background-repeat: repeat-y; }

dl.contact {
	margin-left: 0;
}

dl.contact dd {
	margin-left: 5px;
}

a img { border:none; }

/* Tables
-------------------------------------------------------------- */

/*
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
*/
		
.fundpricetype {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.fundpricetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e6680e;
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
}

.fundpricedate {
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}

.fundpricetable {
	border-collapse: collapse;
	width: 600px;
	background-color: #ffffff;
	border: 1px solid #d8d5cb;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 20px;	
}	

.fundpricetable td, .fundpricetable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #d8d5cb;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap; 
}
/*
.fundpricetable td a {
	display: block;
}

.fundpricetable td a:hover {
	background-color: #f3f0e9;
}
*/

.fundpricetable th {
	color: #FFFFFF;
	background-color: #ec7e31;
	font-weight: bold;
	height: 24px;
	background-image: url(/fr/images/core/toprow.gif);
	background-repeat: repeat;
	border: 0px solid #ec7e31;
	border-width: 0px 0px 0px 0px;
}

.fundpriceheader {
	border: 1px solid #ec7e31;
	border-width: 0px 1px 0px 1px;
}

.evenrow {
	background-image: url(/fr/images/core/altrow.gif);
	background-repeat: repeat;
}

.oddrow {
	background-image: url(/fr/images/core/altrow.gif);
	background-repeat: repeat;
}

.evenrow:hover { background-color:#e9e0d9; background-image:none; }
.oddrow:hover { background-color:#e9e0d9; background-image:none; }


.useredittable {
	border-collapse: collapse;
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #d8d5cb;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 20px;	
}	

.useredittable td, .fundpricetable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #d8d5cb;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap; 
}

.useredittable th {
	color: #FFFFFF;
	background-color: #ec7e31;
	font-weight: bold;
	height: 24px;
	background-image: url(/fr/images/core/toprow.gif);
	background-repeat: repeat;
	border: 0px solid #ec7e31;
	border-width: 0px 0px 0px 0px;
}

.useredittable input[type=text] {
    width: 200px;
    margin-left: 0px;
}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.more      { font-weight: bold; margin-top: 25px; margin-bottom: 5px; color: #555; }
.quiet      { color: #666; }
.loud       { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; font-style: italic; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.error      { font-size: .8em; font-style: italic; color: #e6680e; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

span.email { padding: 0 15px 0 0; background-image: url(../images/core/icon_mailto.gif); background-repeat: no-repeat; background-position: right 4px; }

span.pdf { padding: 0 17px 0 0; background-image: url(../images/core/icon_pdf.gif); background-repeat: no-repeat; background-position: right 0; }

a.print { padding: 0 17px 0 0; background-image: url(../images/tools/icon-print.gif); background-repeat: no-repeat; background-position: right 2px; }
a.print:hover { padding: 0 17px 0 0; background-image: url(../images/tools/icon-print-hover.gif); background-repeat: no-repeat; background-position: right 2px; }

/* Layout
-------------------------------------------------------------- */

#container { margin: 0 auto 0 auto; width: 960px; min-height: 750px; height: auto !important; height: 750px; }

#header {
	margin: 0 auto 20px auto;
	width: 912px;
	height: 98px;
	background-image: url(/fr/images/core/bg-header.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	background-image: url(/fr/images/core/logo-edgepoint.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 118px;
}

#header #logo h1, #header #logo h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#header #logo a {
	display: block;
	overflow: hidden;
	width: 250px;
	height: 90px;
	background-image: none;
}

#header .pagetools {
	margin: -123px 20px 0 0;
	text-align: right;
}

#header .pagetools h6 {
	margin: 1.7em 0 1em 0;
	font-size:.9em;
	font-weight: normal;
}

#header .pagetools a:focus, 
#header .pagetools a:hover { color: #575751; text-decoration: none; background-image: url(/fr/images/core/a-grey.gif); background-repeat: repeat-x; background-position: bottom; }
#header .pagetools a { color: #e6680e; text-decoration: none; background-image: url(/fr/images/core/a-orange.gif); background-repeat: repeat-x; background-position: bottom; }

#header #tagline {
	float: right;
	margin-right: 14px !important;
	margin: 3px 6px 0 0;
	width: 227px;
	height: 38px;
	background-image: url(/fr/images/core/img-tagline.gif);
	background-repeat: no-repeat;
}

#header #tagline h3 {
	text-indent: -9999px;
}

#content {
position:relative;
	float: right;
	margin-top: 0 !important;
	margin-top: -35px;
	padding: 0 24px 0 0;
	width: 668px;
}

#content ul {
	margin: 7px 0 15px 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 4px 0 10px 0;
	padding: 0 0 0 35px;
	line-height: 20px;
	background: url(/fr/images/core/bullet_list.gif);
	background-position: 25px 7px;
	background-repeat: no-repeat;
}

#content ol li {
	background-image: none;
	padding-left: 10px;
}

#content dl li {
	margin: 4px 0 5px 0;
}

#content .two-column {
	float: left;
	width: 50%;
}

/* REPLACED BY FLASH BANNER 
#home .banner {
	width: 668px;
	height: 349px;
	margin-top: -15px !important;
	margin: 0 0 20px 0;
	background-image: url(/fr/images/core/banner-homepage-01.jpg);
	background-repeat: no-repeat;
}*/

#home #flash h1, #home .banner h2, #home .banner h3 {
	text-indent: -9999px;
}

#home #flash {
	width: 668px;
	height: 349px;
	margin-bottom: 20px !important;
	margin: 0 0 10px 0;
}

#home .feature {
	float: left;
	margin: 0;
	padding-top: 0 !important;
	padding: 15px 30px 0 20px;
	width: 283px;
	background-image: url(/fr/images/core/bg-home-feature.png);
	background-repeat: no-repeat;
}

#home .feature p.last {
	padding-bottom: 0;
	margin-bottom: 3px;
}

#home .feature .link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 500;
	color: #e6680e;
	text-align: right;
}

.horizontal-banner {
	float:left;
}

#footer-container {
	clear: both;
	min-height: 240px;
	height: 240px;
	background-image: url(/fr/images/core/bg-footer.jpg);
}

#footer {
	position: relative;
	top: -2px;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 100%;
	background-image: url(/fr/images/core/bg-footer-inside.jpg);
	background-repeat: no-repeat;
}

#footer h5 { 
	position: relative;
    top: 12px;
    padding-left: 100px;
    font-size:.9em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer .pagetools {
	position: relative;
	top: -25px;
	right: 43px;
	text-align: right;
	margin: 1.7em 0;
	font-size: .9em;
	font-weight: normal;
}

#footer .pagetools p { font-size:.9em; }

#footer .pagetools a:focus, 
#footer .pagetools a:hover { color: #ffffff; text-decoration: none; background-image: url(/fr/images/core/a-white.gif); background-repeat: repeat-x; background-position: bottom; }
#footer .pagetools a { color: #ffffff; text-decoration: none; background-image: url(/fr/images/core/a-white.gif); background-repeat: repeat-x; background-position: bottom; }

div#login-form { margin: 10px; }
#login-form td { padding: 3px; }

div#changepw-form { margin: 10px; }
#changepw-form td { padding: 3px; }

/* Navigation
-------------------------------------------------------------- */

#navigation {
	float: left;
	width: 268px;
	margin-top: 0 !important;
	margin-top: -35px;
}

#navigation ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #575751;
	text-align: right;
	list-style: none;
}

#navigation ul li { margin-bottom:.7em; }

#navigation .parent {
	margin: 0;
	padding: 0;
	font-style: italic;
}

#navigation .current {
	font-style: italic;
	color: #e6680e;
}

#navigation .current a:focus, 
#navigation .current a:hover { color: #e6680e; text-decoration: none; background-image: url(/fr/images/core/a-orange.gif); background-repeat: repeat-x; background-position: bottom; }
#navigation .current a { color: #e6680e; text-decoration: none; background-image: none; }

#navigation ul ul {
	margin: -22px -7px 0 0;
	padding: 28px 7px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.2em;
	color: #e6680e;
	text-align: right;
	list-style: none;
	background-image: url(/fr/images/core/bg-orange.gif);
	background-repeat: repeat-y;
	background-position: right;
	/*border-right: #e6680e 1px solid;*/
}


#navigation ul ul a:focus, 
#navigation ul ul a:hover { color: #e6680e; text-decoration: none; background-image: url(/fr/images/core/a-orange.gif); background-repeat: repeat-x; background-position: bottom; }
#navigation ul ul a { color: #e6680e; text-decoration: none; background-image: none; }

#navigation ul ul .current {
	font-style: normal;
	font-weight: bold;
}

#navigation ul ul li {
	margin: 0 0 5px 0;
	font-style: normal;
}

#navigation a:focus, 
#navigation a:hover { color: #e6680e; text-decoration: none; background-image: url(/fr/images/core/a-orange.gif); background-repeat: repeat-x; background-position: bottom; }
#navigation a { color: #575751; text-decoration: none; background-image: none; }

/* Tools
-------------------------------------------------------------- */

.portfolio-commentary { float: right; font-size:11px; margin-top: 0px; height:38px; width: 183px; padding: 11px 0 0 12px; font-weight: 700; background-image:url(/fr/images/tools/bg-commentary-link.gif); background-position:bottom; background-repeat: no-repeat; }
.portfolio-commentary2 { font-size:11px;
	margin:0;
	background:url(/fr/images/tools/bg-tools-singlerow.gif) no-repeat -5px top;
	width:615px;
	height:35px;
	position: relative;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.back_button {
	position: absolute;
	top: 22px;
	right: 45px;
}
.profile { margin-bottom:0px; }
.profile .name { padding-bottom: 9px; }
.profile dl { margin: 0; padding: 0; }
.profile { background-image: url(/fr/images/tools/profile-header.gif); background-position: -3px -8px; background-repeat: no-repeat; padding: 0 0 0px 5px; }
.profile dd { margin-left: 3px; background-color: #FEFEFE; }
.p { display:none; margin-top:4px; }

/*.fundtools .printfriendly { float:right; margin:0px 15px 0 0; }*/
.fundtools { position:relative; margin:-25px 0 0 0;  background:url(/fr/images/tools/bg-tools-singlerow.gif) no-repeat -5px bottom; width:615px; }
.fundtools .field { position:relative; margin:0; padding:0; top:28px; left:10px; width:585px; height:83px; border:none; }
.fundtools .field a, .fundtools .field a:hover { background:none; }
.fundtools .field .legend { float:left; margin:0 0 0 0; padding:17px 0 0 0; font-size:11px; color:#444444; font-weight:700; }
.fundtools .field .date { clear:right; float:right; margin:15px 5px 0 5px; font-size:11px; }
.fundtools .date img { margin-top:-3px; vertical-align: middle; }

/*.fundtools2 .printfriendly { float:right; margin:-25px 15px 0 0; }*/
.fundtools2 { font-size:11px; position:relative; margin:0 0 0 0;  background:url(/fr/images/tools/bg-tools-doublerow.gif) no-repeat -5px bottom; width:615px; }
.fundtools2 .field { position:relative; margin:0; padding:0; top:15px; left:15px; width:585px; height:83px; border:none; }
.fundtools2 .field a, .fundtools .field a:hover { background:none; }
.fundtools2 .field .legend { float:left; margin:0 0 0 0; padding:17px 0 0 0; color:#444444; font-weight:700; }
.fundtools2 .series { float:left; margin-right:20px; }
.fundtools2 .from { float:left; margin:7px 20px 0 0; }
.fundtools2 .inception { float:left; margin-top:8px; }
.fundtools2 .inception input { margin:-1px 5px 0 0; }
.fundtools2 .to { float:right; margin:7px 10px 0 0; }
.fundtools2 .icon-cal { margin-top:0; vertical-align: middle; }

/* jk hacked this in */
.fundtools3 { font-size:11px; position:relative; margin:0 0 0 0;  background:url(/fr/images/tools/bg-tools-doublerow.gif) no-repeat -5px bottom; width:615px; }
.fundtools3 .field { position:relative; margin:0; padding:0; top:15px; left:15px; width:585px; height:63px; border:none; }
.fundtools3 .field a, .fundtools .field a:hover { background:none; }
.fundtools3 .field .legend { float:left; margin:0 0 0 0; padding:17px 0 0 0; color:#444444; font-weight:700; }
.fundtools3 .series { float:left; margin-right:20px; }
.fundtools3 .from { float:left; margin:7px 20px 0 0; }
.fundtools3 .inception { float:left; margin-top:8px; }
.fundtools3 .inception input { margin:-1px 5px 0 0; }
.fundtools3 .to { float:right; margin:7px 10px 0 0; }
.fundtools3 .icon-cal { margin-top:0; vertical-align: middle; }

/*#pagination { width:600px; text-align:right; margin:0 0 20px 5px; }
#pagination strong { color:#444444; }
#pagination a { background-image:none; }*/

.fundpricepager { }
.fundpricepager span { color:#444444; font-weight:700; }
.fundpricepager a { background-image:none; }
.fundpricepager td { border:none; padding:2px; }

.hr hr { display:none; }
.hr { width:597px; height:1px; background-image:url(/fr/images/core/hr.gif); background-repeat:repeat-x; margin:10px 0 10px 3px; padding:0; }


/* Calendar
-------------------------------------------------------------- */
#calwrapper { position:absolute; margin-top:-43px; margin-left:368px; padding:0; }
#calwrapper2 { position:absolute; margin-top:-43px; margin-left:-35px; padding:0; }

table.calTable, table#Calendar2 { width:200px; font-size:.9em; border:#d8d5cb solid 1px; border-top: none; border-collapse:collapse; background:#fffbfa url(/fr/images/core/altrow.gif) repeat-x bottom; }
table.calTable a, table#Calendar2 a { background-image:none; }
table.calTable a:hover, table#Calendar2 a:hover { background-image:url(/fr/images/core/a-grey.gif); }

.calTitle { width:100%; height:25px; vertical-align:middle; color:#fff; background-image:url(/fr/images/core/toprow.gif); }
.calTitle td { width:70%; }

.calNextPrev { padding:0 7px 0 7px; width:15% !important; }
.calNextPrev a { color:#fff; }
.calNextPrev a:hover {color:#fff; background-image:none; }

.calDayHeader, .calOtherMonthDay, .calTodayDay, .calSelectedDay, .calDay, .calWeekendDay { width:14%; }
.calDayHeader { height:25px; vertical-align:middle; }
.calOtherMonthDay a { color:#adada3; }
.calSelectedDay { background-color:#e6680e; }
.calSelectedDay a { color:#fff; }