/*Loading: ~/Styles/thickbox.css*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/*Loading: ~/Styles/default.css*/
@charset "UTF-8";

/* GENERAL CSS RESET */

* {
	margin:0px;
	padding:0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img{
	margin:0;padding:0;
}

table{border-collapse:collapse;border-spacing:0;}

tr,td {vertical-align: top;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input[type="hidden"] {display:none !important;}
/* GENERAL CSS OBJECTS */

/*
 * CLEARFIX
 * This is a hack to make floats block space
 */

.clearfix {display: inline-block;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
}

.textCenter, .textMiddle {
	text-align:center;
}

.textRight {
	text-align:right;
}

.textLeft {
	text-align:left;
}

.hidden {
	display:none;
}

.bold {
	font-weight:bold;
}
.bolder 
{
	font-weight:bolder;
	color: #666666;
}
.underline
{
	text-decoration: underline;
}

.nobold {
	font-weight:normal;
}

.span {
	width:100%;
}


.isie6 .homepage #SelPerf .ItemDisplay,
.isie6 .homepage #FundFamily .ItemDisplay {
	width:138px;
}

.homepage .adic {
	margin-top:15px;
}

#content_panel a.advisorshares {
	display:block;
	background-image:url(../Images/advisorShares.png);
	width:178px;
	height:34px;
	float:right;
	margin-right:10px;
}
.isie6 #content_panel a.advisorshares {
	margin-right:8px;
}
#WelcomeMessage .advisorshares
{   
    display:block;
	background-image:url(../Images/advisorShares.png);
	width:229px;
	height:44px;
    margin-right:72px;
    float:right;
    margin-bottom:10px;
}
.isie6 #WelcomeMessage .advisorshares
{
    margin-right:40px;
}


/*Loading: ~/Styles/ext-all.css*/
/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
img,body,html{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}

caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

.ext-el-mask{z-index:20000;position:absolute;top:0;left:0;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50);background-color:#CCC;width:100%;height:100%;zoom:1;}
.ext-el-mask-msg{z-index:20001;position:absolute;top:0;left:0;border:1px solid #6593cf;background:#c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;padding:2px;}
.ext-el-mask-msg div{padding:5px 10px 5px 10px;background:#eee;border:1px solid #a3bad9;color:#222;font:normal 11px tahoma,arial,helvetica,sans-serif;cursor:wait;}
.ext-shim{position:absolute;visibility:hidden;left:0;top:0;overflow:hidden;}
.ext-ie .ext-shim{filter:alpha(opacity=0);}
.ext-ie6 .ext-shim{margin-left:5px;margin-top:3px;}
.x-mask-loading div{padding:5px 10px 5px 25px;background:#fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;line-height:16px;}
.x-hidden,.x-hide-offsets{position:absolute;left:-10000px;top:-10000px;visibility:hidden;}
.x-hide-display{display:none!important;}
.x-hide-visibility{visibility:hidden!important;}
.x-masked{overflow:hidden!important;}
.x-masked select,.x-masked object,.x-masked embed{visibility:hidden;}
.x-layer{visibility:hidden;}
.x-unselectable,.x-unselectable *{-moz-user-select:none;-khtml-user-select:none;}
.x-repaint{zoom:1;background-color:transparent;-moz-outline:none;}
.x-item-disabled{color:gray;cursor:default;opacity:.6;-moz-opacity:.6;filter:alpha(opacity=60);}
.x-item-disabled *{color:gray!important;cursor:default!important;}
.x-splitbar-proxy{position:absolute;visibility:hidden;z-index:20001;background:#aaa;zoom:1;line-height:1px;font-size:1px;overflow:hidden;}
.x-splitbar-h,.x-splitbar-proxy-h{cursor:e-resize;cursor:col-resize;}
.x-splitbar-v,.x-splitbar-proxy-v{cursor:s-resize;cursor:row-resize;}
.x-color-palette{width:150px;height:92px;cursor:pointer;}
.x-color-palette a{border:1px solid #fff;float:left;padding:2px;text-decoration:none;-moz-outline:0 none;outline:0 none;cursor:pointer;}
.x-color-palette a:hover,.x-color-palette a.x-color-palette-sel{border:1px solid #8BB8F3;background:#deecfd;}
.x-color-palette em{display:block;border:1px solid #ACA899;}
.x-color-palette em span{cursor:pointer;display:block;height:10px;line-height:10px;width:10px;}
.x-ie-shadow{display:none;position:absolute;overflow:hidden;left:0;top:0;background:#777;zoom:1;}
.x-shadow{display:none;position:absolute;overflow:hidden;left:0;top:0;}
.x-shadow *{overflow:hidden;}
.x-shadow *{padding:0;border:0;margin:0;clear:none;zoom:1;}
.x-shadow .xstc,.x-shadow .xsbc{height:6px;float:left;}
.x-shadow .xstl,.x-shadow .xstr,.x-shadow .xsbl,.x-shadow .xsbr{width:6px;height:6px;float:left;}
.x-shadow .xsc{width:100%;}
.x-shadow .xsml,.x-shadow .xsmr{width:6px;float:left;height:100%;}
.x-shadow .xsmc{float:left;height:100%;background:transparent url( ../images/default/shadow-c.png );}
.x-shadow .xst,.x-shadow .xsb{height:6px;overflow:hidden;width:100%;}
.x-shadow .xsml{background:transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;}
.x-shadow .xsmr{background:transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;}
.x-shadow .xstl{background:transparent url( ../images/default/shadow.png ) no-repeat 0 0;}
.x-shadow .xstc{background:transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;}
.x-shadow .xstr{background:transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;}
.x-shadow .xsbl{background:transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;}
.x-shadow .xsbc{background:transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;}
.x-shadow .xsbr{background:transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;}
.loading-indicator{font-size:11px;background-image:url(../images/default/grid/loading.gif);background-repeat:no-repeat;background-position:left;padding-left:20px;line-height:16px;margin:3px;}
.x-text-resize{position:absolute;left:-1000px;top:-1000px;visibility:hidden;zoom:1;}
.x-drag-overlay{width:100%;height:100%;display:none;position:absolute;left:0;top:0;background-image:url(../images/default/s.gif);z-index:20000;}
.x-clear{clear:both;height:0;overflow:hidden;line-height:0;font-size:0;}
.x-spotlight{z-index:8999;position:absolute;top:0;left:0;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50);background-color:#CCC;width:0;height:0;zoom:1;}

.x-tab-panel{overflow:hidden;}
.x-tab-panel-header,.x-tab-panel-footer{background:#deecfd;border:1px solid #8db2e3;overflow:hidden;zoom:1;}
.x-tab-panel-header{border:1px solid #8db2e3;padding-bottom:2px;}
.x-tab-panel-footer{border:1px solid #8db2e3;padding-top:2px;}
.x-tab-strip-wrap{width:100%;overflow:hidden;position:relative;zoom:1;}
ul.x-tab-strip{display:block;width:5000px;zoom:1;}
ul.x-tab-strip-top{padding-top:1px;background:url(../images/default/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;border-bottom:1px solid #8db2e3;}
ul.x-tab-strip-bottom{padding-bottom:1px;background:url(../images/default/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;border-top:1px solid #8db2e3;border-bottom:0 none;}
.x-tab-panel-header-plain .x-tab-strip-top{background:transparent!important;padding-top:0!important;}
.x-tab-panel-header-plain{background:transparent!important;border-width:0!important;padding-bottom:0!important;}
.x-tab-panel-header-plain .x-tab-strip-spacer{border:1px solid #8db2e3;border-top:0 none;height:2px;background:#deecfd;font-size:1px;line-height:1px;}
.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer{height:3px;}
ul.x-tab-strip li{float:left;margin-left:2px;}
ul.x-tab-strip li.x-tab-edge{float:left;margin:0!important;padding:0!important;border:0 none!important;font-size:1px!important;line-height:1px!important;overflow:hidden;zoom:1;background:transparent!important;width:1px;}
.x-tab-strip a,.x-tab-strip span,.x-tab-strip em{display:block;}
.x-tab-strip a{text-decoration:none!important;-moz-outline:none;outline:none;cursor:pointer;}
.x-tab-strip-inner{overflow:hidden;text-overflow:ellipsis;}
.x-tab-strip span.x-tab-strip-text{font:normal 11px tahoma,arial,helvetica;color:#416aa3;white-space:nowrap;cursor:pointer;padding:4px 0;}
.x-tab-strip .x-tab-with-icon .x-tab-right{padding-left:6px;}
.x-tab-strip .x-tab-with-icon span.x-tab-strip-text{padding-left:20px;background-position:0 3px;background-repeat:no-repeat;}
.x-tab-strip-over span.x-tab-strip-text{color:#15428b;}
.x-tab-strip-active{cursor:default;}
.x-tab-strip-active span.x-tab-strip-text{cursor:default;color:#15428b;font-weight:bold;}
.x-tab-strip-disabled .x-tabs-text{cursor:default;color:#aaa;}
.x-tab-panel-body{overflow:hidden;}
.x-tab-panel-bwrap{overflow:hidden;}
.ext-ie .x-tab-strip .x-tab-right{position:relative;}
.x-tab-strip-top .x-tab-strip-active .x-tab-right{margin-bottom:-1px;}
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text{padding-bottom:5px;}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right{margin-top:-1px;}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text{padding-top:5px;}
.x-tab-strip-top .x-tab-right{background:transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat 0 -51px;padding-left:10px;}
.x-tab-strip-top .x-tab-left{background:transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat right -351px;padding-right:10px;}
.x-tab-strip-top .x-tab-strip-inner{background:transparent url(../images/default/tabs/tabs-sprite.gif) repeat-x 0 -201px;}
.x-tab-strip-top .x-tab-strip-over .x-tab-right{background-position:0 -101px;}
.x-tab-strip-top .x-tab-strip-over .x-tab-left{background-position:right -401px;}
.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner{background-position:0 -251px;}
.x-tab-strip-top .x-tab-strip-active .x-tab-right{background-position:0 0;}
.x-tab-strip-top .x-tab-strip-active .x-tab-left{background-position:right -301px;}
.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner{background-position:0 -151px;}
.x-tab-strip-bottom .x-tab-right{background:url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;}
.x-tab-strip-bottom .x-tab-left{background:url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right{background:url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left{background:url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;}
.x-tab-strip-bottom .x-tab-left{padding:0 10px;}
.x-tab-strip-bottom .x-tab-right{padding:0;}
.x-tab-strip .x-tab-strip-close{display:none;}
.x-tab-strip-closable{position:relative;}
.x-tab-strip-closable .x-tab-left{padding-right:19px;}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close{background-image:url(../images/default/tabs/tab-close.gif);opacity:.6;-moz-opacity:.6;background-repeat:no-repeat;display:block;width:11px;height:11px;position:absolute;top:3px;right:3px;cursor:pointer;z-index:2;}
.x-tab-strip .x-tab-strip-active a.x-tab-strip-close{opacity:.8;-moz-opacity:.8;}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{background-image:url(../images/default/tabs/tab-close.gif);opacity:1;-moz-opacity:1;}
.x-tab-panel-body{border:1px solid #8db2e3;background:#fff;}
.x-tab-panel-body-top{border-top:0 none;}
.x-tab-panel-body-bottom{border-bottom:0 none;}
.x-tab-scroller-left{background:transparent url(../images/default/tabs/scroll-left.gif) no-repeat -18px 0;border-bottom:1px solid #8db2e3;width:18px;position:absolute;left:0;top:0;z-index:10;cursor:pointer;}
.x-tab-scroller-left-over{background-position:0 0;}
.x-tab-scroller-left-disabled{background-position:-18px 0;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);cursor:default;}
.x-tab-scroller-right{background:transparent url(../images/default/tabs/scroll-right.gif) no-repeat 0 0;border-bottom:1px solid #8db2e3;width:18px;position:absolute;right:0;top:0;z-index:10;cursor:pointer;}
.x-tab-scroller-right-over{background-position:-18px 0;}
.x-tab-scroller-right-disabled{background-position:0 0;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);cursor:default;}
.x-tab-scrolling .x-tab-strip-wrap{margin-left:18px;margin-right:18px;}
.x-tab-scrolling{position:relative;}
.x-tab-panel-bbar .x-toolbar{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;padding:2px;}
.x-tab-panel-tbar .x-toolbar{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;padding:2px;}

 .x-form-field{margin:0;font:normal 12px tahoma,arial,helvetica,sans-serif;}
.x-form-text,textarea.x-form-field{padding:1px 3px;background:#fff url(../images/default/form/text-bg.gif) repeat-x 0 0;border:1px solid #B5B8C8;}
textarea.x-form-field{padding:2px 3px;}
.x-form-text{height:22px;line-height:18px;vertical-align:middle;}
.ext-ie .x-form-text{margin:-1px 0;height:22px;line-height:18px;}
.ext-ie textarea.x-form-field{margin:-1px 0;}
.ext-strict .x-form-text{height:18px;}
.ext-safari .x-form-text{height:20px;padding:0 3px;}
.ext-safari.ext-mac textarea.x-form-field{margin-bottom:-2px;}
.ext-gecko .x-form-text{padding-top:2px;padding-bottom:0;}
textarea{resize:none;}
.x-form-select-one{height:20px;line-height:18px;vertical-align:middle;background-color:#fff;border:1px solid #B5B8C8;}
.x-form-field-wrap{position:relative;zoom:1;white-space:nowrap;}
.x-editor .x-form-check-wrap{background:#fff;}
.x-form-field-wrap .x-form-trigger{width:17px;height:21px;border:0;background:transparent url(../images/default/form/trigger.gif) no-repeat 0 0;cursor:pointer;border-bottom:1px solid #B5B8C8;position:absolute;top:0;}
.ext-safari .x-form-field-wrap .x-form-trigger{height:21px;}
.x-form-field-wrap .x-form-date-trigger{background-image:url(../images/default/form/date-trigger.gif);cursor:pointer;}
.x-form-field-wrap .x-form-clear-trigger{background-image:url(../images/default/form/clear-trigger.gif);cursor:pointer;}
.x-form-field-wrap .x-form-search-trigger{background-image:url(../images/default/form/search-trigger.gif);cursor:pointer;}
.ext-safari .x-form-field-wrap .x-form-trigger{right:0;}
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{position:static;top:auto;vertical-align:top;}
.x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
.x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
.x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
.x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
.x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}
.x-trigger-wrap-focus .x-form-trigger{border-bottom:1px solid #7eadd9;}
.x-item-disabled .x-form-trigger-over{background-position:0 0!important;border-bottom:1px solid #B5B8C8;}
.x-item-disabled .x-form-trigger-click{background-position:0 0!important;border-bottom:1px solid #B5B8C8;}
.x-form-focus,textarea.x-form-focus{border:1px solid #7eadd9;}
.x-form-invalid,textarea.x-form-invalid{background:#fff url(../images/default/grid/invalid_line.gif) repeat-x bottom;border:1px solid #dd7870;}
.ext-safari .x-form-invalid{background-color:#fee;border:1px solid #ff7870;}
.x-editor{visibility:hidden;padding:0;margin:0;}
.x-form-check-wrap{line-height:18px;}
.ext-ie .x-form-check-wrap input{width:15px;height:15px;}
.x-editor .x-form-check-wrap{padding:3px;}
.x-editor .x-form-checkbox{height:13px;}
.x-form-grow-sizer{font:normal 12px tahoma,arial,helvetica,sans-serif;left:-10000px;padding:8px 3px;position:absolute;visibility:hidden;top:-10000px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;zoom:1;}
.x-form-grow-sizer p{margin:0!important;border:0 none!important;padding:0!important;}
.x-form-item{font:normal 12px tahoma,arial,helvetica,sans-serif;display:block;margin-bottom:4px;zoom:1;}
.x-form-item label{display:block;float:left;width:100px;padding:3px;padding-left:0;clear:left;z-index:2;position:relative;}
.x-form-element{padding-left:105px;position:relative;}
.x-form-invalid-msg{color:#e00;padding:2px;padding-left:18px;font:normal 11px tahoma,arial,helvetica,sans-serif;background:transparent url(../images/default/shared/warning.gif) no-repeat 0 2px;line-height:16px;width:200px;}
.x-form-label-right label{text-align:right;}
.x-form-label-top .x-form-item label{width:auto;float:none;clear:none;display:inline;margin-bottom:4px;position:static;}
.x-form-label-top .x-form-element{padding-left:0;padding-top:4px;}
.x-form-label-top .x-form-item{padding-bottom:4px;}
.x-form-empty-field{color:gray;}
.x-small-editor .x-form-field{font:normal 11px arial,tahoma,helvetica,sans-serif;}
.x-small-editor .x-form-text{height:20px;line-height:16px;vertical-align:middle;}
.ext-ie .x-small-editor .x-form-text{margin-top:-1px!important;margin-bottom:-1px!important;height:20px!important;line-height:16px!important;}
.ext-strict .x-small-editor .x-form-text{height:16px!important;}
.ext-safari .x-small-editor .x-form-field{font:normal 12px arial,tahoma,helvetica,sans-serif;}
.ext-ie .x-small-editor .x-form-text{height:20px;line-height:16px;}
.ext-border-box .x-small-editor .x-form-text{height:20px;}
.x-small-editor .x-form-select-one{height:20px;line-height:16px;vertical-align:middle;}
.x-small-editor .x-form-num-field{text-align:right;}
.x-small-editor .x-form-field-wrap .x-form-trigger{height:19px;}
.x-form-clear{clear:both;height:0;overflow:hidden;line-height:0;font-size:0;}
.x-form-clear-left{clear:left;height:0;overflow:hidden;line-height:0;font-size:0;}
.x-form-cb-label{width:'auto'!important;float:none!important;clear:none!important;display:inline!important;margin-left:4px;}
.x-form-column{float:left;padding:0;margin:0;width:48%;overflow:hidden;zoom:1;}
.x-form .x-form-btns-ct .x-btn{float:right;clear:none;}
.x-form .x-form-btns-ct .x-form-btns td{border:0;padding:0;}
.x-form .x-form-btns-ct .x-form-btns-right table{float:right;clear:none;}
.x-form .x-form-btns-ct .x-form-btns-left table{float:left;clear:none;}
.x-form .x-form-btns-ct .x-form-btns-center{text-align:center;}
.x-form .x-form-btns-ct .x-form-btns-center table{margin:0 auto;}
.x-form .x-form-btns-ct table td.x-form-btn-td{padding:3px;}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{background-position:0 -147px;}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{background-position:0 -168px;}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{background-position:0 -189px;}
.x-form .x-form-btns-ct .x-btn-click .x-btn-center{background-position:0 -126px;}
.x-form .x-form-btns-ct .x-btn-click .x-btn-right{background-position:0 -84px;}
.x-form .x-form-btns-ct .x-btn-click .x-btn-left{background-position:0 -63px;}
.x-form-invalid-icon{width:16px;height:18px;visibility:hidden;position:absolute;left:0;top:0;display:block;background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;}
.x-fieldset{border:1px solid #B5B8C8;padding:10px;margin-bottom:10px;display:block;}
.x-fieldset legend{font:bold 11px tahoma,arial,helvetica,sans-serif;color:#15428b;}
.ext-ie .x-fieldset legend{margin-bottom:10px;}
.ext-ie .x-fieldset{padding-top:0;padding-bottom:10px;}
.x-fieldset legend .x-tool-toggle{margin-right:3px;margin-left:0;float:left!important;}
.x-fieldset legend input{margin-right:3px;float:left!important;height:13px;width:13px;}
fieldset.x-panel-collapsed{padding-bottom:0!important;border-width:1px 0 0 0!important;}
fieldset.x-panel-collapsed .x-fieldset-bwrap{visibility:hidden;position:absolute;left:-1000px;top:-1000px;}
.ext-ie .x-fieldset-bwrap{zoom:1;}
.ext-ie td .x-form-text{position:relative;top:-1px;}
.x-fieldset-noborder{border:0 none transparent;}
.x-fieldset-noborder legend{margin-left:-3px;}
.ext-ie .x-fieldset-noborder legend{position:relative;margin-bottom:23px;}
.ext-ie .x-fieldset-noborder legend span{position:absolute;left:-5px;}
.ext-gecko .x-window-body .x-form-item{-moz-outline:none;overflow:auto;}
.ext-gecko .x-form-item{-moz-outline:none;}
.x-hide-label label.x-form-item-label{display:none;}
.x-hide-label .x-form-element{padding-left:0!important;}
.x-fieldset{overflow:hidden;}
.x-fieldset-bwrap{overflow:hidden;zoom:1;}
.x-fieldset-body{overflow:hidden;}

.x-btn{font:normal 11px tahoma,verdana,helvetica;cursor:pointer;white-space:nowrap;}
.x-btn button{border:0 none;background:transparent;font:normal 11px tahoma,verdana,helvetica;padding-left:3px;padding-right:3px;cursor:pointer;margin:0;overflow:visible;width:auto;-moz-outline:0 none;outline:0 none;}
* html .ext-ie .x-btn button{width:1px;}
.ext-gecko .x-btn button{padding-left:0;padding-right:0;}
.ext-ie .x-btn button{padding-top:2px;}
.x-btn-icon .x-btn-center .x-btn-text{background-position:center;background-repeat:no-repeat;height:16px;width:16px;cursor:pointer;white-space:nowrap;padding:0;}
.x-btn-icon .x-btn-center{padding:1px;}
.x-btn em{font-style:normal;font-weight:normal;}
.x-btn-text-icon .x-btn-center .x-btn-text{background-position:0 2px;background-repeat:no-repeat;padding-left:18px;padding-top:3px;padding-bottom:2px;padding-right:0;}
.x-btn-left,.x-btn-right{font-size:1px;line-height:1px;}
.x-btn-left{width:3px;height:21px;background:url(../images/default/button/btn-sprite.gif) no-repeat 0 0;}
.x-btn-right{width:3px;height:21px;background:url(../images/default/button/btn-sprite.gif) no-repeat 0 -21px;}
.x-btn-left i,.x-btn-right i{display:block;width:3px;overflow:hidden;font-size:1px;line-height:1px;}
.x-btn-center{background:url(../images/default/button/btn-sprite.gif) repeat-x 0 -42px;vertical-align:middle;text-align:center;padding:0 5px;cursor:pointer;white-space:nowrap;}
.x-btn-over .x-btn-left{background-position:0 -63px;}
.x-btn-over .x-btn-right{background-position:0 -84px;}
.x-btn-over .x-btn-center{background-position:0 -105px;}
.x-btn-click .x-btn-center,.x-btn-menu-active .x-btn-center{background-position:0 -126px;}
.x-btn-disabled *{color:gray!important;cursor:default!important;}
.x-btn-menu-text-wrap .x-btn-center{padding:0 3px;}
.ext-gecko .x-btn-menu-text-wrap .x-btn-center{padding:0 1px;}
.x-btn-menu-arrow-wrap .x-btn-center{padding:0;}
.x-btn-menu-arrow-wrap .x-btn-center button{width:12px!important;height:21px;padding:0!important;display:block;background:transparent url(../images/default/button/btn-arrow.gif) no-repeat left 3px;}
.x-btn-with-menu .x-btn-center{padding-right:2px!important;}
.x-btn-with-menu .x-btn-center em{display:block;background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;padding-right:10px;}
.x-btn-text-icon .x-btn-with-menu .x-btn-center em{display:block;background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;padding-right:10px;}
.x-btn-pressed .x-btn-left{background:url(../images/default/button/btn-sprite.gif) no-repeat 0 -63px;}
.x-btn-pressed .x-btn-right{background:url(../images/default/button/btn-sprite.gif) no-repeat 0 -84px;}
.x-btn-pressed .x-btn-center{background:url(../images/default/button/btn-sprite.gif) repeat-x 0 -126px;}

.x-toolbar{border-color:#a9bfd3;border-style:solid;border-width:0 0 1px 0;display:block;padding:2px;background:#d0def0 url(../images/default/toolbar/bg.gif) repeat-x top left;position:relative;zoom:1;}
.x-toolbar .x-item-disabled .x-btn-icon{opacity:.35;-moz-opacity:.35;filter:alpha(opacity=35);}
.x-toolbar td{vertical-align:middle;}
.mso .x-toolbar,.x-grid-mso .x-toolbar{border:0 none;background:url(../images/default/grid/mso-hd.gif);}
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{white-space:nowrap;font:normal 11px tahoma,arial,helvetica,sans-serif;}
.x-toolbar .x-item-disabled{color:gray;cursor:default;opacity:.6;-moz-opacity:.6;filter:alpha(opacity=60);}
.x-toolbar .x-item-disabled *{color:gray;cursor:default;}
.x-toolbar .x-btn-left{background:none;}
.x-toolbar .x-btn-right{background:none;}
.x-toolbar .x-btn-center{background:none;padding:0;}
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{padding-right:2px;}
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{padding-right:0;}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{padding:0 2px;}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{width:12px;background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button{width:12px;background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;}
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button{background-position:0 -47px;}
.x-toolbar .x-btn-over .x-btn-left{background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;}
.x-toolbar .x-btn-over .x-btn-right{background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;}
.x-toolbar .x-btn-over .x-btn-center{background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;}
.x-toolbar .x-btn-click .x-btn-left,.x-toolbar .x-btn-pressed .x-btn-left,.x-toolbar .x-btn-menu-active .x-btn-left{background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;}
.x-toolbar .x-btn-click .x-btn-right,.x-toolbar .x-btn-pressed .x-btn-right,.x-toolbar .x-btn-menu-active .x-btn-right{background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;}
.x-toolbar .x-btn-click .x-btn-center,.x-toolbar .x-btn-pressed .x-btn-center,.x-toolbar .x-btn-menu-active .x-btn-center{background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;}
.x-toolbar .x-btn-with-menu .x-btn-center em{padding-right:8px;}
.x-toolbar .ytb-text{padding:2px;}
.x-toolbar .ytb-sep{background-image:url(../images/default/grid/grid-blue-split.gif);background-position:center;background-repeat:no-repeat;display:block;font-size:1px;height:16px;width:4px;overflow:hidden;cursor:default;margin:0 2px 0;border:0;}
.x-toolbar .ytb-spacer{width:2px;}
.x-tbar-page-number{width:24px;height:14px;}
.x-tbar-page-first{background-image:url(../images/default/grid/page-first.gif)!important;}
.x-tbar-loading{background-image:url(../images/default/grid/done.gif)!important;}
.x-tbar-page-last{background-image:url(../images/default/grid/page-last.gif)!important;}
.x-tbar-page-next{background-image:url(../images/default/grid/page-next.gif)!important;}
.x-tbar-page-prev{background-image:url(../images/default/grid/page-prev.gif)!important;}
.x-item-disabled .x-tbar-loading{background-image:url(../images/default/grid/loading.gif)!important;}
.x-item-disabled .x-tbar-page-first{background-image:url(../images/default/grid/page-first-disabled.gif)!important;}
.x-item-disabled .x-tbar-page-last{background-image:url(../images/default/grid/page-last-disabled.gif)!important;}
.x-item-disabled .x-tbar-page-next{background-image:url(../images/default/grid/page-next-disabled.gif)!important;}
.x-item-disabled .x-tbar-page-prev{background-image:url(../images/default/grid/page-prev-disabled.gif)!important;}
.x-paging-info{position:absolute;top:5px;right:8px;color:#444;}
.x-statusbar .x-status-text{height:21px;line-height:21px;padding:0 4px;cursor:default;}
.x-statusbar .x-status-busy{padding-left:25px;background:transparent url(../images/default/grid/loading.gif) no-repeat 3px 3px;}
.x-statusbar .x-status-text-panel{border-top:1px solid #99BBE8;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #99BBE8;padding:2px 8px 2px 5px;}

.x-resizable-handle{position:absolute;z-index:100;font-size:1px;line-height:6px;overflow:hidden;background:white;filter:alpha(opacity=0);opacity:0;zoom:1;}
.x-resizable-handle-east{width:6px;cursor:e-resize;right:0;top:0;height:100%;}
.ext-ie .x-resizable-handle-east{margin-right:-1px;}
.x-resizable-handle-south{width:100%;cursor:s-resize;left:0;bottom:0;height:6px;}
.ext-ie .x-resizable-handle-south{margin-bottom:-1px;}
.x-resizable-handle-west{width:6px;cursor:w-resize;left:0;top:0;height:100%;}
.x-resizable-handle-north{width:100%;cursor:n-resize;left:0;top:0;height:6px;}
.x-resizable-handle-southeast{width:6px;cursor:se-resize;right:0;bottom:0;height:6px;z-index:101;}
.x-resizable-handle-northwest{width:6px;cursor:nw-resize;left:0;top:0;height:6px;z-index:101;}
.x-resizable-handle-northeast{width:6px;cursor:ne-resize;right:0;top:0;height:6px;z-index:101;}
.x-resizable-handle-southwest{width:6px;cursor:sw-resize;left:0;bottom:0;height:6px;z-index:101;}
.x-resizable-over .x-resizable-handle,.x-resizable-pinned .x-resizable-handle{filter:alpha(opacity=100);opacity:1;}
.x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{background:url(../images/default/sizer/e-handle.gif);background-position:left;}
.x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{background:url(../images/default/sizer/e-handle.gif);background-position:left;}
.x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{background:url(../images/default/sizer/s-handle.gif);background-position:top;}
.x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{background:url(../images/default/sizer/s-handle.gif);background-position:top;}
.x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{background:url(../images/default/sizer/se-handle.gif);background-position:top left;}
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{background:url(../images/default/sizer/nw-handle.gif);background-position:bottom right;}
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{background:url(../images/default/sizer/ne-handle.gif);background-position:bottom left;}
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{background:url(../images/default/sizer/sw-handle.gif);background-position:top right;}
.x-resizable-proxy{border:1px dashed #3b5a82;position:absolute;overflow:hidden;display:none;left:0;top:0;z-index:50000;}
.x-resizable-overlay{width:100%;height:100%;display:none;position:absolute;left:0;top:0;background:white;z-index:200000;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);}

 .x-grid3{position:relative;overflow:hidden;background-color:#fff;}
.x-grid-panel .x-panel-body{overflow:hidden!important;}
.x-grid-panel .x-panel-mc .x-panel-body{border:1px solid #99bbe8;}
.x-grid3 table{table-layout:fixed;}
.x-grid3-viewport{overflow:hidden;}
.x-grid3-hd-row td,.x-grid3-row td,.x-grid3-summary-row td{font:normal 11px arial,tahoma,helvetica,sans-serif;-moz-outline:none;-moz-user-focus:normal;}
.x-grid3-row td,.x-grid3-summary-row td{line-height:13px;vertical-align:top;padding-left:1px;padding-right:1px;-moz-user-select:none;}
.x-grid3-hd-row td{line-height:15px;vertical-align:middle;border-left:1px solid #eee;border-right:1px solid #d0d0d0;}
.x-grid3-hd-row .x-grid3-marker-hd{padding:3px;}
.x-grid3-row .x-grid3-marker{padding:3px;}
.x-grid3-cell-inner,.x-grid3-hd-inner{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:3px 3px 3px 5px;white-space:nowrap;}
.x-grid3-hd-inner{position:relative;cursor:inherit;padding:4px 3px 4px 5px;}
.x-grid3-row-body{white-space:normal;}
.x-grid3-body-cell{-moz-outline:0 none;outline:0 none;}
.ext-ie .x-grid3-cell-inner,.ext-ie .x-grid3-hd-inner{width:100%;}
.ext-strict .x-grid3-cell-inner,.ext-strict .x-grid3-hd-inner{width:auto;}
.x-grid-row-loading{background:#fff url(../images/default/shared/loading-balls.gif) no-repeat center center;}
.x-grid-page{overflow:hidden;}
.x-grid3-row{cursor:default;border:1px solid #ededed;border-top-color:#fff;width:100%;}
.x-grid3-row-alt{background-color:#fafafa;}
.x-grid3-row-over{border:1px solid #ddd;background:#efefef url(../images/default/grid/row-over.gif) repeat-x left top;}
.x-grid3-resize-proxy{width:1px;left:0;background-color:#777;cursor:e-resize;cursor:col-resize;position:absolute;top:0;height:100px;overflow:hidden;visibility:hidden;border:0 none;z-index:7;}
.x-grid3-resize-marker{width:1px;left:0;background-color:#777;position:absolute;top:0;height:100px;overflow:hidden;visibility:hidden;border:0 none;z-index:7;}
.x-grid3-focus{position:absolute;left:0;top:0;width:1px;height:1px;line-height:1px;font-size:1px;-moz-outline:0 none;outline:0 none;-moz-user-select:normal;-khtml-user-select:normal;}
.x-grid3-header{background:#f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;cursor:default;zoom:1;padding:1px 0 0 0;}
.x-grid3-header-pop{border-left:1px solid #d0d0d0;float:right;clear:none;}
.x-grid3-header-pop-inner{border-left:1px solid #eee;width:14px;height:19px;background:transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;}
.ext-ie .x-grid3-header-pop-inner{width:15px;}
.ext-strict .x-grid3-header-pop-inner{width:14px;}
.x-grid3-header-inner{overflow:hidden;zoom:1;float:left;}
.x-grid3-header-offset{padding-left:1px;width:10000px;}
td.x-grid3-hd-over,td.sort-desc,td.sort-asc,td.x-grid3-hd-menu-open{border-left:1px solid #aaccf6;border-right:1px solid #aaccf6;}
td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner{background:#ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;}
.x-grid3-sort-icon{background-repeat:no-repeat;display:none;height:4px;width:13px;margin-left:3px;vertical-align:middle;}
.sort-asc .x-grid3-sort-icon{background-image:url(../images/default/grid/sort_asc.gif);display:inline;}
.sort-desc .x-grid3-sort-icon{background-image:url(../images/default/grid/sort_desc.gif);display:inline;}
.ext-strict .ext-ie .x-grid3-header-inner{position:relative;}
.ext-strict .ext-ie6 .x-grid3-hd{position:relative;}
.ext-strict .ext-ie6 .x-grid3-hd-inner{position:static;}
.x-grid3-body{zoom:1;}
.x-grid3-scroller{overflow:auto;zoom:1;position:relative;}
.x-grid3-cell-text,.x-grid3-hd-text{display:block;padding:3px 5px 3px 5px;-moz-user-select:none;-khtml-user-select:none;color:black;}
.x-grid3-split{background-image:url(../images/default/grid/grid-split.gif);background-position:center;background-repeat:no-repeat;cursor:e-resize;cursor:col-resize;display:block;font-size:1px;height:16px;overflow:hidden;position:absolute;top:2px;width:6px;z-index:3;}
.x-grid3-hd-text{color:#15428b;}
.x-dd-drag-proxy .x-grid3-hd-inner{background:#ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;width:120px;padding:3px;border:1px solid #aaccf6;overflow:hidden;}
.col-move-top,.col-move-bottom{width:9px;height:9px;position:absolute;top:0;line-height:1px;font-size:1px;overflow:hidden;visibility:hidden;z-index:20000;}
.col-move-top{background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;}
.col-move-bottom{background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;}
.x-grid3-row-selected{background:#DFE8F6!important;border:1px dotted #a3bae9;}
.x-grid3-cell-selected{background-color:#B8CFEE!important;color:black;}
.x-grid3-cell-selected span{color:black!important;}
.x-grid3-cell-selected .x-grid3-cell-text{color:black;}
.x-grid3-locked td.x-grid3-row-marker,.x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{background:#ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom!important;vertical-align:middle!important;color:black;padding:0;border-top:1px solid white;border-bottom:none!important;border-right:1px solid #6fa0df!important;text-align:center;}
.x-grid3-locked td.x-grid3-row-marker div,.x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{padding:0 4px;color:#15428b!important;text-align:center;}
.x-grid3-dirty-cell{background:transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;}
.x-grid3-topbar,.x-grid3-bottombar{font:normal 11px arial,tahoma,helvetica,sans-serif;overflow:hidden;display:none;zoom:1;position:relative;}
.x-grid3-topbar .x-toolbar{border-right:0 none;}
.x-grid3-bottombar .x-toolbar{border-right:0 none;border-bottom:0 none;border-top:1px solid #a9bfd3;}
.x-props-grid .x-grid3-cell{padding:1px;}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y -16px!important;padding-left:12px;color:black!important;}
.x-props-grid .x-grid3-body .x-grid3-td-name{padding:1px;padding-right:0;background:white!important;border:0 none;border-right:1px solid #eee;}
.xg-hmenu-sort-asc .x-menu-item-icon{background-image:url(../images/default/grid/hmenu-asc.gif);}
.xg-hmenu-sort-desc .x-menu-item-icon{background-image:url(../images/default/grid/hmenu-desc.gif);}
.xg-hmenu-lock .x-menu-item-icon{background-image:url(../images/default/grid/hmenu-lock.gif);}
.xg-hmenu-unlock .x-menu-item-icon{background-image:url(../images/default/grid/hmenu-unlock.gif);}
.x-grid3-col-dd{border:0 none;padding:0;background:transparent;}
.x-dd-drag-ghost .x-grid3-dd-wrap{padding:1px 3px 3px 1px;}
.x-grid3-hd{-moz-user-select:none;}
.x-grid3-hd-btn{display:none;position:absolute;width:14px;background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;right:0;top:0;z-index:2;cursor:pointer;}
.x-grid3-hd-over .x-grid3-hd-btn,.x-grid3-hd-menu-open .x-grid3-hd-btn{display:block;}
a.x-grid3-hd-btn:hover{background-position:-14px center;}
.x-grid3-body .x-grid3-td-expander{background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;}
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner{padding:0!important;height:100%;}
.x-grid3-row-expander{width:100%;height:18px;background-position:4px 2px;background-repeat:no-repeat;background-color:transparent;background-image:url(../images/default/grid/row-expand-sprite.gif);}
.x-grid3-row-collapsed .x-grid3-row-expander{background-position:4px 2px;}
.x-grid3-row-expanded .x-grid3-row-expander{background-position:-21px 2px;}
.x-grid3-row-collapsed .x-grid3-row-body{display:none!important;}
.x-grid3-row-expanded .x-grid3-row-body{display:block!important;}
.x-grid3-body .x-grid3-td-checker{background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;}
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner,.x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner{padding:0!important;height:100%;}
.x-grid3-row-checker,.x-grid3-hd-checker{width:100%;height:18px;background-position:2px 2px;background-repeat:no-repeat;background-color:transparent;background-image:url(../images/default/grid/row-check-sprite.gif);}
.x-grid3-row .x-grid3-row-checker{background-position:2px 2px;}
.x-grid3-row-selected .x-grid3-row-checker,.x-grid3-hd-checker-on .x-grid3-hd-checker{background-position:-23px 2px;}
.x-grid3-hd-checker{background-position:2px 3px;}
.x-grid3-hd-checker-on .x-grid3-hd-checker{background-position:-23px 3px;}
.x-grid3-body .x-grid3-td-numberer{background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;}
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner{padding:3px 5px 0 0!important;text-align:right;color:#444;}
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;}
.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner{padding:1px 0 0 0!important;}
.x-grid3-check-col{width:100%;height:16px;background-position:center center;background-repeat:no-repeat;background-color:transparent;background-image:url(../images/default/menu/unchecked.gif);}
.x-grid3-check-col-on{width:100%;height:16px;background-position:center center;background-repeat:no-repeat;background-color:transparent;background-image:url(../images/default/menu/checked.gif);}
.x-grid-group,.x-grid-group-body,.x-grid-group-hd{zoom:1;}
.x-grid-group-hd{border-bottom:2px solid #99bbe8;cursor:pointer;padding-top:6px;}
.x-grid-group-hd div{background:transparent url(../images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;padding:4px 4px 4px 17px;color:#3764a0;font:bold 11px tahoma,arial,helvetica,sans-serif;}
.x-grid-group-collapsed .x-grid-group-hd div{background-position:3px 3px;}
.x-grid-group-collapsed .x-grid-group-body{display:none;}
.x-group-by-icon{background-image:url(../images/default/grid/group-by.gif);}
.x-cols-icon{background-image:url(../images/default/grid/columns.gif);}
.x-show-groups-icon{background-image:url(../images/default/grid/group-by.gif);}
.ext-ie .x-grid3 .x-editor .x-form-text{position:relative;top:-1px;}
.ext-ie .x-props-grid .x-editor .x-form-text{position:static;top:0;}
.x-grid-empty{padding:10px;color:gray;font:normal 11px tahoma,arial,helvetica,sans-serif;}
.ext-ie7 .x-grid-panel .x-panel-bbar{position:relative;}

.x-dd-drag-proxy{position:absolute;left:0;top:0;visibility:hidden;z-index:15000;}
.x-dd-drag-ghost{color:black;font:normal 11px arial,helvetica,sans-serif;-moz-opacity:0.85;opacity:.85;filter:alpha(opacity=85);border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #bbb;border-bottom:1px solid #bbb;padding:3px;padding-left:20px;background-color:white;white-space:nowrap;}
.x-dd-drag-repair .x-dd-drag-ghost{-moz-opacity:0.4;opacity:.4;filter:alpha(opacity=40);border:0 none;padding:0;background-color:transparent;}
.x-dd-drag-repair .x-dd-drop-icon{visibility:hidden;}
.x-dd-drop-icon{position:absolute;top:3px;left:3px;display:block;width:16px;height:16px;background-color:transparent;background-position:center;background-repeat:no-repeat;z-index:1;}
.x-dd-drop-nodrop .x-dd-drop-icon{background-image:url(../images/default/dd/drop-no.gif);}
.x-dd-drop-ok .x-dd-drop-icon{background-image:url(../images/default/dd/drop-yes.gif);}
.x-dd-drop-ok-add .x-dd-drop-icon{background-image:url(../images/default/dd/drop-add.gif);}
.x-view-selector{position:absolute;left:0;top:0;width:0;background:#c3daf9;border:1px dotted #39b;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);zoom:1;}

.x-tree .x-panel-body{background-color:#fff;}
.ext-strict .ext-ie .x-tree .x-panel-bwrap{position:relative;overflow:hidden;}
.x-tree-icon,.x-tree-ec-icon,.x-tree-elbow-line,.x-tree-elbow,.x-tree-elbow-end,.x-tree-elbow-plus,.x-tree-elbow-minus,.x-tree-elbow-end-plus,.x-tree-elbow-end-minus{border:0 none;height:18px;margin:0;padding:0;vertical-align:top;width:16px;background-repeat:no-repeat;}
.x-tree-node-collapsed .x-tree-node-icon,.x-tree-node-expanded .x-tree-node-icon,.x-tree-node-leaf .x-tree-node-icon{border:0 none;height:18px;margin:0;padding:0;vertical-align:top;width:16px;background-position:center;background-repeat:no-repeat;}
.ext-ie .x-tree-node-indent img,.ext-ie .x-tree-node-icon,.ext-ie .x-tree-ec-icon{vertical-align:middle!important;}
.x-tree-node-expanded .x-tree-node-icon{background-image:url(../images/default/tree/folder-open.gif);}
.x-tree-node-leaf .x-tree-node-icon{background-image:url(../images/default/tree/leaf.gif);}
.x-tree-node-collapsed .x-tree-node-icon{background-image:url(../images/default/tree/folder.gif);}
.ext-ie input.x-tree-node-cb{width:15px;height:15px;}
input.x-tree-node-cb{margin-left:1px;}
.ext-ie input.x-tree-node-cb{margin-left:0;}
.x-tree-noicon .x-tree-node-icon{width:0;height:0;}
.x-tree-node-loading .x-tree-node-icon{background-image:url(../images/default/tree/loading.gif)!important;}
.x-tree-node-loading a span{font-style:italic;color:#444;}
.ext-ie .x-tree-node-el input{width:15px;height:15px;}
.x-tree-lines .x-tree-elbow{background-image:url(../images/default/tree/elbow.gif);}
.x-tree-lines .x-tree-elbow-plus{background-image:url(../images/default/tree/elbow-plus.gif);}
.x-tree-lines .x-tree-elbow-minus{background-image:url(../images/default/tree/elbow-minus.gif);}
.x-tree-lines .x-tree-elbow-end{background-image:url(../images/default/tree/elbow-end.gif);}
.x-tree-lines .x-tree-elbow-end-plus{background-image:url(../images/default/tree/elbow-end-plus.gif);}
.x-tree-lines .x-tree-elbow-end-minus{background-image:url(../images/default/tree/elbow-end-minus.gif);}
.x-tree-lines .x-tree-elbow-line{background-image:url(../images/default/tree/elbow-line.gif);}
.x-tree-no-lines .x-tree-elbow{background:transparent;}
.x-tree-no-lines .x-tree-elbow-plus{background-image:url(../images/default/tree/elbow-plus-nl.gif);}
.x-tree-no-lines .x-tree-elbow-minus{background-image:url(../images/default/tree/elbow-minus-nl.gif);}
.x-tree-no-lines .x-tree-elbow-end{background:transparent;}
.x-tree-no-lines .x-tree-elbow-end-plus{background-image:url(../images/default/tree/elbow-end-plus-nl.gif);}
.x-tree-no-lines .x-tree-elbow-end-minus{background-image:url(../images/default/tree/elbow-end-minus-nl.gif);}
.x-tree-no-lines .x-tree-elbow-line{background:transparent;}
.x-tree-arrows .x-tree-elbow{background:transparent;}
.x-tree-arrows .x-tree-elbow-plus{background:transparent url(../images/default/tree/arrows.gif) no-repeat 0 0;}
.x-tree-arrows .x-tree-elbow-minus{background:transparent url(../images/default/tree/arrows.gif) no-repeat -16px 0;}
.x-tree-arrows .x-tree-elbow-end{background:transparent;}
.x-tree-arrows .x-tree-elbow-end-plus{background:transparent url(../images/default/tree/arrows.gif) no-repeat 0 0;}
.x-tree-arrows .x-tree-elbow-end-minus{background:transparent url(../images/default/tree/arrows.gif) no-repeat -16px 0;}
.x-tree-arrows .x-tree-elbow-line{background:transparent;}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{background-position:-32px 0;}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus{background-position:-48px 0;}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus{background-position:-32px 0;}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus{background-position:-48px 0;}
.x-tree-elbow-plus,.x-tree-elbow-minus,.x-tree-elbow-end-plus,.x-tree-elbow-end-minus{cursor:pointer;}
.ext-ie ul.x-tree-node-ct{font-size:0;line-height:0;zoom:1;}
.x-tree-node{color:black;font:normal 11px arial,tahoma,helvetica,sans-serif;white-space:nowrap;}
.x-tree-node-el{line-height:18px;cursor:pointer;}
.x-tree-node a,.x-dd-drag-ghost a{text-decoration:none;color:black;-khtml-user-select:none;-moz-user-select:none;-kthml-user-focus:normal;-moz-user-focus:normal;-moz-outline:0 none;outline:0 none;}
.x-tree-node a span,.x-dd-drag-ghost a span{text-decoration:none;color:black;padding:1px 3px 1px 2px;}
.x-tree-node .x-tree-node-disabled a span{color:gray!important;}
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{-moz-opacity:0.5;opacity:.5;filter:alpha(opacity=50);}
.x-tree-node .x-tree-node-inline-icon{background:transparent;}
.x-tree-node a:hover,.x-dd-drag-ghost a:hover{text-decoration:none;}
.x-tree-node div.x-tree-drag-insert-below{border-bottom:1px dotted #36c;}
.x-tree-node div.x-tree-drag-insert-above{border-top:1px dotted #36c;}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{border-bottom:0 none;}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{border-top:0 none;}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{border-bottom:2px solid #36c;}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{border-top:2px solid #36c;}
.x-tree-node .x-tree-drag-append a span{background:#ddd;border:1px dotted gray;}
.x-tree-node .x-tree-node-over{background-color:#eee;}
.x-tree-node .x-tree-selected{background-color:#d9e8fb;}
.x-dd-drag-ghost .x-tree-node-indent,.x-dd-drag-ghost .x-tree-ec-icon{display:none!important;}
.x-tree-drop-ok-append .x-dd-drop-icon{background-image:url(../images/default/tree/drop-add.gif);}
.x-tree-drop-ok-above .x-dd-drop-icon{background-image:url(../images/default/tree/drop-over.gif);}
.x-tree-drop-ok-below .x-dd-drop-icon{background-image:url(../images/default/tree/drop-under.gif);}
.x-tree-drop-ok-between .x-dd-drop-icon{background-image:url(../images/default/tree/drop-between.gif);}
.x-tree-root-ct{zoom:1;}

.x-date-picker{border:1px solid #1b376c;border-top:0 none;background:#fff;position:relative;}
.x-date-picker a{-moz-outline:0 none;outline:0 none;}
.x-date-inner,.x-date-inner td,.x-date-inner th{border-collapse:separate;}
.x-date-middle,.x-date-left,.x-date-right{background:url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;color:#FFF;font:bold 11px "sans serif",tahoma,verdana,helvetica;overflow:hidden;}
.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{background:transparent!important;vertical-align:middle;}
.x-date-middle .x-btn .x-btn-text{color:#fff;}
.x-date-middle .x-btn-with-menu .x-btn-center em{background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;}
.x-date-right,.x-date-left{width:18px;}
.x-date-right{text-align:right;}
.x-date-middle{padding-top:2px;padding-bottom:2px;width:130px;}
.x-date-right a,.x-date-left a{display:block;width:16px;height:16px;background-position:center;background-repeat:no-repeat;cursor:pointer;-moz-opacity:0.6;opacity:.6;filter:alpha(opacity=60);}
.x-date-right a:hover,.x-date-left a:hover{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);}
.x-date-right a{background-image:url(../images/default/shared/right-btn.gif);margin-right:2px;text-decoration:none!important;}
.x-date-left a{background-image:url(../images/default/shared/left-btn.gif);margin-left:2px;text-decoration:none!important;}
table.x-date-inner{width:100%;table-layout:fixed;}
.x-date-inner th{width:25px;}
.x-date-inner th{background:#dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;text-align:right!important;border-bottom:1px solid #a3bad9;font:normal 10px arial,helvetica,tahoma,sans-serif;color:#233d6d;cursor:default;padding:0;border-collapse:separate;}
.x-date-inner th span{display:block;padding:2px;padding-right:7px;}
.x-date-inner td{border:1px solid #fff;text-align:right;padding:0;}
.x-date-inner a{padding:2px 5px;display:block;font:normal 11px arial,helvetica,tahoma,sans-serif;text-decoration:none;color:black;text-align:right;zoom:1;}
.x-date-inner .x-date-active{cursor:pointer;color:black;}
.x-date-inner .x-date-selected a{background:#dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;border:1px solid #8db2e3;padding:1px 4px;}
.x-date-inner .x-date-today a{border:1px solid darkred;padding:1px 4px;}
.x-date-inner .x-date-selected span{font-weight:bold;}
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a{color:#aaa;text-decoration:none!important;}
.x-date-bottom{padding:4px;border-top:1px solid #a3bad9;background:#dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;}
.x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{text-decoration:none!important;color:black;background:#ddecfe;}
.x-date-inner .x-date-disabled a{cursor:default;background:#eee;color:#bbb;}
.x-date-mmenu{background:#eee!important;}
.x-date-mmenu .x-menu-item{font-size:10px;padding:1px 24px 1px 4px;white-space:nowrap;color:#000;}
.x-date-mmenu .x-menu-item .x-menu-item-icon{width:10px;height:10px;margin-right:5px;background-position:center -4px!important;}
.x-date-mp{position:absolute;left:0;top:0;background:white;display:none;}
.x-date-mp td{padding:2px;font:normal 11px arial,helvetica,tahoma,sans-serif;}
td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn{border:0 none;text-align:center;vertical-align:middle;width:25%;}
.x-date-mp-ok{margin-right:3px;}
.x-date-mp-btns button{text-decoration:none;text-align:center;text-decoration:none!important;background:#083772;color:white;border:1px solid;border-color:#36c #005 #005 #36c;padding:1px 3px 1px;font:normal 11px arial,helvetica,tahoma,sans-serif;cursor:pointer;}
.x-date-mp-btns{background:#dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;}
.x-date-mp-btns td{border-top:1px solid #c5d2df;text-align:center;}
td.x-date-mp-month a,td.x-date-mp-year a{display:block;padding:2px 4px;text-decoration:none;text-align:center;color:#15428b;}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{color:#15428b;text-decoration:none;cursor:pointer;background:#ddecfe;}
td.x-date-mp-sel a{padding:1px 3px;background:#dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;border:1px solid #8db2e3;}
.x-date-mp-ybtn a{overflow:hidden;width:15px;height:15px;cursor:pointer;background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat;display:block;margin:0 auto;}
.x-date-mp-ybtn a.x-date-mp-next{background-position:0 -120px;}
.x-date-mp-ybtn a.x-date-mp-next:hover{background-position:-15px -120px;}
.x-date-mp-ybtn a.x-date-mp-prev{background-position:0 -105px;}
.x-date-mp-ybtn a.x-date-mp-prev:hover{background-position:-15px -105px;}
.x-date-mp-ybtn{text-align:center;}
td.x-date-mp-sep{border-right:1px solid #c5d2df;}

.x-tip{position:absolute;top:0;left:0;z-index:20000;border:0 none;}
.x-tip .x-tip-close{background-image:url(../images/default/qtip/close.gif);height:15px;float:right;width:15px;margin:0 0 2px 2px;cursor:pointer;display:none;}
.x-tip .x-tip-tc{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px;padding-top:3px;overflow:hidden;zoom:1;}
.isie6 .x-tip .x-tip-tc{padding-top:0px; font-size: 1px;}
.x-tip .x-tip-tl{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;padding-left:6px;overflow:hidden;zoom:1;}
.x-tip .x-tip-tr{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;padding-right:6px;overflow:hidden;zoom:1;}
.x-tip .x-tip-bc{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px;height:3px;overflow:hidden;}
.x-tip .x-tip-bl{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px;padding-left:6px;zoom:1;}
.x-tip .x-tip-br{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px;padding-right:6px;zoom:1;}
.x-tip .x-tip-mc{border:0 none;font:normal 11px tahoma,arial,helvetica,sans-serif;}
.x-tip .x-tip-ml{background:#fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px;padding-left:6px;zoom:1;}
.x-tip .x-tip-mr{background:transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px;padding-right:6px;zoom:1;}
.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc{font-size:0;line-height:0;}
.x-tip .x-tip-header-text{font:bold 11px tahoma,arial,helvetica,sans-serif;padding:0;margin:0 0 2px 0;color:#444;}
.x-tip .x-tip-body{font:normal 11px tahoma,arial,helvetica,sans-serif;margin:0!important;line-height:14px;color:#444;padding:0;}
.x-tip .x-tip-body .loading-indicator{margin:0;}
.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text{cursor:move;}
.x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;}
.x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;}
.x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;}
.x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;}
.x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);}
.x-form-invalid-tip .x-tip-body{padding:2px;}
.x-form-invalid-tip .x-tip-body{padding-left:24px;background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;}

.x-menu{border:1px solid #718bb7;z-index:15000;zoom:1;background:#f0f0f0 url(../images/default/menu/menu.gif) repeat-y;padding:2px;}
.x-menu a{text-decoration:none!important;}
.ext-ie .x-menu{zoom:1;overflow:hidden;}
.x-menu-list{background:transparent;border:0 none;}
.x-menu li{line-height:100%;}
.x-menu li.x-menu-sep-li{font-size:1px;line-height:1px;}
.x-menu-list-item{font:normal 11px tahoma,arial,sans-serif;white-space:nowrap;-moz-user-select:none;-khtml-user-select:none;display:block;padding:1px;}
.x-menu-item-arrow{background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;}
.x-menu-sep{display:block;font-size:1px;line-height:1px;margin:2px 3px;background-color:#e0e0e0;border-bottom:1px solid #fff;overflow:hidden;}
.x-menu-focus{position:absolute;left:0;top:-5px;width:0;height:0;line-height:1px;}
.x-menu a.x-menu-item{display:block;line-height:16px;padding:3px 21px 3px 3px;white-space:nowrap;text-decoration:none;color:#222;-moz-outline:0 none;outline:0 none;cursor:pointer;}
.x-menu-item-active{background:#ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;border:1px solid #aaccf6;padding:0;}
.x-menu-item-active a.x-menu-item{color:#233d6d;}
.x-menu-item-icon{border:0 none;height:16px;padding:0;vertical-align:top;width:16px;margin:0 8px 0 0;background-position:center;}
.x-menu-check-item .x-menu-item-icon{background:transparent url(../images/default/menu/unchecked.gif) no-repeat center;}
.x-menu-item-checked .x-menu-item-icon{background-image:url(../images/default/menu/checked.gif);}
.x-menu-group-item .x-menu-item-icon{background:transparent;}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{background:transparent url(../images/default/menu/group-checked.gif) no-repeat center;}
.x-menu-plain{background:#fff!important;}
.x-menu-date-item{padding:0;}
.x-menu .x-color-palette,.x-menu .x-date-picker{margin-left:26px;margin-right:4px;}
.x-menu .x-date-picker{border:1px solid #a3bad9;margin-top:2px;margin-bottom:2px;}
.x-menu-plain .x-color-palette,.x-menu-plain .x-date-picker{margin:0;border:0 none;}
.x-date-menu{padding:0!important;}
.x-cycle-menu .x-menu-item-checked{border:1px dotted #a3bae9!important;background:#DFE8F6;padding:0;}

 .x-box-tl{background:transparent url(../images/default/box/corners.gif) no-repeat 0 0;zoom:1;}
.x-box-tc{height:8px;background:transparent url(../images/default/box/tb.gif) repeat-x 0 0;overflow:hidden;}
.x-box-tr{background:transparent url(../images/default/box/corners.gif) no-repeat right -8px;}
.x-box-ml{background:transparent url(../images/default/box/l.gif) repeat-y 0;padding-left:4px;overflow:hidden;zoom:1;}
.x-box-mc{background:#eee url(../images/default/box/tb.gif) repeat-x 0 -16px;padding:4px 10px;font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;color:#393939;font-size:12px;}
.x-box-mc h3{font-size:14px;font-weight:bold;margin:0 0 4px 0;zoom:1;}
.x-box-mr{background:transparent url(../images/default/box/r.gif) repeat-y right;padding-right:4px;overflow:hidden;}
.x-box-bl{background:transparent url(../images/default/box/corners.gif) no-repeat 0 -16px;zoom:1;}
.x-box-bc{background:transparent url(../images/default/box/tb.gif) repeat-x 0 -8px;height:8px;overflow:hidden;}
.x-box-br{background:transparent url(../images/default/box/corners.gif) no-repeat right -24px;}
.x-box-tl,.x-box-bl{padding-left:8px;overflow:hidden;}
.x-box-tr,.x-box-br{padding-right:8px;overflow:hidden;}
.x-box-blue .x-box-bl,.x-box-blue .x-box-br,.x-box-blue .x-box-tl,.x-box-blue .x-box-tr{background-image:url(../images/default/box/corners-blue.gif);}
.x-box-blue .x-box-bc,.x-box-blue .x-box-mc,.x-box-blue .x-box-tc{background-image:url(../images/default/box/tb-blue.gif);}
.x-box-blue .x-box-mc{background-color:#c3daf9;}
.x-box-blue .x-box-mc h3{color:#17385b;}
.x-box-blue .x-box-ml{background-image:url(../images/default/box/l-blue.gif);}
.x-box-blue .x-box-mr{background-image:url(../images/default/box/r-blue.gif);}

#x-debug-browser .x-tree .x-tree-node a span{color:#222297;font-size:11px;padding-top:2px;font-family:"monotype","courier new",sans-serif;line-height:18px;}
#x-debug-browser .x-tree a i{color:#FF4545;font-style:normal;}
#x-debug-browser .x-tree a em{color:#999;}
#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{background:#c3daf9;}
#x-debug-browser .x-tool-toggle{background-position:0 -75px;}
#x-debug-browser .x-tool-toggle-over{background-position:-15px -75px;}
#x-debug-browser.x-panel-collapsed .x-tool-toggle{background-position:0 -60px;}
#x-debug-browser.x-panel-collapsed .x-tool-toggle-over{background-position:-15px -60px;}

.x-combo-list{border:1px solid #98c0f4;background:#ddecfe;zoom:1;overflow:hidden;}
.x-combo-list-inner{overflow:auto;background:white;position:relative;zoom:1;overflow-x:hidden;}
.x-combo-list-hd{font:bold 11px tahoma,arial,helvetica,sans-serif;color:#15428b;background-image:url(../images/default/layout/panel-title-light-bg.gif);border-bottom:1px solid #98c0f4;padding:3px;}
.x-resizable-pinned .x-combo-list-inner{border-bottom:1px solid #98c0f4;}
.x-combo-list-item{font:normal 12px tahoma,arial,helvetica,sans-serif;padding:2px;border:1px solid #fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.x-combo-list .x-combo-selected{border:1px dotted #a3bae9!important;background:#DFE8F6;cursor:pointer;}
.x-combo-noedit{cursor:pointer;}
.x-combo-list .x-toolbar{border-top:1px solid #98c0f4;border-bottom:0 none;}
.x-combo-list-small .x-combo-list-item{font:normal 11px tahoma,arial,helvetica,sans-serif;}

.x-panel{border-style:solid;border-color:#99bbe8;border-width:0;}
.x-panel-header{overflow:hidden;zoom:1;color:#15428b;font:bold 11px tahoma,arial,verdana,sans-serif;padding:5px 3px 4px 5px;border:1px solid #99bbe8;line-height:15px;background:transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 -1px;}
.x-panel-body{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;background:white;position:relative;}
.x-panel-bbar .x-toolbar{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;padding:2px;}
.x-panel-tbar .x-toolbar{border:1px solid #99bbe8;border-top:0 none;overflow:hidden;padding:2px;}
.x-panel-tbar-noheader .x-toolbar,.x-panel-mc .x-panel-tbar .x-toolbar{border-top:1px solid #99bbe8;border-bottom:0 none;}
.x-panel-body-noheader,.x-panel-mc .x-panel-body{border-top:1px solid #99bbe8;}
.x-panel-header{overflow:hidden;zoom:1;}
.x-panel-tl .x-panel-header{color:#15428b;font:bold 11px tahoma,arial,verdana,sans-serif;padding:5px 0 4px 0;border:0 none;background:transparent;}
.x-panel-tl .x-panel-icon,.x-window-tl .x-panel-icon{padding-left:20px!important;background-repeat:no-repeat;background-position:0 4px;zoom:1;}
.x-panel-inline-icon{width:16px;height:16px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;margin-right:4px;margin-top:-1px;margin-bottom:-1px;}
.x-panel-tc{background:transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 0;overflow:hidden;}
.ext-strict .ext-ie7 .x-panel-tc{overflow:visible;}
.x-panel-tl{background:transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 0;padding-left:6px;zoom:1;border-bottom:1px solid #99bbe8;}
.x-panel-tr{background:transparent url(../images/default/panel/corners-sprite.gif) no-repeat right 0;zoom:1;padding-right:6px;}
.x-panel-bc{background:transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 bottom;zoom:1;}
.x-panel-bc .x-panel-footer{zoom:1;}
.x-panel-bl{background:transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 bottom;padding-left:6px;zoom:1;}
.x-panel-br{background:transparent url(../images/default/panel/corners-sprite.gif) no-repeat right bottom;padding-right:6px;zoom:1;}
.x-panel-mc{border:0 none;padding:0;margin:0;font:normal 11px tahoma,arial,helvetica,sans-serif;padding-top:6px;background:#dfe8f6;}
.x-panel-mc .x-panel-body{background:transparent;border:0 none;}
.x-panel-ml{background:#fff url(../images/default/panel/left-right.gif) repeat-y 0 0;padding-left:6px;zoom:1;}
.x-panel-mr{background:transparent url(../images/default/panel/left-right.gif) repeat-y right 0;padding-right:6px;zoom:1;}
.x-panel-bc .x-panel-footer{padding-bottom:6px;}
.x-panel-nofooter .x-panel-bc,.x-panel-nofooter .x-window-bc{height:6px;font-size:0;line-height:0;}
.x-panel-bwrap{overflow:hidden;zoom:1;}
.x-panel-body{overflow:hidden;zoom:1;}
.x-panel-collapsed .x-resizable-handle{display:none;}
.ext-gecko .x-panel-animated div{overflow:hidden!important;}
.x-plain-body{overflow:hidden;}
.x-plain-bbar .x-toolbar{overflow:hidden;padding:2px;}
.x-plain-tbar .x-toolbar{overflow:hidden;padding:2px;}
.x-plain-bwrap{overflow:hidden;zoom:1;}
.x-plain{overflow:hidden;}
.x-tool{overflow:hidden;width:15px;height:15px;float:right;cursor:pointer;background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat;margin-left:2px;}
.x-tool-toggle{background-position:0 -60px;}
.x-tool-toggle-over{background-position:-15px -60px;}
.x-panel-collapsed .x-tool-toggle{background-position:0 -75px;}
.x-panel-collapsed .x-tool-toggle-over{background-position:-15px -75px;}
.x-tool-close{background-position:0 -0;}
.x-tool-close-over{background-position:-15px 0;}
.x-tool-minimize{background-position:0 -15px;}
.x-tool-minimize-over{background-position:-15px -15px;}
.x-tool-maximize{background-position:0 -30px;}
.x-tool-maximize-over{background-position:-15px -30px;}
.x-tool-restore{background-position:0 -45px;}
.x-tool-restore-over{background-position:-15px -45px;}
.x-tool-gear{background-position:0 -90px;}
.x-tool-gear-over{background-position:-15px -90px;}
.x-tool-pin{background-position:0 -135px;}
.x-tool-pin-over{background-position:-15px -135px;}
.x-tool-unpin{background-position:0 -150px;}
.x-tool-unpin-over{background-position:-15px -150px;}
.x-tool-right{background-position:0 -165px;}
.x-tool-right-over{background-position:-15px -165px;}
.x-tool-left{background-position:0 -180px;}
.x-tool-left-over{background-position:-15px -180px;}
.x-tool-up{background-position:0 -210px;}
.x-tool-up-over{background-position:-15px -210px;}
.x-tool-down{background-position:0 -195px;}
.x-tool-down-over{background-position:-15px -195px;}
.x-tool-refresh{background-position:0 -225px;}
.x-tool-refresh-over{background-position:-15px -225px;}
.x-tool-minus{background-position:0 -255px;}
.x-tool-minus-over{background-position:-15px -255px;}
.x-tool-plus{background-position:0 -240px;}
.x-tool-plus-over{background-position:-15px -240px;}
.x-tool-search{background-position:0 -270px;}
.x-tool-search-over{background-position:-15px -270px;}
.x-tool-save{background-position:0 -285px;}
.x-tool-save-over{background-position:-15px -285px;}
.x-tool-help{background-position:0 -300px;}
.x-tool-help-over{background-position:-15px -300px;}
.x-tool-print{background-position:0 -315px;}
.x-tool-print-over{background-position:-15px -315px;}
.x-panel-ghost{background:#cbddf3;z-index:12000;overflow:hidden;position:absolute;left:0;top:0;opacity:.65;-moz-opacity:.65;filter:alpha(opacity=65);}
.x-panel-ghost ul{margin:0;padding:0;overflow:hidden;font-size:0;line-height:0;border:1px solid #99bbe8;border-top:0 none;display:block;}
.x-panel-ghost *{cursor:move!important;}
.x-panel-dd-spacer{border:2px dashed #99bbe8;}
.x-panel-btns-ct{padding:5px;}
.x-panel-btns-ct .x-btn{float:right;clear:none;}
.x-panel-btns-ct .x-panel-btns td{border:0;padding:0;}
.x-panel-btns-ct .x-panel-btns-right table{float:right;clear:none;}
.x-panel-btns-ct .x-panel-btns-left table{float:left;clear:none;}
.x-panel-btns-ct .x-panel-btns-center{text-align:center;}
.x-panel-btns-ct .x-panel-btns-center table{margin:0 auto;}
.x-panel-btns-ct table td.x-panel-btn-td{padding:3px;}
.x-panel-btns-ct .x-btn-focus .x-btn-left{background-position:0 -147px;}
.x-panel-btns-ct .x-btn-focus .x-btn-right{background-position:0 -168px;}
.x-panel-btns-ct .x-btn-focus .x-btn-center{background-position:0 -189px;}
.x-panel-btns-ct .x-btn-over .x-btn-left{background-position:0 -63px;}
.x-panel-btns-ct .x-btn-over .x-btn-right{background-position:0 -84px;}
.x-panel-btns-ct .x-btn-over .x-btn-center{background-position:0 -105px;}
.x-panel-btns-ct .x-btn-click .x-btn-center{background-position:0 -126px;}
.x-panel-btns-ct .x-btn-click .x-btn-right{background-position:0 -84px;}
.x-panel-btns-ct .x-btn-click .x-btn-left{background-position:0 -63px;}

.x-window{zoom:1;}
.x-window .x-resizable-handle{opacity:0;-moz-opacity:0;filter:alpha(opacity=0);}
.x-window-proxy{background:#C7DFFC;border:1px solid #99bbe8;z-index:12000;overflow:hidden;position:absolute;left:0;top:0;display:none;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);}
.x-window-header{overflow:hidden;zoom:1;}
.x-window-bwrap{z-index:1;position:relative;zoom:1;}
.x-window-tl .x-window-header{color:#15428b;font:bold 11px tahoma,arial,verdana,sans-serif;padding:5px 0 4px 0;}
.x-window-header-text{cursor:pointer;}
.x-window-tc{background:transparent url(../images/default/window/top-bottom.png) repeat-x 0 0;overflow:hidden;zoom:1;}
.x-window-tl{background:transparent url(../images/default/window/left-corners.png) no-repeat 0 0;padding-left:6px;zoom:1;z-index:1;position:relative;}
.x-window-tr{background:transparent url(../images/default/window/right-corners.png) no-repeat right 0;padding-right:6px;}
.x-window-bc{background:transparent url(../images/default/window/top-bottom.png) repeat-x 0 bottom;zoom:1;}
.x-window-bc .x-window-footer{padding-bottom:6px;zoom:1;font-size:0;line-height:0;}
.x-window-bl{background:transparent url(../images/default/window/left-corners.png) no-repeat 0 bottom;padding-left:6px;zoom:1;}
.x-window-br{background:transparent url(../images/default/window/right-corners.png) no-repeat right bottom;padding-right:6px;zoom:1;}
.x-window-mc{border:1px solid #99bbe8;padding:0;margin:0;font:normal 11px tahoma,arial,helvetica,sans-serif;background:#dfe8f6;}
.x-window-ml{background:transparent url(../images/default/window/left-right.png) repeat-y 0 0;padding-left:6px;zoom:1;}
.x-window-mr{background:transparent url(../images/default/window/left-right.png) repeat-y right 0;padding-right:6px;zoom:1;}
.x-window-body{overflow:hidden;}
.x-window-bwrap{overflow:hidden;}
.x-window-maximized .x-window-bl,.x-window-maximized .x-window-br,.x-window-maximized .x-window-ml,.x-window-maximized .x-window-mr,.x-window-maximized .x-window-tl,.x-window-maximized .x-window-tr{padding:0;}
.x-window-maximized .x-window-footer{padding-bottom:0;}
.x-window-maximized .x-window-tc{padding-left:3px;padding-right:3px;background-color:white;}
.x-window-maximized .x-window-mc{border-left:0 none;border-right:0 none;}
.x-window-tbar .x-toolbar,.x-window-bbar .x-toolbar{border-left:0 none;border-right:0 none;}
.x-window-bbar .x-toolbar{border-top:1px solid #99bbe8;border-bottom:0 none;}
.x-window-draggable,.x-window-draggable .x-window-header-text{cursor:move;}
.x-window-maximized .x-window-draggable,.x-window-maximized .x-window-draggable .x-window-header-text{cursor:default;}
.x-window-body{background:transparent;}
.x-panel-ghost .x-window-tl{border-bottom:1px solid #99bbe8;}
.x-panel-collapsed .x-window-tl{border-bottom:1px solid #84a0c4;}
.x-window-maximized-ct{overflow:hidden;}
.x-window-maximized .x-resizable-handle{display:none;}
.x-window-sizing-ghost ul{border:0 none!important;}
.x-dlg-focus{-moz-outline:0 none;outline:0 none;width:0;height:0;overflow:hidden;position:absolute;top:0;left:0;}
.x-dlg-mask{z-index:10000;display:none;position:absolute;top:0;left:0;-moz-opacity:0.5;opacity:.50;filter:alpha(opacity=50);background-color:#CCC;}
body.ext-ie6.x-body-masked select{visibility:hidden;}
body.ext-ie6.x-body-masked .x-window select{visibility:visible;}
.x-window-plain .x-window-mc{background:#CAD9EC;border-right:1px solid #DFE8F6;border-bottom:1px solid #DFE8F6;border-top:1px solid #a3bae9;border-left:1px solid #a3bae9;}
.x-window-plain .x-window-body{border-left:1px solid #DFE8F6;border-top:1px solid #DFE8F6;border-bottom:1px solid #a3bae9;border-right:1px solid #a3bae9;background:transparent!important;}
body.x-body-masked .x-window-plain .x-window-mc{background:#C7D6E9;}

.x-html-editor-wrap{border:1px solid #a9bfd3;background:white;}
.x-html-editor-tb .x-btn-text{background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;}
.x-html-editor-tb .x-edit-bold .x-btn-text{background-position:0 0;}
.x-html-editor-tb .x-edit-italic .x-btn-text{background-position:-16px 0;}
.x-html-editor-tb .x-edit-underline .x-btn-text{background-position:-32px 0;}
.x-html-editor-tb .x-edit-forecolor .x-btn-text{background-position:-160px 0;}
.x-html-editor-tb .x-edit-backcolor .x-btn-text{background-position:-176px 0;}
.x-html-editor-tb .x-edit-justifyleft .x-btn-text{background-position:-112px 0;}
.x-html-editor-tb .x-edit-justifycenter .x-btn-text{background-position:-128px 0;}
.x-html-editor-tb .x-edit-justifyright .x-btn-text{background-position:-144px 0;}
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text{background-position:-80px 0;}
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text{background-position:-96px 0;}
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text{background-position:-48px 0;}
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text{background-position:-64px 0;}
.x-html-editor-tb .x-edit-sourceedit .x-btn-text{background-position:-192px 0;}
.x-html-editor-tb .x-edit-createlink .x-btn-text{background-position:-208px 0;}
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner{padding:5px;padding-bottom:1px;}
.x-html-editor-tb .x-toolbar{position:static!important;}

.x-panel-noborder .x-panel-body-noborder{border-width:0;}
.x-panel-noborder .x-panel-header-noborder{border-width:0;border-bottom:1px solid #99bbe8;}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar{border-width:0;border-bottom:1px solid #99bbe8;}
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar{border-width:0;border-top:1px solid #99bbe8;}
.x-window-noborder .x-window-mc{border-width:0;}
.x-window-plain .x-window-body-noborder{border-width:0;}
.x-tab-panel-noborder .x-tab-panel-body-noborder{border-width:0;}
.x-tab-panel-noborder .x-tab-panel-header-noborder{border-top-width:0;border-left-width:0;border-right-width:0;}
.x-tab-panel-noborder .x-tab-panel-footer-noborder{border-bottom-width:0;border-left-width:0;border-right-width:0;}
.x-tab-panel-bbar-noborder .x-toolbar{border-width:0;border-top:1px solid #99bbe8;}
.x-tab-panel-tbar-noborder .x-toolbar{border-width:0;border-bottom:1px solid #99bbe8;}

.x-border-layout-ct{background:#dfe8f6;}
.x-border-panel{position:absolute;left:0;top:0;}
.x-tool-collapse-south{background-position:0 -195px;}
.x-tool-collapse-south-over{background-position:-15px -195px;}
.x-tool-collapse-north{background-position:0 -210px;}
.x-tool-collapse-north-over{background-position:-15px -210px;}
.x-tool-collapse-west{background-position:0 -180px;}
.x-tool-collapse-west-over{background-position:-15px -180px;}
.x-tool-collapse-east{background-position:0 -165px;}
.x-tool-collapse-east-over{background-position:-15px -165px;}
.x-tool-expand-south{background-position:0 -210px;}
.x-tool-expand-south-over{background-position:-15px -210px;}
.x-tool-expand-north{background-position:0 -195px;}
.x-tool-expand-north-over{background-position:-15px -195px;}
.x-tool-expand-west{background-position:0 -165px;}
.x-tool-expand-west-over{background-position:-15px -165px;}
.x-tool-expand-east{background-position:0 -180px;}
.x-tool-expand-east-over{background-position:-15px -180px;}
.x-tool-expand-north,.x-tool-expand-south{float:right;margin:3px;}
.x-tool-expand-east,.x-tool-expand-west{float:none;margin:3px auto;}
.x-accordion-hd .x-tool-toggle{background-position:0 -255px;}
.x-accordion-hd .x-tool-toggle-over{background-position:-15px -255px;}
.x-panel-collapsed .x-accordion-hd .x-tool-toggle{background-position:0 -240px;}
.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over{background-position:-15px -240px;}
.x-accordion-hd{color:#222;padding-top:4px;padding-bottom:3px;border-top:0 none;font-weight:normal;background:transparent url(../images/default/panel/light-hd.gif) repeat-x 0 -9px;}
.x-layout-collapsed{position:absolute;left:-10000px;top:-10000px;visibility:hidden;background-color:#d2e0f2;width:20px;height:20px;overflow:hidden;border:1px solid #98c0f4;z-index:20;}
.ext-border-box .x-layout-collapsed{width:22px;height:22px;}
.x-layout-collapsed-over{cursor:pointer;background-color:#d9e8fb;}
.x-layout-collapsed-west .x-layout-collapsed-tools,.x-layout-collapsed-east .x-layout-collapsed-tools{position:absolute;top:0;left:0;width:20px;height:20px;}
.x-layout-split{position:absolute;height:5px;width:5px;line-height:1px;font-size:1px;z-index:3;background-color:transparent;}
.x-layout-split-h{background-image:url(../images/default/s.gif);background-position:left;}
.x-layout-split-v{background-image:url(../images/default/s.gif);background-position:top;}
.x-column-layout-ct{overflow:hidden;zoom:1;}
.x-column{float:left;padding:0;margin:0;overflow:hidden;zoom:1;}
.x-layout-mini{position:absolute;top:0;left:0;display:block;width:5px;height:35px;cursor:pointer;opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50);}
.x-layout-mini-over,.x-layout-collapsed-over .x-layout-mini{opacity:1;-moz-opacity:1;filter:none;}
.x-layout-split-west .x-layout-mini{top:48%;background-image:url(../images/default/layout/mini-left.gif);}
.x-layout-split-east .x-layout-mini{top:48%;background-image:url(../images/default/layout/mini-right.gif);}
.x-layout-split-north .x-layout-mini{left:48%;height:5px;width:35px;background-image:url(../images/default/layout/mini-top.gif);}
.x-layout-split-south .x-layout-mini{left:48%;height:5px;width:35px;background-image:url(../images/default/layout/mini-bottom.gif);}
.x-layout-cmini-west .x-layout-mini{top:48%;background-image:url(../images/default/layout/mini-right.gif);}
.x-layout-cmini-east .x-layout-mini{top:48%;background-image:url(../images/default/layout/mini-left.gif);}
.x-layout-cmini-north .x-layout-mini{left:48%;height:5px;width:35px;background-image:url(../images/default/layout/mini-bottom.gif);}
.x-layout-cmini-south .x-layout-mini{left:48%;height:5px;width:35px;background-image:url(../images/default/layout/mini-top.gif);}
.x-layout-cmini-west,.x-layout-cmini-east{border:0 none;width:5px!important;padding:0;background:transparent;}
.x-layout-cmini-north,.x-layout-cmini-south{border:0 none;height:5px!important;padding:0;background:transparent;}
.x-viewport,.x-viewport body{margin:0;padding:0;border:0 none;overflow:hidden;height:100%;}
.x-abs-layout-item{position:absolute;left:0;top:0;}
.ext-ie input.x-abs-layout-item,.ext-ie textarea.x-abs-layout-item{margin:0;}

.x-progress-wrap{border:1px solid #6593cf;overflow:hidden;}
.x-progress-inner{height:18px;background:#e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;position:relative;}
.x-progress-bar{height:18px;float:left;width:0;background:#9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center;border-top:1px solid #D1E4FD;border-bottom:1px solid #7FA9E4;border-right:1px solid #7FA9E4;}
.x-progress-text{font-size:11px;font-weight:bold;color:#fff;padding:1px 5px;overflow:hidden;position:absolute;left:0;text-align:center;}
.x-progress-text-back{color:#396095;line-height:16px;}
.ext-ie .x-progress-text-back{line-height:15px;}

.x-window-dlg .x-window-body{border:0 none!important;padding:5px 10px;overflow:hidden!important;}
.x-window-dlg .x-window-mc{border:0 none!important;}
.x-window-dlg .ext-mb-text,.x-window-dlg .x-window-header-text{font-size:12px;}
.x-window-dlg .ext-mb-input{margin-top:4px;width:95%;}
.x-window-dlg .ext-mb-textarea{margin-top:4px;font:normal 12px tahoma,arial,helvetica,sans-serif;}
.x-window-dlg .x-progress-wrap{margin-top:4px;}
.ext-ie .x-window-dlg .x-progress-wrap{margin-top:6px;}
.x-window-dlg .x-msg-box-wait{background:transparent url(../images/default/grid/loading.gif) no-repeat left;display:block;width:300px;padding-left:18px;line-height:18px;}
.x-window-dlg .ext-mb-icon{float:left;width:47px;height:32px;}
.x-window-dlg .ext-mb-icon{float:left;width:47px;height:32px;}
.ext-ie .x-window-dlg .ext-mb-icon{width:44px;}
.x-window-dlg .ext-mb-info{background:transparent url(../images/default/window/icon-info.gif) no-repeat top left;}
.x-window-dlg .ext-mb-warning{background:transparent url(../images/default/window/icon-warning.gif) no-repeat top left;}
.x-window-dlg .ext-mb-question{background:transparent url(../images/default/window/icon-question.gif) no-repeat top left;}
.x-window-dlg .ext-mb-error{background:transparent url(../images/default/window/icon-error.gif) no-repeat top left;}
.ext-gecko .ext-mb-fix-cursor{overflow:auto;}

 .x-slider{zoom:1;}
.x-slider-inner{position:relative;left:0;top:0;overflow:visible;zoom:1;}
.x-slider-focus{position:absolute;left:0;top:0;width:1px;height:1px;line-height:1px;font-size:1px;-moz-outline:0 none;outline:0 none;-moz-user-select:normal;-khtml-user-select:normal;}
.x-slider-horz{padding-left:7px;background:transparent url(../images/default/slider/slider-bg.png) no-repeat 0 -22px;}
.x-slider-horz .x-slider-end{padding-right:7px;zoom:1;background:transparent url(../images/default/slider/slider-bg.png) no-repeat right -44px;}
.x-slider-horz .x-slider-inner{background:transparent url(../images/default/slider/slider-bg.png) repeat-x 0 0;height:22px;}
.x-slider-horz .x-slider-thumb{width:14px;height:15px;position:absolute;left:0;top:3px;background:transparent url(../images/default/slider/slider-thumb.png) no-repeat 0 0;}
.x-slider-horz .x-slider-thumb-over{background-position:-14px -15px;}
.x-slider-horz .x-slider-thumb-drag{background-position:-28px -30px;}
.x-slider-vert{padding-top:7px;background:transparent url(../images/default/slider/slider-v-bg.png) no-repeat -44px 0;width:22px;}
.x-slider-vert .x-slider-end{padding-bottom:7px;zoom:1;background:transparent url(../images/default/slider/slider-v-bg.png) no-repeat -22px bottom;}
.x-slider-vert .x-slider-inner{background:transparent url(../images/default/slider/slider-v-bg.png) repeat-y 0 0;}
.x-slider-vert .x-slider-thumb{width:15px;height:14px;position:absolute;left:3px;bottom:0;background:transparent url(../images/default/slider/slider-v-thumb.png) no-repeat 0 0;}
.x-slider-vert .x-slider-thumb-over{background-position:-15px -14px;}
.x-slider-vert .x-slider-thumb-drag{background-position:-30px -28px;}

/* all fields */
.x-form-field{
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

/* ---- text fields ---- */
.x-form-text, textarea.x-form-field{
    padding:1px 3px;
    background:#fff url(../images/default/form/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
}
textarea.x-form-field {
    padding:2px 3px;
}
.x-form-text {
    height:22px;
    line-height:18px;
    vertical-align:middle;
}
.ext-ie .x-form-text {
    margin:-1px 0; /* ie bogus margin bug */
    height:22px; /* ie quirks */
    line-height:18px;
}
.ext-ie textarea.x-form-field {
    margin:-1px 0; /* ie bogus margin bug */
}
.ext-strict .x-form-text {
    height:18px;
}
.ext-safari .x-form-text {
    height:20px; /* safari always same size */
    padding:0 3px; /* remove extra top/bottom padding */
}
.ext-safari.ext-mac textarea.x-form-field {
    margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
}
.ext-gecko .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
}
textarea {
    resize: none;  /* Disable browser resizable textarea */
}

/* select boxes */

.x-form-select-one {
    height:20px;
    line-height:18px;
    vertical-align:middle;
    background-color:#fff; /* opera */
    border: 1px solid #B5B8C8;
}

/* multi select boxes */

/* --- TODO --- */

/* checkboxes / radios */
.x-form-check-group, .x-form-radio-group {
    margin-bottom: 0;
}
.x-form-check-group .x-form-invalid .x-panel-body,
.x-form-radio-group .x-form-invalid .x-panel-body {
    background-color: transparent;
}
.x-form-check-wrap, .x-form-radio-wrap {
    padding: 3px 0 0 0;
    line-height:18px;
}
.x-form-check-group .x-form-check-wrap, 
.x-form-radio-group .x-form-radio-wrap {
    height: 18px;
}
.ext-ie .x-form-check-group .x-form-check-wrap, 
.ext-ie .x-form-radio-group .x-form-radio-wrap {
    height: 21px;
}
.ext-ie .x-form-check-wrap input,
.ext-ie .x-form-radio-wrap input {
    width:15px;
    height:15px;
}
.x-form-check, .x-form-radio {
	height: 13px;
	width: 13px;
    vertical-align: bottom;
} 
.x-form-radio {
    margin-bottom: 3px;
}
.x-form-check, .ext-ie .x-form-radio {
    margin-bottom: 2px;
}
.x-form-check-wrap-inner, .x-form-radio-wrap-inner {
    display: inline;
    padding: 3px 0 0 0;
}
.x-form-check {
	background: url('../images/default/form/checkbox.gif') no-repeat 0 0;
}
.x-form-radio {
	background: url('../images/default/form/radio.gif') no-repeat 0 0;
}
.x-form-check-focus .x-form-check, .x-form-check-over .x-form-check,
.x-form-check-focus .x-form-radio, .x-form-check-over .x-form-radio {
	background-position: -13px 0;
}
.x-form-check-down .x-form-check, 
.x-form-check-down .x-form-radio {
	background-position:-26px 0;
}
.x-form-check-checked .x-form-check-focus .x-form-check, 
.x-form-check-checked .x-form-check-over .x-form-check {
	background-position:-13px -13px;
}
.x-form-check-checked .x-form-check-down .x-form-check {
	background-position:-26px -13px;
}
.x-form-check-checked .x-form-check, 
.x-form-check-checked .x-form-radio {
	background-position:0 -13px;
}
.x-form-check-group-label {
    border-bottom: 1px solid #99BBE8;
    color: #15428B;
    margin-bottom: 5px;
    padding-left: 3px !important;
    float: none !important;
}

/* wrapped fields and triggers */

.x-form-field-wrap {
    position:relative;
    zoom:1;
    white-space: nowrap;
}
.x-form-field-wrap .x-form-trigger{
    width:17px;
    height:21px;
    border:0;
    background:transparent url(../images/default/form/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top:0;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    height:21px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}

.x-form-field-wrap .x-form-date-trigger{
    background-image: url(../images/default/form/date-trigger.gif);
    cursor:pointer;
}
.x-form-field-wrap .x-form-clear-trigger{
    background-image: url(../images/default/form/clear-trigger.gif);
    cursor:pointer;
}
.x-form-field-wrap .x-form-search-trigger{
    background-image: url(../images/default/form/search-trigger.gif);
    cursor:pointer;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    right:0;
}
.x-form-field-wrap .x-form-twin-triggers{

}
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
    position:static;
    top:auto;
    vertical-align:top;
}


.x-form-field-wrap .x-form-trigger-over{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-trigger-click{
    background-position:-34px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
    background-position:-51px 0;
}
.x-trigger-wrap-focus .x-form-trigger-over{
    background-position:-68px 0;
}
.x-trigger-wrap-focus .x-form-trigger-click{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

.x-item-disabled .x-form-trigger-over{
    background-position:0 0 !important;
    border-bottom: 1px solid #B5B8C8;
}
.x-item-disabled .x-form-trigger-click{
    background-position:0 0 !important;
    border-bottom: 1px solid #B5B8C8;
}

/* field focus style */
.x-form-focus, textarea.x-form-focus{
	border: 1px solid #7eadd9;
}

/* invalid fields */
.x-form-invalid, textarea.x-form-invalid{
	background:#fff url(../images/default/grid/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
.ext-safari .x-form-invalid{
	background-color:#ffeeee;
	border: 1px solid #ff7870;
}

/* editors */
.x-editor {
    visibility:hidden;
    padding:0;
    margin:0;
}
.x-editor .x-form-check-wrap,
.x-editor .x-form-radio-wrap {
    background:#fff;
    padding:3px;
}
.x-editor .x-form-checkbox {
    height:13px;
}
/* If you override the default field font above, you would need to change this font as well */
.x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
    left: -10000px;
	padding: 8px 3px;
    position: absolute;
    visibility:hidden;
    top: -10000px;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    zoom:1;
}
.x-form-grow-sizer p {
    margin:0 !important;
    border:0 none !important;
    padding:0 !important;
}
/* Form Items CSS */

.x-form-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    display:block;
    margin-bottom:4px;
    zoom:1;
}

.x-form-item label {
    display:block;
    float:left;
    width:100px;
    padding:3px;
    padding-left:0;
    clear:left;
    z-index:2;
    position:relative;
}

.x-form-element {
    padding-left:105px;
    position:relative;
}

.x-form-invalid-msg {
    color:#ee0000;
    padding:2px;
    padding-left:18px;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background: transparent url(../images/default/shared/warning.gif) no-repeat 0 2px;
    line-height:16px;
    width:200px;
}


.x-form-label-right label {
   text-align:right;
}
.x-form-label-left label {
   text-align:left;
}

.x-form-label-top .x-form-item label {
    width:auto;
    float:none;
    clear:none;
    display:inline;
    margin-bottom:4px;
    position:static;
}

.x-form-label-top .x-form-element {
    padding-left:0;
    padding-top:4px;
}

.x-form-label-top .x-form-item {
    padding-bottom:4px;
}

.x-form-empty-field {
    color:gray;
}
/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-field {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.ext-ie .x-small-editor .x-form-text {
    margin-top:-1px !important; /* ie bogus margin bug */
    margin-bottom:-1px !important;
    height:20px !important; /* ie quirks */
    line-height:16px !important;
}
.ext-strict .x-small-editor .x-form-text {
    height:16px !important;
}

.ext-safari .x-small-editor .x-form-field {
    /* safari text field will not size so needs bigger font */
    font:normal 12px arial, tahoma, helvetica, sans-serif;
}
.ext-ie .x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
}
.ext-border-box .x-small-editor .x-form-text {
    height:20px;
}

.x-small-editor .x-form-select-one {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.x-small-editor .x-form-num-field {
    text-align:right;
}
.x-small-editor .x-form-field-wrap .x-form-trigger{
    height:19px;
}


.x-form-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}
.x-form-clear-left {
    clear:left;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.x-form-cb-label {
    width:'auto' !important;
    float:none !important;
    clear:none !important;
    display:inline !important;
    margin-left:4px;
}

.x-form-column {
    float:left;
    padding:0;
    margin:0;
    width:48%;
    overflow:hidden;
    zoom:1;
}

/* buttons */
.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}
.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; /*ie*/
}
.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; /*everyone else*/
}
.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}
.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}
.x-form-invalid-icon {
    width:16px;
    height:18px;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    display:block;
    background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;
}

/* fieldsets */
.x-fieldset {
    border:1px solid #B5B8C8;
    padding:10px;
    margin-bottom:10px;
    display:block; /* preserve margins in IE */
}
.x-fieldset legend {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
}
.ext-ie .x-fieldset legend {
    margin-bottom:10px;
}
.ext-ie .x-fieldset {
    padding-top: 0;
    padding-bottom:10px;
}
.x-fieldset legend .x-tool-toggle {
    margin-right:3px;
    margin-left:0;
    float:left !important;
}
.x-fieldset legend input {
    margin-right:3px;
    float:left !important;
    height:13px;
    width:13px;
}
fieldset.x-panel-collapsed {
    padding-bottom:0 !important;
    border-width: 1px 0 0 0 !important;
}
fieldset.x-panel-collapsed .x-fieldset-bwrap {
    visibility:hidden;
    position:absolute;
    left:-1000px;
    top:-1000px;
}
.ext-ie .x-fieldset-bwrap {
    zoom:1;
}
.ext-ie td .x-form-text {
    position:relative;
    top:-1px;
}
.x-fieldset-noborder {
    border:0px none transparent;
}
.x-fieldset-noborder legend {
    margin-left:-3px;
}
/* IE legend positioing bug */
.ext-ie .x-fieldset-noborder legend {
    position: relative;
    margin-bottom:23px;
}
.ext-ie .x-fieldset-noborder legend span {
    position: absolute;
    left:-5px;
}
        
.ext-gecko .x-window-body .x-form-item {
    -moz-outline: none;
    overflow: auto;
}

.ext-gecko .x-form-item {
    -moz-outline: none;
}

.x-hide-label label.x-form-item-label {
     display:none;
}
.x-hide-label .x-form-element {
     padding-left: 0 !important;
}

.x-fieldset {
    overflow:hidden;
}

.x-fieldset-bwrap {
    overflow:hidden;
    zoom:1;
}

.x-fieldset-body {
    overflow:hidden;
}


/*Loading: ~/Styles/style.css*/
img.icbadgesmall,img.lipperImg {
	position: absolute;
	bottom: 0;
}
img.icbadgesmall { right:182px; }
img.lipperImg { right: 56px; }

.isie6 img.icbadgesmall,
.isie6 img.lipperImg {
	bottom: 20px;
}
#moreLinks a,
.extLink { cursor:pointer; }
/*
.issafari img.icbadgesmall,
.issafari img.lipperImg {
	position: static;
	float: right;
}
.issafari img.icbadgesmall { margin-top: 20px; margin-right: 20px; }
.issafari img.lipperImg { margin-top: 50px; margin-right: 56px; }
*/
#tcDiv strong {
	font-weight:bold;
}
ol.numberedList li {
	list-style: decimal none inside;
	padding: 5px 0pt 5px 30px;
}

body {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #8b8b8b;
	background: #f0f0e0 url(../images/layout/bodyBackground.gif) repeat-x;
}

a {
	color: #6699cc;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
a:hover {
	color: #32485d;
}

h1 {
	font-family: Verdana;
	font-size: 24px;
	color: #32485d;
}

hr {
	background: #e2e2d3;
	border: none;
	height: 1px;
	font-size: 1px;
	clear: both;
	padding: 0px;
	margin:0px;
}

.container {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.emphasis
{
    color: #000;
}

.clear
{
    clear:both;
}

.isie6 #header {
	margin-left: -50px;
}

#header #leftPanel {
	width: 192px;
	margin: 32px 10px 0px 50px;
	float: left;
	border-bottom: 1px solid #e2e2d3;
}
#header #leftPanel a.img {
	border-bottom: 1px solid #e2e2d3;
}
.isie6 #header #leftPanel a.img,
.isie7 #header #leftPanel a.img {
	padding-bottom: 3px;
}
#header #leftPanel img {
	padding-bottom: 14px;
	position: relative;
	left: -12px;
}
#header #leftPanel p,
#header #rightPanel .logIn {
	height:22px;
	line-height:22px;
	margin: 0px;
}
.iswebkit #header #rightPanel .logIn {
	padding-bottom: 5px;
}
.isie6 #header #leftPanel p,
.isie7 #header #leftPanel p
{
	padding-bottom:5px;
}
.isie6 #header #rightPanel .logIn ul li
{
	margin-bottom: 0px;
	height: 8px;
}

#header #rightPanel {
	width: 728px;
	float: left;
	border-bottom: 1px solid #e2e2d3;
	margin-top: 8px;
}
.iswebkit #header #rightPanel 
{
	margin-top: 5px;
}
#header #rightPanel a.img
{
	border-bottom: 1px solid #e2e2d3;
}
#header #rightPanel .banner 
{
	margin-top: 4px;
	margin-bottom: 5px;
}

.logIn {
	background: #f8f8d3;
	font-weight: normal;
	float: left;
}

.logIn a {
	padding: 0px 5px 0px 5px;
}

.logIn .welcome,
.logIn .username,
.logIn .DropDownMenu {
	float:left;
}

.logIn .DropDownMenu {
	width:170px;
	padding:0px;
	margin:0px;
	background:#FDFDCD;
	border-right:1px solid #ECECC8;
	line-height:20px;
	height:20px;
	color:#34495E;
}
.logIn .DropDownMenu .ItemDisplay {
	margin:0px;
	padding:0px 0px 0px 10px;
	background:#FDFDCD url(../images/controls.png) no-repeat 5px -140px;
	border-left:1px solid #ECECC8;
	line-height:20px;
	height:20px;
}
.logIn .DropDownMenu.open .ItemDisplay {
	background-color: #34495E;
	background-position: 25px -120px;
}

.logIn .DropDownMenu-hover div.ItemDisplay,
.logIn .DropDownMenu:hover div.ItemDisplay 
{
	color: #FFFFFF;
	background-color:#34495E;
}

.logIn .MenuItemContainer-div-hover,
.logIn .DropDownMenu .MenuItemContainer div.listItem:hover {
	background-color: #EBF5FF;
	color:#6699CC;
}

.logIn .listItem {
	position:relative;
}
.logIn .childItem {
	background-color:#FEFEEE;
	border:1px solid #89B6E4;
	color:#6699CC;
}
.logIn .DropDownMenu .childItem .listItem {
	padding-right:25px;
}

.logIn .hasChildren {
	background: #FEFEEE url(../images/home.png) no-repeat right -387px;
} 

.logIn .listItem .childItem {
	position:absolute;
	left:100%;
	top:0px;
	display:none;
}
.isie6 .logIn .listItem .childItem {
	left: 94%;
	z-index: 1000;
}

.logIn .childItem .listItem:hover {
	background-color:#EBF5FF;
}

.MenuItemContainer-div-hover .childItem,
.isie6 .logIn .listItem-hover .childItem {
	display:block;
}
.isfirefox .logIn .listItem:hover > .childItem, 
.issafari .logIn .listItem:hover > .childItem, 
.isie7 .logIn .listItem:hover > .childItem {
	display:block;
}
.isie6 .logIn .listItem-hover .childItem .childItem {
	display: none;
}
.isie6 .logIn .listItem .listItem-hover .childItem {
	display: block;
}

.logIn b.level0 {
	height:17px;
	display:block;
	padding-left:25px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
}

.logIn .alloc b.level0 { background-position: 0px -170px; }
.logIn .search b.level0 { background-position: 0px -210px; }
.logIn .saved b.level0 { background-position: 0px -247px; }
.logIn .myfund b.level0 { background-position: 0px -287px; }

.logIn .alloc:hover b.level0 { background-position: 0px -340px; }
.logIn .search:hover b.level0 { background-position: 0px -380px; }
.logIn .saved:hover b.level0 { background-position: 0px -417px; }
.logIn .myfund:hover b.level0 { background-position: 0px -457px; }

.logIn .welcome,
.logIn .username,
.logIn .logout {
	padding-right:10px;
}
.logIn .username {
	padding-left: 0;
}
.logIn .welcome,
.logIn .logout {
	padding-left:10px;
}

#help {
	height:22px;
	float: right;
	padding: 0px;
}

#help li 
{
	float: left;
	padding: 4px 0 2px 10px;
}
.isie6 #help li 
{
	padding: 2px 0 0px 10px;
}

#help #navSearch 
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.isie6 #help #navSearch .StyledInput 
{
	position: relative;
	top: -1px;
	width:178px;
}
.isie6 #help #navSearch .StyledInput div 
{
	padding-bottom: 0px;
}

#help li.spacer {
	padding-top:2px;
}

input#NavSearchBox{
	background-color: #FFFFFF;
	font-size:12px;
	width:135px;
}

div.StyledInput {
	padding: 0px;
	padding-left: 9px;
	background: url(../images/widgets.png) left -265px no-repeat;
}
.isie6 .SquareInputblueInput,
.SquareInput.StyledInput {
	float: left;
	background: url(../images/widgets.png) left -1421px no-repeat;
	padding-left: 5px;
}
.isie6 .SquareInputblueInput,
.blueInput.SquareInput.StyledInput {
	background-position: left -1680px;
}

.isie7 div.StyledInput {
	padding-left: 6px;
}
.isie6 div.StyledInput {
	padding-left: 8px;
}
.isie6 div.StyledInput.largeInput,
.isie7 div.StyledInput.largeInput {
	padding-left: 17px;
}

div.StyledInput input  {
	border:0;
	padding:0px 12px 0px 0px;
	background-color:white;
	color:#8b8b8b;
	font-family:arial;
	font-style: italic;
}

/* Please note: IE6 does not support selecting on multiple classes like .SquareInput.StyledInput */
.SquareStyledInput {
	width: 217px;
	font-size: 16px;
}
.isie6 .SquareStyledInput div {
	width: 200px !important;
}
.isie6 #loginForm .blueInput {
	background-position: left -1680px;
	padding-left: 4px;
}
.isie6 #loginForm .blueInput div {
	background-position: right -1644px;
}
.isie6 #loginForm .blueInput input {
	background: #f1faff;
}
.isie6 .SquareInputblueInput input,
.blueInput.SquareInput.StyledInput input {
	background: transparent;
}
div.StyledInput div {
	background: url(../images/widgets.png) right -243px no-repeat;
	padding: 4px 20px 5px 2px;
	border:none !important;
}
.SquareInput.StyledInput div {
	background: url(../images/widgets.png) right -1461px no-repeat;
}

.isie6 .popupDiv .blueInput {
	background: url(../images/widgets.png) left -1680px no-repeat;
	padding-left: 4px;
}
.isie6 .popupDiv .blueInput div {
	width: 310px;
	background: url(../images/widgets.png) right -1644px no-repeat;
}
.isie6 .popupDiv .resetForm .blueInput div {
	width: 215px;
}
.isie6 .popupDiv .resetForm .blueInput div input {
	width: 200px;
}
.portfoliobuilder .popupDiv .blueInput div {
	width: 230px;
}
.isie6 .popupDiv .blueInput div input {
	background: #f1faff;
}
.isie6 .SquareInputblueInput div,
.blueInput.SquareInput.StyledInput div {
	background-position: right -1644px;
}
.isie6 .SquareInputblueInput div { margin-left: 0px;}

.isie6 div.StyledInput div,
.isie7 div.StyledInput div {
	padding-bottom: 6px;
	margin-bottom: 0px;
	height:100%;
}

.isie6 #Input_GoalName {
	background-position: left -1680px;
	padding-left: 4px;
}
.isie6 #Input_GoalName div {
	width: 225px;
	background-position: right -1644px;
}
.isie6 #Input_GoalName div input {
	width: 210px;
	background: #f1faff;
}
.isie6 .SquareInputblueInput {
	padding-left: 4px !important;
}

.isie6 .movedGoalContainer
{
	margin-top: -25px;
}


div.StyledInput.largeInput {
	height: 40px;
	padding-left: 17px;
	background-position: left -200px;
	overflow:hidden;
}
.isie6 div.StyledInput.largeInput, 
.isie7 div.StyledInput.largeInput 
{
	padding-left: 15px;
}

div.StyledInput.largeInput div 
{
	background-position: right -155px;
	padding: 13px 20px 17px 0px;
}
.isie6 div.StyledInput.largeInput div
{
	padding-bottom: 12px;
}
div.StyledInput.largeInput input 
{
	font-size: 12px;
	padding: 0px;
	position: relative;
	left: -10px;
	font-weight: normal;
	width: 125px;
}


#navSearch a {
	padding:5px 9px;
}
#help img {
	height: 18px;
	width: 163px;
	margin-top: -1px;
	padding-left: 5px;
	vertical-align: middle;
}
#header #rightPanel #help p {
	padding: 0px;
}
						
#bodyMain {
	width: 1028px;
}

#navigation {
	margin-left: 24px;
	margin-top: 2px;
	border: none;
}
.isie6 #navigation,
.isie7 #navigation 
{
	position:relative;
	height: 52px;
}
#navigation li {
	display: block;
	float: left;
	padding: 0px;
}

#navigation li a {
	background: url(../images/header_states.png) 0px 0px no-repeat;
	display: block;
	height: 52px;
	line-height: 52px;
	padding: 0px;
}

#navigation li span {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	position:relative;
}

#navigation li .selectedTab {
	color: #253F58;
}

#navigation #iconHome span				{ left: 65px; }
#navigation #iconPortfolioBuilder span	{ left: 55px; }
#navigation #iconFundFinder span		{ left: 55px; }
#navigation #iconFundFinder span		{ left: 55px; }
#navigation #iconBestOf span			{ left: 55px; }
#navigation #iconExpertsDesk span		{ left: 65px; }
#navigation #iconForums span			{ left: 55px; }

#iconHome a {
	width:131px;
}

#iconHome a:hover {
	background-position: 0px -52px;
}
#navigation #iconHome a.selectedTab {
	background-position: 0px -104px;
}

body #iconPortfolioBuilder a {
	background-position: -131px 0;
	width:211px;
}

#iconPortfolioBuilder a:hover {
	background-position: -131px -52px;
}
#navigation #iconPortfolioBuilder a.selectedTab {
	background-position: -131px -104px;
}

body #iconFundFinder a {
	background-position: -342px 0;
	width:172px;
}
#iconFundFinder a:hover {
	background-position: -342px -52px;
}
#navigation #iconFundFinder a.selectedTab {
	background-position: -342px -104px;
}

body #iconBestOf a {
	background-position: -514px 0;
	width:146px;
}
#iconBestOf a:hover {
	background-position: -514px -52px;
}
#navigation #iconBestOf a.selectedTab {
	background-position: -514px -104px;
}

body #iconExpertsDesk a {
	background-position: -660px 0;
	width:192px;
}
#iconExpertsDesk a:hover {
	background-position: -660px -52px;
}
#navigation #iconExpertsDesk a.selectedTab {
	background-position: -660px -104px;
}

body #iconForums a {
	background-position: -852px 0;
	width:132px;
}
#iconForums a:hover {
	background-position: -852px -52px;
}
#navigation #iconForums a.selectedTab {
	background-position: -852px -104px;
}

#contentContainer, .contentContainer {
	margin-top:-3px;
}
.isie6 #contentContainer, 
.isie7 #contentContainer 
{
	border-collapse: collapse;
}
.portfolioFrame .contentContainer 
{
	margin: 20px 15px;
}
#content, .content {
	background: url(../images/layout/contentBackground.gif) repeat-y right;
	width: 1028px;
}
.contentContainer .content 
{
	background-position: left center;
	width: auto;
}
.contentContainer .content .rightBorder 
{
	background: url(../images/layout/contentBackground.gif) repeat-y right;
	margin-left: 4px;
	height: 560px;
}

#topLeft, .topLeft {
	background: url(../images/layout/topLeftCorner.gif) no-repeat;
	padding-left: 44px;
}

#top, .topRight div.top {
	background: url(../images/layout/topRep.gif) repeat-x;
	height: 19px;
	padding: 0px;
	margin: 0px;
}
#topRight, .topRight {
	background: url(../images/layout/topRightCorner.gif) no-repeat right 0;
	padding-right: 44px;
}

#bottomLeft, .bottomLeft {
	background: url(../images/layout/bottomLeftCorner.gif) no-repeat  0 0;
	padding-left: 44px;
}

#bottom {
	background: url(../images/layout/bottomRep.gif) repeat-x;
	height: 19px;
}

#bottomRight, .bottomRight {
	background: url(../images/layout/bottomRightCorner.gif) no-repeat right 0;
	padding-right: 44px;
}

#footer {
	font-size: 12px;
	height: 220px;
	width: 1028px;
	clear: both;
	position: relative;
}
.isie6 .homepage #footer {
	margin-left: 40px;
}
#footer li {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #e2e2d3;	
}
#footer li.noBorder 
{
	border: none;
}
#footer .last {
	border: 0px;
}

#footer #leftModule {
	background: url(../images/layout/whatIsBg.gif) no-repeat;
	width: 320px;
	height: 195px;
	float: left;
	font-size: 11px;
	margin: 15px 0px 0px 0px;
	padding: 31px 0px 0px 30px;
}
#footer #leftModule hr {
	width: 150px;
	margin: 7px 0px 7px 0px;
}
#footer #leftModule p {
	line-height: 1.5;
	margin-top: 10px;
	padding-right:20px;
}
#copyright {
	margin: 20px 0px 0px 0px;
}		
#footer #aboutUs, #footer #siteMap, #footer #more, #footer #feedback, #footer #moreLinks {
	width: 130px;
	float: left;
	margin: 15px 15px 0px 15px;
}
#footer .title,
.relatedMenuHeader {
	font-size: 11px;
	color: #253f58;
	border-bottom: 1px solid #ccccbe;
	font-weight: bold;
}
#footer .feedback {
	color: ##8B8B8B;
	border: none;	
}

#footer #rightLinks a,
.sectionBody a,
#educationContent .articleBody strong a,
#educationContent .articleBody li,
.relatedMenuContent a{
	background: url(../images/layout/footer_link_arrow.gif) no-repeat 1px 3px;
	padding-left:14px;
}

#footer #rightLinks .lipper a {
	background:transparent;
}

#footer .lipper {
	margin-top:40px;
	float:right;
}

#footer #feedback {
	width:150px;
}


a, a:link, a:visited {
	color:#69c;
	text-decoration:none;
}

a:hover {
	color:#32485d;
	text-decoration:none;
}

.hide {
	display:none;
}

#utility_bar {
}

#utility_bar .left {
	background:#fff url(../images/layout/util.gif) no-repeat 0px 0px;
	float:right;
	padding-left:19px;
	margin-right:20px;
}
#utility_bar ul{
	background:#fff url(../images/layout/util.gif) no-repeat right -22px;
	padding-right:19px;
}

#utility_bar li {
	background:#fff url(../images/layout/util.gif) repeat-x 0 -44px;
	color:#999;
	float:left;
	height:22px;
	line-height:18px;
	padding:0 8px;
}

.my_alloc {
	background:transparent url(../images/layout/my_alloc.gif) no-repeat 0px 0px;
	width:25px;
}

.my_map {
	background:transparent url(../images/layout/my_map.gif) no-repeat 0px 0px;
	width:25px;
}

#utility_bar .x-btn-left, #utility_bar .x-btn-right {
	width:18px;
	padding-left:0;
	padding-right:0;
}
#utility_bar .x-btn-left, #utility_bar .x-btn-over .x-btn-left {
	background:transparent url(../images/layout/my_fund.gif) no-repeat 0 0 !important;
	height:22px;
}

#utility_bar .x-btn-right, #utility_bar .x-btn-over .x-btn-right {
	background:transparent url(../images/layout/my_fund.gif) no-repeat 0 -22px !important;
	height:22px;
}

#utility_bar .x-btn-center, #utility_bar .x-btn-over .x-btn-center {
	background:#fff url(../images/layout/my_fund.gif) repeat-x 0 -44px !important;
	width:120px;
}

#utility_bar .x-btn-with-menu .x-btn-center {
	background:#fff url(../images/layout/util.gif) repeat-x 0 -44px;
}

#utility_bar .x-btn-menu-active .x-btn-with-menu .x-btn-left {
	background:transparent url(../images/layout/my_fund.gif) no-repeat scroll 0pt -66px  !important;
	height:22px;
}

#utility_bar .x-btn-menu-active .x-btn-with-menu .x-btn-right {
	background:transparent url(../images/layout/my_fund.gif) no-repeat scroll right -88px  !important;
	height:22px;
}

#utility_bar .x-btn-menu-active .x-btn-with-menu .x-btn-center {
	background:transparent url(../images/layout/my_fund.gif) repeat-x scroll right -110px  !important;
}


#utility_bar .x-btn button {
	color:#69c;
	font-family:verdana,arial;
	font-size:10px;
	font-weight:normal;
}

#utility_bar .x-btn-menu-active button {
	color:#fff !important;
}

#utility_bar .x-btn-with-menu .x-btn-center em {
	background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat scroll right 0px;
	display:block;
	text-align:left;
	padding-right:8px;
	margin-top:-3px;
}

/* */

table.small_button .x-btn-left, table.small_button .x-btn-right {
	width:12px;
	padding-left:0;
	padding-right:0;
}
table.small_button .x-btn-left {
	background:transparent url(../images/site/small_button_sprite.gif) no-repeat 0 0 !important;
	height:26px;
}

table.small_button.x-btn-over .x-btn-left {
	background-position:0 -78px !important;
}

table.small_button .x-btn-right {
	background:transparent url(../images/site/small_button_sprite.gif) no-repeat 0 -52px !important;
	height:26px;
}

table.small_button.x-btn-over .x-btn-right {
	background-position:0 -130px !important;
}

table.small_button .x-btn-center {
	background:#fff url(../images/site/small_button_sprite.gif) repeat-x 0 -26px !important;
	padding-bottom:2px;
}

table.small_button.x-btn-over .x-btn-center {
	background-position:0 -104px !important;
}

table.small_button .x-btn button {
	color:#fff;
	font-family:verdana,arial;
	font-size:11px;
	font-weight:bold;
}

table.small_button.x-btn-menu-active button {
	color:#fff !important;
}

div.popup .x-tip-body {
	color:#5e5e5e;
	font-family:arial;
	font-size:11px;
	padding:5px 0px 0 !important;

	line-height:11px;
}

div.popup h4 {
	border-bottom:1px solid #ededed;
	color:#3f566c;
	display:block;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	padding:0px 10px 13px 20px;
}

div.popup h4 span {
	color:#ffac30;
	font-family:arial;
	font-size:10px;
}

div.popup .tip_links {
	border-top:1px solid #ededed;
	background:#f1faff;
	padding:10px 18px 3px;
}

div.popup .x-tip-tl, div.popup .x-tip-tc , div.popup .x-tip-tr{
	background-image: url(../images/site/tip_top.png);
}

div.popup .x-tip-ml, div.popup .x-tip-mr{
	background: transparent url(../images/site/tip_center.png) repeat-y 0 0;
}

div.popup .x-tip-bl, div.popup .x-tip-br, div.popup .x-tip-bc {
	background-image: url(../images/site/tip_bottom.png);
}

div.popup .x-tip-tl {
	background-position:0 0px;
	padding-left:14px;
}
div.popup .x-tip-tr {
	background-position:right 0px;
	padding-right:14px;
}

div.popup .x-tip-ml {
	background-position:0 0px;
	padding-left:4px;
}
div.popup .x-tip-mr {
	background-position:right 0px;
	padding-right:4px;
}

div.popup .x-tip-mc {
	background:#fff;
}

div.popup .x-tip-tc {
	padding-top:10px;
	background: transparent url(../images/site/tip_top.png) repeat-x 0 -12px;
}

div.popup .x-tip-bl{
	background-position:0 0;
	padding-left:14px;
}


div.popup .x-tip-br{
	background-position:right 0;
	padding-right:14px;
}

div.popup .x-tip-bc {
	height:12px;/*7px;*/
	background: transparent url(../images/site/tip_bottom.png) repeat-x 0 -16px;
}



#my_fund_dd {
	background:#fff;
	border-top:0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #dbdddc;
	border-left:1px solid #fbfbfb;
}
#my_fund_dd ul {
	width:154px;
}

#my_fund_dd ul li {
	white-space:nowrap;
}

#my_fund_dd ul li a {
	color:#6699cc;
	font-size:11px;
	font-family:arial;
}

#quicklinks .floatLeft {
	color:#999;
	font-family:arial;
	font-size:10px;
	line-height:20px;
	padding-left:29px;
}

#quicklinks .floatLeft span {
	font-weight:bold;
}

#quicklinks ul {
	margin-right:20px;
}


#quicklinks li {
	background:white url(../images/layout/glossary_spacer.gif) no-repeat top right;
	float:left;
	padding-right:14px;
	margin-left:10px;
	line-height:20px;
}

#quicklinks li.q_container{
	background:white url(../images/layout/q/left.gif) no-repeat top left;
	padding-left:12px;
	margin-right:20px;
	padding-right:0px;
}
#q {
	background:white url(../images/layout/q/right.gif) no-repeat top right;
	border:0;
	color:#999;
	font-family:arial;
	font-size:10px;
	height:20px;
	width:150px;
	padding-top:4px;
}

/* END HEADERS */


.x-tip h4 {
	color:#32485d;
	display:block;
	font-weight:bold;
}

.x-tip dt {
	border-top:1px solid #ededed;
	color:#5e5e5e !important;
	display:block;
	font-weight:normal;
	padding:15px 0px 5px;
	margin: 0 20px;
}

.x-tip dt.first {border-top:0;}

.x-tip dd {
	color:#999 !important;
	font-size:14px;
	padding:0 0 15px;
	margin: 0 20px;
}

.x-tip-body {
	color:#939393 !important;
	line-height:16px;
	font-size:9px;
	padding:10px !important;
}

.sectionHeader {
	background:#ebffed;
	border:1px solid #ededed;
	border-width:1px 0;
	margin:0 0 10px;
}

.sectionHeader h3 {
	color:#32485D;
	font-family:verdana,tahoma,arial,"Lucida Sans","lucida grande",sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:28px;
	padding-left:2px;
}

.sectionHeader .join_conversation {
	background: transparent url(../images/icons/conversation_bubble.gif) no-repeat 0 0;
	display:block;
	font-family:arial;
	font-size:10px;
	line-height:16px;
	margin-top:5px;
	padding: 0 5px 0 25px;
	height:20px;
}

/* STARS */
.stars {
	background: transparent url(../images/summary/stars.gif) no-repeat 0 -17px;
	margin-left:20px;
	width:120px;
}

.stars div{
	background: transparent url(../images/summary/stars.gif) no-repeat 0 0;
	height:17px;
	width:0px;
}

.stars div.stars_1 {
	width:22px;
}

.stars div.stars_2 {
	width:44px;
}

.stars div.stars_3 {
	width:68px;
}

.stars div.stars_4 {
	width:94px;
}

.stars div.stars_5 {
	width:100%;
}

/* END STARS */

/* INDICATORS */
.barindicator {
	background: transparent url(../images/summary/indicators.gif) scroll left -11px;
	height: 11px;
	margin-top: 10px;
	width: 94px;
}

.barindicator div {
	height: 11px;
	overflow: hidden;
}

.barindicator_label_container 
{
	font-size:9px;
	font-weight:normal;
}
.barindicator_label_container .barindicator_label
{
	line-height:normal;
	margin-bottom:10px;
}
.barindicator_label_container .barindicator_min
{
	text-align:left;
	float:left;
}
.barindicator_label_container .barindicator_max
{
	text-align:right;
	float:right;
}

.barindicator .barindicator0 { width:0; }
.barindicator .barindicator1 { width:21px; }
.barindicator .barindicator2 { width:37px; }
.barindicator .barindicator3 { width:55px; }
.barindicator .barindicator4 { width:72px; }
.barindicator .barindicator5 { width:100%; }

/* END INDICATORS */

/* MAIN CONTENT, GOES TO EOF */
#content {
	margin:0;
	padding: 0 0;
}
body.fullContents #content 
{
	height: auto;
}

/* GENERAL CLASSES */
.topic {
	color:#32485d;
	font-size:10px;
	font-weight:bold;
	line-height:17px;
}
/* END GENERAL */
div#content .welcome div#title,
.aboutus div#content div#title,
.gloassary div#content div#title,
.privacypolicy div#content div#title,
.disclaimerpage div#content div#title,
.lippernotes div#content div#title,
.termsandconditions div#content div#title,
.webquote div#content div#title,
.portfoliobuilder div#content div#title,
.insights div#content div#title {
	background:transparent url(../images/layout/page_header_bottom.gif) repeat-x 0 bottom;
	margin: 0 46px 0 50px;
	float: none;
	display: block;
	width: auto;
}
div#content .welcome div#title {
	background:transparent url(../images/layout/page_header_bottom.gif) repeat-x 0 bottom;
	margin: 0 46px 0 0;
	float: none;
	display: block;
	width: auto;
}
.login div#content .welcome div#title {
	margin-bottom: 20px;
}
.aboutus div#content div#title { background: none; }
#content .welcome 
{
	margin: 0px 0px 0px 35px;
}

.insights #content .welcome 
{
	margin-left: 50px;
}

#content .main-section {
	margin: 0 48px 0 50px;
}
#content .main-section .sub-section {
	padding-bottom: 25px;
}
#content h2 {
	color:#253F58;
	font-size: 24px;
	font-weight:bold;
	padding: 20px 10px 10px 0px;
	font-family: verdana;
}
.insights #content h2 {
	float: left;
	width: 450px;
}
.webquote #content h2 span, .webquote #content h2 a,
.insights #content h2 span, .insights #content h2 a {
	font-weight: normal;
}
.webquote #content h2 span,
.insights #content h2 span {
	color: #e4e5e3;
}
#content h2.TitleHeader 
{
    /*protos do not show this as uppercase*/
	/*text-transform: uppercase;*/
	color: #666666;
	font-family:verdana;
	font-size:28px;
	font-weight:bold;
	padding-bottom: 0px;
	height:40px;
}
#WelcomeMessage {
	/*width: 485px;*/
	width: 100%;
	height: 36px;
	margin-top: 20px;
	background: url(../images/welcome.gif) no-repeat 0 0;
}
#content h2.TitleHeader .Site:hover,
#content h2.TitleHeader .Site:link,
#content h2.TitleHeader .Site:visited,
#content h2.TitleHeader .Site,
.contentHeader h3,
.eduSection h4 {
	color:#253F58;
}
#WelcomeMessage div {
	float: right;
	width: 300px;
}
.issafari #WelcomeMessage div,
.isie7 #WelcomeMessage div {
	margin-right: 40px;
}
#side_panel div .JoinToday {
	display:block;
	width: 300px;
	height: 40px;
	background: url(../images/home.png) left top;
	margin-right:40px;
	margin-bottom:20px;
}

#title_helper {
	/*background: transparent url(../images/builder/header_helper.gif) no-repeat 0 0;*/
	float:right;
	height:78px;
	width:430px;
	padding-left:17px;
	background: url(../images/widgets.png) no-repeat left -1234px;
	overflow:hidden;
}
#title_helper div {
	color:#999;
	font-family:arial;
	font-size:12px;
	padding:14px 110px 0px 0px;
	height:100%;
	background: url(../images/widgets.png) no-repeat right -1143px;
}

#title_helper ul {
	padding-left: 0px;
	padding-top:8px;
}

#title_helper li {
	border-left: 1px solid #b2b2b2;
	float:left;
	padding:0 7px 0 8px;
}

#title_helper li.first {
	border-left:0;
	padding-left:0px;
}

#title_helper li a {
	font-family:arial;
	font-size:12px;
}

.paperclip  {
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
}

.paperclip strong {
	color:#32485d;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}

/*Firefox 2, IE6 and & all expand div to be complete size of parent div, so applying width*/

#page_utilities .floatRight
{
	width:145px;
}

#page_utilities .float_download_pdf
{
	width:183px;
	margin-right:-20px;
}

.isie6 #page_utilities .float_download_pdf 
{
	margin-right:-60px;
}

a.print_this_page {
	background: transparent url(../images/icons/print_to_page.gif) no-repeat 0 0;
	display: block;
	height: 14px;
	float: right;
	margin-right: 40px;
	padding: 0 0 0 25px;
	cursor: pointer;
}
a.download_pdf 
{
	background: transparent url(../images/icons/pdf.gif) no-repeat 0 0;
	display: block;
	height: 15px;
	float: right;
	margin-right: 40px;
	padding: 0 0 0 25px;
	cursor: pointer;
}
/* compensate for margin doubling bug */
.isie6 a.print_this_page {
	margin-right: 20px;
}

.narrow_column {
	float:left;
	width:255px;
}
.isie6 .narrow_column {
	width:210px;
}
.insights .narrow_column {
	width:275px;
}
.ad_column
{
    width: 160px;
    margin: 60px 45px 0px 0px;
}
.narrow_column.floatRight
{
	float: right;
}
div.ad 
{
	padding-bottom: 5px;
	overflow: hidden;
}
.iswebkit div.ad 
{
	padding-bottom: 4px;
}
#rightPanel div.ad 
{
	border-bottom: 1px solid #E2E2D3;
	position: relative;
}

.narrow_column.floatRight div.ad 
{
/*	float: right;
	margin-right: 50px;
*/
}
.isie6 .narrow_column.floatRight div.ad 
{
/*	position: relative;
	left: 53px; */
}

.wide_column {
	float:left;
	width: 619px;
	position: relative;
	overflow: visible;
}

.panel
{
	padding-top: 15px;
}

#overview .narrow_column {
	margin-left: 50px;
}
/* compensate for margin doubling bug */
.isie6 #overview .narrow_column {
	margin-left: 25px;
}

#overview .wide_column {
	margin-left:20px;
}

#details .wide_column {
	float:left;
	width:640px;
}

.portBuilder 
{
	
}

#save {
	border-left:1px solid #ededed;
	margin-left:8px !important;
	/*display:block;*/
}

#save tr {
		padding: 0 0 0 4px;
		/*display:block;*/
}

#save .x-btn-center  {
	padding-left:10px;
	padding-right:10px;
}

.x-combo-list {
	background-color:#fefeee;
	border:0;
}

.x-combo-list-inner {
	background-color:#fefeee;
	padding:0 10px 0;
}

.x-combo-list-item {
	color:#6699cc;
	background:transparent url(../images/summary/bullet.gif) no-repeat 0 8px;
	border-color:#ededed;
	border-width:1px 0 0;
	font-size:11px;
	font-family:arial;
	
	padding:5px 0 5px 10px;
}

.x-combo-list .x-combo-selected {
	background:transparent url(../images/summary/bullet.gif) no-repeat 0 8px;
	border:1px solid #ededed !important;
	border-width:1px 0 0 !important;
	cursor:pointer;
}

.default_dropdown .x-combo-list-inner {
	padding:0;
}
.default_dropdown .x-combo-list-item{
	background:transparent;
	padding:5px 10px 5px;
}

.default_dropdown .x-combo-selected {
	background:#e1effd;
}

.small_combo .combo {
	background:transparent url(../images/site/combo_text.gif) repeat-x scroll 0pt 0pt !important;
	border:0;
	color:#4d7eaf;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	padding:3px 0 0px 8px;
}

.small_combo .x-trigger-wrap-focus .combo {
	background-position:0pt -21px !important;
	color:#fff;
}

#summary_button .x-trigger-wrap-over .combo {
	background-position:0pt -33px !important;
	color:#fff;
}

.small_combo .x-form-field-wrap .x-form-trigger {
	background:transparent url(../images/site/combo_trigger.gif) repeat-x scroll 0pt 0pt !important;
	border:0;
	height:21px;
	width:20px;
}

.big_combo .combo {
	background:transparent url(../images/site/combo_big_text.gif) repeat-x scroll 0pt 0pt !important;
	border:0;
	color:#4d7eaf;
	font-weight:bold;
	padding:4px 0 5px 8px;
}

.big_combo .x-trigger-wrap-focus .combo {
	background:transparent url(../images/site/combo_big_text.gif) repeat-x scroll 0pt -27px !important;
	color:#fff;
}

.big_combo .x-form-field-wrap .x-form-trigger {
	background:transparent url(../images/site/combo_big_trigger.gif) repeat-x scroll 0pt 0pt !important;
	border:0;
	height:27px;
	width:30px;
}

#summary_button .combo {
	background:transparent url(../images/summary/combo_text.gif) repeat-x scroll 0pt 0pt !important;
	border:0;
	color:#4d7eaf;
	font-size:11px;
	font-weight:bold;
	padding:9px 0 6px 8px;
}

#summary_button .x-trigger-wrap-focus .combo {
	background:transparent url(../images/summary/combo_text.gif) repeat-x scroll 0pt -33px !important;
	color:#fff;
}

#summary_button .x-form-field-wrap .x-form-trigger {
	background:transparent url(../images/summary/combo_trigger.gif) repeat-x scroll 0pt 0pt !important;
	border:0;
	height:33px;
	width:28px;
}

#summary_button .x-form-field-wrap {
	float:left;
}

#side_panel 
{
	padding-left: 8px;
}

#content_panel 
{
	background: url(../images/layout/bottomRep.gif) repeat-x top left;
	margin-right: 26px;
}

.ad-space {
	margin-bottom: 15px;
}
#account-manage .ad-space {
/*	float: left;*/
}
.login .right-col .ad-space {
	float: right;
}
.login .right-col {
	width:360px;
	height: 450px;
	float: right;
}

.LifeMap {width: 300px;}
.LifeMap div 
{
	font-weight: bold;
	font-size:11px;
	color: #999999;
	margin-bottom: 10px;
}
.LifeMap .Title 
{
	color: #666666;
	background: url(../images/home.png) 0px -44px;
	padding-left: 24px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.LifeMap ul li 
{
	height: 100px;
	cursor: pointer;
}
.LifeMap ul li a 
{
	height: 100px;
	display: block;
	color:#635D5A;
	font-size:11px;
}
.LifeMap ul li a span.caption {
	position:relative;
	top:37px;
	left:15px;
}

.LifeMap ul li a:link,
.LifeMap ul li a:hover,
.LifeMap ul li a:visited,
.LifeMap ul li a:active { color: #635D5A; }

.LifeMap ul li.rockStar { background: url(../images/home.png) left -60px; }
.LifeMap ul li.family {	background: url(../images/home.png) left -161px; }
.LifeMap ul li.savvy { background: url(../images/home.png) left -262px; }

.LifeMap ul li.rockStar a { padding-right:60px; }
.LifeMap ul li.family a { padding-right:60px; }
.LifeMap ul li.savvy a { padding-right:95px; }


.x-btn-left {
	background:transparent url(../images/summary/btn-sprite.gif) no-repeat scroll 0pt 0pt !important;
	height:42px;
	width:22px;
}

.x-btn-over .x-btn-left {
	background:transparent url(../images/summary/btn-sprite.gif) no-repeat scroll 0pt -126px !important;
}

.disabled_button .x-btn-left {
	background:transparent url(../images/site/btn-disabled-sprite.gif) no-repeat scroll 0pt 0pt !important;
	height:42px;
	width:22px;
}

.x-btn-right {
	background:transparent url(../images/summary/btn-sprite.gif) no-repeat scroll right -84px !important;
	height:42px;
	width:22px;
}

.x-btn-over .x-btn-right {
	background:transparent url(../images/summary/btn-sprite.gif) no-repeat scroll right -210px !important;
}

.disabled_button .x-btn-right {
	background:transparent url(../images/site/btn-disabled-sprite.gif) no-repeat scroll right -84px !important;
	height:42px;
	width:22px;
}

.x-form-check {
	background: url('../images/site/checkbox.gif') no-repeat 0 0;
	height:9px;
	width:10px;
	margin-bottom:3px;
}
.x-form-radio {
	background: url('../images/site/radio.gif') no-repeat 0 0;
}

.x-form-check-focus .x-form-check, .x-form-check-over .x-form-check,
.x-form-check-focus .x-form-radio, .x-form-check-over .x-form-radio {
	background-position: 0 0 ;
}

.x-form-check-checked .x-form-check {
background-position:0pt -9px;
}

.x-form-check-checked .x-form-radio {
	background-position:0pt -14px;
}

body .x-form-check-wrap label,  body .x-form-radio-wrap label{
	color:#8b8b8b;
	display:block;
	font-family:arial;
	font-size:10px;
	font-weight:normal;
}

body .x-form-radio-wrap label{
}

.x-btn-center {
	background:transparent url(../images/summary/btn-sprite.gif) repeat-x scroll 0pt -42px !important;
}

.x-btn-over .x-btn-center {
	background:transparent url(../images/summary/btn-sprite.gif) repeat-x scroll 0pt -168px !important;
}

.disabled_button .x-btn-center {
	background:transparent url(../images/site/btn-disabled-sprite.gif) repeat-x scroll 0pt -42px !important;
}

.disabled_button .x-btn-center button {
	color:#e4e4e4;
}


.x-btn-with-menu .x-btn-left {
	background:transparent url(../images/summary/menu-btn-sprite.gif) no-repeat scroll 0pt 0pt;
	height:41px;
	width:18px;
}

.x-btn-with-menu .x-btn-right {
	background:transparent url(../images/summary/menu-btn-sprite.gif) no-repeat scroll right -41px;
	height:41px;
	width:18px;
}

.x-btn-with-menu .x-btn-center {
	background:transparent url(../images/summary/menu-btn-sprite.gif) repeat-x scroll 0pt -82px;
}

.x-btn-menu-active .x-btn-with-menu .x-btn-left {
	background:transparent url(../images/summary/menu-btn-sprite.gif) no-repeat scroll 0pt -123px  !important;
	height:41px;
	width:18px;
}

.x-btn-menu-active .x-btn-with-menu .x-btn-right {
	background:transparent url(../images/summary/menu-btn-sprite.gif) no-repeat scroll right -205px  !important;
	height:41px;
	width:18px;
}

.x-btn-menu-active .x-btn-with-menu .x-btn-center {
	background:transparent url(../images/summary/menu-btn-sprite.gif) repeat-x scroll 0pt -164px  !important;
}


.x-btn button {
	color:#fff;
	font-family:verdana,arial;
	font-size:11px;
	font-weight:bold;
}

.x-btn-with-menu .x-btn-center em {
	background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat scroll right 0px;
	display:block;
	padding-right:8px;
}

.x-btn-menu-active .x-btn-center em {
	background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat scroll right -100px !important;
}

#charts_ext_tabs .x-tab-strip-text {
	background:transparent url(../images/summary/fund_profile_egg.gif) no-repeat scroll right -38px;
	display:block;
	padding-right:14px !important;
}

#detail_tab_panel .x-tab-strip-text {
	background:transparent url(../images/summary/fund_profile_egg.gif) no-repeat scroll right -38px;
	display:block;
	padding-right:14px !important;
}

#detail_tab_panel  #detail_tab_panel__notes .x-tab-strip-text {
	background-image:none;
	padding-right:0 !important;
}

#charts_ext_tabs .x-tab-strip-active .x-tab-strip-text, #charts_ext_tabs .x-tab-strip-over .x-tab-strip-text {
	background:transparent url(../images/summary/fund_profile_egg.gif) no-repeat scroll right 11px;
}

#detail_tab_panel .x-tab-strip-active .x-tab-strip-text, #detail_tab_panel .x-tab-strip-over .x-tab-strip-text {
	background:transparent url(../images/summary/fund_profile_egg.gif) no-repeat scroll right 10px;
}

#invest_in_fund {
	background:#fff;
	border-top:0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #dbdddc;
	border-left:1px solid #fbfbfb;
}
#invest_in_fund ul {
	width:126px;
}

#invest_in_fund ul li {
	white-space:nowrap;
}

#invest_in_fund ul li a {
	color:#6699cc;
	font-size:11px;
	font-family:arial;
}

a.best_of_funds_w_icons {
	background:transparent url(../images/site/toutes.gif) no-repeat 0 0;
	display:block;
	height:41px;
	width:168px;
}

a.best_of_funds_w_icons:hover {
	background-position:-340px 0;
}

a.portfolio_builder_w_icons {
	background:transparent url(../images/site/toutes.gif) no-repeat 0 -41px;
	display:block;
	height:41px;
	width:168px;
}

a.portfolio_builder_w_icons:hover {
	background-position:-340px -41px;
}

a.best_of_funds_no_icons {
	background:transparent url(../images/site/toutes.gif) no-repeat 0 -82px;
	display:block;
	height:41px;
	width:168px;
}

a.best_of_funds_no_icons:hover {
	background-position:-340px -82px;
}

a.portfolio_builder_no_icons {
	background:transparent url(../images/site/toutes.gif) no-repeat 0 -123px;
	display:block;
	height:41px;
	width:168px;
}

a.portfolio_builder_no_icons:hover {
	background-position:-340px -123px;
}

.x-shadow {
	margin-top:-2px;
	margin-left:-2px;
}

.greater_then {
	background:transparent url(../images/summary/greater_then.gif) no-repeat 2px 4px;
	width:8px;
}
.narrow_column .box {
	background: #fbfffc url(../images/box/border.gif) repeat-y top right;
}

.narrow_column .box .box_top {
	background: transparent url(../images/box/border.gif) repeat-x top left;
}

.narrow_column .box .box_top .box_corner{
	background: transparent url(../images/box/top_right.gif) no-repeat top right;
	height:20px;
}

.narrow_column .box .box_bottom {
	background: transparent url(../images/box/border.gif) repeat-x bottom left;
}

.narrow_column .box .box_bottom .box_corner{
	background: transparent url(../images/box/bottom_right.gif) no-repeat top right;
	height:20px;
}

.narrow_column .box .box_content {
	margin:0 10px 0 30px;
}

.med_module 
{
	margin: 8px 10px;
	padding-top: 8px;
	width: 296px;
	float: left;
	overflow:hidden;
}
.expert, .bestof, .eductr
{
	background-color: #FEFEEE;
	border: 2px solid #F4F4F4;
	border-left: none;
	border-right: none;
	width: 190px;
}
.expert li,
.expert li ul,
.eductr li,
.eductr ul,
.bestof li,
.bestof ul
{
    width: 170px;
}

.expert { margin:20px 10px 8px 0px; clear: left; }
.bestof { margin:20px 5px 8px 10px; float: right; }
.eductr{margin: 20px 8px 0 8px;}

.med_module.expert .module_contents, 
.med_module.bestof .module_contents, 
.med_module.eductr .module_contents
{
    width: 170px;
    padding: 0 10px;
}

.expert .linkList span, 
.bestof .linkList span, 
.eductr .linkList span
{
    padding: 0;
    background: none;
}

.med_module .Title
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	padding: 6px 7px 0px;
	display:block;
}
.eductr .Title
{
    padding: 6px 0px;
}
.med_module .Title,
.med_module a.Title:hover,
.med_module a.Title:link,
.med_module a.Title:visited {
	color: #5E5E5E;
}

.med_module .module_contents 
{
	padding: 1px 12px 4px;
	position: relative;
	float: left;
	clear: both;
	width: 268px;
	display:block;
}
.expert .module_contents { top: -8px; }

.small_module 
{
	padding: 8px 10px;
	width: 190px;
	float: left;
	
}
.portfoliobuilder .small_module
{
	padding: 0px;
}
.small_module.first 
{
	padding-left: 0px;
}
.small_module.last 
{
	padding-right: 0px;
}

.small_module .Title
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	color: #253F58;
	padding: 4px 12px;
}

.small_module .dContainer 
{
	padding-top: 6px;
	background: url(../images/home.png) 210px 0px;
	margin-top: 3px;
}
.small_module.blue .dContainer 
{
	background: url(../images/home.png) 414px 0px;
	margin-top: 3px;
}
.small_module .lContainer 
{
	padding-top: 5px;
	background:url(../images/home.png) 416px -69px;
}
.small_module .cContainer 
{
	padding-bottom: 10px;
	background: url(../images/home.png) 416px 462px;
}
.small_module.tall .cContainer 
{
	background: url(../images/home.png) 416px 841px;
}


.small_module.green .cContainer 
{
	background-position: 210px 462px;
}
.small_module.green .lContainer 
{
	background-position: 210px -69px;
}

.small_module .DescBlock 
{
	border: 1px solid #D6F9D9;
	border-top: none;
	border-bottom: none;
	background-color: #EBFFED;
	color: #999999;
	padding: 0px 12px 6px;
	font-weight: bold;
	height: 55px;
	font-size: 11px;
}
.small_module.blue .DescBlock 
{
	border-color: #DEEFF9;
	background-color: #F1FAFF;
}

.small_module.startHere .DescBlock
{
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
	color: #B1B1B1;
	font-style: italic;
}

.small_module .module_contents 
{
	border: 1px solid #DEEFF9;
	border-top: none;
	border-bottom: none;
	background-color: #F1FAFF;
	padding: 4px 12px;
	height: 214px;
}

/*#Portfolio a.bluebuttonsmall { float: left;}
#FindFunds a.bluebuttonsmall { float: left; margin-left: auto;}*/

.small_module.green .module_contents 
{
	border: 1px solid #D6F9D9;
	border-top: none;
	border-bottom: none;
}
.small_module.green .module_contents 
{
	background-color: #EBFFED;
	padding: 4px 12px;
}

.small_module .module_contents span
{
	color: #253F58;
	font-weight: bold;
	padding: 4px 0px;
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 5px;
}
.small_module .module_contents span div.DropDownMenu { margin-bottom: 4px; }
.small_module .module_contents span.noline 
{
	border: none;
	padding-left: 0px;
}
#bodyMain span.tip {
	background: url(../images/site/category_egg.gif) no-repeat right 3px ;
	padding-right: 10px;
	margin-left: 10px;
	display: inline;
	cursor: pointer;
}
#bodyMain .question span.tip {
	margin-left: 6px;
}
#bodyMain span.tip:hover {
	background-position: right -20px;
}
.small_module .module_contents span.online {
	border: none;
}
.small_module .module_contents ul.GoalList li{
	color: #6699CC;
	background-color: #FEFEEE;
	border-bottom: 1px solid #EDEDED;
	padding: 10px;
	font-weight: bold;
}

.bestof .Title .ex_icon,
.bestof .Title .bo_icon,
.small_module .Title .bo_icon,
.med_module .Title .ex_icon
{
	background:transparent url(../images/home.png) repeat scroll -31px -358px;
	display:block;
	float:left;
	height:30px;
	margin-left:5px;
	width:23px;
	top: -7px;
	position: relative;
}
.bestof .Title .ex_icon,
.bestof .Title .bo_icon
{
	background-position: -77px -358px;
}

.eductr .Title .bo_icon{
	background:transparent url(../images/edu_icon.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:21px;
	margin:7px 1px 0px 5px;
	width:27px;
	top: -7px;
	position: relative;
}

.small_module .Title .bo_icon 
{
	background-position: -72px -358px;
}

.small_module .module_contents .ContactQuestions span 
{
	border: none;
}

.small_module .module_contents a.bluebutton { margin-top: 5px; }

.DropDownMenu 
{
	position: relative;
	background: url(../images/site/combo_trigger.gif) right center no-repeat;
	padding-right: 20px;
	zoom: 1;
	cursor: pointer;
}

/*
.isie6 .DropDownMenu b {
	display:block;
}
.isie6 .listItem {
	width:100%;
}
*/

.ItemDisplaySim,
.DropDownMenu .ItemDisplay 
{
	padding: 3px 0px 3px 6px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	color: #4D7EAF;
	white-space: nowrap;
	background: url(../images/site/combo_text.gif) left top no-repeat;
	z-index:5;
	overflow:hidden;
}

.isgecko.ismac #FundFamily .ItemDisplay,
.issafari .DropDownMenu .ItemDisplay  
{
	padding: 3px 0px 4px 6px;
}

.DropDownMenu.large 
{
	background-image: url(../images/site/combo_big_trigger.gif);
	padding-right: 25px;
}

.DropDownMenu.large .ItemDisplay 
{
	background: url(../images/site/combo_big_text.gif);
	font-size: 17px;
	padding: 4px 0px 3px 6px;
	width: 133px;
	overflow-x: hidden;
}

.DropDownMenu.extraWide .ItemDisplay 
{
	width: auto;
}

.isie6 .DropDownMenu.large .ItemDisplay,
.isie7 .DropDownMenu.large .ItemDisplay { padding: 4px 0px 4px 6px; }
.DropDownMenu-hover div.ItemDisplay,
.DropDownMenu:hover div.ItemDisplay,
.DropDownMenu.hover div.ItemDisplay {
	background-position: left bottom;
	color: #FFFFFF;
	white-space: nowrap;
}

.myfund  .x-panel-btns-ct
{
    padding: 0px 0px 0px 5px;
}

.myfund .DropDownMenu.large .ItemDisplay
{
    font-size: 13px;
    width: 160px;
    height: 20px;
    overflow: visible;
}

.isie6 .myfund .DropDownMenu.large .ItemDisplay
{
    margin: 1px 0px 0px 0px;
    height: 19px;
}

.myfund .DropDownMenu.large
{
    width: 190px;  
    padding-right: 5px;
    margin-top: 5px;
    margin-right: 15px;
    float: left;  
}
.myfund .bluebutton
{
    display: block;
    width: 45px;
    float: left;
}
.myfund .bluebutton span
{
    padding-left: 0px;
    padding-right: 20px;
}

#fund_filters_walk_through .DropDownMenu:hover div.ItemDisplay
 {
	background-position: left top;
	color:#4D7EAF;
}

.DropDownMenu .MenuItemContainer {
	position: absolute;
	display: none;
	z-index: 100;
	zoom: 1;
	border: 1px solid #89B6E4;	
	color: #6699CC;
	background-color: #FEFEEE;
	font-weight: bold;
	top:20px;
	width: 100%;	
	margin-top: 5px;	
}

.DropDownMenu-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	cursor: default;
}
.myfund .investmentPortfolio,
.MenuItemContainer
{
    position: relative;
    z-index: 2;
}

#FundCategory .MenuItemContainer {
	height: 300px;
	width: 300px;
	overflow-y: scroll;
	overflow-x: auto;
}
#FamilyMF .MenuItemContainer,
#FamilyETF .MenuItemContainer,
#FundFamily .MenuItemContainer {
	height: 300px;
	width: 320px;
	overflow-y: scroll;
	overflow-x: auto;
}
#SelPerf .MenuItemContainer 
{
	width: 200px;
	overflow:auto;
}
#GoalList .MenuItemContainer,
#GoalSelect .MenuItemContainer {
	top:26px;
}
.isie6 #GoalSelect .MenuItemContainer {
	width: 180px;
}
.open .MenuItemContainer {
	display: block;
}

.DropDownMenu .MenuItemContainer div.listItem {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	white-space: nowrap;
	border-top:  1px solid #ededed; 
}
/*
.isie6 .DropDownMenu .MenuItemContainer div {
	width:100%;
}
*/
.DropDownMenu .MenuItemContainer div.last {
	border-bottom: 0px;
}

.DropDownMenu.large .MenuItemContainer div {
	padding: 10px;
}
/*
.MenuItemContainer-div-hover,
.DropDownMenu .MenuItemContainer div.listItem:hover {
	background-color: #4D7EAF;
	color: #CFEDFF;
}
*/
.MenuItemContainer-div-hover, 
.DropDownMenu .MenuItemContainer div.listItem-hover {
	background-color: #4D7EAF !important;
	color: #CFEDFF !important;
}
.navContainer
{
    background-color: #f2f4e7;
}

ul.tabMenu li
{
    display: inline-block;
    list-style-type: none;
    padding: 7px 10px;    
    border-bottom: 1px solid #e6e8e7;
    border-right: 1px solid #e6e8e7;  
}

.isfirefox2 ul.tabMenu li
{
    display: inline;   
}

ul.tabMenu li.first
{
    border-left: 1px solid #e6e8e7;
}

ul.tabMenu li.selected
{
    background-color: #fff;
    border-left: none;
    border-bottom: none;
}
ul.tabMenu li.selected a
{
    color: #405568;
}

.isie6 ul.tabMenu li,
.isie7 ul.tabMenu li
{
    display: inline;
}

.review {
	color:#7c7c7c;
	font-family:Arial;
	font-size:12px;
	line-height:19px;
	margin:6px 0 0;
}

.forum_box {
	background:#fbfbfb;
}
.forum_box .top {
	background: transparent url(../images/box/corners.gif) no-repeat top left;
	padding-left:10px;
}

.forum_box .top div {
	background: transparent url(../images/box/corners.gif) no-repeat right -20px;
	padding-right:10px;
}

.forum_box .top div div {
	background: transparent url(../images/box/corners.gif) repeat-x 0 -40px;
	height:10px;
}

.forum_box .bottom {
	background: transparent url(../images/box/corners.gif) no-repeat left -10px;
	padding-left:10px;
}

.forum_box .bottom div {
	background: transparent url(../images/box/corners.gif) no-repeat right -30px;
	padding-right:10px;
}

.forum_box .bottom div div {
	background: transparent url(../images/box/corners.gif) repeat-x 0 -50px;
	height:10px;
}
.isie6 .forum_box .bottom div div {
	font-size: 4px;
}

.forum_box_body {
	border:1px solid #ededed;
	border-width: 0 1px;
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	padding:0 10px;
}

.forum_box_body span {
	color:#5e5e5e;
	font-style:italic;
}
.forum_comment {
	background: transparent url(../images/box/comment.gif) no-repeat top right;
	color:#acacac;
	float:left;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	height:20px;
	margin: -1px 0 8px 10px;
	padding-right:20px;
}

.forum_comment div {
	background: transparent url(../images/box/small_user.gif) no-repeat 0 0px;
	display:inline;
	line-height:20px;
	padding: 0 0 2px 20px;
}

.forum_response {
	background: transparent url(../images/box/response.gif) no-repeat top left;
	color:#acacac;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	float:right;
	height:20px;
	margin: -1px 10px 8px 0;
	padding-left:20px;
}

.forum_response div {
	background: transparent url(../images/box/small_expert.gif) no-repeat 0 0px;
	display:inline;
	line-height:20px;
	padding: 0 0 2px 20px;
}

div.drop_down_full 
{
	/*background: url(../images/summary/invest_fund_rollover.gif) no-repeat 0 0px;*/
	background-color: #32485D;
	padding: 5px 8px;
}
.container div.drop_down_full span 
{
	font-size: 15px;
	color: #FFFFFF;
	padding: 0px;
	border: none;
	margin: 0px;
	/*background: url(../images/summary/invest_fund_rollover.gif) no-repeat 0 0px;*/
}

#fund_profile {
	margin:0px 0 20px;
}

#fund_profile li {
	border-bottom:1px solid #ededed;
	
}
.fundsummary .fundIdentifier-help,
#fund_profile .help {
	background:transparent url(../images/site/category_egg.gif) no-repeat 0 4px;
	cursor:pointer;
	display:block;
	float:left;
	margin-left:5px;
	margin-top:3px;
	width:15px;
	height:26px;
}

.profile-matrix .help {
	background: transparent url(../images/site/category_egg.gif) no-repeat right 2px;
	padding: 2px 20px 3px 0;
	zoom: 1;
}

#fund_title .help-over,
#fund_profile .help-over { 
	background-position: 0 -18px;
}

.profile-matrix .help-over {
	background-position: right -20px;
}

#fund_profile dt, #fund_profile dd {
	float:left;
	line-height:30px;
}

#fund_profile dt {
	color:#999;
	clear:both;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	margin-right:10px;
	width:120px;
}

#fund_profile dd {
	color:#5e5e5e;
	font-family:'lucida', "Lucida Sans","lucida grande",verdana,tahoma,arial,sans-serif;
	font-size:12px;
}


#summary_bar {
	background-color:#ebffed;
	border: 1px solid #ededed;
	border-width:1px 0;
	margin:8px 60px 15px 10px;
}
#summary_bar dl {
	padding: 0 10px 0 15px;
}
#summary_bar dd, #summary_bar dt {
	float:left;
	font-family:"Lucida Sans","lucida grande",verdana,tahoma,arial,sans-serif;
	font-size:11px;
	padding: 7px 0;
}

#summary_bar dt {
	color:#939393;
	font-family:'arial';
	line-height:14px;
}

#summary_bar dd {
	border-right: 1px solid #e5e8e7;
	color:#5e5e5e;
	font-weight:bold;
	margin:0 15px 0 5px;
	padding-right:15px;
}

#summary_bar dd.last {
	border-right:0;
	margin-right:0;
	padding-right:0;
}

#charts_tabs .x-tab-strip-top {
	margin: 0 0 0 10px;
	width:600px;
}

#charts_tabs #charts_ext_tabs__first_tab {
	padding-left:5px;
}

#charts_tabs #charts_ext_tabs__first_tab.x-tab-strip-active, #charts_tabs #charts_ext_tabs__first_tab.x-tab-strip-over {
	background:transparent url(../images/summary/chart_tail_left.gif) no-repeat 0 24px;
}

#charts_tabs #charts_ext_tabs__historical_tab {
	padding-right:15px;
}
#charts_tabs #charts_ext_tabs__historical_tab.x-tab-strip-active, #charts_tabs #charts_ext_tabs__historical_tab.x-tab-strip-over {
	background:transparent url(../images/summary/chart_tail_right.gif) no-repeat right 25px;
}

#charts_tabs .x-tab-strip-spacer {
	height:0;
}

#charts_tabs .x-tab-panel-header-plain .x-tab-strip-top {
	background:#FFFEF4 url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll 0pt 0pt !important;
	/*background:#fffef4 url(../images/summary/charts_tabs_bg.gif) repeat-x scroll center top !important;*/
	border-bottom:0;
}

#charts_tabs .x-tab-strip-top .x-tab-right{background-image: url(../images/summary/charts-tabs-sprite.gif)}
#charts_tabs .x-tab-strip-top .x-tab-left{background-image: url(../images/summary/charts-tabs-sprite.gif)}
#charts_tabs .x-tab-strip-top .x-tab-strip-inner{background-image: url(../images/summary/charts-tabs-sprite.gif)}

#charts_tabs .x-tab-strip-top #charts_ext_tabs__first_tab .x-tab-right{background-image: url(../images/summary/charts-tabs-sprite-left.gif)}
#charts_tabs .x-tab-strip-top #charts_ext_tabs__first_tab .x-tab-left{background-image: url(../images/summary/charts-tabs-sprite-left.gif)}
#charts_tabs .x-tab-strip-top #charts_ext_tabs__first_tab .x-tab-strip-inner{background-image: url(../images/summary/charts-tabs-sprite-left.gif)}

#charts_tabs .x-tab-strip-top #charts_ext_tabs__historical_tab .x-tab-right{background-image: url(../images/summary/charts-tabs-sprite-right.gif)}
#charts_tabs .x-tab-strip-top #charts_ext_tabs__historical_tab .x-tab-left{background-image: url(../images/summary/charts-tabs-sprite-right.gif)}
#charts_tabs .x-tab-strip-top #charts_ext_tabs__historical_tab .x-tab-strip-inner{background-image: url(../images/summary/charts-tabs-sprite-right.gif)}

#downloads {
	border-bottom:1px solid #e4e9d4;
	padding:18px 0 4px;
	margin:0 60px 0 10px;
}

#downloads li {
	display: block;
	float:left;
	margin: 0 30px 0 0;
}

#downloads li.last {
	margin: 0;
}

#downloads li a {
	display:block;
	font-family:arial;
	font-size:10px;
	line-height:18px;
}

#downloads li.download_report a {
	background:transparent url(../images/icons/download_icons.gif) no-repeat 0px 0px;
	padding-left:20px;
}

#downloads li.download_prospectus a {
	background:transparent url(../images/icons/download_icons.gif) no-repeat 0px -25px;
	padding-left:20px;
}

#downloads li.download_historical a {
	background:transparent url(../images/icons/download_icons.gif) no-repeat 0px -49px;
	padding-left:20px;
}

#downloads li.download_disclosure a {
	background:transparent url(../images/icons/download_icons.gif) no-repeat 0px -75px;
	padding-left:20px;
}


.notes {
	margin:0 0 0px 0px;
}

.notes .notes_header {
	margin:15px 0 5px;
}

.notes .notes_box {
	background:#fffef4 url(../images/notes/top.gif) repeat-x top left;
	margin:0 0 10px;
}

.notes .notes_box_top {
	background:transparent url(../images/notes/top_left.gif) no-repeat top left;
}

.notes .notes_box_top div {
	background:transparent url(../images/notes/top_right.gif) no-repeat top right;
	height:10px;
}

.notes .notes_box_bottom {
	background:transparent url(../images/notes/bottom_left.gif) no-repeat bottom left;
}

.notes .notes_box_bottom div {
	background:transparent url(../images/notes/bottom_right.gif) no-repeat bottom right;
	height:10px;
}

.notes_content {
	background:#dbdbc9;
}

.notes_content div{
	background:#efeee0;
	margin: 0 0 0 1px;
}

.notes_content div div{
	background:#fafbf4;
	margin:0 0 0 1px;
}

.notes_content div div div{
	background:#fffef4;
	margin:0 1px 0 0;
}

.notes_content div div div div {
	margin:0 8px 0 9px;
}

.notes textarea {
	background:#fffef4;
	border:0;
	color:#999;
	font-family:arial;
	font-size:10px;
	display:block;
	padding:0;
	width:100%;
	height:180px;
}

#details {
	background:	#fbfffc url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll 0 0 !important;
	margin:20px 4px 0;
}

#details .x-tab-panel-header {
	padding-left:32px;
}

#details #detail_tab_panel__profile {
	padding-left:14px;
}

#details #detail_tab_panel__profile.x-tab-strip-active, #details #detail_tab_panel__profile.x-tab-strip-over {
	background: #fff url(../images/site/tab_tail_left.gif) no-repeat left 25px !important;
}

/*body .x-tab-strip-over span.x-tab-strip-text {
padding:11px 0pt !important;
}
body .x-tab-strip-active span.x-tab-strip-text {
padding:11px 0pt 12px !important;
}*/

#details #detail_tab_panel__profile.x-tab-strip-over {
/*	background-position:0pt 25px !important;*/
}

.x-tab-strip-top #detail_tab_panel__profile .x-tab-right {
	background:transparent url(../images/site/tabs_first.gif) no-repeat scroll 0pt -51px;
}

.x-tab-strip-top #detail_tab_panel__last .x-tab-left {
	background-image: url(../images/site/tabs_last.gif)
}

#details #detail_tab_panel__last {
	padding-right:14px;
}

#details #detail_tab_panel__last.x-tab-strip-active, #details #detail_tab_panel__last.x-tab-strip-over {
	background: #fff url(../images/site/tab_tail_right.gif) no-repeat right 25px !important;
}

.x-tab-strip-top #detail_tab_panel__profile.x-tab-strip-active .x-tab-right, .x-tab-strip-top #detail_tab_panel__profile.x-tab-strip-over .x-tab-right {
	background-position:0pt 0pt;
}

#details #detail_tab_panel__notes.x-tab-strip-active, #details #detail_tab_panel__notes.x-tab-strip-over {
	background: #fff url(../images/site/tab_tail_right.gif) no-repeat right 25px !important;
	padding-right:14px;
}

.x-tab-strip-top #detail_tab_panel__notes .x-tab-right {
	background-image: url(../images/summary/notes_tab.gif);
}

.x-tab-strip-top #detail_tab_panel__notes.x-tab-strip-active .x-tab-right {
	background-position:0pt 0pt;
}

.x-tab-strip-top #detail_tab_panel__notes.x-tab-strip-active .x-tab-left {
	background-position:right -301px;
}

.x-tab-strip-top #detail_tab_panel__notes .x-tab-left {
	background-image: url(../images/summary/notes_tab.gif);
}

.x-tab-strip-top #detail_tab_panel__notes .x-tab-strip-inner {
	background-image: url(../images/summary/notes_tab.gif);
}
.x-tab-strip-top #detail_tab_panel__notes.x-tab-strip-active .x-tab-strip-inner {
	background-position:0pt -151px;
}

#details .x-tab-panel-bwrap {
	padding: 25px 50px 0;
}

#details .x-panel-bwrap {
	height:300px;
}

#details .details_header,
.fundsummary .details_header
{
	background:#fefef1;
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
	color:#32485d;
	font-family:verdana,"lucida grande",tahoma,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:15px;
	padding: 7px 0 7px;
}

#details_content {
}

#details_profile .floatLeft {
	color:#7c7c7c;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	width:520px;
}

#details_profile .floatRight {
	width:360px;
}

.lipper_matrix_columns {
	background:#fefef1;
	border:1px solid #ededed;
	border-width:1px 0;
}
.lipper_matrix_columns div {
	border-left:1px solid #ededed;
	color:#5e5e5e;
	font-family:arial;
	font-size:11px;
	float:left;
	text-align:center;
	padding: 7px 0 7px;
	width:86px;
}

.lipper_matrix_row {
	border:1px solid #ededed;
	border-width:0 0 1px;
}
.lipper_matrix_row div {
	border-left:1px solid #FBFFFC;
	float:left;
	text-align:center;
	padding: 7px 0 7px;
	width:86px;
}
.lipper_matrix_key {
}
.lipper_matrix_key div {
	float:right;
	text-align:center;
	border-left:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding: 9px 5px 8px;
}

.lipper_matrix_key div.first {
	border-left:0;
	padding: 7px 5px 7px;
}

#details_leaders div.col_1 {
	border:0;
}

#details_leaders div.col_2 {
	width:106px;
}

#details_leaders div.col_5 {
	width:82px;
}

.profile_matrix_columns {
	background:#fefef1;
	border:1px solid #ededed;
	border-width:1px 0 0;
}

.profile_matrix_columns .profile_matrix_row_header {
	width:100px;
	padding:6px 0 5px 5px;
	border-width: 0px;
}

.profile_matrix_columns .profile_matrix_row_header h3 {
	color:#32485d;
	float:left;
	font-family:verdana,"lucida grande",tahoma,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

.profile_matrix_row div{
	/*background: transparent url(../images/profile/grid_cell.gif) no-repeat 14px 8px;*/
	border-left:1px solid #ededed;
	float:left;
	height:50px;
	width:60px;
}

.profile_matrix_row div.selected {
	background: transparent url(../images/summary/big_egg.gif) no-repeat -33px 7px;
}
.profile_matrix_row div.help-over {
	background-position: -173px 7px;
}

.profile_matrix_row {
	border-top:1px solid #ededed;
}
.profile_matrix_row .profile_matrix_row_header {
	background:#fefef1;
	background-image:none;
	/*border-right:1px solid #ededed;*/
	border-left:0;
	color:#5e5e5e;
	font-family:arial;
	font-size:11px;
	line-height:50px;
	padding-right:20px;
	text-align:right;
	width:85px;
}

.profile_matrix_columns div {
	border-left:1px solid #ededed;
	color:#5e5e5e;
	font-family:arial;
	font-size:11px;
	float:left;
	text-align:center;
	padding: 7px 0 7px;
	width:60px;
}

#summary_button {
	margin: 0 0 10px;
}

#summary_button .x-btn {
	float:left;
	margin: 0 4px 0 0;
}

.x-panel-btns-ct {
	padding:0;
	margin-bottom:10px;
}

#details_tabs {
}

ul.x-tab-strip li {
	margin-left:0px;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
	background:transparent;
	border:0;
}

.x-tab-panel-body, .x-panel-body {
	background:transparent;
	border:0;
}
.x-tab-panel-header-plain .x-tab-strip-top {
	background:#fbfefb url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll 0 0 !important;
	border-bottom:0;
}
.x-tab-strip span.x-tab-strip-text {
	color:#6699cc;
	font-size:10px;
	font-weight:bold;
	letter-spacing: 0.56px;
	padding: 9px 0 12px 0 !important;
}

.x-tab-strip-active span.x-tab-strip-text {
	color:#fff;
	cursor:default;
	font-weight:bold;
}

.x-tab-strip-over span.x-tab-strip-text{color:#fff !important;}

.x-tab-strip-top .x-tab-right {
	padding-left:15px;
}

.x-tab-strip-top .x-tab-left {
	padding-right:15px;
}

#details_returns {margin:1px 0 0 0;}

#details_returns table,
#details_fees table,
#details_management table {
	width: 100%;
}

/*table, tr {
	width:100%;
}*/

.default_table th,
.default_table td {
	border-top:1px solid #e5e5e5;
}

table.default_table th, table.default_table td {
	padding:8px 5px;
}

#details_returns table th, #details_returns table td {
	text-align:right;
	width:120px;
}

table th {
	background:#fffef4;
	color:#32485d;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}

table td {
	color:#7c7c7c;
	font-size:12px;
}

.default_table td {
	font-family:arial;
}

#details_returns table .first_column {
	font-family:arial;
	text-align:left;
	width:140px;
}

#details_returns table th.first_column, #details_management table th.first_column, #details_top_holdings table th.first_column {
	color:#32485d;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
}

#details_returns table th, #details_management  table th, #details_top_holdings table th {
	color:#5e5e5e;
	font-family:arial;
	font-weight:normal;
	font-size:11px;
}

.homepage .top 
{
	padding: 15px 0px 20px 0px;
	margin: 0px;
}

.top .narrow_column
{
	width: 440px;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.top .wide_column  
{
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	line-height: 18px;
}
.info 
{
	font-size: 11px;
	background-color: #C4FAE4;
	padding: 2px 6px 2px 29px;
	width: 170px;
	position:absolute;
	right: 0px;
}
.isie6 .info { right: -1px;}

.top .descBlurb { width: 410px; }
.isie6 a.descBlurb:hover,
.isie6 a.descBlurb:link,
.isie6 a.descBlurb:visited {
	color: #999;
}

.info div.tip 
{
	position: absolute;
	top: 19px;
	left: 8px;
	background:transparent url(../images/site/category_egg.gif) no-repeat scroll right 3px;
	height: 19px;
	width: 13px;
}

.info span.bold 
{
	text-transform: capitalize;
}

table td.down {
	color:#f00;
}

table td.up {
	color:#05c513;
}

#details_top_holdings {
	margin-top:1px;
	height:300px;
}

#details_top_holdings table {
	display:block;
	padding-right:90px;
}
#details_top_holdings table th, #details_top_holdings table td {
	text-align:left;
	width:160px;
}

#details_top_holdings table .first_column {
	width:240px;
	font-family:arial;
}

#details_top_holdings table .first_column {
	text-align:left;
	width:240px;
	font-family:arial;
}

#details_top_holdings table .last {
	padding-right:90px;
}

#details_top_holdings ul {
	margin: 2px 20px;
}

#details_top_holdings ul li{
	color:#5e5e5e;
	font-family:arial;
	font-size:11px;
	padding:3px 0 3px 25px;
}

#details_top_holdings ul li span{
	color:#acacac;
}

#details_top_holdings .top_5_holdings {
	background: transparent url(../images/summary/top_five_swatch.gif) no-repeat 10px 5px;
	border-bottom:1px solid #e5e5e5;
}

#details_top_holdings .other_holdings {
	background: transparent url(../images/summary/other_holding_swatch.gif) no-repeat 10px 5px;
}

#top_5_pie {
	position:absolute;
	top: 0;
	right: 0;
	z-index:3;
}
	
#top_5_pie_container {
	background: transparent url(../images/summary/top_5_pie.png) no-repeat 0 0;
	padding: 40px 0 0;
	height:190px;
	width:190px;
}
.isie6 #top_5_pie_container
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='images/summary/top_5_pie.png');
}


.top_5_pie_percent {
	color:#ffac30;
	font-family:arial;
	font-size:66px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:140px;
}
.top_5_pie_percent span {
	font-size:36px;
} 

.top_5_pie_percent span, .top_5_pie_percent div {
	display: inline;
}
.top_5_pie_footer {
	font-family:arial;
	font-size:12px;
	color:#8b8b8b;
	text-align:center;
}

#top_5_pie_container .top_5_pie_title {
	color:#32485d;
	padding:5px 0;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	margin:0 auto;
	width:100px;
	text-transform: uppercase;
}

#top_5_pie_container .top_5_pie_title span {
	color:#8b8b8b;
}

#details_management {margin:1px 0 0;}

#details_leaders .floatLeft {
	color:#8b8b8b;
	font-family:arial;
	width:450px;
}

#details_leaders .floatRight {
	color:#8b8b8b;
	width:450px;
}

#details_fees table {
	margin-top:1px;
}

#details_fees .fee_column {
	float:left;
	margin-right:38px;
	width:280px;
}

#details_fees div.last {
	margin-right:0;
}

#details_fees table td.last_column {
	text-align:right;
}

div.white .x-tip-tl, div.white .x-tip-tc , div.white .x-tip-tr, div.white .x-tip-bc, div.white .x-tip-bl, div.white .x-tip-br, div.white .x-tip-ml, div.white .x-tip-mr{
	background-image: url(../images/summary/white-tip-sprite.gif);
}


/* tabbed sub-menu */
.sub-menu {
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #e5e8e7;
	background-color: #f4f4eb;
}
.sub-menu li {
	padding: 16px 8px;
	border-right: 1px solid #e5e8e7;
	border-bottom: 1px solid #e5e8e7;
	background-color: #f4f4eb;
	display: inline;
}
.sub-menu li.selected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

/* Contact Us */
#div-contact-us .sub-section {
	font-size: 13px;
}
#div-contact-us .sub-section h3 {
	color: #32485d;
	font-weight: bold;
	font-family: Verdana;
}
#div-contact-us .sub-section h5 {
	margin-bottom: 4px;
	font-size: 13px; 
	color: #5e5e5e;
	font-weight: bold;
}
#div-contact-us .sub-section .row {
	margin-bottom: 2px;
}
#div-contact-us table {
	width: 300px;
}
#div-contact-us table td {
	font-size: 13px;
	padding-bottom: 3px !important;
}

#disclaimerDiv {
	margin-left:50px;
	width:615px;
}
#tcDiv 
{
	float: left;
	line-height:130%;
	margin-left:50px;
	width:700px;
}
.isie6 #tcDiv 
{
	margin-left:30px;
}
#tcDiv p {
	color:#8B8B8B;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	width:680px;
}
#tcDiv dd 
{
	padding-left: 30px;
}

#forumRules {
	margin:0pt;
	padding:0pt;
	width:600px;
}

#forumRules li {
	list-style-position:inside;
	list-style-type:disc;
	padding:5px 0pt 5px 30px;
}
.termsandconditions .disclaimer {
	text-transform:uppercase;
}

.titleList li
{
	padding: 3px 0px 5px;
	border-top: 1px solid #D4D4D4;
}
.titleList li.last { border: none;}
.titleList li.first { border: none;}
/*-- keeps this rule .titleList div 
{
	display: inline;
}*/
.titleList li.first a:hover,
.titleList li.first a:link,
.titleList li.first a:visited {
	color: #8B8B8B;
}

.titleList .title 
{
	font-weight: bold;
	font-style: italic;
	padding-right: 5px;
}

.linkList 
{
	border-top: 1px solid #D4D4D4;
}
.linkList li
{
	padding: 8px 0px;
	border-bottom: 1px solid #D4D4D4;
	zoom: 1;
}

.linkList span 
{
	padding: 0px 5px 0px 14px;
	background: transparent url(../images/layout/footer_link_arrow.gif) no-repeat scroll 1px 3px;
}
.linkList li.last { border: none; }
.linkList li.last span 
{
	padding:0px;
	background: none;
}

.ContactQuestions 
{
	margin-top: 15px;
}
#bodyMain .ContactQuestions span, #bodyMain .ContactQuestions a
{
	font-size: 10px;
	color: #32485D;
	padding:0px;
	display: inline;
}
#bodyMain .ContactQuestions li.first 
{
	padding: 4px 0px;
}
#bodyMain .ContactQuestions li.first span 
{
	text-transform: uppercase;
	font-size: 12px;
}

.homepage #Portfolio .bluebuttonsmall { width:120px; }
.homepage #FindFunds .bluebuttonsmall { width:80px; }


.privacypolicy hr {
	margin: 10px 0px 15px 0px;
}
.privacypolicy h3 {
	font-size:14px;
	margin-bottom:10px;
}
dl.genericList dt {
		padding: 5px 0px;
		font-weight:bold;
}

dl.genericList dd {
	padding: 5px 0px;
}

.login .builder_tip {
	float: right;
	margin-bottom: 20px;
}
.login .welcome 
{
	padding-right: 50px;
}
.login a.SignIn 
{
	width: 130px;
	clear: both;
}
.login .StyledInput.SquareInput {
	margin-bottom: 10px;
	width: 225px;
}
.login .StyledInput.SquareInput div input {
	width: 200px;
}
.isie6 .portfoliobuilder .popupDiv .login .blueInput {
	width: 130px;
}
.login .narrow_column p 
{
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 2px;
	color: #707070;
}
.login .narrow_column p.passworRetrieve 
{
	font-size: 11px;
	font-weight: normal;
	color: #6699CC;
	padding: 0px 0px 25px 4px;
}

/***************
 *  Tab Panel  *
 ***************/
.tab-panel {
	background: #FBFFFC url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll 0 0;
	margin: 20px 4px 0 4px;
}

.tab-panel-header {
	float: left;
	padding-left: 32px;
}

.tab-panel-header ul {
	list-style-type: none;
}

.tab-panel-header ul li {
	display: block;
	float: left;
}

.tab-panel-header ul li.first a {
	padding-left: 15px;
}
.tab-panel-header ul li.first a:hover, 
.tab-panel-header ul li.first a.active {
	background: transparent url(../images/site/tab_tail_left.gif) no-repeat scroll 0 25px;
}

.tab-panel-header ul li.last a {
	/*padding-right: 15px;*/
}
.tab-panel-header ul li.last a:hover,
.tab-panel-header ul li.last a.active {
	background: transparent url(../images/site/tab_tail_right.gif) no-repeat scroll right 25px;
}

.tab-panel-header ul li a {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	font-family: tahoma,arial,helvetica;
	font-weight: bold;
	letter-spacing: 0.56px;
}
.tab-panel-header ul li a:hover,
.tab-panel-header ul li a.active {
	color: #fff;
}

.tab-panel-header ul li a span.tab-left {
	background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat scroll 0 -51px;
	display: block;
	padding-left: 15px;
}
.tab-panel-header ul li.first a span.tab-left {
	background-image: url(../images/site/tabs_first.gif);
}
.tab-panel-header ul li a:hover span.tab-left,
.tab-panel-header ul li a.active span.tab-left {
	background-position: 0 0;
}

.tab-panel-header ul li a span.tab-right {
	background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat scroll right -351px;
	display: block;
	padding-right: 15px;
}
.tab-panel-header ul li.last a span.tab-right {
	background-image: url(../images/site/tabs_last.gif);
}
.tab-panel-header ul li a:hover span.tab-right,
.tab-panel-header ul li a.active span.tab-right {
	background-position: right -301px;
}

.tab-panel-header ul li a span.tab-middle {
	background: transparent url(../images/default/tabs/tabs-sprite.gif) repeat-x scroll 0 -201px;
	display: block;
}
.tab-panel-header ul li a:hover span.tab-middle,
.tab-panel-header ul li a.active span.tab-middle {
	background-position: 0 -151px;
}

.tab-panel-header ul li a span.tab-text {
	/*background: transparent url(../images/summary/fund_profile_egg.gif) no-repeat scroll right -38px;  */
	display: block;
	/*padding: 9px 15px 12px 0;*/
	padding: 9px 0 12px 0;
}
.tab-panel-header ul li a span.tab-text .help {
	background: url(../images/summary/fund_profile_egg.gif) no-repeat scroll right -48px; /* egg icon */
	padding-left: 15px;
}
.tab-panel-header ul li a:hover span.tab-text,
.tab-panel-header ul li a.active span.tab-text {
	background-position: right 10px;
}
.tab-panel-header ul li a:hover span.tab-text .help, 
.tab-panel-header ul li a.active span.tab-text .help {
	background-position: right 1px;
}
.tab-panel-body {
	clear: left;
	padding: 25px 50px 0 50px;
}

.tab-content {
	position: relative;
}

/* Charts Tab Panel */
#charts-tab-panel {
	background: none;
}

#charts-tab-panel .tab-panel-header ul li.first a:hover, 
#charts-tab-panel .tab-panel-header ul li.first a.active {
	background: transparent url(../images/summary/charts_tail_left.gif) no-repeat scroll 0 25px;
}
#charts-tab-panel .tab-panel-header ul li.last a:hover,
#charts-tab-panel .tab-panel-header ul li.last a.active {
	background: transparent url(../images/summary/charts_tail_right.gif) no-repeat scroll right 25px;
}
#charts-tab-panel .tab-panel-header ul li a:hover span.tab-left,
#charts-tab-panel .tab-panel-header ul li a.active span.tab-left {
	background-image: url(../images/summary/charts-tabs-sprite.gif);
}
#charts-tab-panel .tab-panel-header ul li a:hover span.tab-right,
#charts-tab-panel .tab-panel-header ul li a.active span.tab-right {
	background-image: url(../images/summary/charts-tabs-sprite.gif);
}
#charts-tab-panel .tab-panel-header ul li a:hover span.tab-middle,
#charts-tab-panel .tab-panel-header ul li a.active span.tab-middle {
	background-image: url(../images/summary/charts-tabs-sprite.gif);
}

#charts-tab-panel .tab-panel-header ul li.first a:hover,
#charts-tab-panel .tab-panel-header ul li.first a.active {
	background-image: url(../images/summary/chart_tail_left.gif);
}

#charts-tab-panel .tab-panel-header ul li.last a:hover,
#charts-tab-panel .tab-panel-header ul li.last a.active {
	background-image: url(../images/summary/chart_tail_right.gif);
}

#charts-tab-panel .tab-panel-header ul li.first a {
	padding-left: 5px;
}
#charts-tab-panel .tab-panel-body {
	padding: 0;
}
#charts-tab-panel .tab-panel-header {
	padding-left: 10px;
}

/* Profile Matrix */
table.profile-matrix {
	border-collapse: separate;
}

table.profile-matrix th,
table.profile-matrix td {
	border: 1px solid #EDEDED;
	border-width: 1px 0 0 1px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
table.profile-matrix th {
	background-color: #FEFEF1;
	font-weight: normal;
	padding: 7px 0;
}
table.profile-matrix td {
	height: 50px;
}
table.profile-matrix th.col1 {
	padding-right: 20px;
	text-align: right;
	width: 85px;
	border-left: none;
}
table.profile-matrix thead th.col1 {
	font-weight: bold;
}

table.profile-matrix td.selected {
	background: transparent url(../images/summary/big_egg.gif) no-repeat scroll -33px 7px;
}
table.profile-matrix td.help-over {
	background-position: -173px 7px;
}


/* ==================== */
#account-manage .left-col { 
	width: 550px;
	width: 530px;
	margin-top: 15px;
	float: left;
}
.freeoffers .right-col,
#account-manage .right-col { 
	width: 315px;
	margin-left: 60px;
	float: left;
	margin-top: 15px;
}	
#account-manage .left-col #div-user-fields {
	margin-top: 25px;
}
#account-manage .left-col #div-user-fields, 
#account-manage .left-col #div-profile-fields {
	clear: both;
}
#account-manage .left-col #div-profile-fields {
	margin-top: 25px;
	
}
#account-manage .left-col #div-profile-fields .field-container {
	margin-top: 15px;
}
#account-manage .left-col h4 {
	color: #32485d;
	border-bottom: 1px solid #e5e7e9;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
}
.edit-account #account-manage .left-col h4 {
	width: 510px;
}
#account-manage .left-col #div-user-fields h4 span {
	float: right;
	margin-top: -14px;
	font-size: 11px;
	font-weight: normal;
}
.isie6 #account-manage .left-col #div-user-fields h4 span,
.isie7 #account-manage .left-col #div-user-fields h4 span {
	margin-top: -18px;
}
#account-manage .left-col p {
	font-size: 11px;
	padding-left: 10px;
	width: 520px;
}
#account-manage .left-col .signup-notes {
	font-size: 14px;
}
#account-manage .left-col .field {
	width: 520px;
	font-size: 13px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}
.edit-account #account-manage .left-col .field {
	clear: both;
}
.edit-account #account-manage .left-col .field .user-name {
	display: block;
	font-weight: normal;
	margin-left: 10px;
}
.edit-account #account-manage .left-col .field .knowledge, .edit-account #account-manage .left-col .field .broker 
{
	display: block;
	font-weight: normal;
	float: left;
	margin: 10px 50px 0px 10px;
}

#div-broker-info a,
.edit-account #account-manage .left-col .field a {
	font-weight: normal;
	font-size: 11px;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}
#account-manage .left-col #div-profile-fields p {
	width: 520px;
}
#account-manage .left-col #div-profile-fields .field {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #f3f4f5;
}
#account-manage .left-col #div-user-fields .field {
	width: 255px;
}
.edit-account #account-manage .left-col #div-user-fields .field {
	width: 265px;
}
#account-manage .left-col #div-user-fields .field .blueInput input {
	width: 190px;
	margin-top: 3px;
}
.edit-account #account-manage .left-col #div-user-fields .field .blueInput input {
	margin-top: 6px;
}
#account-manage .blueInput input {
	background: #f1faff;
}
#account-manage .left-col .field input {
	font-size: 12px;
}
#account-manage #div-user-fields .blueInput {
	width: 220px;
	margin-top: 5px;
}
.isie6 #account-manage #div-user-fields .blueInput,
.isie7 #account-manage #div-user-fields .blueInput {
	background-position:left -56px;
	padding-left: 6px;
	height: 28px;
}
#account-manage .blueInput input {
	font-weight: normal;
}
#account-manage .blueInput input {
	margin-top: 6px;
}
.edit-account #account-manage #div-profile-fields .disabled input,
.edit-account #account-manage #div-user-fields .disabled input {
	background: #fff;
}
#account-manage #div-profile-fields .blueInput input {
	width: 490px;
}
.edit-account #account-manage #div-profile-fields .blueInput input {
	width: 455px;
}
#account-manage #div-profile-fields .blueInput {
	margin-top: 5px;
}
#account-manage #div-profile-fields .blueInput {
	width: 510px;
}
.edit-account #account-manage #div-profile-fields .blueInput {
	width: 475px;
}
#account-manage #div-user-fields .blueInput div, 
#account-manage #div-profile-fields .blueInput div {
	background: url(../images/square_input2.gif) no-repeat scroll right -84px;
	padding: 0 20px 0 2px;
	height: 28px;
}
.edit-account #account-manage #div-profile-fields .disabled, 
.edit-account #account-manage #div-user-fields .disabled {
	background-position: 0px 0px;
}
.edit-account #account-manage #div-profile-fields .disabled div,
.edit-account #account-manage #div-user-fields .disabled div {
	background-position: right -29px;
}
#account-manage .left-col #div-invest-knowledge-display, 
#account-manage .left-col #div-invest-knowledge {
	margin-top: 5px;
}
/*#account-manage .blueInput div {
	background-position:right -84px;
}*/
#account-manage .left-col label {
	font-size: 12px;
	font-weight: normal;
}
#account-manage #div-accept-terms {
	clear:both;
	padding-left: 10px;
	padding-top: 20px;
	margin: 0px 0px 25px;
}

.isie6 #account-manage #div-accept-terms,
.isie7 #account-manage #div-accept-terms 
{
	padding-top:17px;
	margin-top: 0px;
}

.edit-account #account-manage #div-accept-terms {
	display: none;
}
#account-manage .tip-box {
	font-size: 13px;
	color: #5e5e5e;
	float: left;
	background-position: 0 -733px;
	margin-bottom: 20px;
}
#account-manage .tip-box div {
	padding-right: 25px;
	height: 105px;
	padding-top: 7px;
	background-position: right -620px;
}
#account-manage .tip-box p {
	font-size: 12px;
	left: 0;
	color: #8b8b8b;
}
#account-manage .tip-box span {
	font-weight: bold;
}
.help-box {
	text-align: center;
	background: #fdfdcd;
	border-top: 1px solid #e5e7e9;
	border-bottom: 1px solid #e5e7e9;
	padding: 7px 0;
	font-weight: bold;
	color: #32485d;
	margin-bottom: 10px;
	margin-right: 7px;
}
#title .help-box {
	font-size: 11px;
	width: 300px;
	margin-right: 57px;
	margin-top:42px;
	float: right;
}
.isie6 #title .help-box {
	margin-right: 24px;
}
.freeoffers #title .help-box {
	margin-top:19px;
}

#loginForm .help-box {
	margin-right: 0;
	float: right;
	width: 302px;
}
#account-manage .help-box a {
	margin-left: 5px;
	font-weight: normal;
}
#account-manage .checkbox div {
	margin-top: 3px;
}
#account-manage #div-broker-info {
	font-weight: bold;
	padding-left: 10px;
}
#div-broker-info .DropDownMenu {
	float:left;
}
#div-broker-info .StyledInput {
	margin-left:10px;
	width:200px;
	margin-top:4px;
}
.isie6 #div-broker-info .StyledInput div {
	padding-top:0px;
}

#div-broker-info .StyledInput input {
	margin-top:5px;
}
.isie6 #div-broker-info .StyledInput input {
	margin-top:5px;
}
#account-manage .DropDownMenu {
	width: 220px;
	margin-top: 8px;
}
#account-manage #SignUpBtn {
	width: 100px;
}
#account-manage #div-invest-knowledge .div-radio-container {
	/*width: 160px;*/
	margin-top: 6px;
	
}
#account-manage #div-invest-knowledge .div-radio-container .radiobutton div {
	margin-top: 1px;
}
#content #account-manage {
	padding-bottom: 40px;
}
#account-manage .blueInput {
	float: left;
	background:  url(../images/square_input2.gif) no-repeat left -56px;
	padding-left: 5px;
}
#account-manage .blueInput div {
	background: url(../images/square_input2.gif) no-repeat right -84px;
}
#account-manage #div-broker-tip {
	height: 46px;
	padding-left: 75px;
	background: url(../images/square_input2.gif) no-repeat left -116px;
}
#account-manage #div-feedback-tip {
	background: url(../images/square_input2.gif) no-repeat 3px -165px;
	height: 46px;
	padding-left: 75px;
	margin-top: 0;
}
#account-manage #div-broker-tip div {
	line-height: 46px;
	height: 46px;
}
#account-manage #div-feedback-tip div,
#account-manage #div-broker-tip div {
	background: url(../images/square_input2.gif) no-repeat right -116px;
}
#account-manage #div-feedback-tip div {
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

.login .freeoffersside,
.login .freeoffers,
#account-manage .freeoffersside,
#account-manage .freeoffers {
	font-weight:bold;
	font-size:14px;
	margin-bottom: 7px;
}
.login .freeoffersside,
.login .freeoffers,
#account-manage .freeoffersside a,
#account-manage .freeoffers a {
	color: #6699CC;
}
.login .freeoffers,
#account-manage .freeoffers {
	color:#666;
}
.login .freeoffersside,
#account-manage .freeoffersside {
	color: #32485D;
	padding:10px;
	border:1px solid #E5E7E9;
	width:280px;
}
.login .freeoffersside {
	float:right;
}

/*=================*/

ul#ArchiveList li {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px;
	padding-right: 0;
}
ul#ArchiveList li span { font-style:  italic; color: #5e5e5e;}
ul#ArchiveList li a {
	margin-right: 5px;
}
ul#CurrentList li {
	border-bottom: 1px solid #f2f2f2;
	font-weight: bold;
	zoom: 1;
	clear: both;
}
ul#CurrentList li a {
	padding: 16px 0 12px;
	width: 535px;
	float: left;
}
ul#CurrentList li.first {
	border-top: 1px solid #f2f2f2;
}
ul#CurrentList li div {
	width: 43px;
	height: 39px;
	margin: 5px 15px 5px 0;
	float: left;
}
ul#CurrentList li span {
	color: #FFAC31;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	cursor: default;
}

ul#CurrentList li a {
	margin-right: 15px;
	font-size: 17px;
}
.insights #content_panel {
	background: none;
	padding-bottom: 40px;
}
.insights .catDesc {
	padding-bottom: 12px;
	font-size: 11px;
}
.insights h3 {
	color: #253F58;
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0px 10px 0px;
	border-bottom: 1px solid #99a2aa;
	padding-bottom: 4px;
}
.isie6 .insights h3,
.isie7 .insights h3 {
	margin-top: 28px;
}
.insights h3 span {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
	font-style: italic;
}
.insights .panel {
	padding-top: 5px;
}
.insights h3.smaller {
	margin: 0px 0px 7px;
	background: url(../images/stars.gif) no-repeat right -545px;
	padding-top: 28px;
	font-size: 11px;
}
.isfirefox .insights h3.smaller {
	margin-top: 3px;
}
.insights #insights-descript {
	font-size: 13px;
	margin-top: 5px;
	width: 880px;
}
.insights #insights-logo {
	height: 35px;
	width: 35px;
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	background: url(../images/stars.gif) no-repeat 0 -508px;
}
.isie6 .insights #insights-logo {
	margin-top: 5px;
	margin-bottom: 20px;
}
li.star0 div {
	background: url(../images/stars.gif) no-repeat left 0px;
}
li.star1 div {
	background: url(../images/stars.gif) no-repeat left -50px;
}
li.star2 div {
	background: url(../images/stars.gif) no-repeat left -102px;
}
li.star3 div {
	background: url(../images/stars.gif) no-repeat left -152px;
}
li.star4 div {
	background: url(../images/stars.gif) no-repeat left -202px;
}
li.star5 div {
	background: url(../images/stars.gif) no-repeat left -254px;
}
li.star6 div {
	background: url(../images/stars.gif) no-repeat left -304px;
}
li.star7 div {
	background: url(../images/stars.gif) no-repeat left -354px;
}
li.star8 div {
	background: url(../images/stars.gif) no-repeat left -406px;
}
li.star9 div {
	background: url(../images/stars.gif) no-repeat left -458px;
}

/*==================Education Center ================*/
#educationContent
{
    float: left;
    width: 710px;
    padding-left: 50px;
}


#content #educationContent #title
{
    float: none;
}
#content div.educationTitle
{
    padding: 15px 0px 0px 0px;
}
#content div.educationTitle h2.TitleHeader
{
    background: transparent url(../images/educationCenterHeader.gif) no-repeat 0 0;
    font-size: 24px;
    height: 60px;
    width: 711px;
    padding: 0;
}

#educationContent .navContainer
{
    width: 710px;
    height: 29px;
    margin: 0px 0px 0px 0px;
}
.isfirefox2 #educationContent .navContainer
{
    height: 22px;
    padding-top: 7px;
}   
#educationContent ul.tabmenu
{
    height: 30px;
}
.isfirefox2 #educationContent ul.tabmenu
{
    height: 22px;
}

.issafari  #educationContent .navContainer
{
    height: 28px;
}
#educationContent .contentHeader
{
    padding: 35px 0px 40px 10px;
}
#educationContent .educationHeaderContent
{
    width: 400px;
    float: left;
}
#educationContent .contentHeader h3
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;    
}

.eduSection
{
	margin-bottom:35px;
}

.eduSection h4
{
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 8px 10px;
}

.eduSection .sectionBody,
#educationContent .articleBody
{
    width: 700px;
    padding: 8px 0px 0px 15px;
    /*margin-bottom: 35px;*/
    border-top: 1px solid #cbccbe;
    border-bottom: 1px solid #e6e8e7;
}

.eduSection .sectionBody .columnLeft,
.eduSection .sectionBody .columnRight
{
    width: 350px;
    float: left;
}
.sectionBody a
{
    display: block;
    margin: 0 0 15px 0;
}
#educationContent .articleBody .videoContent,
#educationContent .articleBody .relatedContent
{
    float: left;
}
#educationContent .articleBody .relatedContent
{
    padding-left: 30px;        
}
#educationContent .articleBody .relatedContent
{
    width: 200px;
    height: 360px;
}
.relatedMenu
{
    height: 325px;   

}
.relatedMenuHeader
{
    padding-bottom: 5px;
}
.relatedMenuContent
{
    padding-bottom: 10px;    
}
.relatedMenuContent a
{
    margin: 5px 0px;
    display: block;
    cursor: pointer;
}
#educationContent .articleBody
{
    padding: 20px 0 30px 15px;    
}
#educationContent .videoBody
{
    background-color: #fdfeee;
}

#educationContent .articleBody p,
#educationContent .articleBody ul
{
    padding-bottom: 20px;
}
#educationContent .articleBody strong,
#educationContent .articleBody b
{
    font-weight: bold;
    color:#69c;
}

#educationContent .articleBody b,
#educationContent .articleBody li strong 
{
	display: block;
	color:#69c;
	text-decoration:none;
}
.articleLink span
{
    color: #000;
}
#videoPaging
{
    border-top: 1px solid #e6e8e7;
}
#educationContent #videoPaging ul
{
    padding-top: 10px;
    padding-bottom: 0px;
}
#educationContent #videoPaging li
{
    display: inline;
    background: none;
    padding: 0 10px 0 0;
}
.nextPageLink
{
    background: url(../images/layout/blue-arrows.gif) no-repeat 60px -8px;
    padding-right: 10px;
}



#videoPaging a.selected
{
    color: #000;
    cursor: text; 
}
.prevNextContent .previousVideo,
.prevNextContent .previousVideo a
{
    float: left;
}
.prevNextContent .nextVideo,
.prevNextContent .nextVideo a
{
    float: right;
}
.prevNextContent .previousVideo a
{
    background: url(../images/layout/blue-arrows.gif) no-repeat left 3px;
    padding-left: 10px;
}
.prevNextContent .nextVideo a
{
    background: url(../images/layout/blue-arrows.gif) no-repeat right -8px;
    padding-right: 10px;
}
.previousVideo,
.nextVideo
{
    width: 350px;
    overflow: hidden;
}
.prevNextContent a
{
    display: block;
}
.blue-arrow-left
{
    margin: 3px 5px 0px 0px;
    float: left;
    width: 4px;
    height: 8px;
    background: url(../images/layout/blue-arrows.gif) no-repeat 0px 0px;
}
.blue-arrow-right
{
    margin: 3px 0px 0px 5px;
    float: right;
    width: 4px;
    height: 8px;
    background: url(../images/layout/blue-arrows.gif) no-repeat 0px -12px;
}

.edu-ctr-sponsor
{
    width: 200px;
    height: 62px;
    margin: 35px 0px 0px 0px;
    float:right;
}

.edu-ctr-sponsor .sponsor-img
{
    width: 200px;
    height: 42px;
    background: url(../images/kiplinger_logo.gif) no-repeat;
}
/*============= Education Center Glossary ==============*/
.blue14bold,
.blue20bold
{
    font-weight: bold;
    color: #6699CC;
    padding: 10px 0px;
}
.blue11
{
    font-size: 11px;
}
.blue14bold
{
    font-size: 14px;
    text-decoration: underline;
}

.blue20bold
{
    font-size: 20px;
}
p.bodyText
{
    margin: 10px 0px;
}

.bodyText strong,
.bodyText b
{
    font-weight: bold;
    text-decoration: underline;
    margin-right: 5px;
}
.dateline
{
    font-size: 13px;
}

/*=================== XREF POPUP ======================*/	
.popupDiv .div-keyword {
	font-size: 11px;
	margin-left: 20px;
}
.table-popup-xref-lookup {
	width: 320px;
	border-collapse: collapse;
	color: #999;
}
.isie6 .table-popup-xref-lookup,
.isie7 .table-popup-xref-lookup {
	width: 305px;
}
.table-popup-xref-lookup tbody.hide {
	display: none;
}
.table-popup-xref-lookup th {
	color: #32485d;
	background: #fff;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #c8c8c8;
	font-size: 11px;
}
.table-popup-xref-lookup td {
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
.table-popup-xref-lookup .td-symbol {
	padding-left: 20px;
	width: 65px;
}
.table-popup-xref-lookup .td-name {
	width: 235px;
}
.isie6 .table-popup-xref-lookup .td-name {
	width: 220px;
}
.table-popup-xref-lookup td a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
#popup-xref-pagination {
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
	margin-top: 7px;
}
#popup-xref-pagination a {
	margin-left: 4px;
}
#popup-xref-pagination .selected {
	color: #666;
	cursor: default;
}
#Input_FundSearchBox, 
#Input_NavSearchBox {
	cursor: pointer;
}
.popup-error {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 20px 25px;
	float: left;
}
.popup-close-icon
{
    float: right;
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 5px 0px 0px;
    background: url(../images/default/window/icon-error-small.gif) no-repeat;
    cursor: pointer;
}
.external-search-lookup
{
    display: block;
    padding: 15px 0px 0px 0px;
}
.previousWeek {
	font-size: 11px;
	padding-left: 9px;
	background: url(../images/icons.png) no-repeat 0 -486px;
}
.nextWeek {
	font-size: 11px;
	padding-right: 8px;
	background: url(../images/icons.png) no-repeat right -503px;
}

/* Colored text and arrows to indicate prices that went up or prices that went down. */
.down { color: #F00; }
.up { color: #0C0; }

.downArrow {
	padding-left: 14px;
	background:transparent url(../images/icons/fund_down.gif) no-repeat 0 2px;
	color: #F00;
}
.upArrow {
	padding-left: 14px;
	background:transparent url(../images/icons/fund_up.gif) no-repeat 0 2px;
	color: #0C0;
}

/* freeoffser page =========================================== */
.freeoffers .subscribe-equities {
	display:block;
	width:380px;
	height:92px;
	background: url('../images/freeoffers.jpg') no-repeat;
	margin: 0px 0px 30px 70px;
}

.freeoffers .left-col {
	float:left;
	width:530px;
}
.freeoffers p.title {
	margin-left:10px;
	font-size:14px;
	margin-right:90px;
	margin-top:20px;
}

.freeoffers .left-col {
	margin-bottom:25px;
}
.freeoffers .right-col {
	float:left;
}

.freeoffers .cover {
	float:left;
	width: 56px;
	height: 80px;
	background: url('../images/freeoffers.jpg') no-repeat;
	margin-right:10px;
}

.freeoffers .guide1,
.freeoffers .guide2 {
	clear:both;
	line-height:18px;
	margin-left:70px;
}
.freeoffers .guide2 {
	margin-top: 40px;
}

.freeoffers .pushdown {
	width:1px;
	height:19px;
}

.freeoffers .guide1 .cover {
	background-position:-57px -94px;
}

.freeoffers .guide2 .cover {
	background-position:0px -94px;
}

.icadvertizement {
	margin-left:10px;
	color:#333;
	padding:10px;
}
.icadvertizement h4 {
	font-size:14px;
	font-weight:bold;
}

.icadvertizement p {
	margin-top:20px;
}
.icadvertizement .ic-imagelink {
	display:block;
	background-image: url(../images/layout/ICBadgeLarge.gif);
	width:300px;
	height:100px;
}

.fund_toolbar_ad {
	background-color:#FEFEEE;
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	padding:10px;
	line-height:150%;
}
.homepage .fund_toolbar_ad {
	width:280px;
	margin-bottom:20px;
}
.freeoffers .fund_toolbar_ad {
	margin-right:66px;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:40px;
}

.fund_toolbar_ad a {
	cursor:pointer;
}
.fund_toolbar_ad em {
	font-size:14px;
	font-weight:bold;
	color:#253f58;
}
.fund_toolbar_ad div {
	background:url(../images/freeoffers.jpg) no-repeat 0px -174px;
	height:33px;
	width:274px;
	margin-top:5px;
}
.freeoffers .fund_toolbar_ad div {
	background-position: 0px -208px;
	width:866px;
}
.fund_toolbar_ad a span {
	color:#8B8B8B;
	font-weight:normal;
}

/**Education page links**/
#educationContent .contentBody .eduSection .articleLink 
{
	color:#095791;
	font-weight:bold;
	background:transparent url("../images/layout/kipplingerArrow.gif") no-repeat scroll 1px 3px;
	padding-left:14px;
}

#educationContent .contentBody .eduSection .moreLink 
{
	margin-top:5px;
	text-align:right;
	width:100%;
	font-weight:normal;
}

#educationContent .contentBody .eduSection .moreLink a
{
	color:#095791;
}
/***DATE next to title - Starting Out Page -***/
.articleLink span.articleDate 
{
	font-style:italic;
	font-size:10px;
	color:#8B8B8B ;
}

.gloassary .adic {
	margin-left: 50px;
	margin-top:15px;
}

/*Loading: ~/Styles/finder.css*/
.finder_buttons .walkthrough
{
	display: none;	
}
.finder_buttons.walkthrough .walkthrough
{
	display: block;
}
.finder_buttons.walkthrough .self
{
	display: none;
}

.fundfinder #bodyMain .walk-through.disabled,
.fundfinder #bodyMain .StepBack.disabled,
.fundfinder #bodyMain .SaveAndContinue.disabled {
/*	background-position: left -39px;*/
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	cursor: default;
}

.left_helper .alloc-chart {
	width: 100px;
	float: left;
	margin-left:35px;
}
.left_helper_walkthough .alloc-chart {
	margin-top: 5px;
}
.finder_description {
	margin:5px 45px 3px 50px;
}

#back_to_portfolio em {
	background:transparent url(../images/builder/back_arrow.gif) no-repeat 0 6px;
	padding-left:8px;
}
.finder_links {
	width:410px;
}

.finder_links .helptips_3 {
	float:right;
	width:203px;
}

.finder_links .softbutton {
	width:147px;
	margin-top:-3px;
}

.walkthrough .finder_softbuttons {
	float:right;
}

.walkthrough #WalkThrough {
	margin-top:7px;
}

.finder_links .softbutton.top {
	margin-top:4px;
}

.finder_description .floatLeft {
	background:transparent url(../images/finder/big_finder_icon.gif) no-repeat 10px 10px;
	color:#8b8b8b;
	font-family:arial;
	font-size:14px;
	width:500px;
}

.finder_description .floatLeft div {
	padding: 7px 0px 0px 80px;
	height:80px;
}

.finder_description .floatRight {
	background:transparent url(../images/finder/description_helper.gif) no-repeat 0px 0px;
	height:90px;
	margin: 0 7px 0 0;
	width:420px;
}

.finder_description .finder_links {
	float:right;
	margin: 5px 0 0 7px;
}

.isie6 .finder_description .finder_links {
	margin-left:4px;
}

.finder_description .finder_links a {
	display:block;
}

.finder_description .paperclip {
	float:right;
	margin: 20px 22px 0 0;
	width:185px;
}
.isie6 .finder_description .paperclip {
	margin-right:12px;
}

.start_here_tip {
	background:transparent url(../images/finder/start_here_tip.gif) no-repeat 0px 0px;
	height:88px;
	padding:20px 20px 0px 23px;
	margin:0px 0px 0px 35px;
}

.fund_filters {
	background: url(../images/finder/filter_bg.gif) no-repeat 0px 0px;
	height:185px;
	margin:0 0 0 25px;
	width:964px;
}
.walkthrough .fund_filters {
	background:transparent url(../images/finder/filter_bg_walk.gif) no-repeat 0px 0px;
	height: 237px;
	position:relative;
}
.fund_filters .left_helper {
	float:left;
	width:210px;
}

.walkthrough .left_helper {
	/*width:260px;
	margin-left:30px;*/
	display:none;
}
.left_helper_walkthough label {
	margin-left:30px;
	font-weight: bold;
	color: #8b8b8b;
	padding-top: 5px;
}
.fund_filters .left_helper h3 {
	color:#32485d;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:20px 25px 10px 35px;
}
.walkthrough .left_helper_walkthough {
	display:block;
	width:260px;
	margin-left:30px;
}

.walkthrough-WalkThrough .filter_container_self { display:none; }
.walkthrough-Self .filter_container_walk { display:none; }


.left_helper_walkthough h3 {
	margin-top: 10px;
	margin-left: 30px;
}
.left_helper_walkthough h3 span {
	font-size: 16px;
}
.fund_filters .left_helper h4 {
	color:#32485d;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:15px 0 0 35px;
}

.fund_filters .left_helper h5 {
	color:#32485d;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0 0 7px 35px;
}

#mini_fund_breakdown {
	background:transparent url(../images/filler/mini_fund_breakdown.gif) no-repeat 0 0;
	height:115px;
	margin:5px 0 0 30px;
	width:180px;
}
#div-fundFinderTipBtn {
	float: left;
	margin-left: 70px;
	height: 30px;
	padding-left: 7px;
	margin-top: -8px;
	background: url(../images/builder/fundFinderTipLeft.png) no-repeat 0 0;
}
#div-fundFinderTipBtn div {
	color:#32485D;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	height: 30px;
	padding-right: 14px;
	padding-left: 6px;
	padding-top: 5px;
	background: url(../images/builder/fundFinderTipRight.png) no-repeat right 0;
	cursor: pointer;
}
.isie6 #div-fundFinderTipBtn {
	margin-top: -8px;
	height: 25px;
}
.isie6 #div-fundFinderTipBtn div {
	width: 105px;
	height: 25px;
}

.intl_swab {
	background:transparent url(../images/finder/intl_swab.gif) no-repeat right 1px;
}

.domestic_swab {
	background:transparent url(../images/finder/domestic_swab.gif) no-repeat right 1px;
}

.bonds_swab {
	background:transparent url(../images/finder/bonds_swab.gif) no-repeat right 1px;
}

.cash_swab {
	background:transparent url(../images/finder/cash_swab.gif) no-repeat right 1px;
}

.fund_filters .filter_container {
	float:left;
	margin:11px 0 0 30px;
}

.walkthrough .fund_filters .filter_container {
	margin-left:75px;
	width:595px;
	position:relative;
	z-index:1;
}

.isie6 .walkthrough .fund_filters .filter_container {
	margin-left:50px;
	width:585px;
}

.walkthrough .filter_container_buttons a {
	width:130px;
	float:right;
}

.walkthrough #SaveAndContinueTop {
	margin-left:10px;
}

.walkthrough .filter_container_buttons strong {
	font-size:9px;
}

.walkthrough .filter_container .instructions {	
	padding-right:30px;
	position:absolute;
	top:5px; left: 0px;
}

.walkthrough .filter_container_buttons {	
	position:absolute;
	top:195px; left: 380px;
}

.walkthrough .filter_container_buttons strong,
.walkthrough .filter_container .instructions p strong {
	color:#73ADE8;
	font-weight:bold;
}
.walkthrough .filter_container .instructions p {
	margin-top:10px;
}
.walkthrough .filter_container h3 label {
	display:none;
}
.walkthrough .filter_container h4 {
	position:absolute;
	left:0px; top:-3px;
	font-weight:bold;
	color:#4D7EAF;
}

.walkthrough .fund_filters .small_combo {
	padding:4px 0px;
}

.walkthrough #filter_column_1 {
	position:absolute; left:20px; top:20px;
	z-index: 3;
}
.walkthrough #filter_column_2 {
	position:absolute; left:280px; top:10px;
	z-index: 2;
}
.walkthrough #filter_column_3 {
	position:absolute; left:284px; top:38px;
	z-index: 1;
}
.isie7 .walkthrough #filter_column_1,
.isie6 .walkthrough #filter_column_1 {
	left:20px;
}
.isie6 .walkthrough #filter_column_3 {
	left:304px;
}
.walkthrough #filter_column_2 h3 a {
	position:absolute; left:228px; top:19px;
	height:16px;
}
.walkthrough #filter_column_3 .find_funds {
	position:absolute; left:-270px; top:30px;
}

.isie6 .walkthrough #filter_column_3 .find_funds {
	left: -295px;
}

.walkthrough #filter_column_checks
{
	position:relative;
	z-index:0;
	left: 315px;
	top: 75px;
}
.walkthrough #filter_column_checks .checkbox
{
	/*padding-bottom: 7px;*/
	width: 225px;
}

.walkthrough .fund_filters #combo_performance {
	width:200px;
}
.walkthrough #combo_min_investment {
	padding-bottom:4px;
}


.walkthrough .self_state {
	background-position: left -243px;
}
/*
.walkthrough .filter_columns {
	position:relative;
}*/

.fund_filters .filter_container h3 label {
	color:#32485d;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
}

.fund_filters .small_combo {
	float:left;
	padding:8px 0px;
	width:200px;
}
.fund_filters #combo_performance {
	width: 190px;
	padding-left: 0px;
}

.isie6 .fund_filters #combo_performance {
	margin-left: -10px;
}

#filter_column_1 .combo_helper_egg {
	background:transparent url(../images/site/category_egg.gif) no-repeat 0 3px;
	border-left:0;
	float:left;
	display:block;
	height:22px;
	width:14px;
	padding:0;
	margin-left:12px;
	margin-top:8px;
}

.filter_column label {
	line-height:14px;
	padding-left:3px;
}

#combo_min_investment {
	padding:8px 0 20px;
}

.x-form-check-wrap, .x-form-radio-wrap {
line-height:16px;
padding:0px 0pt 0pt;
}

.combo_helper_egg {
	background:transparent url(../images/site/category_egg.gif) no-repeat right 4px;
	padding:5px 0 4px 26px;
}
.performance_egg {
	margin-top: 13px;
	padding-left: 20px;
	height: 12px;
	float: left;
}
#filter_column_1 {
	padding:6px 0 0;
	width:226px;
	position: absolute;
	z-index: 3;
	left:7px;
}

#filter_column_checks {
	float:left;
	position: relative;
	z-index:0;
	top: 75px;
	left: 15px;
}
#filter_column_checks .checkbox
{
	margin-bottom: 7px;
	width: 220px;
}
#filter_column_2 {
	float:left;
	padding:10px 0 0 34px;
	width:210px;
	position:relative;
	z-index:2;
	left: 225px;
}

#filter_column_2 #filter_checkboxes {
	overflow:visible;
	width:220px;
}

#filter_column_2 #filter_checkboxes .nofee {
	margin-top:7px;
}

#filter_column_3 {
	float:left;
	padding:10px 0 0 30px;
	width:220px;
	position: relative;
	z-index: 1;
	left: 25px;
}
.isie6 #filter_column_3 {
	width: 240px;
	padding-left: 0px;
}
.isie6 #filter_column_3 .ItemDisplay {
	margin-left: 20px;
}

#filter_column_3 .x-form-radio-wrap {
	padding:0 22px 0 3px;
}
#filter_column_4 {
	width: 385px;
	padding:10px 0 0 30px;
}
#timeframe {
	padding:7px 0 0;
}
#timeframe_labels {
	color:#8b8b8b;
	display:block;
	font-family:arial;
	font-size:10px;
	font-weight:normal;
	margin-bottom:10px;
}
#timeframe .x-form-item {
	margin-bottom:0px;
}
#timeframe .x-form-radio-group .x-form-radio-wrap {
	height:13px;
}
.chart_image {
	background:transparent url(../images/filler/tip_graph.gif) no-repeat center center;
	height:151px;
	margin:15px 0;
}

.finder_tip_download {
	background: transparent url(../images/finder/green_pointer.gif) no-repeat 0 0;
	display:block;
	float:left;
	font-family:arial;
	font-size:10px;
	padding: 0 0 0 10px;
	width:73px;
}

.finder_tip_goto {
	background: transparent url(../images/finder/blue_pointer.gif) no-repeat right 2px;
	display:block;
	float:left;
	font-family:arial;
	font-size:10px;
	margin-top:11px;
	width:90px;
}

.finder_tip_goto_d {
	background: transparent url(../images/finder/blue_pointer.gif) no-repeat right 2px;
	display:block;
	float:right;
	font-family:arial;
	font-size:10px;
	width:90px;
}

#grid_tip {
	background: transparent url(../images/finder/grid_tip.png) no-repeat 0 0;
	position:absolute;
	top:400px;
	left:200px;
	height:88px;
	padding:20px 0 0;
	width:745px;
	z-index:2000;
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
}

#grid_tip div {
	margin:0 20px;
}

#grid_tip strong {
	color:#32485d;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}


#close_grid_tip {
	position:absolute;
	display:block;
	top:11px;
	right:7px;
	height:10px;
	width:14px;
}
.filter_combo_helper {
	padding:8px 0;
}

.filter_columns {
	padding-top:10px;
	position:relative;
}

#fund_results {
	margin:0 40px 0 50px;
}

#finder_ad {
	float:right;
	padding:20px 0 0;
	margin-bottom:20px;
	width:160px;
}

#default_graphic {
	float:left;
}


#result_left {
	float:left;
	width:755px;
	display:none;
}

#result_list {
	background:#fdfeee;
	margin-top:20px;
}
.isie8 #result_list {
	float: left;
	clear: both;
}

#list_fields {
	background:transparent url(../images/finder/list_type_bottom.gif) repeat-x 0px bottom;
	padding-top:10px;
	margin:0 23px 0;
}
#list_fields ul li.first a {
	border-left:0;
}

#list_fields .finder_print a{
	background:transparent url(../images/finder/print.gif) no-repeat 0px center;
	padding-left:22px;
}

.print #list_fields .finder_print {
	display: none;
}

#list_fields .export_list a{
	background:transparent url(../images/finder/export.gif) no-repeat right center;
	padding-right:26px;
}

#list_fields ul li {
	float:left;
	display:block;
	padding: 0 0 10px;
}

.Basic li.Basic,
.Performance li.Performance,
.Management li.Management,
.Rankings li.Rankings {
	background:transparent url(../images/finder/list_type_pointer.gif) no-repeat center bottom;
}
.Basic li.Basic a,
.Performance li.Performance a,
.Management li.Management a,
.Rankings li.Rankings a {
	color:#32485d;
}

#list_fields ul li a {
	border-left: 1px solid #d7d7d7;
	padding: 0 7px;
	margin-bottom:10px;
}

#list_fields ul li.finder_field_egg span {
	cursor: pointer;
	background:transparent url(../images/site/category_egg.gif) no-repeat 0 5px;
	border-left:0;
	padding:5px 7px 5px 17px;
	
}

#list_meta {
	color:#3f566c;
	font-family:arial;
	font-size:12px;
	font-style:italic;
	margin-left:30px;
	padding: 10px 0 0;
	clear:both;
}

#list_meta h2 {
	color:#32485d;
	display:inline;
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding-right:20px;
}

#list_content table {
	width:100%;
}

#result_left #list_content {
	margin-left:23px;
}

#result_left table .list_header th.selected {
	background-color:#e1f4ff;
}

#result_left table .list_header th.selected a {
	color:#32485d;
}

#result_left table .list_header th {
	/*background:#f1faff url(../images/finder/table_header_spacer.gif) no-repeat 0 7px;*/
	background:#f1faff url(../images/finder/table_header_spacer_long.gif) no-repeat 0 7px;
	color:#b2b2b2;
	font-weight:normal;
	/*padding:5px 0 5px 10px;*/
	padding:5px 0 0px 10px;
}

#result_left table .list_header th.first {
	background-image:none;
}

#result_left table .list_header th a {
	display:block;
	background:transparent url(../images/finder/sort.gif) no-repeat right 3px;
	margin-right:5px;
}
#result_left table .list_header th.ascending a {
	background:transparent url(../images/finder/sort_up.gif) no-repeat right 3px;
}
#result_left table .list_header th.descending a {
	background-image: url(../images/finder/selected_sort.gif);
}
#result_left table .list_header th.ascending a {
	background-image: url(../images/finder/selected_sort_up.gif);
}

/**Second row for providing extra space**/
#result_left table .list_spacerow th 
{
	background-color:#f1faff;
	padding:0 0 0px 10px;
	line-height:5px;
	height:5px;
}

#result_left table .list_spacerow th.selected 
{
	background-color:#e1f4ff;
}



#result_list table tr td {
	border-top:1px solid #ededed;
	font-size:12px;
	font-family:arial;
	padding: 10px 0 10px 10px;
}

#result_list table tr td.pos {
	color:#05c513;
}

#result_list table tr td.neg {
	color:#f00;
}

#result_list table .first a {
	display: none;
}
#result_list table .FundName {
	/*width: 320px;*/
	width:300px;
}
#result_list table td.FundName {
	font-size:14px;
}
#result_list table .Bucket {
	width: 96px;
}
#result_list table .Category {
	width: 140px;
}
/**Added to set width of classification - previously unhindered**/
#result_list table .Classification {
	width: 120px;
}

#result_list table .Save {
	width: 32px;
}
#result_list table .YTD{
	width: 55px;
}

#result_list table .TTR
{
	width:64px;
}	 


#result_list table.Performance .YTD,
#result_list table.Performance .TTR3Y,
#result_list table.Performance .TTR10Y,
#result_list table.Performance .TTR1Y {
	width: 60px;
}
#result_list table.Performance .TTR {
	width: 70px;
}

#result_list table.Management .FundName {
	width: 225px;
}
#result_list table.Management .ManagerName {
	width: 115px;
}
#result_list table.Management .ManagerStart {
	width: 62px;
}
#result_list table.Management .ExpenseRatio {
	width: 62px;
}
#result_list table.Management .Assets {
	width: 65px;
}
#result_list table.Management .IsOpen {
	width: 58px;
}
#result_list table.Management .HasNoFee {
	width: 62px;
}

#result_list table.Rankings .FundName {
	width: 310px;
}
#result_list table.Rankings .TaxEfficiency {
	width: 90px;
}
#result_list table.Rankings .ConsistentReturn {
	width: 75px;
}
#result_list table.Rankings .Preservation, 
#result_list table.Rankings .LipperRanks {
	width: 80px;
}

#result_list table tr td.Save {
	padding-top: 6px;
	width: 35px;
}
#result_list table tr td.bookmark_fund a {
	/*background:transparent url(../images/finder/save_button_sprite.gif) no-repeat 0 0;*/
	background:transparent url(../images/finder/save_button_sprite_transparent.gif) no-repeat 0 0;
	display:block;
	height:24px;
	width:25px;
}
#result_list table tr td.bookmark_fund a:hover {
	background-position:0 -25px;
}
#result_list table tr td.bookmarked a {
	background-position: 0px -51px;
}
#result_list table tr td.bookmarked a:hover {
	background-position: 0px -76px;
}
#result_list table tr.rollover td a {
	/*background-position: 0px -109px;*/
	background-position:0 0;
}
#result_list table tr.rollover td a:hover {
	/*background-position: 0px -135px;*/
	background-position:0 -25px;
	
}
#result_list table tr.rollover td.bookmarked a {
	/*background-position: 0px -161px;*/
	background-position: 0px -51px;
}
#result_list table tr.rollover td.bookmarked a:hover {
	/*background-position: 0px -188px;*/
	background-position: 0px -76px;
}

#result_list tr.rollover {
	background-color:#ebffed;
}


#result_left table tr .list_fund_name i {
	color:#999;
	font-style:normal;
}

#result_left table tr .list_fund_name span {
	color:#ffac30;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	cursor: pointer;
}

#list_pagination {
	border:1px solid #ededed;
	border-width:1px 0;
	margin: 0 23px 0 0;
	padding:6px 0;
}
#list_pagination div {
	color:#3F566C;
	font-family:arial;
	font-size:11px;
	font-style:italic;
}
#list_pagination div,
#list_pagination ul {
	float:right;
	margin-right:10px;
}

#list_pagination ul li{
	display:inline;
	padding:0 5px;
}

#list_pagination ul li.selected a,
#list_pagination ul li.selected a:link,
#list_pagination ul li.selected a:visited
{
	color: #000000;
}

/*
ul li.selected a {
	color:#32485d;
}
*/

.finder_buttons {
	border-bottom:1px solid #ededed;
	padding:5px 0 7px 35px;
	margin:0 23px 7px 0;
}

.finder_buttons .bluebutton,
.finder_buttons .bluebuttonsmall {
	width:180px;
	float:left;
	margin-right:10px;
	display:none;
}

.finder_buttons .bluebuttonsmall {
	width: 150px;
	margin-top:10px;
}

/* fund finder button states */
.saveonly .SaveSearch { display:block; }
.saveview .SaveSearch { display:block; }
.saveview .ViewSaved { display:block; }
.viewback .ViewNormal { display:block; }
.stepback .StepBack { display:block; }
.stepback .SaveAndContinue { display:block; }

#finder_icon_toutes {
	margin:0 23px 0 0;
	border-bottom:1px solid #EDEDED;
	padding-bottom:7px;
}
#finder_icon_toutes a {
	float:left;
}
.FindAdditional #content #title,
.fundfinder #content #title {
	background:transparent url(../images/layout/page_header_bottom.gif) repeat-x scroll 0pt bottom;
	display:block;
	float:none;
	margin:0pt 46px 0pt 50px;
	width:auto;
}
.fundfinder #content #title h2 {
	color:#253F58;
	display:inline;
	float:left;
	font-family:verdana;
	font-size:24px;
	font-weight:bold;
	padding:20px 10px 20px 0;
}
#timeframe_labels div,
#timeframe .radiobutton  {
	float:left;
	width:40px;
}

.FindAdditional #content a {
	float:right;
	font-weight:bold;
	font-size:14px;
	margin-top:30px;
}

.fund_filters #timeframe {
	clear:both;
	padding:7px 0px 2px 4px;
}

#combo_performance {
	margin-top:6px;	
}

.find_funds {
	width:215px;
	float:right;
	margin-top:60px;
	margin-right:10px;
}
.isie6 .find_funds {
	width: 220px;
}
.find_funds a.bluebuttonsmall {
	width:90px;
	float:left;
	margin-left:5px;
}
#filter_column_4 .find_funds {
	margin-top:20px;
}

#result_list div.no-results {
	padding: 25px 0;
	text-align: center;
}
#result_list div.Basic,
#result_list div.Performance,
#result_list div.Management,
#result_list div.Rankings,
table.Basic,
table.Performance,
table.Management,
table.Rankings {
	display:none;
}

#result_list.Basic div.Basic,
#result_list.Performance div.Performance,
#result_list.Management div.Management,
#result_list.Rankings div.Rankings,
.Basic table.Basic,
.Performance table.Performance,
.Management table.Management,
.Rankings table.Rankings {
	display:block;
}

.isgecko .Basic table.Basic,
.isgecko .Performance table.Performance,
.isgecko .Management table.Management,
.isgecko .Rankings table.Rankings {
	display:table;
}

.fundfinder .saveSearch {
	padding-left:30px;
}

.fundfinder .saveSearch p {
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
}
.fundfinder .saveSearch .StyledInput {
	float:none;
	width:28em;
	margin-bottom:20px;
	margin-top:20px;
}
.fundfinder .saveSearch .StyledInput input {
	/*width: 300px;*/
	width:100%
}

.fundfinder .PortfolioComplete .bluebuttonsmall,
.fundfinder .SaveConfirm .bluebuttonsmall,
.fundfinder .saveSearch .bluebuttonsmall {
	width:150px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.fundfinder .SaveConfirm,
.fundfinder .SaveSuccess,
.fundfinder .SaveError {
	padding-left:20px;
}
.fundfinder .PortfolioComplete {
	padding-left:25px;
}

.fundfinder .PortfolioComplete p,
.fundfinder .SaveConfirm p,
.fundfinder .SaveSuccess p,
.fundfinder .SaveError p {
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	margin-bottom:10px;
}
.fundfinder .SaveSuccess .bluebuttonsmall {
	width:200px;
}
.fundfinder .SaveError .bluebuttonsmall {
	width:220px;
}
.fundfinder .PortfolioComplete .bluebuttonsmall {
	width:240px;
}



/*============ chart popup ================*/
#div-chart-popup .popup-header {
	border-bottom:1px solid #ddd;
	padding: 5px 15px 10px;
}
#div-chart-popup #popup-chart-holder {
	height: 110px;
	width: 236px;
	padding: 18px 0;
	margin-left: auto;
	margin-right: auto;
}
#div-chart-popup .popup-footer {
	border-top:1px solid #ddd;
	background-color: #f1faff;
	padding: 10px 15px 5px;
	height: 20px;
}
#exportListTemplate .popup-footer .export-link,
#div-chart-popup .popup-footer .detail-link {
	float: right;
	font-size: 10px;
	padding-right: 10px;
	background: url(../images/icons.png) no-repeat right -504px;
	cursor:pointer;
}
#div-chart-popup .popup-header span.fundname {
	font-weight: bold;
	color: #3f566c;
	font-size: 12px;
}
#div-chart-popup .popup-header span.symbol {
	font-size: 10px;
	color: #ffac30;
	margin-left: 6px;
}
#div-chart-popup #popup-chart-holder .load {
	background: url(../images/default/grid/loading.gif) no-repeat 0 0;
	width: 17px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#div-chart-popup #popup-chart-holder .error {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 10px;
}
.recommended_pointer {
	width: 119px;
	height: 56px;
	float: left;
	margin-left: 2px;
	background: url(../images/finder/you-are-here.gif) no-repeat;
}
.savedPortDiv .recommended_pointer {
	display: none;
}
.Step_1 .recommended_pointer {
	margin-top: -6px;
}
.Step_2 .recommended_pointer {
	margin-top: 13px;
}
.Step_3 .recommended_pointer {
	margin-top: 39px;
}
.Step_4 .recommended_pointer {
	margin-top: 61px;
}
.walk-through {
	width: 185px;
	margin-bottom: 5px;
}
.moveonerror {
	padding: 20px 10px 10px;
}
.moveonerror .extra-pad {
	padding-bottom: 5px;
}
.fundfinder .paperclip strong {
	font-size: 12px;
}
.fundfinder .tip-container {
	position: relative;
	display: none;
}
.fundfinder .tip-container .fund-tip {
	position: absolute;
	top: 18px;
	height: 67px;
	background: transparent url(../images/finder/fund_tip.gif) no-repeat 0px;
	margin: 0px 20px 0px 10px;
	padding: 20px 40px 0px 23px;
}
.isie6 .tip-container .fund-tip {
	margin-right: 0;
}
.fundfinder .fund-tip span {
	color: #5e5e5e;
	font-weight: bold;
}
.fundfinder .fund-tip .close {
	width: 16px;
	height: 16px;
	background: url(../images/finder/tip-close.gif) no-repeat 0;
	float: right;
	margin-top: -12px;
	margin-right: -30px;
	cursor: pointer;
}
.isie6 .fund-tip .close {
	margin-top: -6px;
	margin-right: 0px;
}
.isie7 .fund-tip .close {
	margin-right: 0px;
}

.isie6 .fundfinder .ItemDisplay {
	width: 174px;
}

#exportListTemplate .popup-header {
	font-weight:bold;
	font-size:14px;
	color: #3F566C;
	border-bottom:1px solid #EDEDED;
	padding:0px 20px 10px 20px;
}

#exportListTemplate .popup-header span {
	padding-right:10px;
}

#exportListTemplate .checkbox {
	padding-left:20px;
	padding-top:5px;
}
.isie6 #exportListTemplate .checkbox {
	height: 8px;
	line-height: 8px;
	clear: both;
}
.isie6 #exportListTemplate .checkbox div {
	margin-top: -1px;
}

#exportListTemplate .popup-footer {
	background-color: #F1FAFF;
	border-top:1px solid #EDEDED;
	height:15px;
	padding-top:5px;
	padding-right:10px;
}
#exportListTemplate .exporttype .radiobutton,
#exportListTemplate .exporttype b {
	font-weight:normal;
	float:left;
	padding-right:5px;
	padding-top:2px;
	margin-right:2px;
}
.isie6 #exportListTemplate .exporttype .radiobutton {
	padding-right: 2px;
	margin-right: 0;
}
.isie6 #exportListTemplate .exporttype .radiobutton div {
	margin-right: 3px;
}

#exportListTemplate .exporttype {
	margin-top:10px;
	border-top:1px solid #EDEDED;
	background-color: #F1FAFF;
	font-size:10px;
	height:20px;
	padding-left:10px;
}
.isie6 #exportListTemplate .exporttype {
	padding-left:10px;
}

#exportListTemplate .exporttype .radiobutton div {
	margin-top:0px;
}
.fundfinder .recommended_list_item {
	cursor: default;
}

.fundfinder .savedFundRollover {
	display:none;
	position:absolute;
	background-color:#C4FAE4;
	border:1px solid #DDDCCB;
	padding:10px;
}

.isie6 .fundfinder .savedFundRollover 
{
	/**Popup in IE6 appears to be inheriting width from td? 
	Forcing width to be larger**/
	width:300px;
}

.fundfinder .savedFundRollover p {
	color:#32485d;
	font-weight:bold;
}
.fundfinder .savedFundRollover li {
	font-weight:bold;
	/*list-style: disc inside;*/
	list-style:none;
}
#result_list .fundilktabs {
	display:block;
	padding-left:30px;
	border-bottom:1px solid #CCC;
	float:left;
	width:725px;
	background-color:white;
	height:26px;
	/*overflow:hidden;*/
}

#result_list .fundilktabs li {
	float:left;
	background: url(../images/widgets.png) no-repeat left -1747px;
	margin-top:3px;
	margin-left:2px;
	cursor:pointer;
}

#result_list .fundilktabs a {
	display:block;
	background: url(../images/widgets.png) no-repeat right -1715px;
	margin-left:3px;
	color:white;
	padding:4px 10px;
}

#result_list .fundilktabs li.selected {
	background-position: left -1811px;
	margin-top:0px;
}
#result_list .fundilktabs li.selected  a {
	background-position: right -1779px;
	color:#3f566c;
	font-weight:bold;
	font-size:13px;
	padding:5px 10px 6px 10px;
}

.isie6 #result_list .fundilktabs li.selected  a {
	padding-bottom:5px;
	position:relative;
	top:1px;
	background-position:right -1779px;
}

.isie6 #result_list .fundilktabs li.selected {
	position:relative;
	top:1px;
	background-position:left -1810px;
}

.fundfinder .adic {
	margin-top:20px;
	margin-left:80px;
}

/*Loading: ~/Styles/glossary.css*/
.isie6.glossary .wide_column { width: 610px; overflow: hidden;}
#description .description
{
	font-weight: bold;
	font-family:Arial;
	font-size:12px;
	color:#8B8B8B;
}
#description
{
	width:610px;
	height:30px;
	margin:10px 1px 10px 50px;
}

#upperMenu
{
	width:610px;
	border-top:1px solid #96A8B9;
	border-bottom:1px solid #96A8B9;
	margin:0px 1px 0px 50px;
}
#bottomMenu
{
	width:610px;
	border-top:1px solid #96A8B9;
	border-bottom:1px solid #96A8B9;
	margin: 0px 1px 50px 50px;
}

#upperMenu .alphabetMenu
{
	display:inline;
	list-style-type: none;
	border-left:none;
	border-right:none;
	font:14px;
}

.alphabetMenu .letter
{
	display:inline;
	height:10px;
	padding: 4px 6px;
	text-align:center;
	line-height:220%;
	cursor: pointer;
}
.alphabetMenu a
{
	font-family: ConduitITC
	font-size:12px;
	font-weight:bold;
	color:
}
.alphabetMenu .Empty a
{
	color:#B2B2B2;
}
.alphabetMenu li.selected a
{
	color: #114488;
}

.diction
{
	width: 747px;
	margin:1px 1px 1px 50px;
	height: 650px;
}
.page tr
{
	margin:1px 1px 1px 50px;
}
.dictionaryHeader
{
	border-bottom:1px solid #96A8B9;
	width:610px;
	height:35px;
	font-weight:bold; 
	font-size:24px;
	padding-top:30px;
	padding-bottom:0px;
}
.word
{
	width:610px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;

}
.definition
{
	width:610px;
	line-height:130%;
	color: #999999;
}
.diction .subGlossaries 
{
	display: none;
}
.diction .selected 
{
	display: block;
}
#tipDiv
{
	height:105px;
	width:330px;
	float:right;
}
#tipDivContent
{
	background-color:#ACFDDC;
	height:73px;
	width:327px;
	float:left;
}
#paperClip
{
	float:left;
	width:30px;
	height:30px;
}
#pcTop
{
	float:left;
	height:30px;
	width:297px;
	padding:0;
	margin:0;
}



/*Loading: ~/Styles/aboutus.css*/
.aboutus p
{
	margin-top: 10px;
	padding:10px 0 0 0;
}
#navDiv{
	width:982px;
}
#navUpper{
	margin-left:50px;
	border-top:1px solid #E5E8E7;
	
	background-color:#F4F4EB;
	height:25px;
}
.navContainer .navNode{
	line-height:26px;
	border-bottom:1px solid #E5E8E7;
	
}
.isie6 .navContainer .navNode, .isfirefox3 .navContainer .navNode,
.isie7 .navContainer .navNode, .isfirefox3 .navContainer .navNode  
{
	top:-1px;
	position: relative;
}
.navLower{
	margin-left:50px;
	border-bottom:1px solid #E5E8E7;
	font-size:10px;
	background-color:white;
	height:30px;
}
.navNode {
	display:inline;
	width:120px;
	border-right:1px solid #E5E8E7;
	padding:5px;
	line-height:30px;
	cursor: pointer;
	color: #6C9DCE;
	font-weight: bold;
}

.lowerNav 
{
	margin-top: 10px;
}

.lowerNav li {
	width:100px;
	font-size: 11px;
	white-space: nowrap;
	
}
.lowerNav .last {
	border-right:none;
}
.navNode a{
	width:120px;
}
.aboutus .selected {
	background-color:white;
	border-top: 1px solid #E5E8E7;
	border-bottom: 1px solid white;
	color: #253F58;
}
.selectedDiv{
	display:block;
}
#content .infoDiv {
	margin-left:50px;
	width:615px;
}
.infoDiv .infoDiv 
{
	margin-left: 10px; 
}
.investorsDiv .contentHolder .infoDiv { margin-left:0px }

.contactUsDiv .contactUsDiv,
.whoAreWeDiv .whoAreWeDiv,
.newsDiv .newsDiv,
.ourIndustryDiv .ourIndustryDiv,
.investorsDiv .investorsDiv,
.fundIndexDiv .fundIndexDiv,
.managementDiv .managementDiv,
.boardDiv .boardDiv,
.govDiv .govDiv,
.filingsDiv .filingsDiv,
.overviewDiv .overviewDiv,
.contactDiv .contactDiv,
.faqDiv .faqDiv
{
	display:block;
}
.sectionHead{
	font-size:14px;
	font-weight:bold;
	color:#32485D;
	text-decoration: underline;
	line-height:25px;
}
.subHeader{
	font-weight:bold;
	font-size:14px;
}
.emailAddress{
	color:#6699CC;
	font-weight:bold;
}

#content .ourIndustryDiv li{
	list-style-type:disc;
	margin-left:30px;
	padding:5px;
}
.fundIndexDiv table{
	width:530px;
	padding-top:5px;
	padding-bottom:5px;
}
#content .fundIndexDiv tr{
	height: 21px;
}
#content .fundIndexDiv table td{
	width:260px;
	padding-left:10px;
}
#content .fundIndexDiv table tr .bar{
	background-color:#F3F3F3;
	padding-left:0px;
}
#content .fundIndexDiv table tr .bar div {
	height: 21px;
}

#content .investorsDiv ul .subHeader{
	display:list-item;
	margin:10px 0 10px 0;
	background-color:white;
	color:#7C7C7C;
	border:none;
	padding-left:0;
}

#content .investorsDiv h2 
{
	font-weight: bold;
	color: #253F58;
	font-size: 14px;
	padding: 25px 0px 5px 0px;
}
#content .investorFAQDiv .subHeader{
	padding:20px 0 0 0;
}
#content .corporateGovernanceDiv {
	height:160px;
}
#content .corporateGovernanceDiv ul{
	display:inline;
}
#content .corporateGovernanceDiv li{
	margin-top:10px;
}
#content .corporateGovernanceDiv a span{
	vertical-align:35%;
	line-height:30px;
	margin-left:10px;
}

ul.descList li
{
	padding-bottom: 10px;
}
.aboutus #content .description p { margin-top:0px; }
.aboutus #content p.first
{
	padding-top:0px;
}

.aboutus #content dt,
ul.descList div.title 
{
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	padding-bottom: 3px;
}
.aboutus #content dt {
	margin:10px 0px 5px 0px;
}

ul.addr, ul.email { margin-top: 10px;}
ul.email { }

ul.addr li, ul.email li
{
	font-size: 14px;
}
ul.email li 
{
	clear: both;
}
ul.email li div 
{
	float:left;	
}

ul.email li div 
{
	border: 1px solid #333333;
	border-bottom: none;
	padding: 4px;
}
ul.email li div.title 
{
	width: 200px;
	
}
ul.email li.first div 
{
	border: none;
}
ul.email li.last div 
{
	border-bottom: 1px solid #333333;
}
ul.email li div.description 
{
	color: #6699CC;
	font-weight:bold;
	border-left: none;
	width: 250px; 
}

ul.addr li.first, ul.email li.first
{
	font-weight: bold;
}

li.listHeading 
{
	color: #6699CC;
	padding-top: 10px;
	font-weight: bold;
}
.blue 
{
	color:#6699CC;
}
.blue a { color: blue; }
.blue a:hover { color: #32485D; }

.managementphoto {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	border: 1px solid #CCC;
	padding:2px;
	background-color:#F4F4EB;
}

.managementphoto img {
	height:415px;
	width:200px;
}

.managementphoto div {
	text-align:center;
	padding:2px;
	border:1px solid #DDD;
	margin-top:2px;
}

.isie6 .managementphoto div {
	margin-top:0px;
}

/* fix qm's module since all the default styles are mucked with */

#content .newsDiv .adic {
	margin-bottom:15px;
}

#content .newsDiv td,
#content .newsDiv tr {
	vertical-align:middle;
}

#content .newsDiv .qm_main .qm_maintext {
	vertical-align:top;
}

#content .newsDiv td.qm_maintext table td {
	border-spacing:2px;
	margin:2px;
	padding:2px;
}

#content .newsDiv .qm_activebutton
#content .newsDiv .qm_inactivebutton {
	border-spacing:0px;
	padding:0px;
}
#content .newsDiv input {
	padding:1px 0px;
}

.aboutus #content .narrow_column {
	width:210px;
}

.aboutus #content .whoAreWeDiv ul {
	margin-top:10px;
}

.aboutus .#content whoAreWeDiv li {
	line-height:22px;
}

.aboutus #content .whoAreWeDiv li.link {
	background:url(../images/icons/download_icons.gif) no-repeat 0px -49px;
	padding-left:18px;
}

.aboutus #content .adic {
	margin-top:15px;
}

/*Loading: ~/Styles/lifemaps.css*/
/******************************************************************************
* set up styles for LMInfoUpperDiv and contained div's
******************************************************************************/
#LMInfoUpperDiv{
	margin-left:40px;
	width:980px;
}
#LMInfoUpperDiv p{
	font-family:verdana, sans-serif;
	line-height:150%;
}
#LMInfoUpperDiv #sectionTitle h2{
	color:#253F58;
	font-family:verdana, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	padding:0px;
}
#LMContentAd {
	width:300px;
	height:250px;
	background:blue;
	float:right;
	margin-top:11px;
	margin-right:36px;
}

.LMHelpTips {
	font-size:11px !important;
	float:right;
	clear:right;
	margin-right:29px;
	margin-top:15px;
	width:282px;
}

/*****************************************
 * sectionHeader styles
*****************************************/
#sectionHeader{
	height:78px;
	/*width:680px;*/
} 
#sectionTitle{
	width:250px;
	height:78px;
	float:left;
	background:transparent url(../images/layout/page_header_bottom.gif) repeat-x scroll 0 bottom;
}

/******************************************
 * titleMenu styles
*******************************************/
.titleMenu{
	width:350px;
	height:78px;
	background:transparent url(../images/layout/page_header_bottom.gif) repeat-x scroll 0 bottom;
	float:left;
}

.titleMenu a {
	float:left;
	cursor:pointer;
	height:25px;
	margin-top:51px;
}
.titleMenu a.selected {
	color:#253F58;
	font-weight:bold;
}

#rockStarIcon {
	width:41px;
	background:url(../images/LifeMap.png) no-repeat 0px -116px;
}
#savvyIcon {
	width:25px; 
	background:transparent url(../images/LifeMap.png) no-repeat scroll 0px -157px;
	margin-left:70px;
}
#familyIcon {
	width:43px;
	background:transparent url(../images/LifeMap.png) no-repeat scroll -1px -199px;
	margin-left:80px;
}

#rockStarIcon span { margin-left:30px; }
#savvyIcon span { margin-left:20px; }
#familyIcon span { margin-left:46px; }

/******************************************
 * subHeaderDiv styles
******************************************/
#subHeaderDiv{
}

#subHeaderDiv h2{
	font-family:Arial, sans-serif;
}
#subHeaderDiv h1{
	text-transform:uppercase;
	font-weight:Bold;
	line-height:70%;
}

/****************************************************************
 * LMUpperLeftDiv styles
*****************************************************************/
.LMUpperLeftDiv{
	width:375px;
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	float:left;
	margin-right:15px;
	margin-top:15px;
	height:125px;
	padding-top:10px;
}


/****************************************************************
 * LMUpperRightDiv styles
****************************************************************/
.LMUpperRightDiv{
	width:230px;
	float:left;
	background: url(../images/LifeMap.png) no-repeat -545px -1474px; /* pos x = 460 - (width+padding) */
	margin-top:12px;
	padding-top:10px;
}

.LMUpperRightDiv div {
	background: url(../images/LifeMap.png) no-repeat -545px -1345px;
	padding:0px 15px;
	height:125px;
}

#content .LMUpperRightDiv p {
	padding:0px;
	font-size:10px;
	color:#5E5E5E;
}

.LMUpperRightDiv .title {
	font-weight:bold;
}

/****************************************************************************
 * set up styles for LMLowerDiv and contained div's
*****************************************************************************/
#LMLowerDiv{
	clear:both;
	margin-left:40px;
	padding-top:10px;
	position:relative;
}

.AreaDivUp .areacontent {
	background: url(../images/LifeMap.png) no-repeat;
	width: 250px;
}

#LMLowerDiv.goal1 #Area1Up,
#LMLowerDiv.goal2 #Area2Up,
#LMLowerDiv.goal3 #Area3Up {
	background-position: -283px -1473px;
}

/*********************************************
 * styles for the Life Maps and image
*********************************************/
.lifemap .areaMapDiv{
	float:left;
	margin-bottom:11px;
}
.lifemap .areaMapDiv h2 {
    font-size:62px;
	font-family:Arial, sans-serif;
	margin:0 0 0 10px;
}
.lifemap .areaMapDiv h4,
.lifemap .areaMapDiv h3 {
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.lifemap .areaMapDiv h4{
	font-size:12px;
	color:#253F58;
}
.lifemap .areaMapDiv h3{
	font-size:16px;
	color:#253F58;
	margin-bottom:10px;
}
.lifemap .areaMapDiv p{
	padding:3px;
}
.AreaDivUp{
	width:250px;
	float:left;
	background:transparent url(../images/LifeMap.png) no-repeat scroll -20px -1473px;
	padding-top:16px;
}
.AreaDivUp h2{
	width:25px;
}
.AreaDivUp .bluebutton {
	display:none;
	width:168px;
	margin-left:20px;
}
#LMLowerDiv.goal1 #Area1Up .bluebutton { display:block; }
#LMLowerDiv.goal2 #Area2Up .bluebutton { display:block; }
#LMLowerDiv.goal3 #Area3Up .bluebutton { display:block; }

.lifemap .bluebutton {
	font-size:12px;
	font-family:arial,sans-serif;
	padding-right:0px;
	color: #FFF;
}

.lifemap .bluebutton span {
	padding-left:0px;
	padding-right:17px;
}

.goalNumber{
	width:50px;
	float:left;
	height:150px;
}
.plannerInfo{
	width:185px;
	float:left;
	margin-left:5px;
}
.plannerInfo span{
	color:#5E5E5E;
}
#Area1Up {
	margin-left:80px;
	float:left;
}
#Area2Up, #Area3Up {
	margin-left:15px;
}
#Area2Up {
	float:left;
}

#Area1Up .goalNumber{
	background: url(../images/LifeMap.png) no-repeat -386px -152px;
}
#Area2Up .goalNumber{
	background: url(../images/LifeMap.png) no-repeat -454px -152px;
}
#Area3Up .goalNumber{
	background: url(../images/LifeMap.png) no-repeat -530px -152px;
}
#Area1Up .bluebutton,
#Area2Up .bluebutton,
#Area3Up .bluebutton {
	clear:both;
	width:167px;
	margin-left:33px;
	position:relative;
}

#LMAreaImg {
	position: absolute;	
	left: 0px;
}

.AreaDivD{
	width:250px;
	height:87px;
	float:left;
	background:transparent url(../images/LifeMap.png) no-repeat scroll -60px -375px;
}


/********************************************
 * styles for lower info div
********************************************/
.InfoDiv {
	visibility:hidden;
}

.InfoDiv p {
	display:none;
}

.InfoDiv strong {
	display:block;
	color:#253F58;
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
}

#content .InfoDiv p {
	padding-right:30px;
	padding-left:30px;
	line-height:150%;
}

#LMLowerDiv.goal1 .InfoDiv p.goal1 { display: block; }
#LMLowerDiv.goal2 .InfoDiv p.goal2 { display: block; }
#LMLowerDiv.goal3 .InfoDiv p.goal3 { display: block; }

#LMLowerDiv.goal1 .tabcontent,
#LMLowerDiv.goal2 .tabcontent,
#LMLowerDiv.goal3 .tabcontent {
	background-image: url(../images/LifeMap.png);
	background-repeat: no-repeat;
	height:100%;
}
#LMLowerDiv.goal1 .InfoDiv,
#LMLowerDiv.goal2 .InfoDiv,
#LMLowerDiv.goal3 .InfoDiv {
	visibility:visible;
	clear:both;
	background: url(../images/LifeMap.png) no-repeat 0px -687px;
	width:855px;
	margin-left:40px;
	position:relative;
	padding-top:14px;
}
.isie8 #LMLowerDiv.goal1 .InfoDiv,
.isie8 #LMLowerDiv.goal2 .InfoDiv,
.isie8 #LMLowerDiv.goal3 .InfoDiv {
	top: 11px;
}

#LMLowerDiv.goal1 .InfoDiv .tab,
#LMLowerDiv.goal2 .InfoDiv .tab,
#LMLowerDiv.goal3 .InfoDiv .tab {
	position:absolute;
	background: url(../images/LifeMap.png) no-repeat 0px -318px;
	width:132px;
	height:14px;
	top:-11px;
}
#LMLowerDiv.goal1 .InfoDiv .tab { left:99px; }
#LMLowerDiv.goal2 .InfoDiv .tab { left:364px; }
#LMLowerDiv.goal3 .InfoDiv .tab { left:629px; }

#LMBannerDiv {
	margin-top:20px;
	background-repeat: no-repeat;
}

/********************************************
* individual lifemap rules
********************************************/

.rockStarIcon #rockStarIcon { height:36px; margin-top:40px; } 
.savvyIcon #savvyIcon { height:33px; margin-top:43px; }
.familyIcon #familyIcon { height:35px; margin-top:41px; }

.familyplanner #content{ height:1010px; }
.rockstar #content{ height:1115px; }
.savvystarter #content { height:1085px; }

.familyplanner #LMBannerDiv{
	background-image: url(../images/FamilyPlanner.png);
	background-position:0px -633px;
	margin-top:20px;
	width:590px;
	height:125px;
}
.rockstar #LMBannerDiv{
	background-image:url(../images/RockStar.png);
	background-position:0px -1000px;
	margin-top:20px;
	width:580px;
	height:140px;
}
.savvystarter #LMBannerDiv{
	background-image:url(../images/SavvyStarter.png);
	background-position:0px -673px;
	margin-top:20px;
	width:580px;
	height:140px;
}

.familyplanner .areacontent { background-position: -20px -1062px; height:409px; }
.rockstar .areacontent { background-position: -20px -985px; height:486px; }
.savvystarter .areacontent { background-position: -20px -1022px; height:449px; }

.familyplanner #LMLowerDiv.goal1 #Area1Up .areacontent,
.familyplanner #LMLowerDiv.goal2 #Area2Up .areacontent,
.familyplanner #LMLowerDiv.goal3 #Area3Up .areacontent { background-position: -283px -1062px; }
.rockstar #LMLowerDiv.goal1 #Area1Up .areacontent,
.rockstar #LMLowerDiv.goal2 #Area2Up .areacontent,
.rockstar #LMLowerDiv.goal3 #Area3Up .areacontent { background-position: -283px -985px; }
.savvystarter #LMLowerDiv.goal1 #Area1Up .areacontent,
.savvystarter #LMLowerDiv.goal2 #Area2Up .areacontent { background-position: -283px -1022px; }

.familyplanner #LMLowerDiv.goal1 #LMAreaImg{ background-position: 0px -156px; height:156px; }
.familyplanner #LMLowerDiv.goal2 #LMAreaImg{ background-position: 0px -314px; height:158px; }
.familyplanner #LMLowerDiv.goal3 #LMAreaImg{ background-position: 0px -474px; height:159px; }
.rockstar #LMLowerDiv.goal1 #LMAreaImg{ background-position: 0px -250px; }
.rockstar #LMLowerDiv.goal2 #LMAreaImg{ background-position: 0px -500px; }
.rockstar #LMLowerDiv.goal3 #LMAreaImg{ background-position: 0px -750px; }
.savvystarter #LMLowerDiv.goal1 #LMAreaImg{ background-position: 0px -217px; height:217px; }
.savvystarter #LMLowerDiv.goal2 #LMAreaImg{ background-position: 0px -445px; height:228px; }

.familyplanner .bluebutton { top:192px; }
.rockstar .bluebutton { top:268px; }
.savvystarter .bluebutton { top:232px; }


.familyplanner #LMAreaImg {
	background: url(../images/FamilyPlanner.png) no-repeat 0px 0px;
	width:932px;
	height:156px;
	top: 187px;
}
.rockstar #LMAreaImg {
	background: url(../images/RockStar.png) no-repeat 0px 0px;
	width:968px;
	height:250px;
	top: 194px;
}
.savvystarter #LMAreaImg {
	background: url(../images/SavvyStarter.png) no-repeat 0px 0px;
	width:932px;
	height:156px;
	top: 170px;
}

.rockstar .InfoDiv { height: 150px; }
.rockstar .InfoDiv .tabcontent { background-position: 0px -533px; }
.familyplanner .InfoDiv { height: 136px; }
.familyplanner .InfoDiv .tabcontent { background-position: 0px -547px; }
.savvystarter .InfoDiv { height: 136px; }
.savvystarter .InfoDiv .tabcontent { background-position: 0px -547px; }


.savvystarter #Area1Up {
	margin-left:205px;
}
.savvystarter #LMLowerDiv.goal1 .InfoDiv .tab { left:224px;}
.savvystarter #LMLowerDiv.goal2 .InfoDiv .tab { left:489px;}

/********************************************
* IE fixes
********************************************/
.isie6 .areaMapDiv,
.isie7 .areaMapDiv {
	float:none;
}

.isie6 #LMContentAd,
.isie6 .LMHelpTips,
.isie6 .LMHelpTips div,
.isie6 #sectionTitle,
.isie6 .titleMenu,
.isie6 .titleMenu a,
.isie6 .LMUpperLeftDiv,
.isie6 .LMUpperRightDiv,
.isie6 .LMUpperRightDiv div,
.isie6 .AreaDivUp,
.isie6 .goalNumber,
.isie6 .plannerInfo,
.isie6 #Area1Up,
.isie6 #Area2Up,
.isie6 .AreaDivD {
	display:inline;
	zoom:1;
}

.isie6 #content { overflow:hidden;}

.isie6 .LMUpperRightDiv { overflow:hidden; }
.isie6 .LMUpperRightDiv div { padding-right:0px; }
.isie6 #content .LMUpperRightDiv p { padding-right:15px; }

.isie6 .LMHelpTips div { width:100%; }


.isie6 #Area1Up .bluebutton,
.isie6 #Area2Up .bluebutton,
.isie6 #Area3Up .bluebutton {
	position:static;	
	top: 0px;
}

.isie6 .familyplanner .bluebutton { margin-top:192px; }
.isie6 .rockstar .bluebutton { margin-top:269px; }
.isie6 .savvystarter .bluebutton { margin-top:232px; }

/* ie6 expands the width when there's overflow so reduce margins to compensate */
.isie6 #savvyIcon { margin-left:29px; }
.isie6 #familyIcon { margin-left:14px; }

.isie6 #LMLowerDiv.goal1 .InfoDiv .tab,
.isie6 #LMLowerDiv.goal2 .InfoDiv .tab,
.isie6 #LMLowerDiv.goal3 .InfoDiv .tab { overflow:hidden; }


/* ie7 has a problem with margin-left being applied on the right sometimes so different approach here */
.isie7 .familyplanner .areaMapDiv { width:820px; }
.isie7 .rockstar .areaMapDiv { width:820px; }
.isie7 .savvystarter .areaMapDiv { width:570px; }
.isie7 .areaMapDiv { margin: 0px auto; }

.isie7 #Area1Up { margin-left:0px; }
.isie7 .InfoDiv {
	position: relative;
	top:12px;
}

/*Loading: ~/Styles/widgets.css*/
/********************************************
* buttons (see buttons.gif)
********************************************/

.bluebutton {
	background: url(../images/widgets.png) no-repeat left -39px;
	color: #fff;
	cursor:pointer;
	display: block;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	height: 35px;
	padding-left:17px;
}
.bluebutton span {
	background: url(../images/widgets.png) no-repeat right 0px;
	height: 35px;
	display: block;
	line-height:33px;
	text-align:center;
	padding-left: 13px;
	padding-right:30px;
}

.bluebutton-disabled {cursor:default;}
.bluebutton-hover { background-position: left -117px; }
.bluebutton-hover,.bluebutton:hover { color:white; }

.bluebutton-hover span {
	color:white;
	background-position: right -78px;
}

.bluebuttonsmall {
	cursor:pointer;
	background: url(../images/widgets.png) no-repeat left -898px;
	height: 25px;
	padding:0px 0px 0px 12px !important;
	display:block;
	color:white;
	font-weight:bold;
}
.bluebuttonsmall span {
	background: url(../images/widgets.png) no-repeat right -867px;
	height:25px;
	display:block;
	text-align:center;
	padding: 0px 12px 0px 0px !important;
	line-height:24px;
	color:white !important;
}

.bluebuttonsmall-hover { background-position: left -961px; }
.bluebuttonsmall-hover, .bluebuttonsmall:hover { color:white; }
.bluebuttonsmall-hover span {
	color:white;
	background-position: right -930px;
}

/*
.disabled-hover span,
.isie6 #StepBack.disabled span,
.isie6 #Self.disabled span,
.isie6 #WalkThrough.disabled span,
.disabled:hover span {
	color:white;
	background-position: right 0 !important;
}
*/

/*
.isie6 .bluebutton span {
	_azimuth: expression(
		this.onmouseover=this.onmouseover || new Function("this.parentNode.className+=' bluebutton-hover'"),
		this.onmouseout=this.onmouseout || new Function("this.parentNode.className=this.parentNode.className.replace(' bluebutton-hover','')")
	);
}
.isie6 .bluebuttonsmall span {
	_azimuth: expression(
		this.onmouseover=this.onmouseover || new Function("this.parentNode.className+=' bluebuttonsmall-hover'"),
		this.onmouseout=this.onmouseout || new Function("this.parentNode.className=this.parentNode.className.replace(' bluebuttonsmall-hover','')")
	);
}
*/

/********************************************
* tips
********************************************/
.helptips_2,
.helptips_3,
.helptips_4 {
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
}

.helptips_2 em,
.helptips_3 em,
.helptips_4 em {
	color:#32485d;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}


.helptips_2 {
	
}

.helptips_2 div {

}

.helptips_3 {
	background: url(../images/widgets.png) no-repeat left -518px;
	padding-left:26px;
}

.helptips_3 div {
	height:71px;
	background: url(../images/widgets.png) no-repeat right -433px;
	margin-top:7px;
	padding-top:15px;
}

.helptips_3 p {
	padding-top:0px;
	padding-right:10px;
	position:relative;
	left:-8px;
}

.helptips_4 {
	background: url(../images/widgets.png) no-repeat left -735px;
	padding-left:26px;
	
}
.helptips_4 div {
	height:110px;
	background: url(../images/widgets.png) no-repeat right -621px;
	margin-top:7px;
	padding-top:15px;
}
.helptips_4 p {
	padding-top:0px;
	padding-right:10px;
	position:relative;
	left:-8px;	
}

/********************************************
* Soft Button
********************************************/

.softbutton {
	background: url(../images/widgets.png) no-repeat left -1370px;
	padding-left:20px;
}

.softbutton div {
	height: 41px;
	background: url(../images/widgets.png) no-repeat right -1320px;
	padding-top:6px;
}

.softbutton label {
	font-size:10px;
	color:#666;
}

/********************************************
* Check Box / Radio Button
********************************************/

.checkbox,.radiobutton {
	font-size:10px;
	cursor:pointer;
}

.checkbox div {
	float:left;
	background: url(../images/controls.png) no-repeat -10px -10px;
	height:9px;
	width:10px;
	margin-top:2px;
	margin-right:6px;
}

div.checkbox-checked div,
.checkbox.checked div {
	background-position: 0px 0px
}

.radiobutton div {
	float:left;
	background: url(../images/controls.png) no-repeat -55px -55px;
	height:13px;
	width:13px;
	margin-top:2px;
	margin-right:6px;
}

div.radiobutton-checked div,
.radiobutton.checked div {
	background-position: -40px -40px
}


/********************************************
* Rollover Tips
********************************************/

#tiprollovercontainer {
	text-align: left;
}
#tiprollovercontainer {
	position:absolute;
	display:none;
	z-index: 20000;
}

.tipcomingsoon {
	width:300px;
}

.tipcomingsoon .x-tip-body {
	width:268px;
	height:auto;
}

#divcomingsoon {
	position:absolute;
	background-color:#C6FBE7;
	display:none;
	z-index:20000;
	padding:5px;
	color:#32485D;
	font-weight:bold;
	border:1px solid #DEDFCE;
}

#tooltip {
	position:absolute;
	background-color:#C6FBE7;
	display:none;
	z-index:20000;
	padding:5px;
	color:#32485D;
	font-weight:bold;
	border:1px solid #DEDFCE;
}

/********************************************
* Popup Dialog
********************************************/

.popupDiv {
	position: absolute;
	top: 150px;
	left: 50px;
	z-index:999;
}
.popupDiv .topLeft,
.popupDiv .topRight,
.popupDiv .topRight .top,
.popupDiv .bottomLeft,
.popupDiv .bottomRight,
.popupDiv .bottom,
.popupDiv a.close {
	background: url(../images/site/dialog.png) no-repeat;
}
.popupDiv .topLeft { background-position: left -60px; padding-left:15px; }
.popupDiv .topRight { background-position: right -79px; padding-right:21px; }
.popupDiv .topRight .top {
	background-repeat: repeat-x;
	background-position: left -16px;
	height:15px;
	margin:0px;
	padding:0px;
}
.popupDiv .bottomLeft { background-position: left -98px; padding-left:15px; }
.priceChart .bottomLeft {
	background: url(../images/site/dialog2.png) no-repeat;
	background-position: 3px -4px;
}
.popupDiv .bottomRight { background-position: right -123px; padding-right:21px; }
.priceChart .bottomRight {
	background: url(../images/site/dialog2.png) no-repeat;
	background-position: right -26px;
	padding-right: 20px;
}
.popupDiv .bottom {
	background-repeat: repeat-x;
	background-position: left -35px;
	height:21px;
}
.priceChart .bottom {
	background-position: left -281px;
}
.popupDiv .contentRight {
	padding-right:10px;
	background: url(../images/site/dialogvertical_1.png) repeat-y right top;
}
.popupDiv .contentLeft {
	padding-left: 6px;
	background: url(../images/site/dialogvertical_1.png) repeat-y left top;
}
.popupDiv .contentInner {
	background:none;
	background-color:#fff;
}
.priceChart {
	background: url(../images/site/chartBubble.png) no-repeat left 116px;
	padding-left: 10px;
}
.isie6 .priceChart {
	background: url(../images/site/chartBubble_ie6.png) no-repeat left 116px;
}

.isie6 .popupDiv 
{
	width:233px;
}

.isie6 .popupDiv .contentInner,
.isie7 .popupDiv .contentInner 
{
	width:100%;
	height:100%;
}

.popupDiv a.close
{
	display:block;
	background-position: left top;
	width: 12px;
	height:12px;
	position:absolute;
	right:22px;
	top:16px;
	cursor: pointer;
}

.popupDiv a.close:hover {
	background-position:right top;
}

.isie6 .popupDiv .topLeft,
.isie6 .popupDiv .topRight,
.isie6 .popupDiv .topRight .top,
.isie6 .popupDiv .bottomLeft,
.isie6 .popupDiv .bottomRight,
.isie6 .popupDiv .bottom,
.isie6 .popupDiv a.close {
	background-image:url(../images/site/dialog_ie6.png);
}

.popupDivBlueBottom .topLeft { background-position: left -187px; padding-left:13px; }
.popupDivBlueBottom .topRight { background-position: right -203px; padding-right:15px; }
.popupDivBlueBottom .topRight .top { background-position: left -148px; height:12px; }
.isie6 .popupDivBlueBottom .topRight .top { font-size: 1px; }
.popupDivBlueBottom .bottomLeft { background-position: left -336px; padding-left:13px; }
.popupDivBlueBottom .bottomRight { background-position: right -359px; padding-right:15px; }
.popupDivBlueBottom .bottom { background-position: left -281px; height:19px; }
.popupDivBlueBottom .contentRight { padding-right:4px; background: url(../images/site/dialogvertical_2.png) repeat-y right top; }
.popupDivBlueBottom .contentLeft { padding-left: 4px; background: url(../images/site/dialogvertical_2.png) repeat-y left top; }

.isie6 .popupDivBlueBottom .bottomLeft,
.isie6 .popupDivBlueBottom .bottomRight,
.isie6 .priceChart .bottomLeft,
.isie6 .priceChart .bottomRight {
	background-image:url(../images/site/dialog2_ie6.png);
}
.isie6 .popupDivBlueBottom .bottomRight {
	margin-right: -4px;
	background-position: right -26px;
}
.isie6 .popupDivBlueBottom .bottomLeft {
	background-position: 0 -4px;
	padding-left:12px;
}

.isie6 .popupDiv .contentRight,
.isie6 .popupDiv .contentLeft {
	background-image:url(../images/site/dialogvertical_1_ie6.png);
	zoom:1;
}

/********************************************
* Tip Box
********************************************/

.TipBox .topLeft,
.TipBox .topRight,
.TipBox .topRight .top,
.TipBox .bottomLeft,
.TipBox .bottomRight,
.TipBox .bottom,
.TipBox a.close {
	background: url(../images/site/dialog.png) no-repeat;
}

.TipBox .topLeft {
	background-position: left -432px;
	padding-left:25px;
}
.TipBox .topRight {
	background-position: right -466px;
	padding-right:7px;
}
.TipBox .topRight .top {
	background-repeat: repeat-x;
	background-position: left -390px;
	height:23px;
	margin:0px;
	padding:0px;
}
.TipBox .bottomLeft {
	background-position: left -494px;
	padding-left:25px;
}
.TipBox .bottomRight {
	background-position: right -506px;
	padding-right:7px;
}
.TipBox .bottom {
	background-repeat: repeat-x;
	background-position: left -421px;
	height:7px;
}
.TipBox .contentRight
{
	padding-right:7px;
	background: url(../images/site/dialogvertical_4.png) repeat-y right top;
}
.TipBox .contentLeft
{
	padding-left: 25px;
	background: url(../images/site/dialogvertical_4.png) repeat-y left top;
}

.TipBox .contentInner {
	background:none;
	background-color:#C6FBE7;
}

.isie6 .TipBox .contentInner,
.isie7 .TipBox .contentInner {
	width:100%;
	height:100%;
}

.TipBox a.close
{
	display:block;
	background-position: left top;
	width: 12px;
	height:12px;
	position:absolute;
	right:22px;
	top:16px;
	cursor: pointer;
}

.TipBox a.close:hover {
	background-position:right top;
}

.isie6 .TipBox .topLeft,
.isie6 .TipBox .topRight,
.isie6 .TipBox .topRight .top,
.isie6 .TipBox .bottomLeft,
.isie6 .TipBox .bottomRight,
.isie6 .TipBox .bottom,
.isie6 .TipBox a.close {
	background-image:url(../images/site/dialog_ie6.png);
}

.isie6 .TipBox .contentRight,
.isie6 .TipBox .contentLeft {
	background-image:url(../images/site/dialogvertical_4_ie6.png);
}



/*Loading: ~/Styles/MyFund.css*/
form#aspnetForm
{
	width:90%;
	margin-left:5%;
}
.fullContents div#content
{
	float:left;
	
}
div#content div#title
{
	float:left;
}
div#content div.savedDiv
{
	margin:0 40px 0 50px; /* slight difference on right edge to allow floated elements that have a right padding to look more flush with the right edge. */
	width:928px;
	float:left;
	display:inline;
}
div.headerDiv
{
	background-image: url("../Images/site/yellow-header.png");
	background-repeat: repeat-x;
	clear: left;
	margin: 0 10px 18px 0;
	height: 22px;
	padding: 12px 0 0 10px;
}
div.headerDiv h3
{
	color:#253F58;
	font-weight:bold;
	line-height: 14px;
}
.fullContents .headerDiv h3 span.icon {
	background: url("../Images/myfund/saved-icon.png") no-repeat left center;
	padding-left: 21px;
	margin-right: 9px;
	padding-top: 2px;
	zoom: 1;
}
.fullContents .savedPortDiv .headerDiv h3 span.icon		{ background-position: 0 0; }
.fullContents .savedFundsDiv .headerDiv h3 span.icon	{ background-position: -21px 0; }
.fullContents .savedSearchesDiv .headerDiv h3 span.icon	{ background-position: -42px 0; }

div.savedDiv div.savedPort {
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	background-color:#FDFEEE;
	margin: 0 15px 9px 0;
	float:left;
	width:294px;
}
.isie6 div.savedDiv div.savedPort {
	margin-right: 5px;
	padding: 0;
	height: 270px;
	width:285px;
}
.isie6 div.savedDiv td {
	font-size: 11px;
}
div.savedDiv div.savedPort p
{
	margin: 8px 0 0 10px;
	font-size: 14px;
	height: 1em;
}
div.savedDiv div.savedPort div.allocation
{
	/*border:1px solid red;
	width:110px;
	height:180px;*/
	float:left;
	margin: 10px 5px 12px 8px;
	
}
.isie6 div.savedDiv div.savedPort div.dataDiv table {
}
div.savedDiv div.savedPort div.dataDiv
{
	float:left;
	margin:12px 0 0 2px;
}

.fullContents .savedPort .alloc-chart {
	font-size: 11px;
	width: 110px;
}
.isie6 .fullContents .savedPort .alloc-chart {
}


div.dataDiv table.stats td
{
	border-bottom:1px solid #EDEDED;
	line-height:30px;
}
div.dataDiv table.stats td.last
{
	border-bottom:none;
}
div.dataDiv table.stats td.value
{
	font-weight: bold;
	text-align:right;
}

.fullContents .savedPort .footer
{
	font-size: 11px;
	clear: both;
	margin: 10px 8px;
	width: 100%;
}
.fullContents .savedFooter {
	font-style: italic;
	font-size: 11px;
	padding-top: 7px;
}
.fullContents .savedPort .footer .saved,
.fullContents .savedDataDiv .dateSpan
{
	color: #5E5E5E;
	font-style: italic;
	float: left;
}
.fullContents .savedPort .footer .options
{
	float: right;
	font-size: 11px;
	margin-top: 2px;
	padding-right: 5px;
}
.fullContents .savedPort .footer .options ul li
{
	border-right: solid 1px #999;
	float: left;
	line-height: 10px; /* used to make the border (dividers) shorter */
	padding: 0 10px;
}
.fullContents .savedPort .footer .options ul li.first
{
	padding-left: 0;
}
.fullContents .savedPort .footer .options ul li.last
{
	border-right: none;
}

.fullContents .savedPortDiv,
.fullContents .savedSearchesDiv {
	margin-bottom: 31px;
}
.fullContents .savedFunds {
	margin-bottom: 16px;
}
.fullContents div#contentContainer div#rightLinks
{
	float:left;
	width:100%;
	display:inline;
}

.fullContents .savedFunds td {
	padding-bottom: 15px;
}
div.savedFunds td.fundTitle
{
	width:  88px;
	vertical-align:middle;
	margin-top:5em;
	color:#334556;
	font-weight:bold;
}
div.savedDataDiv
{
	display:inline;
	float:left;
}
.fullContents .savedDataDiv div.fund,
.fullContents .savedSearchesDiv .searches
{
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	float: left;
	margin: 9px 7px 0 5px;
	padding: 6px 0;
	
}
.fullContents .savedDataDiv div.fund { 
	width: 180px; 
	height: 80px; /* fix height so elements clear correctly. */
}
.fullContents .savedSearchesDiv .searches {
	width: 289px; 
	margin: 9px 15px 0 3px;
}

div.savedDataDiv div.fund .name
{
	margin: 0 5px 5px 0;
	color: #6699CC;
}
div.savedDataDiv div.fund span.dateSaved
{
	display:inline;
	margin-left:20px;
	line-height:10px;
}
div.savedDataDiv div.fund span.symbol
{
	margin-left:3px;
	color:#FFB649;
	font-size:10px;
}
div.delete
{
	color:#6699CC;
	font-style:normal;
	float:right;
	display:inline;
}
div.dateSpan
{
	display:inline;
	float:left;
}

span.topBar, div.savedDataDiv
{
	background-image: url('../Images/layout/savedBar.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 27px;
}
.fullContents .savedDataDiv-bottom
{
	background-image:url('../Images/layout/savedBar.gif');
	background-repeat: no-repeat;
	background-position: left -458px;
	clear: both;
	height: 8px;
	padding-left: 27px;
	position: relative;
	top: -8px;
}
.fullContents .domesticFunds .savedDataDiv		  { background-position: left -466px; }
.fullContents .domesticFunds .savedDataDiv-bottom { background-position: left -907px; }
.fullContents .bondFunds .savedDataDiv		  { background-position: left -915px; }
.fullContents .bondFunds .savedDataDiv-bottom { background-position: left -1366px; }
.fullContents .cashFunds .savedDataDiv		  { background-position: left -1386px; }
.fullContents .cashFunds .savedDataDiv-bottom { background-position: left -1843px; }


tr.internationalDiv div.first
{	
	background-position:0px 0px;
	margin:0;
}
tr.internationalDiv span.bottomBar
{
	background-position:0px -335px;
}

tr.domesticDiv td.fundTitle div.topBar
{
	background-position:-132px -4px;
}
tr.domesticDiv td.fundTitle div.middleBar
{
	background-position:-132px -200px;
	padding:15px 0 15px 0;
}
tr.domesticDiv td.fundTitle div.bottomBar
{
	background-position:-132px -434px;
}
tr.domesticDiv td.fundTitle div.middleBar p
{
	margin-right:10px;
}
tr.bondDiv td.fundTitle div.topBar
{
	background-position:-246px -4px;
}
tr.bondDiv td.fundTitle div.middleBar
{
	padding:15px 0 15px 0;
	background-position:-246px -200px;
}
tr.bondDiv td.fundTitle div.bottomBar
{
	background-position:-246px -443px;
}
tr.cashDiv td.fundTitle div.topBar
{
	background-position:-357px -4px;
}
tr.cashDiv td.fundTitle div.middleBar
{
	padding:15px 0 15px 0;
	background-position:-357px -200px;
}
tr.cashDiv td.fundTitle div.bottomBar
{
	background-position:-357px -440px;
}

.fullContents #title {
	margin: 0 50px;
}
.isie6 .fullContents #title {
	display: inline; /* ie6 double margin fix */
}

.savedfundsrollover {
	background-color:#FDFDCD;
	padding:5px;
	border:1px solid #CCC;
}
.savedfundsrollover b {
	color:#666;
	font-weight:bold;
}

/*Loading: ~/Styles/builder.css*/
.portfoliobuilder .TitleHeader
{
	width: 400px;
	float:left;
}
.portfoliobuilder .portBtn 
{
	float:left;
	margin: 10px 15px 0px 0px;
}
.portfoliobuilder .portBtn div { float:left; }

.portfoliobuilder #bodyMain .portBtn.disabled  
{
	background-position: left -39px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	cursor: default;
}
.portfoliobuilder #bodyMain .portBtn.disabled div 
{
	background-position:right -0px;
}

#builder_main_content.wide_column 
{
	width: 654px;
	width: 644px;
}

#builder_body .builder_wide {
	height:800px;
	margin:0 320px 0 50px;
}

#builder_body .builder_narrow {
	background:transparent url(../images/builder/right_column.png) no-repeat 0 34px;
	float:right;
	height:800px;
	width:326px;
	margin-right:10px;
}

#builder_description {
	background:transparent url(../images/builder/big_builder_icon.gif) no-repeat 0 10px;
	color:#8B8B8B;
	font-family:arial;
	font-size:14px;
	padding: 15px 35px 35px 80px;
	width: 540px;
	font-weight: normal;
	line-height: normal;
}

#builder_get_started {
	background: #fefeee url(../images/builder/get_started.gif) no-repeat 32px 20px;
	border-top:1px solid #d9d9bc;
	border-bottom:1px solid #e4e9d4;
	height:616px;
	width: 660px;
}

.builder_narrow dl {
	margin:116px 42px 0 4px;
}

.builder_narrow dl dt {
	border-top:1px solid #e5e7e9;
	color:#32485d;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	padding:17px 0 0 14px;
}

.builder_narrow dl dt.first {
	border-top:0;
}

.builder_question {
	float:left;
	font-family:verdana;
	margin-left:5px;
	width:220px;
}

.builder_narrow dl dt span {
	background: transparent url(../images/site/category_egg.gif) no-repeat right 5px;
	padding:5px 7px 5px 17px;
}

.builder_narrow dl dd {
	padding: 0 0 10px 10px;
}

.builder_narrow .big_combo  {
	margin:10px 0 0 4px;
}

#select_other_goal {
	margin: 11px 0 0 4px;
	visibility:hidden;
}

#select_other_goal img {
	display:block;
	margin-top:-6px;
}

#select_other_goal input {
	background:transparent url(../images/builder/other_input.gif) no-repeat 0 0;
	border:0;
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
	font-style:italic;
	padding:8px;
	width:254px;
}

#next .x-btn-center em {
	background:transparent url(../images/site/next_arrow.gif) no-repeat 0 5px;
	padding-left:5px;
}

#next.disabled_button .x-btn-center em {
	background:transparent url(../images/site/disabled_next_arrow.jpg) no-repeat 0 5px;
}

#builder_buttons .x-btn {
	float:left;
	margin: 25px 4px 0 0;
}

.x-slider-horz .x-slider-thumb {
	background:transparent url(../images/site/slider.gif) no-repeat scroll 0pt 0pt;
	width:32px;
}

.x-slider-horz .x-slider-inner {
	background:transparent url(../images/site/track.gif) repeat-x scroll 0pt 7px;
	height:22px;
}

.x-slider-horz .x-slider-end {
	background:transparent url(../images/site/slider-bg.gif) no-repeat scroll right -44px;
	padding-right:17px;
}

.x-slider-horz {
	background:transparent url(../images/site/slider-bg.gif) no-repeat scroll 0pt -22px;
	padding-left:17px;
	margin-top: 35px;
	position: relative;
}

.slider {
	padding-top:30px;
}

.x-combo-list {
	z-index:33000;
}
.portfoliobuilder .x-tip {
	visibility: visible;
	top: -24px;
	text-align: center;
	z-index: 0;
}
.portfoliobuilder .invisible .x-tip { visibility: hidden; }
.isie6 #Slider_goalSlider .x-tip { width: 60px; }
.isie6 #Slider_timeFrameSlider .x-tip { width: 60px; }
.isie6 #Slider_initialInvestmentSlider .x-tip { width: 60px; }
.isie6 #Slider_recurrentInvestmentSlider .x-tip { width: 86px; }
.isie6 #Slider_riskSlider .x-tip { width: 70px; }

div.slider_tip .x-tip-body {
	color:#5e5e5e;
	font-family:arial;
	font-size:11px;
	padding: 5px 2px 10px !important;
	background: url(../images/site/slider_tip_pointer.gif) no-repeat bottom center;
	line-height:11px;
	white-space: nowrap;
}

div.slider_tip .x-tip-tl, div.slider_tip .x-tip-tc , div.slider_tip .x-tip-tr, div.slider_tip .x-tip-bc, div.slider_tip .x-tip-bl, div.slider_tip .x-tip-br, div.slider_tip .x-tip-ml, div.slider_tip .x-tip-mr{
	background-image: url(../images/site/slider_tip.png);
}
div.slider_tip .x-tip-ml {
	background-color:transparent;
	background-image: url(../images/site/slider_tip_left.png);
	background-position:0 0px;
}
/*.isie6 div.slider_tip .x-tip-tl, .isie6 div.slider_tip .x-tip-tc , .isie6 div.slider_tip .x-tip-tr, .isie6 div.slider_tip .x-tip-bc, .isie6 div.slider_tip .x-tip-bl, .isie6 div.slider_tip .x-tip-br, .isie6 div.slider_tip .x-tip-ml, .isie6 div.slider_tip .x-tip-mr
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/slider_tip.png', sizingMethod='scale');
}
.isie6 div.slider_tip .x-tip-ml 
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/slider_tip_left.png', sizingMethod='scale');
}*/
div.slider_tip .x-tip-mr {
	background-color:transparent;
	background-position:right 0px;
}

div.slider_tip .x-tip-tc {
	padding-top:0px;
}

div.slider_tip .x-tip-bl{
	background-position:0 -54px;
}


div.slider_tip .x-tip-br{
	background-position:right -54px;
}

div.slider_tip .x-tip-bc {
	height:0;/*7px;*/
	background-position:0 -117px;
}

#how_often {
	margin:8px 0 5px;
}

#recommended {
	background:transparent url(../images/builder/recommended_bg.gif) repeat-x 0 0;
	height:375px;
}

.recommended_box_header {
	color:#334556;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 0 10px;
	padding: 7px 0;
}

.recommended_box_header span {
	color:#5e5e5e;
}

.recommended_box_header i {
	background:transparent url(../images/site/category_egg.gif) no-repeat scroll right 5px;
	padding:5px 7px 5px 17px;
}

.recommended_box_helper {
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
	margin: 0 0 0 10px;
	padding: 7px 0 0;
}

#recommended_list_item {
	float:left;
	height:300px;
	margin: 12px 0 0 0px;
}

#recommended_list_helper {
	color:#acacac;
	font-family:arial;
	font-size:11px;
	font-style:italic;
	text-align:center;
}

/*
.alloc-chart {
}
.alloc-chart .top .left {
	background: transparent url(../images/builder/alloc-chart-corners.png) no-repeat scroll 0 0;
	height: 10px;
	margin-right: 9px;
}
.alloc-chart .top .right {
	background: transparent url(../images/builder/alloc-chart-corners.png) no-repeat scroll right -10px;
	height: 10px;
	margin-top: -10px;
}
.alloc-chart .bottom .right {
	background: transparent url(../images/builder/alloc-chart-corners.png) no-repeat scroll right -20px;
	height: 10px;
	margin-top: -10px;
}
.alloc-chart .bottom .left {
	background: transparent url(../images/builder/alloc-chart-corners.png) no-repeat scroll 0 bottom;
	height: 10px;
	margin-right: 9px;
}
.alloc-chart .content {
	width:185px;
	font-family:arial;
	font-size:16px;
	text-align:center;
	color:#9dd94e;
}
*/

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/
.alloc-chart {
	/*margin:0px auto;*/
	 min-width:8em;
	/*width:290px;*/ /* based on image dimensions - not quite consistent with drip styles yet */
	 color:#fff;
	 z-index:1;
	 margin-left: 9px; /* default, width of left corner */
	/* margin-bottom:0.5em;  spacing under alloc-chart */
	width: 139px;
	position: relative;
}
.portfoliobuilder .alloc-chart {
	height: 186px;
}

.isie6 .alloc-chart {
	margin-left: 0;
}
.isie6 #fund_filters_walk_through .alloc-chart {
	margin-left: 18px;
}

.alloc-chart .rc-content-wrapper,
.alloc-chart .rc-t,
.alloc-chart .rc-b,
.alloc-chart .rc-b div {
 background:transparent url(../images/builder/alloc-chart.gif) no-repeat top right;
}

.alloc-chart .rc-content-wrapper {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 /*padding:0px 12px 0px 0px;*/
}

.alloc-chart .rc-t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-9px;
 height: 9px;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.alloc-chart .rc-b,
.alloc-chart .rc-b div {
 height:9px; /* height of bottom cap/shade */
 font-size:1px;
}

.alloc-chart .rc-b {
 background-position:bottom right;
}

.alloc-chart .rc-b div {
 position:relative;
 width: 9px; /* bottom corner width */
 margin-left: -9px;
 background-position:bottom left;
}

/*.alloc-chart h1,
.alloc-chart p {
 margin:0px; / * margins will blow out backgrounds, leaving whitespace. * /
 padding:0.5em 0px 0.5em 0px;
}*/

.alloc-chart .rc-content {
	margin-left: -9px;
	padding-top: 9px;
}
#fund_filters_walk_through .alloc-chart .rc-content {
	width: 108px;
}
.savedDiv .alloc-chart .rc-content {
	width: 118px;
}
.isie6 .alloc-chart .rc-content {
	position: relative;
}
.isie6 .alloc-chart .rc-content div 
{
	position:relative;
}

.recommended_list_bottom div div strong {
	font-weight:bold;
}
#AllocationRecContainer { 
	padding: 5px;
	position: relative;
}
#AllocationRecContainer .recommended_pointer 
{
	position: absolute;
	right: -10px;
	background: url(../images/builder/recommended_pointer.png) no-repeat;
	width: 25px;
	height: 50px;
	margin: 0px;
	z-index: 10;
}
.isie6 #AllocationRecContainer .recommended_pointer 
{
	background: none;
	right: -11px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/builder/recommended_pointer.png', sizingMethod='scale');
}
     
.recommended_list_item {
	/*width: 118px;*/
	 cursor: pointer;
	 /*color: #9DD94E; contrast problems */
	 font-weight: normal;
	 text-align: center;
}
.savedDiv .recommended_list_item {
	width: 118px;
}
.recommended_list_item.list_over 
{
	color: #FFFFFF;
	margin: 0px;
}

#recommended_list_first {
	background-color: #8BC53F;
}
#recommended_list_second {
	background-color: #37B34A;
}
#recommended_list_third {
	background-color: #009945;
}
#recommended_list_fourth {
	background-color: #016A33;
	padding-top: 2px;
}


.recommended_list_spacer {
	background:transparent url(../images/builder/recommended_list_spacer.gif) no-repeat scroll 0 0;
	height:3px;
	padding:0px;
	margin:0px;
	font-size:1px;
}

.recommended_list_5 {
	height:18px;
}

.recommended_list_5 div{
	padding-top:2px;
}

.recommended_list_15 {
	height:45px;
}

.recommended_list_15 div{
	padding-top:14px;
}

.recommended_list_40 {
	height:85px;
}

.recommended_list_40 div{
	padding-top:32px;
}

#recommended_tip {
	background:transparent url(../images/builder/recommended_tip.gif) no-repeat scroll 0 0;
	float:left;
	height:309px;
	margin: 12px 0 0 5px;
	width:413px;
}

#recommended_tip_left {
	float:left;
	margin:20px 0 0 30px;
	width:174px;
}
.isie6 #recommended_tip_left 
{
	margin-left: 10px;
}

#recommended_tip_left h3 {
	border-bottom:1px solid #99a2aa;
	color:#32485d;
	display:block;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	padding: 0 0 12px;
}

#recommended_tip_left li {
	border-bottom:1px solid #ededed;
}

#recommended_tip_left .floatLeft {
	color:#999;
	font-family:arial;
	font-size:16px;
	line-height:36px;
}

#recommended_tip_left .floatRight {
	color:#5e5e5e;
	font-family:'Lucida Sans';
	font-size:20px;
	line-height:36px;
}

#recommended_tip_left span.floatRight {
	background:#8bc53f;
	display:block;
	height:10px;
	margin:12px 5px 0;
	width:10px;
	font-size: 1px;
}

#recommended_tip_left div.fund_return {
	color:#8bc53f;
}

#recommended_tip_right {
	background:#c4fae4;
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
	float:left;
	margin:20px 0 0 28px;
	width:160px;
	padding-bottom: 10px;
}

#recommended_tip_right h3 {
	background:transparent url(../images/builder/recommended_egg.gif) no-repeat center center;
	display:block;
	height:33px;
	margin:15px 0;
}

#recommended_tip_right div {
	margin:0 15px;
	line-height:16px;
}

#recommended_tip_right strong {
	color:#5e5e5e;
	font-weight:normal;
}

#opportunity {
	background:transparent url(../images/builder/opportunity_bg.gif) repeat-x 0 0;
	margin:4px 0 0;
	/*height:240px;*/
	
}

#opportunity .floatLeft {
	width:380px;
}

#opportunity .opportunity_for_success {
	height:230px;
	width:219px;
	margin:6px 25px 0 0;
	position: relative;
}
#opportunity .opportunity_for_success .floatingOpertunity
{
	position: absolute;
	top: 70px;
	width: 230px;
	left: 0px;
	text-align: center;
}
#opportunity .opportunity_for_success #opportunityText
{
	color: #FFFFFF;
	font-size: 17px;
	background-color: #735CBC;
	width: 120px;
	padding: 3px 10px;
	margin: auto;
}
#opportunity .opportunity_for_success #opportunityPercent
{
	color: #FFFFFF;
	font-size: 60px;
	line-height: 60px;
	
}
#opportunity .opportunity_for_success #opportunityPercent span 
{
	font-size: 30px;
	vertical-align: top;
}

.isie6 #opportunity .floatRight ,
.isie7 #opportunity .floatRight 
{
	margin:9px 25px 0 0;
}

#opportunity .recommended_box_helper {
	line-height:18px;
	padding-top:10px;
}

#likely {
	border:1px solid #d3d3d3;
	border-width:1px 0;
	color:#5e5e5e;
	font-family:arial;
	font-size:16px;
	margin:15px 15px 15px 10px;
	padding:10px 0;
}

#likely strong {
	color:#6348bb;
	font-weight:bold;
}

.builder_tip {
	background:transparent url(../images/builder/tip_bg.gif) repeat-y 0 0;
	margin-left:10px;
	width:360px;
}

.builder_tip_bottom {
	background:transparent url(../images/builder/tip_bottom.gif) no-repeat 0 bottom;
	padding-bottom:7px;
}

.builder_tip_top {
	background:transparent url(../images/builder/tip_top.gif) no-repeat 0 0;
	color:#8b8b8b;
	font-family:arial;
	font-size:12px;
}

.builder_tip_top div {
	margin:0 22px 0;
	padding:18px 0 10px;
}

.builder_tip strong {
	color:#32485d;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}

.portfoliobuilder .small_module.startHere 
{
	width: 280px;
}
.portfoliobuilder .small_module.startHere .dContainer
{
	background-position: 420px -307px;
	margin-top: 0px;
}
.portfoliobuilder .small_module.startHere .lContainer
{
	background-position: 420px -333px;
	padding-top: 3px;
}
.portfoliobuilder .small_module.startHere .cContainer
{
	background-position: 420px -277px
}
.portfoliobuilder .small_module.startHere .Title 
{
	text-transform: capitalize;
	font-size: 18px;
	display: block;
}
.small_module.tall .module_contents 
{
	height: 581px;
	padding: 4px 0px;
}
.small_module.tall .module_contents span.question {
	padding: 0px 12px;
}
.isie6 .small_module.tall .module_contents span.goal-question {
/*	height: 135px;*/
}
.isie6 .small_module.tall .module_contents span.goal-question .x-slider-horz {
	margin-top: 60px;
}
.portfoliobuilder .small_module.startHere .DescBlock 
{
	height: 20px;
}
.portfoliobuilder .small_module.startHere span.Title 
{
	background: url(../images/home.png) no-repeat 205px -401px;
	padding-top: 17px;
	height: 18px;
}
.portfolioFrame 
{
	/*height: 614px;*/
	margin-top: 0px;
	border-top: 1px solid #E4E4CA;
}
.portfoliobuilder #side_panel 
{
	padding: 0px;
	position: relative;
	top: -47px;
	width: 333px;
}
.defaultContainer 
{
	display: none;
}
.defaultState .finderState 
{
	display: none;
}
.defaultState .defaultState 
{
	display: block;
}
.container .question.hidden { display: none; }
.invisible { visibility: hidden; }

.portfoliobuilder .question .DropDownMenu 
{
	margin-top: 5px;
}
div.top div.wide_column .recDesc{ font-weight:normal; }

.portfoliobuilder .popupDiv .login, .myfund .popupDiv .login 
{
	padding: 30px;
}
.portfoliobuilder .popupDiv .login p, .myfund .popupDiv .login p 
{
	color:#707070;
	font-size:13px;
	font-weight:bold;
	padding-bottom:2px;
}
.portfoliobuilder .popupDiv .login .savebtn, .myfund .popupDiv .login .savebtn
{
	width: 80px;
	float: left;
}
.portfoliobuilder .popupDiv .login #CancelSave, .myfund .popupDiv .login #CancelSave 
{
	margin-left:15px;
}
#builder_main_content #NewPortfolioBtn {
	width: 110px;
}
#builder_main_content #SaveContinueBtn {
	width: 164px;
}

#headerTip {
	color: #8B8B8B;
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	left: 77px;
	position: absolute;
	top: 59px;
	line-height: 28px;
}

#opportunityTip {
	left: 240px;
	top: 200px;
	position: absolute;
	width: 321px;
}
#opportunityTip .tinyFont
{
	font-size: 7pt;
	line-height: 9.5px;
}
	

.portfoliobuilder .contentInner .savebtn {
	margin-left:8px;
	margin-top: 10px;
}
.isie8.portfoliobuilder .contentInner .savebtn {
	margin-left:6px;
}
.isie6.portfoliobuilder .contentInner .savebtn {
	margin-left:6px;
}

.portfoliobuilder .mustlogin .savebtn {
	float:left;
	width:70px;
}
.portfoliobuilder .needsname .savebtn {
	width:170px;
}



/*Loading: ~/Styles/expertsdesk.css*/
.FindAdditional iframe,
.forum #contentContainer iframe,
.expertsdesk #expertsDeskFrameCssIdDiv iframe
{
	margin:10px 30px;
	width:968px;
	height:768px;
	border:none;
}
/*
.expertsdesk #content,
.forum #content {
	position:absolute;
	top:60px;
	left:0px;
	right:0px;
	bottom:0px;
	width:968px;
}
*/

/*Loading: ~/Styles/summary.css*/
.fundsummary #overview {
	clear: left;
}

/** Title & Symbol */
.fundsummary #content .fundError {
	color: #C00;
	font-size: 18px;
	margin: 0 48px 0 50px;
}
.fundsummary #content #fund_title {
	margin: 0 48px 0 50px;
}
.fundsummary #content #fund_title h2 {
	float:left;
	color:#253F58;
	display:inline;
	font-family:verdana;
	font-size:24px;
	font-weight:bold;
	padding: 0px 10px 10px 0;
}

.fundsummary #content #fund_title .symbol {
	color:#ffac30;
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.fundsummary .fundIdentifier {
	font-size:20px;
	float:left;
}
.fundsummary .fundIdentifier-help {
	float:left;
	margin-top:4px;
}

/** Fund Snapshot */
.fundsummary .snapshot {
	background: transparent url(../images/summary/overview_header.gif) repeat-x top left;
	color:#32485d;
	font-family:verdana,tahoma,arial,"Lucida Sans","lucida grande",sans-serif;
	font-size:10px;
	font-weight:bold;
	height: 38px;
	line-height:46px;
	padding-left:10px;
	overflow:hidden;
}

/** Quote Summary */
.fundsummary #summary_bar dl {
	height: 28px;
}

/** Layout */
.fundsummary .sectionHeader .floatLeft {
	padding-left: 10px;
}

.fundsummary .narrow_column {
	width: 280px;
}
.fundsummary .wide_column {
	width: 670px;
}

.fundsummary .x-panel-btns-ct {
	margin-bottom: 20px;
}

.fundsummary .x-panel-btns-ct a {
	float: left;
	margin-left: 16px;
}

/* make the bluebutton a little smaller so that it fits on the same line as the dropdown menu. */
.fundsummary .x-panel-btns-ct a.bluebutton span
{
	padding-left: 5px;
	padding-right: 21px;
}

/** Dropdown menu */
.fundsummary .x-panel-btns-ct .DropDownMenu {
	background: transparent url(../images/summary/combo_trigger.gif) repeat-x scroll 0 0;
	float: left;
	padding-right: 28px;
}

.fundsummary .x-panel-btns-ct .DropDownMenu .ItemDisplay {
	background: transparent url(../images/summary/combo_text.gif) repeat-x scroll left top;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 26px;
	padding: 3px 0 4px 8px;
	width: 132px;
}
.fundsummary .x-panel-btns-ct .DropDownMenu:hover .ItemDisplay, 
.fundsummary .x-panel-btns-ct .DropDownMenu-hover .ItemDisplay 
{
	background-position:left bottom;
	color:#FFFFFF;
}

.fundsummary .x-panel-btns-ct .DropDownMenu .MenuItemContainer {
	border: solid 1px #89B6E4;
	border-width: 0 1px 1px 1px;
	width: 165px;
	top: 30px;
}
.isie6 .fundsummary .x-panel-btns-ct .DropDownMenu .MenuItemContainer {
	top: 31px;
}

.fundsummary .x-panel-btns-ct .DropDownMenu .MenuItemContainer div,
.fundsummary .x-panel-btns-ct .DropDownMenu.large .MenuItemContainer div,
.investmentPortfolio .DropDownMenu.large .listItem {
	background: transparent url(../images/summary/bullet.gif) no-repeat scroll 8px 8px;
	padding: 5px 20px;
	font-weight: normal;
	font-size: 11px;
}
.isie6 .investmentPortfolio .DropDownMenu.large .listItem
{
    padding: 5px 20px;
}

/* Details Panels */
.fundsummary #details-tab-panel .tab-content {
	height: 300px;
}

.fundsummary .details_header {
	padding-left: 5px;
}

.fundsummary #details_notes {
	display: none;
}

/* Chart Section */
.fundsummary #IndexDropDown {
	float: left;
}

#charts-tab-panel #IndexDropDown, #charts-tab-panel #Input_AddFund {
	width: 150px;
}
#charts-tab-panel #Input_AddFund input {
	font-size: 12px;
	width: 110px;
}

/* Tab Panel */
.tab-panel-body .comparison
{
	background-color: #FEFEEE;
	border-top: 1px solid #F3EBDE;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 599px;
}

.tab-panel-body .comparison div.text,
.tab-panel-body .comparison div.DropDownMenu,
.tab-panel-body .comparison div.StyledInput
{
	float: left;
	margin: 0px 5px;
}
.tab-panel-body .comparison div.text 
{
	padding-top: 3px;
}

/* user info rollover */
.userBioPopup {
	padding: 10px 20px;
}

.userBioPopup span {
	font-size:14px;
	color:#3F566C;
	font-weight:bold;
}

.userBioPopup dt, .userBioPopup dd {
	padding-top:10px;
}

.userBioPopup dt {
	font-size:10px;
	color: #5E5E5E;
	margin-top:10px;
	border-top:1px solid #EDEDED;
}
.userBioPopup dt.first {
	border-top:none;
}

.userBioPopup dd {
	font-size:14px;
	color: #B2B2B2;
}

.fundsummary .adic {
	margin-left:10px;
}
