#content
{	margin-left: 0px; }

#title
{	display: none; }

#details
{	sborder: 1px solid red;
	sbackground-color: blue;
	background-image: url('');
	sbackground-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	sbackground-attachment: scroll;
	sbackground-position: 50px 78px;
	sfloat: left;
	border-bottom: 1x solid #EDEDED;
	display: block;
	sclear: both;
}

#bond_market_index
{	width: 850px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	sborder: 1px solid #000000;
}

.section_title
{	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	font: bold 18px Verdana, Arial;
	color: #225A6E;
}

.section_note
{	margin-bottom: 20px;

	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #575757;
	
	text-align: justify;
}

table
{	width: 850px;

	sborder: 6px solid #99cccc; 
	border-collapse: collapse;
	
	background-color: #ffffff;
	background-image: url('/images/bondmarket-tablebgtile.gif'); 
}

th
{	height: 26px;

	font-size: 11px;
	font-family: Verdana, Arial;
	color: #3a5f46;
	
	background-color: #99cccc;
	border-bottom: 1px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

td
{	height: 26px;

	font-size: 10px;
	font-family: Verdana, Arial;
	color: #4e4e4e;
	
	sbackground-color: #c4f8f8;
	sborder-left: 1px solid #c4f8f8;
	sborder-right: 1px solid #c4f8f8;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.table_top
{	background-color: #ffffff;
	background-image: url('/images/bondmarket-tabletopborder.gif'); 
	background-repeat: no-repeat;
}

.table_bottom 
{	background-color: #ffffff;
	background-image: url('/images/bondmarket-tablebottomborder.gif'); 
	background-repeat: no-repeat;
}

.indicator_links
{	font-size: 10px;
	font-family: Verdana, Arial;
	color: #244e6a;
	
	text-decoration: none;
}

.indicator_links:hover
{	text-decoration: underline; }

.indicatorname
{	width: 500px; 
	text-align: left;
}

.startdate
{	width: 16%; 

	font-weight: normal;
	text-align: center;
}

.frequency
{	width: 16%; 

	font-weight: normal;
	text-align: center;
}

.latestupdate
{	width: 17%; 

	font-weight: normal;
	text-align: center;
}

.disabled
{	color: #777777; }

/* AMM 20091118 Styling for print media */

@media print {

	#bond_market_index, table {
	margin:0;
	padding:0;
	width:600px;
	}

	table {
	border:1px solid gray;
	}
	
	td {
	width:20%;
	}
	
	.indicatorname {
	width:400px;
	}

	
	
	
}

