/* CSS Document */
/* 	lt grey #ddddd9;
	dk grey #484848;
	blue grey #b0c6db
	lt blue	#e2f1ff
	med blue #c9e3fb
	med-dk blue #1c5394
	dk blue #004990
	dk yellow orange #e9aa00
	lt yellow orange #fdb813 */

/*****************/
/* begin article */
/*****************/
#article {
	margin:20px 10px 0px 10px;
}

/*#article .title_1 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#article .title_2 {
	font-size:16px;
	font-weight:bold;
	color:#0c2778;
}

#article .title_3 {
	font-size:16px;
	font-weight:normal;
	color:#0c2778;
}*/

/***************/
/* end article */
/***************/

#columns {
	background:url(../images/structural/bg_body_980.gif) repeat-y right; /* bg_body_980_e7eaef.gif */
	margin:0px 10px 0px 10px; /*  */
	/*width:960px;*/
}

/*********************/
/* begin div: footer */
/*********************/
#footer {
	background: url(/images/footer_bg.gif) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	/*height:210px;*/
	width: 924px;/* 880px */
	/*padding-top:5px;
	padding-left:80px;*/
	margin: 20px auto 20px auto;
	padding: 15px 0px 0px 0px; /* 15px 0px 0px 0px */
}

#footer a:link    { color: #3333cc; text-decoration: none; }
#footer a:visited { color: #3333cc; text-decoration: none; }
#footer a:hover   { color: #3333cc; text-decoration: underline; }
#footer a:active  { color: #3333cc; text-decoration: underline; }

#footer p {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
}
/*******************/
/* end div: footer */
/*******************/

/**************************/
/* begin div: footer_menu */
/**************************/
#footer_menu
{
	border: 1px solid #ddddd9;
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
}

#footer_menu a:link    { color: #666666; text-decoration: none; }
#footer_menu a:visited { color: #666666; text-decoration: none; }
#footer_menu a:hover   { color: #666666; text-decoration: underline; }
#footer_menu a:active  { color: #666666; text-decoration: underline; }

#footer_menu table {
	color: #ddddd9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 25px;
	width: 100%;
}

#footer_menu td.link {
	font-weight: bold;
	text-align: center;
	width: 180px;
}

#footer_menu td.separator {
	text-align: center;	
	width: 10px;
}
/************************/
/* end div: footer_menu */
/************************/

#header {
	margin:0px 20px 0px 20px;
	padding:20px 0px 0px 0px;
}

#leftcolumn {
	float:left;
	width:200px;
}

#middlecolumn {
	float:left;
	margin:10px 10px 10px 10px;
	width:550px;
}

#middlecolumn img {
	max-width:550px;
	/*width:expression(this.width > 400 ? 400: true);*/
}

#middlecolumn ol li {
	list-style-type:decimal;
	margin:0px 0px 10px 40px;
}

#middlecolumn ul li {
	list-style-type:square;
	margin:0px 0px 10px 40px;
}

#middlecolumn table {
	max-width:550px;
	width:expression(this.width > 550 ? 550: true);
	/*width:550px;*/
}

/*#headerlogo {
	float:left;
	display:inline; ie6 float margin fix 
	margin:20px 0px 30px 0px;
}*/

/* */ #mainnav {
	background-color: #e2f1ff;
	margin: 0;
	padding: 0;
	float: left;
	display: inline; IE6 float margin fix
}

/**/#mainnav ul {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 768px;
	height: 43px;
	background: url(../images/structural/nav_rollovers.gif) right top no-repeat;
}

/* */ #mainnav ul li {
	float: left;
	display: inline; IE6 float margin fix
	list-style-type: none;
	background-image: none;
	background-color: #e2f1ff;
	height: 37px;
	margin: 0;
	padding: 0;
}

/**/#mainnav ul li a {
	display: block;
	height: 37px;
}

/**/#mainnav ul li:hover, #mainnav li.selected{
	border-bottom: 6px solid #e9aa00;
}

/**/#mainnav #home {
	width: 71px;
	background: url(../images/structural/nav_rollovers.gif) left top no-repeat;
}

/**/#mainnav #conferences {
	width: 109px;
	background: url(../images/structural/nav_rollovers.gif) -71px top no-repeat;
}

/**/#mainnav #publications {
	width: 150px;
	background: url(../images/structural/nav_rollovers.gif) -180px top no-repeat;
}

/**/#mainnav #press {
	width: 95px;
	background: url(../images/structural/nav_rollovers.gif) -330px top no-repeat;
}

/**/#mainnav #insider {
	width:146px;
	background:url(../images/structural/nav_rollovers.gif) -425px top no-repeat;
}

/*#nav {
	clear:left;
	height:43px;
	width:960px;
}*/

#page {
	border-left:1px solid #ddddd9;
	border-right:1px solid #ddddd9;
	padding-bottom:1px;
	position:relative;
	width:980px;
}

#pagewrapper {
	background-image:url(../images/structural/page_footer_shadow.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px auto;
	padding-bottom:20px;
	width:980px;
}

#rightcolumn {
	float:left;
	width:190px;
}

#utilitynav {
	background:url(../images/structural/util_left_bg.gif) left no-repeat; /* util_left_bg_e7eaef.gif */
	/*background-color:#e2f1ff;*/
	height:30px;
	margin:0px;
	padding:0px 0px 0px 30px;
	position:absolute;
	right:1px;
	text-align:right;
	top:-4px;
	z-index:1000;
}

#utilitynav img {
	padding:0px;
	margin:0px 0px 0px 20px;
	vertical-align:middle;
}

#verticalnav {
	margin:20px 0px 0px 10px;
	display:inline-block; /* ie7 fix */
}

#verticalnav a:link    { color:#113366; text-decoration:none; }
#verticalnav a:visited { color:#113366; text-decoration:none; }
#verticalnav a:hover   { color:#113366; text-decoration:none; } /* color:#e9aa00; text-decoration:underline; */
#verticalnav a:active  { color:#113366; text-decoration:none; } /* color:#e9aa00; text-decoration:underline; */

/* a:link    { color:#113366; text-decoration:underline; } color:#004990; text-decoration:none;
a:visited { color:#113366; text-decoration:underline; }
a:hover   { color:#e9aa00; text-decoration:underline; }
a:active  { color:#e9aa00; text-decoration:underline; } */

a:link    { color:#113366; text-decoration:underline; } /* none */
a:visited { color:#113366; text-decoration:underline; } /* none */
a:hover   { color:#e9aa00; text-decoration:underline; }
a:active  { color:#e9aa00; text-decoration:underline; }

a.navigation:link    { color:#113366; text-decoration:none; }
a.navigation:visited { color:#113366; text-decoration:none; }
a.navigation:hover   { color:#113366; text-decoration:underline; }
a.navigation:active  { color:#113366; text-decoration:underline; }

a.rss:link    { color:#113366; text-decoration:none; }
a.rss:visited { color:#113366; text-decoration:none; }
a.rss:hover   { color:#113366; text-decoration:underline; }
a.rss:active  { color:#113366; text-decoration:underline; }

a.universal:link    { color:#113366; text-decoration:none; }
a.universal:visited { color:#113366; text-decoration:none; }
a.universal:hover   { color:#113366; text-decoration:underline; }
a.universal:active  { color:#113366; text-decoration:underline; }

blockquote {
	margin:0px 0px 10px 40px;
}

body { 
	background-color:#fff;
	/*behavior:url("../csshover.htc");*/
	border-top:3px solid #c9e3fb; /* #e7eaef */
	/*color:#484848;*/
	font-family:verdana, helvetica, tahoma, arial, sans-serif; /* arial, helvetica, sans-serif */
	font-size:8pt;/* 11px 11pt */
	height:100%;
	text-align:left;
	width:100%;
}

div.block {
	margin-top:20px;
}

div.breadcrumb {
	color:#999999; /* color:#8899b2; */
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

div.clearfix { clear: both; }

div.form {
	color:#8899b2;
	font-size:13pt;
	font-weight:bold;
}

div.navigation {
	border-bottom:1px solid #ddddd9;
	font-weight:bold;
	padding:5px 5px 5px 10px;
}

em {
	font-style:italic;
	font-weight:inherit;
}

/*h1, h2, h3, h4 {
	clear:both;
	font-weight:bold;
}*/

h1 { color:#113366; font-size:13pt; font-weight:bold; margin-bottom:20px; } /* font-size:123.1%; */

h2 { color:#113366; font-size:11pt; font-weight:bold; margin:20px 0px 20px 0px; } /* font-size:100%; */

h3 { color:#113366; font-size:10pt; font-weight:bold; margin:10px 0px 10px 0px; } /* font-size:93%; */

h4 { font-size:77%; /*  */ }

html {
	height:100%;
	width:100%;
}

input.button {
	font-family:verdana, helvetica, tahoma, arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding:1px 5px 1px 5px;
}

input.password {
	font-family:verdana, helvetica, tahoma, arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding:2px;
}

input.text {
	font-family:verdana, helvetica, tahoma, arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding:2px;
}

/*li { margin-bottom:8px; }*/

/*p {
	line-height:1.4;
	font-size:85%;
}*/

/*address, h1, h2, h3, h4,*/ p {
	/*line-height:150%;*/
	margin-bottom:10px;
}

select {
	font-family:verdana, helvetica, tahoma, arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding:2px 2px 2px 0px;
}

span.asterisk { color:#ff0000; font-weight:normal;/**/ }

span.faded { color:#8899b2; font-weight:bold; }

span.note { color:#113366; font-weight:bold; }

strong { font-weight:bold; }

table.form {
	background-color:#e7eaef;
	color:#113366;
	font-size:8pt;
	font-weight:bold;
}

/* styles for the special report benefits table on the spi partner supplement pages */
table.sr_benefits {
	margin-left: 5px;
	width: 180px;
	float: right;
}

table.sr_benefits p {
	margin-left: 10px;
}

table.sr_benefits ul {
	margin-left: -10px;
}
table.sr_benefits li {
	list-style-image: url(http://sapinsider.wispubs.com/images/check_orange.gif);
}

table.sr_benefits td {
	padding-top: 4px;
}

table.sr_benefits .top {
	background-color: #003366;	
}


table.sr_benefits .bottom {
	background-color: #EEEEEE;	
}

table.sr_benefits .header {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}

/* styles for the bottom nav on the spi partner supplement pages */
table.sr_bottom_nav {
	background-color: #999999;
	margin-top: 25px;
	padding: 20px;
}

table.sr_bottom_nav td {
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: center;
}

table.sr_bottom_nav a:link {color: #FFFFFF; font-weight: bold; text-decoration: underline; }
table.sr_bottom_nav a:visited {color: #FFFFFF; font-weight: bold; text-decoration: underline; }
table.sr_bottom_nav a:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; }
table.sr_bottom_nav a:active {color: #FFFFFF; font-weight: bold; text-decoration: underline; }