/*** GENERIC ***/

body {
	font-family: Arial;
	background-color: #fff;
	color: #222;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #326b97;
	margin: 1em 0 0 .6em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #326b97;
	margin: 1em 0 0 .8em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #326b97;
	margin: 1em 0 0 1em;
}

p {
	margin: 1em;
	line-height: 135%;
}

a,
a:active,
a:visited {
	color: #005596;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}

.pullquote {
	width: 40%;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 2.5em;
	background: #fff no-repeat url('../images/quote.gif') top left;
	margin: .5em;
	clear: none;
}
	.pullquote.right {
		float: right;
	}
	.pullquote.left {
		float: left;
	}

.thumbnail {
	width: 200px;
	padding: .5em;
	font-size: .8em;
	text-align: center;
	background: #ffffee;
	margin: 1em;
	border: 1px solid #988b7b;
	clear: none;
}
	.thumbnail.right {
		float: right;
	}
	.thumbnail.left {
		float: left;
	}



/*** CORE ***/

.container {
	background-color: #fff;
	padding: 0 1em 0 1em; /*
	border-left: 1px solid #444;
	border-right: 1px solid #444; */
}

/* header */
#hd #header {
	width: 100%;
	height: 90px;
	clear: both;
}
	#hd #header #logo {
		position: relative;
		float: left;
		top: 35px;
		width: 204px;
		height: 21px;
		background-image: url('http://www.djindexes.com/global-img/logo-2007.gif');
		margin: 0;
	}
	#hd #header #ad-zone {
		position: relative;
		float: left;
		top: 15px;
		left: 85px;
		width: 468px;
		height: 60px;
		margin: 0;
	}
	#hd #header #corp-logo {
		position: relative;
		float: right;
		top: 34px;
		width: 122px;
		height: 36px;
		background-image: url('http://www.djindexes.com/global-img/logo-black-2007.gif');
		margin: 0;
	}

/* top-nav */
#hd #top-nav {
	position: relative;
	height: 24px;
}

/* breadcrumbs */
#hd #breadcrumbs {
	background-color: #d2e0e0;
}
	#hd #breadcrumbs ul {
		padding: .5em;
		margin: 0;
	}
	#hd #breadcrumbs li {
		display: inline;
		font-size: .8em;
		color: #326b97;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		padding: 0 .2em 0 .2em;
		margin: 0;
	}
	#hd #breadcrumbs li a {
		color: #326b97;
		text-decoration: none;
	}
	#hd #breadcrumbs li a:visited {
		color: #326b97;
	}
	#hd #breadcrumbs li a:hover {
		color: #328caa;
		text-decoration: none;
	}
	
/* banner */
#hd #banner {
	width: 100%;
	height: 209px;
	background: #336699 no-repeat url('../images/banner.jpg') top left;
}
	#hd #banner #subnav {
		background: #988b7b;
		position: relative;
		top: 179px;
		left: 0;
		height: 30px;
	}
		#hd #banner #subnav ul {
			padding: .5em 0 0 0;
			margin: 0 0 0 1.2em;
		}
		#hd #banner #subnav li {
			display: inline;
			font-weight: bold;
			font-size: 11px;
			color: #fff;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			padding: 0 2em 0 0;
			margin: 0;
		}
		#hd #banner #subnav a {
			color: #fff;
			text-decoration: none;
		}
		#hd #banner #subnav a:visited {
			color: #fff;
		}
		#hd #banner #subnav a:hover {
			color: #005596;
			text-decoration: none;
		}
		#hd #banner #subnav a.on,
		#hd #banner #subnav a:visited.on,
		#hd #banner #subnav a:hover.on {
			text-decoration: underline;
			color: #fff;
		}
	
#bd {
	background-color: #d2e0e0;
}
	#bd #yui-main .yui-b {
		background-color: #fff;
		border: 1px solid #fff !important;
	}
	#bd .sidebar {
		padding: 1em 0 0 0;
	}
	
	#bd .footnote {
		margin: 0 1em 1em 1em;
		padding: 1em;
		border-top: 1px dotted #bbb;
		border-bottom: 1px dotted #bbb;
		background-color: #f9f9f9;
		font-size: 85%;
		font-style: italic;
	}
	
#ft {
	margin: 0 0 1em 0;
	background-color: #336699;
}
	#ft #links ul {
		text-align: center;
		padding: .5em 0 0 0;
		margin: 0;
		width: 100%;
		height: 25px;
		color: #fff;
	}
		#ft #links li {
			display: inline;
			font-size: 80%;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			margin: 0;
		}
			#ft #links li a:link,
			#ft #links li a:active,
			#ft #links li a:visited {
				padding: 0 1.5em 0 1.5em;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
			}
			#ft #links li a:hover {
				color: #d2e0e0;
				text-decoration: underline;
			}
	#ft #copyright {
		border-top: 1px solid #d2e0e0;
		background-color: #988b7b;
		text-align: center;
		font-size: 80%;
		font-weight: bold;
		color: #fff;
		padding: .8em 0 0 0;
		height: 23px;
	}
	
/* search box */
#search-panel,
#my-account-panel {
	text-align: left;
}
	
/* YUI SAM customizations */
.yui-skin-sam #top-nav {
	border-color: #bbb;
}
	.yui-skin-sam #top-nav li {
		border-color: #bbb;
	}
		.yui-skin-sam #top-nav li a {
			border-color: #bbb;
			color: #222;
		}
		
/*** TABLES AND BULLETS ***/
.container {
}
	.container #bd ul {
		padding: .3em 0 1.2em 3em;
	}
	.container #bd li {
			list-style-image: url('http://www.djindexes.com/global-img/icons/generic/lil_blue_arrow.png');
			padding: 0 0 .4em 0;
	}
	.container #bd .sidebar {
	}
		.container #bd .sidebar ul {
			padding: 1.5em 0 0 1em;
			margin: 0;
		}
		.container #bd .sidebar li {
			padding: 0 0 .5em 2em;
			list-style: none;
			list-style-image: none;
		}
		.container #bd .sidebar li.pdf {
			background: no-repeat url('http://www.djindexes.com/global-img/icons/generic/pdf.gif') left top;
			border: 0;
		}
		.container #bd .sidebar li.xls {
			background: no-repeat url('http://www.djindexes.com/global-img/icons/generic/xls.gif') left top;
			border: 0;
		}
	.container #bd table.data {
		text-align: left;
		margin: 1em;
		width: 90%;
	}
	.container #bd table.data th {
		background-color: #367cc1;
		color: #fff;
		font-weight: bold;
		text-align: left;
		padding: .5em;
	}
	.container #bd table.data td {
		padding: .5em;
	}
		.container #bd tr.shaded,
		.container #bd td.shaded {
			background-color: #efebe1;
		}
		
.container #bd table.data-sd {
		text-align: left;
		margin: 0em;
		/*width: 90%;*/
		border:#fff;	
	}
	.container #bd table.data-sd th {
		background-color: #367cc1;
		color: #fff;
		font-weight: bold;
		text-align: left;
		padding: .5em;
	}
	.container #bd table.data-sd td {
		padding: .5em;
	}

.container #bd td.shaded-lt-l {
	background-color: #D6E3EC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.container #bd td.shaded-lt-r {
	background-color: #D6E3EC;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;
}
.container #bd td.shaded-lt {
	background-color: #D6E3EC;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;
	border-left: none;
}
.container #bd td.shaded-dk-l {
	background-color: #C8DAE8;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.container #bd td.shaded-dk-r {
	background-color: #C8DAE8;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;	
}
.container #bd td.shaded-dk {
	background-color: #C8DAE8;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;	
	border-left: none;
}

.container #bd td.top{
	background-color: #005596;
	height: 13px;
	color: #fff;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #FFFFFF;
}

.container #bd td.top-l{
	border-right: 1px solid #FFFFFF;
}
.container #bd td.bottom {
	background-color: #005596;
	height: 13px;
	color: #fff;
	border: none;
}

.container #bd #statistics,
.container #bd #literaturecenter{
	padding: 1em .4em 4em .4em;
}
	
	.container #bd #statistics ul,
	.container #bd #literaturecenter ul{
	padding:0.1em 0em 0em 0em;
	}
	
	.container #bd #statistics li,
	.container #bd #literaturecenter li{
	padding: 0em 0pt 0em 0em;
	margin: 0;
	}
	
	.container #bd #statistics #performance,
	.container #bd #statistics #marketcapitalization,
	.container #bd #statistics #fundamentals,
	.container #bd #literaturecenter #marketingMaterials,
	.container #bd #literaturecenter #moredocuments,
	.container #bd #literaturecenter #articles{
		padding: 0;
		margin: 0;
	}
		.container #bd #statistics #performance ul,
		.container #bd #statistics #marketcapitalization ul,
		.container #bd #statistics #fundamentals ul,
		.container #bd #literaturecenter #marketingMaterials ul,
		.container #bd #literaturecenter #moredocuments ul,
		.container #bd #literaturecenter #articles ul{
			left: 0;
			padding: 0 2em 0 2em;
			margin: 0;
		}
		
		.container #bd #statistics #performance li,
		.container #bd #statistics #marketcapitalization li,
		.container #bd #statistics #fundamentals li,
		.container #bd #literaturecenter #marketingMaterials li,
		.container #bd #literaturecenter #moredocuments li,
		.container #bd #literaturecenter #articles li {
			font: 12px Arial;
			list-style-image: url('/global-img/icons/generic/lil_blue_arrow.png');			
		}
		
/*** FAMILY TAG ***/
#familyTag {
display:none;
}
