@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
}
body {
	background:#eee;
	border:0;
	font-family:arial;
	font-size:62.5%;
	margin:0;
	min-width:974px;	
	color:#464646;
}
#maincontainer {
    position:relative;
	width:974px;
	margin-left:auto;
	margin-right:auto;
	border:10px solid #fff;
	background:#fff;
	overflow: hidden; /* contain floated elements */
}
#maincontainer input, select, textarea, submit {
	font-family: inherit;
	font-size: 1.2em;
	color: inherit;
	padding: 3px;
	margin: 2px;
	border: 1px solid #cccccc;
}
#tbx input
{
	width:130;
}

a  { 
	color: #004990;
	text-decoration: none;
}
a:hover { 
	color: #4c7fb1;
}
a:disabled,a[disabled="disabled"]{
	color:Gray;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TEXT */

h1 {
	font-weight: normal;
	font-size: 2.2em;
	color: #004990;
	margin: 0 0 1em 0;
}

h2 {
	font-weight: normal;
	font-size: 1.9em;
	color: #004990;
	margin: 0 0 .5em 0;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
	color: #004990;
	margin: 0 0 .5em 0;
}

h4 {
	font-weight:bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5;
}

.p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5;
}
.login_status {
	text-align:center;
	color:#7d7d7d;
	font-weight:bold;
	font-size: 1.2em;
}
.blocks {
	background-color:#ebf5ff;
	padding:8px;
	margin-bottom:10px;
}
.underline {
	border-bottom:#d6d6d6 dotted 1px;
}

/* HEADER AREA */

#head_1 {
	position:relative;
	width:974px;
	height:76px;
	background-color:#fff;
	margin:0 auto;
}
#logo {
	float:left;
	width:178px;
	height:76px;
}
#login_info {
	float:right;
	width:211px;
	height:76px;
	background-color:#ececec;
}
#head_2 {
	width:974px;
	height:30px;
	background-color:#004990;
}
#sensible {
	float:left;
	width:178px;
	height:30px;
	background:url(../_img/sensible_investing.gif);
}
#login_title {
	float:right;
	width:211px;
	height:30px;
	background:url(../_img/head_login.gif);
}
#loggedin_title {
	float:right;
	width:211px;
	height:30px;
	background:url(../_img/head_loggedin.gif);
}
#login_row2 {
	float:right;
	width:211px;
	height:30px;
	background-color:#336ea7;
}
#login_row2 input, select, textarea {
	font-family: Arial, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	font-size: 12px;
}
#menu_main {
	width:964px;
	padding-left: 10px;
	height:30px;
	background-color:#003b73;
	overflow: auto;
}

/* MAIN MENU */

#menu_main ul {
height: 30px;
font-family: "Lucida Grande", Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
width: 753px;
float: left;
}

#login_row2 {
width: 211px;
float: left;
}

#menu_main ul li {
float: left;
list-style: none;
width: auto;
}

#menu_main ul li a {
display: block;
float: left;
height: 30px;
width: auto;
line-height: 30px;
color: #fff;
text-decoration: none;
padding: 0 6px;
outline: none;
}

#menu_main ul li a:hover {
background-color: #004990;
color: #6699cc;
}

/* SUB MENU */

#submenu {
	float:left;
	width:178px;
	margin-top: 20px;
}
#submenu ul {
	font-family: Arial;
	font-size: 1.2em;
}
#submenu ul li {
	list-style: none;
	border-bottom: 1px dotted #d6d6d6;
	padding: 8px;
}
#submenu ul li a {
	color: #999999;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #004990;
}

/* MAIN AREA */

#main_area {
	width:974px;
	min-height:400px;
	clear: both;
}
#main_col {
	float:left;
	width:540px;
	padding:20px;
}
#main_col_wide {
	float:left;
	width:755px;
	padding:20px;
}
#main_col ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_col ol {
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_col ul li {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#main_col_right {
	float:right;
	width:191px;
	padding:10px;
	margin-top: 10px;
}
#main_col_right ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_col_right ul li {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#main_area_row1 {
	width:974px;
	height:180px;
	clear: both;
}
#main_area_row2 {
	width:974px;
	margin-top:10px;
	background-image:url(../_img/vertlines_x5.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}
#flash_area {
	float:left;
	width:763px;
	height:180px;
	background-color:#e3eefe;
}

/* EXTEND WIDTH OF MAIN_COL */
#main_col.fullwidth {
width: 755px;
}

/* JQUERY CYCLE */
#slideshow {
float:left;
width:763px;
height:180px;
background-color:#e3eefe;
position: relative;
overflow: hidden;
}
#slides img {
border: none;
}
#controls {
z-index: 1000; 
position: absolute; 
bottom: 0; 
left: 0; 
display: none;
background: url(../_img/opacity60.png); 
margin: 0; 
padding: 8px; 
width: 100%;
font-weight: bold;
}
#controls a {
color: #fff;
display: block;
float: left;
text-indent: -3000em;
outline: none;
height: 16px;
width: 20px;
}
#controls #prev {
margin-left: 350px;
background: url(../_img/control_prev.png) center no-repeat;
}
#controls #next {
background: url(../_img/control_next.png) center no-repeat;
}
#controls #play {
background: url(../_img/control_play.png) center no-repeat;
}
#controls #pause {
background: url(../_img/control_pause.png) center no-repeat;
}
#controls #pause.play {
background: url(../_img/control_play.png) center no-repeat;
}
/* END JQUERY CYCLE */

#login_col {
	float:right;
	width:191px;
	padding:10px;
	height:160px;
	background-color:#ececec;
}

/* LOGIN PAGE  */

#main_col_login1 {
	float:left;
	width:240px;
	padding:20px;
	background-color:#ececec;
}
#main_col_login2 {
	float:left;
	width:280px;
	padding:20px;
}
#main_login_row1 {
	width:974px;
	clear: both;
}
#main_login_row2 {
	width:574px;
	padding-left:178px;
	padding-top: 20px;
	clear: both;
}
#main_login_row2a {
	width:574px;
	padding-left:178px;
	clear: both;
}
#main_col_acc1 {
	float:left;
	width:300px;
	padding:20px;
}
#main_col_acc2 {
	float:left;
	width:300px;
	padding:20px;
}
#main_col_acc2 ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}

/* HOME PAGE COLUMNS */

#main_area_col1 {
	float:left;
	width:233px;
	padding:10px;
}
#main_area_col1 ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_area_col1 ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#main_area_col2 {
	float:left;
	width:233px;
	padding:10px;
}
#main_area_col2 ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_area_col2 ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#main_area_col3 {
	float:left;
	width:233px;
	padding:10px;
}
#main_area_col3 ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
/* 
fix for IE7 and lower
table containing latest news list appears to be floated - table generated by asp.net datalist
 */
#main_area_col3 table {
float: none;
}
/* end fix */
#main_area_col3 ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#main_area_col4 {
	float:left;
	width:190px;
	padding:10px;
}

/* VALUATIONS HOME PAGE */

#val_col1 {
	float:left;
	width:220px;
	padding-right:20px;
	margin-top: 20px;
}
#val_col2 {
	float:left;
	width:220px;
	padding-right:20px;
	margin-top: 20px;
}
#val_col3 {
	float:left;
	width:220px;
	margin-top: 20px;
}

/* FOOTER */

#footer_row1 {
	width:974px;
	height:60px;
	margin-top:10px;
	clear: both;
	background-image:url(../_img/horiz_line.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}
#footer_awards {
	float:right;
	width:343px;
	height:48px;	
	margin-top:10px;
}
#footer_links {
	float:left;
	height:60px;	
	margin-top:10px;
}

/* BUTTONS */

#top_buttons {
	padding: 10px 0 20px 0;
}
.button {
  float: left;
  margin: 0 4px;
  white-space: nowrap;
  text-align: left;
  color: #444;
  text-decoration: none;
  line-height: 1.2em;
  outline: none;
  font-family: arial,verdana,sans-serif;
  font-size: 9pt;
}
.button b {
  display: block;
  margin:0 1px;
  border:solid #aaa;
  border-width:1px 0;
  padding: 0;
  font-weight:normal;
  background:#ddd url(../_img/button.gif) repeat-x 0 0;
}
.button:hover b,
.button.current b {
  border-color: #000;
  color: #000;
}
.button b b {
  background:none;
  margin:0 -1px;
  padding: 0 5px 0 5px;
  border-width:0 1px;
}
.button b b b {
  margin: 0;
  padding: .1em .2em;
  border-width: 0;
  cursor: pointer;
}

/* SPLASH BUTTONS */

.buttonsplash {
  float: left;
  padding-bottom:20px;
  white-space: nowrap;
  text-align:left;
  color: #444;
  text-decoration: none;
  line-height: 1.2em;
  outline: none;
  font-family: arial,verdana,sans-serif;
  font-size: 10pt;
}
.buttonsplash b {
  display: block;
  margin:0 1px;
  border:solid #aaa;
  border-width:1px 0;
  padding: 0;
  font-weight:normal;
  background:#ddd url(../_img/button_splash.gif) repeat-x 0 0;
}
.buttonsplash:hover b,
.buttonsplash.current b {
  border-color: #000;
  color: #000;
}
.buttonsplash b b {
  background:none;
  margin:0 -1px;
  padding: 10px;
  border-width:0 1px;
}
.buttonsplash b b b {
  margin: 0;
  padding: .1em .2em;
  border-width: 0;
  cursor: pointer;
}

/* VALUATION FORMS */

#main_area input, select, textarea {
	font-family: Arial, sans-serif;
	color:#000;
}
#main_col_wide input, select, textarea {
	font-family: Arial, sans-serif;
	color:#000;
	margin:0;
	padding:0.15em;
	font-size: 12px;
}
#section_head {
	background-color:#CCCCCC;
	margin: 0;
	padding: 0;
	height:auto;
}
#section_head p{
	color:#FFFFFF;
	font-weight: bold;
	padding: 1em;
}
#section {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background-color: #fff;
	padding: 10px;
	width: 725px;
	clear: both;
}
#section_left {
	float: left;
	width: 48%;
}
#section_right {
	float: right;
	padding-left:10px;
	width: 48%;
	border-left: 1px solid #cccccc;
}
.data_table td {
	vertical-align:top;
}
.list_table {
	border: 1px solid #cccccc;
	background-color: #E0E0E0;
}
.list_head {
  background-color: #F9F9F9;
  padding: 5px 5px 5px 5px;
  font-size: 9pt;
}
.list_title {
  background-color: #E0E0E0;
  padding: 5px 5px 5px 5px;
  font-size: 9pt;
  font-weight: bold;
  border-top: 2px solid #B0B0B0;
  border-bottom: 2px solid #B0B0B0;
}
.list_row0 {
  background-color: #F9F9F9;
}
.list_row1 {
  background-color: #FFFFFF;
}
.list_cell {
  padding: 4px 4px 4px 4px;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  font-size: 9pt;
  color: #000;
}
.list_cell_total {
  padding: 4px 4px 4px 4px;
  border-top: 1px solid #E0E0E0;
  font-size: 9pt;
  color: #000;
}
.list_cell a {
	font-weight:bold;
}
.data_table p {
	margin: 0;
	padding: 0;
}
.client_data {
	font-weight:bold;
	color:#000;
	padding-left: 8px;
}
.control {
	font-weight:bold;
}
.breadcrumb {
	font-size: 12px;
	padding: 4px;
	border-bottom: 1px dotted #d6d6d6;
	border-top: 1px dotted #d6d6d6;
	margin-bottom:20px;
}
.welcome {
	background-color:#F9F9F9;
	padding:8px;
	margin-bottom:20px;
}
#printpage {
	float:right;
	padding: 3px 0 3px 20px;
	background: url(../_img/printer.png) top left no-repeat;
	cursor:pointer;
}

/* SPLASH PAGE */

#splashcontainer {
    position:relative;
	margin:20px;
	width:914px;
	height:690px;
	border:10px solid #eee;
}
#splashheader {
	margin:40px 40px 0px 40px;
	height:94px;
	clear:both;
}
#splashlogo {
	float:left;
	width:228px;
	height:94px;
}
#splashawards {
	float:left;
}
#splashbody {
	margin:20px 40px 0px 40px;
	height:240px;
	clear:both;
}
#splashcopy1 {
	float:left;
	width:850px;
}
#splashfooter {
	margin-left:40px;
	margin-right:40px;
	height:70px;
	clear:both;
}
#mediainfo {
	float:right;
	text-align:right;
	margin-right:100px;
	margin-top:20px;
}
.splashdisclaimer {
	font-family:arial;
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.5;
	color:#464646;
}

/* HELP POP-UPS */

.popupbox {
	position: fixed;
	display: none;
	width: 150px;
	background-color: #fdfacf;
	margin-left:0;
	margin-right:0;
	border:#666666 1px solid;
	padding: 10px;
	z-index: 100;
	overflow: visible; /* contain floated elements */
}

#close {
	float: right;
}

/* PRODUCT PAGES */

.download_lit {
font-weight: bold;
background: url(../_img/download_lit.gif) top left no-repeat;
font-size: 11px;
display: block;
width: 180px;
height: 40px;
text-align: center;
text-indent: 18px;
line-height: 34px;
text-decoration: none;
text-transform: uppercase;
}
.download_lit:hover {
background-position: 0 -40px;
color: #3f89d1;
}
.note {
font-size: 9px;
padding-top: 10px;
margin-top: 30px;
border-top: 1px dotted #d6d6d6;
}
#warning {
padding-left: 198px;
padding-bottom: 30px;
width: 550px;
clear:both;
font-size:8px;
}
.warning {
border-top: 1px solid #d6d6d6;
padding-top: 10px;
}
#main_col_prod {
	float:left;
	width:540px;
	padding:20px;
}
#main_col_prod ul {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_col_prod ul li {
	background-image: url(../_img/icon_pdf.gif);
	padding-left: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0 0 .5em;
}

/* CONTACT US */

.contactbox {
	background-color:#f0f7f7;
	padding: 1em;
	margin-bottom: 10px;
}

/* PRODUCT LIBRARY */

#prod_lib {
	float:left;
	width:720px;
	padding:20px;
}
#prod_lib ul {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5;
}
#prod_lib ul li {
	background-image: url(../_img/icon_pdf.gif);
	padding-left: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0 0 .5em;
}

/* VCT PORTFOLIOS */

.hide td {
/*display: none;*/
background-color: #ffffff;
}

#vct table {
border: none;
width: 100%;
font-size: 1.2em;
}

#vct table thead tr {
background-color: #f2f2f2;
font-weight: bold;
}

#vct table tr {
background-color: #fff;
}

#vct table thead tr td {
padding: .8em .5em;
border-bottom: 2px solid #cccccc;
}

#vct table tr td {
padding: .8em .5em;
border-bottom: 1px solid #f2f2f2;
}

#vct table tr:hover {
background-color: #f2f2f2;
}

#vct table tr td p {
font-size: 1em;
}

/* ADVISER TOOLS */

.advisers_cell {
  padding: 5px;
  font-size: 8pt;
}

#glossary ul {
margin: 0;
padding: 0;
overflow: auto;
padding-bottom: 20px;
}

#glossary ul li {
list-style: none;
display: block;
float: left;
font-weight: bold;
font-size: 9px;
}

#glossary ul li a {
display: block;
margin: 2px;
padding: 2px 8px;
background-color: #999999;
text-decoration: none;
color: #fff;
outline: none;
}

/* this is required for the glossary tabs to work
the class is added by jquery so it's not in the html */
.ui-tabs-hide {
display: none;
}

#glossary .ui-tabs-selected a {
background-color: #004990;
}

/* CLIENT SITE */

#login_title_client {
	float:right;
	width:211px;
	height:30px;
	background:url(../_img/head_login_client.gif);
}
#main_area_row2_client {
	width:974px;
	margin-top:10px;
	background-image:url(../_img/vertlines_x4.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}
#main_area_col1_client {
	float:left;
	width:359px;
	padding:10px;
}
#main_area_col1_client ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_area_col1_client ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#main_area_col2_client {
	float:left;
	width:362px;
	padding:10px;
}
#main_area_col2_client ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_area_col2_client ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#main_area_col4_client {
	float:left;
	width:190px;
	padding:10px;
}
#main_area_col4_client ul {
	list-style-type: square;
	margin-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
#main_area_col4_client ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.infolink {
	border-bottom: 1px dashed #3f89d1;
}