document.write('<style type="text/css">');
document.write('   		#irTradeContainer {');
document.write('   		  margin-top: 25px;');
document.write('   		  width: 600px;');
document.write('   		  font-family: Verdana,Arial;');
document.write('   		  font-size: 11px;');
document.write('   		  border: 1px Solid #f0efef;');
document.write('   		}');
document.write('   		.bgTradesLineHeader, .bgBendHeader {');
document.write('   		  height:28px;');
document.write('   		  font-size:15px;');
document.write('   		  font-weight:bold;');
document.write('   		  background-position: top left;');
document.write('   		  background-repeat: repeat-x;');
document.write('   		}');
document.write('   ');
document.write('   		');
document.write('   				.bgTradesLineHeader {');
document.write('   				  background-color: #5F745A;');
document.write('   				  background-image: url(http://www.nasdaqomxnordic.com/static/ir/img/theme01/bgShadowLine.png);');
document.write('   				}');
document.write('   			');
document.write('   ');
document.write('   		* html .bgTradesLineHeader { /* for IE5-6/Win */');
document.write('   		    background-image:none !important;');
document.write('   		}');
document.write('   		.bgTradesLineHeader div, .bgBendHeader div{');
document.write('   		  padding:4px 5px 0px 5px;');
document.write('   		}');
document.write('   		.bgBendHeader {');
document.write('   		  background-color: #000;');
document.write('   		  background-image: url(http://www.nasdaqomxnordic.com/static/ir/img/bgBendHeader.png);');
document.write('   		}');
document.write('   		.bgTradesLineHeader p.header,');
document.write('   		.bgBendHeader p.header  {');
document.write('   		  color:#444;');
document.write('   		  left:1px;');
document.write('   		  margin:0;');
document.write('   		  position:relative;');
document.write('   		  top:1px;');
document.write('   		}');
document.write('   		.bgTradesLineHeader p.header span,');
document.write('   		.bgBendHeader p.header span {');
document.write('   		  color: #fff;');
document.write('   		  left:-1px;');
document.write('   		  position:absolute;');
document.write('   		  top:-1px;');
document.write('   		  /* display:none; */');
document.write('   		}');
document.write('   		.contentTradesTable {');
document.write('   		  color: #000000;');
document.write('   		  font-size: 11px;');
document.write('   		  width:100%;');
document.write('   		  background-color:#fff;');
document.write('   		}');
document.write('   		.contentTradesTable .title{');
document.write('   		  border-bottom: 1px Solid #dbdbdb;');
document.write('   		}');
document.write('   		.contentTradesTable .bgTableHeader {');
document.write('   		  /* background:url(http://www.nasdaqomxnordic.com/static/ir/img/theme01/bgTableHeader.png) repeat-x top left */');
document.write('   		}');
document.write('   		.contentTradesTable tr th{');
document.write('   		  padding:5px 10px 5px 10px;');
document.write('   		  text-align:right;');
document.write('   		  border-bottom:1px Solid #dbdbdb;');
document.write('   		}');
document.write('   		.contentTradesTable tr td{');
document.write('   		  padding:5px 10px 5px 10px;');
document.write('   		  text-align:right;');
document.write('   		  vertical-align:top;');
document.write('   		}');
document.write('   ');
document.write('   		.contentTradesTable tr.odd{');
document.write('   		  background-color: #f3f3f3;');
document.write('   		}');
document.write('   		.contentTradesTable tr.even{');
document.write('   		  background-color:#fff;');
document.write('   		}');
document.write('   		.contentTradesTable tr.odd td{');
document.write('   		  border-top: 1px Solid #dbdbdb;');
document.write('   		  border-bottom: 1px Solid #dbdbdb;');
document.write('   		}');
document.write('   		.contentTradesTable tr td{');
document.write('   		  padding:5px 10px 5px 10px;');
document.write('   		  vertical-align:top;');
document.write('   		  border-right: 1px Solid #dbdbdb;');
document.write('   		}');
document.write('   		.timeArea{');
document.write('   		  text-align:right;');
document.write('   		}');
document.write('   		.contentTradesTable .label{');
document.write('   		  text-align:left;');
document.write('   		  font-weight:bold;');
document.write('   		}');
document.write('   		.contentTradesTable .value{');
document.write('   		  text-align:right;');
document.write('   		}');
document.write('   		.trades {');
document.write('   		  border-right:none !important;');
document.write('   		}');
document.write('   		.trades .contentTradesTable tbody tr th {');
document.write('   		  border-bottom:1px solid #DBDBDB;');
document.write('   		  padding:5px 10px;');
document.write('   		}');
document.write('   	');
document.write('</style>');
document.write('<div id="irTradeContainer" class="trades">');
document.write('   <div class="bgTradesLineHeader" style="">');
document.write('      <div>');
document.write('         <p class="header">Trades');
document.write('            <span>Trades</span>');
document.write('         </p>');
document.write('      </div>');
document.write('   </div>');
document.write('   <div class="contentHeader">');
document.write('      <table class="contentTradesTable" cellspacing="0" cellpadding="">');
document.write('         <tbody>');
document.write('            <tr class="label">');
document.write('               <td class="td_header">Price</td>');
document.write('               <td class="td_header">Volume</td>');
document.write('               <td class="td_header">Buyer</td>');
document.write('               <td class="td_header">Seller</td>');
document.write('               <td class="td_header">Updated ');
document.write('                  <img src="http://www.omxnordicexchange.com/static/ir/img/general/icoTime.gif" alt=""></img>');
document.write('               </td>');
document.write('            </tr>');
document.write('         </tbody>');
document.write('      </table>');
document.write('   </div>');
document.write('</div>');