/*
MDFINANCIAL.CMA.CA INVESTMENTS STYLESHEET 
(c) 2008 MD Financial
*/

/* 
CORPORATE BRANDING COLOURS
Text: #111
Header black #111
Header orange #e37222
Links: #000099
Links hover #4892db
*/

/* ARCHITECTURE */

body {
  margin: 0;
  padding: 0;
  font-family: verdana,arial,tahoma,helvetica,sans-serif;
  font-size: 68.7%;
  color: #111;
  background: #e5e5e5;
}

#wrapper {
  width: 980px;
  margin: 10px auto 0 auto;
  padding: 0;
  background: #fff url(../img/content-backgr.gif) repeat-y;
}

#header {
  width: 980px;
  height: 108px;
  background: #fff url(../img/headers/corporate-header.png) no-repeat;
  margin: 0;
}

#header-left {
  position: relative;
  float: left;
  width: 400px;
  height: 78px;
  border: 0;
}

#header-right {
  position: relative;
  float: right;
  width: 580px;
  height: 78px;
  text-align: right;
}

#investments-nav {
  float: right;
  width: 740px;
  height: 68px;
  margin: 0 14px 0 0;
  background: #fff;
}

#content-wrapper {
  float: right;
  width: 740px;
  min-height: 600px;
  padding: 20px 14px 20px 14px;
  background: #fff;
}

.snapshot {
  float: right;
  margin: 0 0 20px 10px;
}

#main {
  float: left;
  width: 520px;
}

#performance {
  width: 700px;
  margin: 20px 0 -30px 0;
}

.callout {
  width: 480px;
  font: bold 1.1em arial,verdana,tahoma,sans-serif;
  color: #111;
  margin: 22px 0 30px 0;
  padding: 15px 15px 0 15px;
  background: #e3dda8;
  border: 1px solid #e3dda8;
}

.yourself {
  width: 484px;
  margin: 30px 0;
  padding: 14px;
  background: #e3dda8;
  clear: left;
}

#right-sidebar {
  float: right;
  width: 200px;
}

#right-sidebar a:hover {
	color: #a2ad00;
}
.right-sidebar-panel, .right-sidebar-panel-grey  {
  float: right;
  width: 200px;
  margin: 20px 0 0 0;
  padding: 0;
  color: #fff;
  background: #a2ad00;
  border-top: 4px solid #e3dda8;
  border-bottom: 8px solid #e3dda8;
}

.right-sidebar-panel2 {
  float: right;
  width: 200px;
  margin: 20px 0 0 0;
  padding: 0;
}

.right-sidebar-panel-grey {
  color: #333;
  background: #f0f0f0;
  border-top: 4px solid #e0e0e0;
  border-bottom: 8px solid #e0e0e0;
}

#sidebar {
  float: left;
  width: 200px;
  min-height: 680px;
  margin: 0 10px 0 0;
  padding: 0;
  background: #eee;
}

#site-search {
  float: left;
  width: 180px;
  margin: 20px 0 0 0;
  padding: 0;
}

#footer {
  width: 980px;
  height: 160px;
  background: #e5e5e5;
  margin: 10px 0 0 0;
  text-align: center;
  clear: both;
}

#cma-logos {
  width: 778px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-left: 200px solid #eee;
  border-bottom: 1px solid #ddd;
}


/* TYPOGRAPHY */

#content-wrapper h1 {
  font: bold 2.4em arial,verdana,tahoma,helvetica,sans-serif;
  color: #a2ad00;
  margin: 0;
  padding: 0;
}

#content-wrapper h1 sup{
  font-size: 0.55em;
}

#content-wrapper h1 span {
  color: #000099;
}

#content-wrapper h2 span {
  font-weight: bold;
}


#content-wrapper h2 {
  font: normal 1.5em arial,verdana,tahoma,helvetica,sans-serif;
  line-height: 1.3em;
  letter-spacing: 0px;
  margin: 10px 0 24px 0;
  padding: 0;
}

#content-wrapper h3, #content-wrapper h4 {
  font: bold 1.5em arial,verdana,tahoma,helvetica,sans-serif;
  line-height: 1.2em;
  margin: 25px 0 4px 0;
  padding: 0;
}

#content-wrapper h3.first {
  margin: 0 0 6px 0;
}

#content-wrapper h3.first2 {
  margin: 8px 0 16px 0;
}

#content-wrapper h3, #content-wrapper h5 {
  color: #111;
}

#content-wrapper h3.news {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
}

#content-wrapper h3.green, #content-wrapper h5.green {
  color: #a2ad00;
}

#content-wrapper h3.green2 {
  color: #a2ad00;
  margin: 32px 0 12px 0;
}

#content-wrapper h4 {
  font-size: 1.3em;
}

#content-wrapper h4.doc-title {
  margin: 28px 0 6px 0;
  padding: 28px 0 0 0;
  border-top: 1px solid #ddd;
}

#content-wrapper h4.doc-title span{
  font-size: 0.85em;
  font-weight: normal;
  color: #777;
}

#content-wrapper h4 span.subtitle {
  color: #777;
}

#content-wrapper h4.first {
  margin: 32px 0 6px 0;
}

#content-wrapper h5, #content-wrapper h6 {
  font: bold 1.5em arial,verdana,tahoma,helvetica,sans-serif;
  line-height: 1.2em;
  margin: 32px 0 6px 0;
  padding: 0;
}

#content-wrapper h5.yourself-header {
  color: #111;
  margin: 0 0 6px 0;
}

#content-wrapper h6 {
  color: #666;
}

#content-wrapper p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0 0 16px 0;
  padding: 0;
}

a {
color: #000099;
}

a:visited {
color: #000099;
}

#content-wrapper h3 a, #content-wrapper h3 a.drop-title, #content-wrapper h4 a, #content-wrapper h4 a.drop-title, #content-wrapper p a, #main li a {
  color: #000099;
  text-decoration: none;
}

#content-wrapper h3 a:hover, #content-wrapper h3 a:hover.drop-title, #content-wrapper h4 a:hover, #content-wrapper h4 a.drop-title:hover, #content-wrapper p a:hover, #main li a:hover  {
  color: #a2ad00;
  text-decoration: none;
}

#content-wrapper a.pdf, .right-boxes a.pdf {
	padding: 0 0 8px 19px;
	background: url(../img/icons/pdf-small.gif) top left no-repeat;
}

.right-sidebar-panel2 li a {
  color: #000099;
  text-decoration: none;
}

.right-sidebar-panel2 li a:hover  {
  color: #a2ad00;
  text-decoration: none;
}

#content-wrapper p a.close {
  color: #000099;
  text-decoration: underline;
  margin: 10px 0 16px 0;
  padding: 0 0 0 16px;
  background: url(../../unitvalues/images/close.gif) no-repeat;
}

#content-wrapper p a:hover.close {
  color: #a2ad00;
  text-decoration: underline;
}

#content-wrapper p.top-date {
  font-weight: bold;
  color: #777;
  margin: 24px 0;
}


#main p.yourself-text {
  color: #111;
  margin: 0;
  padding: 0;
}

#right-sidebar p.title {
  font: bold 1.4em arial,verdana,sans-serif;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
  padding: 4px 8px 0 8px;
}

#right-sidebar p.quote {
  font: bold 1.2em arial,verdana,sans-serif;
  line-height: 1.4em;
  color: #fff;
  margin: 0 0 4px 0;
  padding: 8px 8px 4px 8px;
}

#right-sidebar p.name {
  line-height: 1.5em;
  color: #fff;
  padding: 4px 8px 0 8px;
}

#right-sidebar p.product, #right-sidebar p.product2, #right-sidebar p.product3 {
  font: bold 1.6em arial,verdana,sans-serif;
  line-height: 1.0em;
  color: #fff;
  margin: 0;
  padding: 10px 8px 6px 8px;
}

#right-sidebar p.product2, #right-sidebar p.product3 {
  font-size: 1.5em;
  padding: 10px 8px 10px 8px;
}

#right-sidebar p.product3 {
  font-size: 1.3em;
  color: #333;
}

#right-sidebar p.product span{
  font-size: 0.8em;
}

#right-sidebar p.callout, #right-sidebar p.callout2, #right-sidebar p.callout4 {
  font: bold 1.2em arial,verdana,sans-serif;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 10px 8px 6px 8px;
}

#right-sidebar p.callout2, #right-sidebar p.callout4 {
  margin: 0 0 8px 0;
  padding: 4px 8px 6px 8px;
}

#right-sidebar p.callout2, #right-sidebar p.callout4 {
  color: #333;
}

#right-sidebar p.callout4 {
  font: 1.0em verdana,arial;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0 9px;
}

#right-sidebar p.callout3 {
  font: bold 1.2em arial,verdana,sans-serif;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 12px 0;
  padding: 10px 8px;
  background: #a2ad00;
  border-right: 6px solid #e3ddab;
}

#right-sidebar p.callout a, #right-sidebar p.callout2 a {
  color: #fff;
  text-decoration: underline;
}

#right-sidebar p.callout a:hover, #right-sidebar p.callout2 a:hover {
  color: #000099;
  text-decoration: none;
}

#right-sidebar p.callout3 a {
  color: #fff;
  text-decoration: none;
}

#right-sidebar p.callout3 a:hover {
  color: #000099;
  text-decoration: none;
}

#content-wrapper .date{
  font-size: 11px;
  font-weight: normal;
  color: #777;
  padding: 0 0 12px 0;
}

#content-wrapper p.date {
  font-weight: bold;
  color: #777;
  margin: 0 0 16px 0;
  padding: 0;
}

p.first-para {
	margin-top: 14px !important;
}

#content-wrapper p.disclaimer {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #888;
  margin: 44px 0 0 0;
  padding: 16px 0 24px 0;
  border-top: 1px solid #ddd;
}

#content-wrapper p.disclaimer2 {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #888;
  margin: 8px 0 0 0;
}

#content-wrapper p.disclaimer3 {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #888;
  margin: 10px 0 0 0;
  padding: 10px 0 24px 0;
  border-top: 1px solid #fff;
}

#compliance-disclaimer {
  width: 460px;
  font: normal 1.0em arial,verdana,tahoma,helvetica,sans-serif;
  line-height: 1.5em;
  color: #777;
  margin: 32px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f0f0f0;
  clear: left;
}

#compliance-disclaimer2 {
  width: 430px;
  font: normal 1.0em arial,verdana,tahoma,helvetica,sans-serif;
  line-height: 1.5em;
  color: #777;
  margin: 32px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f0f0f0;
  clear: left;
}

#compliance-disclaimer a, #compliance-disclaimer2 a {
  color: #777;
  text-decoration: underline;
}

#compliance-disclaimer a:hover, #compliance-disclaimer2 a:hover{
  color: #000099;
  text-decoration: underline;
}


#footer p {
  font-size: 1.0em;
  color: #888;
  margin: 20px 0 0 0;
  padding: 0;
}

table.rates-table {
  width: 100%;
  margin: -8px auto 8px auto;
  border: 0;
}

table.rates-table td{
  padding: 5px 4px 6px 4px ;
  vertical-align: middle;
}

table.rates-table td.light{
  background: #eee;
}

table.rates-table td.lighter{
  background: #e0e0e0;
}

table.rates-table td.tan{
  font-weight: bold;
  background: #ddd;
  text-align: center;
}

/* LISTS */

#content-wrapper ul.normal, #main ul, #main ol {
  margin: 0 0 16px 0;
  padding: 0;
}

#content-wrapper ul.normal li, #main li {
  list-style: none;
  font-size: 1.0em;
  margin: 0;
  padding: 0 0 8px 18px;
  background: url(../img/bullets/investments-bullet.png) top left no-repeat;
}

ul.bullet2 li {
  list-style: none;
  font-size: 1.0em;
  margin: 0;
  padding: 0 0 8px 18px;
  background: url(../img/bullets/investments-bullet.png) top left no-repeat;
}

#content-wrapper #main ol li {
  list-style: outside decimal ;
  font-size: 1.0em;
  margin: 0 0 0 18px;
  padding: 0 0 8px;
  background: none;
  color: #A2AD00;
  font-weight: bold;
}

#content-wrapper #main ol li span {
  color: #111;
  font-weight: normal;
}
#content-wrapper ul.normal {
  margin: 0 0 16px 0;
  padding: 0;
}

#content-wrapper ul.normal li {
  list-style: none;
  font-size: 1.0em;
  margin: 0;
  padding: 0 0 8px 16px;
  background: url(../img/bullets/investments-bullet.png) top left no-repeat;
}

#content-wrapper ul.normal li.pdf {
  line-height: 1.5em;
  padding: 0 0 8px 19px;
  background: url(../img/icons/pdf-small.gif) top left no-repeat;
}

#content-wrapper ul.normal li.mp3 {
  line-height: 1.5em;
  padding: 0 0 8px 19px;
  background: url(../img/icons/mobile.png) top left no-repeat;
}

.right-sidebar-panel2 li {
  list-style: none;
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 16px 16px;
  background: url(../img/bullets/investments-bullet.png) top left no-repeat;
}

#content-wrapper ul.pim-quicklinks {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

#content-wrapper ul.pim-quicklinks li {
  display: block;
  height: 16px;
  font-size: 1.0em;
  color: #000099;
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
  background: url(../img/bullets/investments-bullet.png) top left no-repeat;
}

#content-wrapper ul.pim-quicklinks li a {
  color: #000099;
  text-decoration: none;
}

#content-wrapper ul.pim-quicklinks li a:hover {
  color: #a2ad00;
  text-decoration: none;
}

#content-wrapper ul.pim-quicklinks li img {
  border: 0;
  vertical-align: middle;
  margin: 0 0 0 4px;
}

/* TABULAR DATA */

table.rates-table {
    border: 1px solid #DDDDDD;
    margin: 5px 0 7px 0;
    width: 100%;
}

table.rates-table th {
    background: none repeat scroll 0 0 #A2AD00;
    border-bottom: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}

table tbody tr.alternate {
    background: none repeat scroll 0 0 #F0F0F0;
}

table.rates-table td.content{
    padding: 5px;
    text-align: center;
}

table.rates-table td{
    padding: 5px;
    border-bottom: 1px solid #DDDDDD;
}

/* IMAGES */

#header-left img {
  border: 0;
}

#content-wrapper img.banner {
  margin: 0 0 20px 0;
}

#content-wrapper img.bullet, #content-wrapper img.icon {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#content-wrapper img.line {
  margin: -10px 0 2px 0;
}

#content-wrapper img {
  /*border: 0*/
}

#content-wrapper img.print-logo {
  display: none;
}


#cma-logos img {
  margin: 0 5px;
  padding: 15px;
  border: 0;
  vertical-align: middle;
}

a {
  outline: none;
}


/* FORMS */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#content-wrapper form {
  border: 0;
  margin: 0 0 20px 0;
  padding: 0;
}

#content-wrapper form.quickdrop {
  border: 0;
  margin: 0;
  padding: 0;
}

#content-wrapper label {
  font-weight: bold;
}

.drop {
  font: normal 1.0em verdana,arial,tahoma,sans-serif;
  color: #111;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.drop-btn {
  font: bold 0.97em verdana,arial,tahoma,sans-serif;
  color: #111;
  margin: 0 0 0 10px;
  padding: 3px;
}

.textfield {
  display: block;
  font: normal 1.0em verdana,arial,tahoma,sans-serif;
  color: #666;
  margin: 8px 0 16px 0;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
}


.send-btn {
  font: bold 1.0em verdana,arial,tahoma,sans-serif;
  color: #111;
  margin: 0;
  padding: 3px;
}


.registration-form label {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}

.regfield {
  font: normal 1.0em verdana,arial,tahoma,sans-serif;
  color: #666;
  margin: 8px 0 0 0;
  padding: 5px;
  border: 1px solid #bbb;
  background: #fff;
}

/* TOOLTIPS */

.glt-elm{
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  color: #666;
  visibility: hidden;
  border: 1px solid #aaa;
  z-index: 999;
}

.glt-elm p{
  background: #eee;
  margin: 0;
  padding: 0.8em 0.5em;
  font-size: 1.0em;
  text-align: center;
}

.glt-elm img {
  display: block;
}

/* INVESTMENTS NAV */

#investments-nav ul {
  margin: 10px 0 0 0;
  padding: 0;
}

#investments-nav li {
  display: inline;
  list-style: none;
  line-height: 1.8em;
  margin: 0 12px 0 0;
  padding: 0;
}

#investments-nav li a {
  font-weight: bold;
  color: #000099;
  text-decoration: underline;
}

#investments-nav li a:hover {
  color: #a2ad00;
  text-decoration: none;
}

#investments-nav li a.current {
  font-weight: bold;
  color: #111;
  text-decoration: none;
}

#investments-nav li a:hover.current {
  color: #111;
  text-decoration: none;
}

#right-sidebar p {
margin: 0 0 10px 0 !important;
}

#right-sidebar h3.green2 {
  color: #a2ad00 !important;
}

#right-sidebar h4 {
margin-top: 0px;
margin-bottom: 10px;
color: #000099;
}

#right-sidebar ul {
margin: 0 0 15px 0;
padding: 0 0 0 0;
}

#right-sidebar ul li {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

#right-sidebar .line {
margin: 0 0 10px;
padding: 0 0 0 0;
border-top: 1px solid #ddd ;

}

/*  2010 Tax Season  */

div.phase-diagram {
margin: 15px 0 0;
padding: 0;
display: block;
}

div.phase-diagram ul {
margin: 0;
padding: 0;
width: 519px;
background: url(../news/2010/img/tax-season-2010-diagram-bg.png) top left no-repeat !important;
height: 300px;
display: block;
}

div.phase-diagram ul li {
margin: 0 !important;
padding: 0 !important;
float: left;
width: 173px;
vertical-align: text-top;
background-image: none !important;
}

div.phase-diagram ul li.note{
width: 520px;
}

div.phase-diagram ul li h3{
margin: 0 !important;
padding: 0px 10px 0 !important;
text-align: center;
}

div.phase-diagram ul li p{
margin: 0 !important;
padding: 15px 10px !important;
color: #fff;
height: 85px;
}

div.phase-diagram ul li p.center{
text-align: center;
color: #000;
height: 75px;
}

div.phase-diagram ul li.note p{
margin: 0 !important;
padding: 0 10px 10px 183px !important;
text-align: center;
color: #000;
height: auto;
}

div.tax-box {
	margin: 0 0 20px;
	padding: 5px 0 0;
	border: 1px solid #ddd;
}

div.tax-box p {
	margin: 0 !important;
	padding: 5px 10px 0 !important;
	font-weight: bold;
	font-size:1.2em !important;
	line-height: 1.3em !important;
	color: #666;
}

div.tax-box p span {
	font-size:1.4em !important;
	color: #a2ad00;
}

div.tax-box a {
	margin: 0 0 0 10px !important;
	padding: 0 10px 15px 0px !important;
	display: block;	
}

div.tax-box a.pdf {
	margin: 0 0 0 10px !important;
	padding: 0 10px 15px 20px !important;
	background: url(../img/icons/pdf-small.gif) top left no-repeat;
}

.tax-top-padding {
	padding-top: 25px !important;
}

a.toggle-arrow{
	padding-top: 2px;
	float:left;
}

h4.faq{
	margin: 0 0 15px 23px !important;
	padding: 0 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
}

h4.faq span{
	margin: 0 0 0 -23px !important;
	padding: 0 !important;
	width: 23px;
	display: inline-block;
	font-weight: bold;
}

h4.faq a{
	text-decoration: none !important;
	font-weight: normal;
}

.blue-box {
	margin: 0 0 20px;
	padding: 10px 10px 10px 10px;
	background-color: #e1e1e1;
}

.blue-box p {
	margin: 0 !important;
	padding: 0 !important;

}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap 
}

.gray-line {
	margin-top: 28px;
	border-top: 1px solid #ddd;
}

.gray-line hr {
	display: none;
}

p.brochure a.pdf {
	margin: 0 0 0 0px !important;
	padding: 0 10px 15px 20px !important;
	background: url(../img/icons/pdf-small.gif) top left no-repeat;
}

/* INVESTMENT CORNER */

.investment-corner h3{
	font-size: 2.3em !important;
	font-weight: normal !important;
	line-height: 1.0em !important;
	margin: 0;
	padding: 0;
}

.investment-corner h3 a {
	text-decoration: none !important;
}

.investment-corner a img {
	margin: 5px 0 0 10px;
	padding: 5px;
	border: 1px solid #ddd !important;
	text-decoration: none !important;
	float: right;
}

.investment-corner a:hover img {
	border: 1px solid #000099 !important;
}

.investment-corner a img.first {
	margin: 0px 10px 0 0;
	float: left;
}

.investment-corner span.topics {
	margin: 0 2px 0 0;
	color: #E37222;
	text-transform: uppercase;
}

.investment-corner .pdf {
  padding: 0 0 8px 19px;
  background: url(../img/icons/pdf-small.gif) top left no-repeat;
}

/* Right Column */

.right-boxes {
	margin:18px 0 20px 0;
	padding:10px 10px 5px 10px;
	width:175px;
	background:#f5f5f5;
	border:1px solid #ddd;
}

.right-boxes h4 {
	margin: 0 0 10px !important;
	color: #000 !important;
}

.right-boxes h3 {
	margin: 0 0 10px !important;
}

.right-boxes p {
	margin: 0 0 5px !important;
}

.right-boxes img {
    margin:0 0 5px 0;
	border:1px solid #ddd;
}

.right-boxes ul {
	margin: 0;
	padding: 0;

}

.right-boxes li {
	margin: 0 0 5px 0 !important;
	padding: 0;

}

.right-boxes li a {
	text-decoration: none;
}

.orange {
color: #E37222;
}

.blue{
color: #000099;
}

.green{
color: #A2AD00;
}

/* NAV */
 
#financial-nav {
  float: right;
  width: 740px;
  height: 40px;
  margin: 0 14px 0 0;
  background: #fff;
}

#financial-nav ul {
  margin: 18px 0 0 0;
  padding: 0;
}

#financial-nav li {
  display: inline;
  list-style: none;
  margin: 0 16px 0 0;
  padding: 0;
}

#financial-nav li a {
  font-weight: bold;
  color: #000099;
  text-decoration: underline;
}

#financial-nav li a:hover {
  color: #739abc;
  text-decoration: none;
}

#financial-nav li a.current {
  font-weight: bold;
  color: #111;
  text-decoration: none;
}

#financial-nav li a:hover.current {
  color: #739abc;
  text-decoration: underline;
}

/* INVESTMENT CORNER TABS*/
 
#ic-tabs{
  float: right;
  width: 740px;
  height: 40px;
  margin: 0 14px 0 0;
  background: #fff;
}

#ic-tabs ul {
  margin: 18px 0 0 15px;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #A2AD00;
}

#ic-tabs li {
  display: inline;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
}

#ic-tabs li a {
  margin: 0 0 1px 0;
  padding: 5px 7px 4px ;
  font-weight: normal;
  color: #000099;
  text-decoration: none;
  border: 1px solid #ddd;
  border-bottom: none;
}

#ic-tabs li a:hover {
  color: #739abc;
  text-decoration: none;
}

#ic-tabs li a.current {
  margin: 0;
  padding: 5px 7px 5px ;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  border: 1px solid #A2AD00;
  border-bottom: 1px solid #fff;
}

#ic-tabs li a:hover.current {
  color: #739abc;
  text-decoration: none;
}

.feature {
	width:250px;
	border:1px solid #ddd;
	float:right;
	margin:0px 0 20px 0;
}

.blue-box-top {
	background-image: url('/../solutions/investments/strategies/img/gradient.jpg');
	height: 33px; 
	background-repeat: repeat-x;
	padding:0 0 0 4px;
	margin:0;
	border: 1px solid #000099;
}

.blue-box-below {
	height:95px;
	padding:13px;
}

.white {
	color: #ffffff;
	font-size: 12px !important;
}

.white-medium {
	color: #ffffff;
	font-size: 11px !important;
}

.white-small {
	color: #ffffff;
	font-size: 10px !important;
}

.open-collapse img {
	border: none !important;
	margin: 0 !important;
	padding: 0 5px 0 0!important;
}
