/***** ING STANDARD *******/
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
img { border:none; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
hr { display:none; }
abbr, acronym, ins, del, kbd, var, cite { cursor:help; }
label, select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor: pointer;
}
textarea, input {
	border: 1px solid #ccc;
	font-size:0.92em;
	padding:1px;
}

.clearfix { display:inline-block; }
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.clearfix {height: 1%;}

.left {
	float: left;
}
.right {
	float: right;
}
/* Common
---------------------------------------------*/
/*
The base font size is 10px, which means 1em is 10px, 1.2em is 12px and so on.

The ems for the screen are actually multipliers of the document?s base font size.
The good practice is to set document?s font size to 10px (or if you want it to be resizable by the Internet Explorer users, set it to 62.5%).*/
body {
	background:#fff;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	scrollbar-highlight-color: #ECECEC;
	scrollbar-arrow-color: #2B333C;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #ECECEC;
	scrollbar-track-color: #ECECEC;
	height: 100%;
}

a { color:#006; text-decoration: none; }
a:hover { text-decoration:underline; }

/* Page Structure (layout)
---------------------------------------------*/
.wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto 0 auto;
	height: 100%;
	text-align: left;
}
.header, .content {
	overflow: hidden;
	display: inline-block;
}
.header {
	margin:0 0 13px 0;
	width: 940px;
}
.content {
	width: 940px;
}

/* Header - top
---------------------------------------------*/
.header_top {
	border-bottom:5px solid #f60;
}
/* page title & logo image */
.header_top img {
	border:none;
	float:left;
}
.header_top span.title {
	float:right;
	font-size: 2.2em;
	color:#000066;
	margin-top:22px;
}

/* Header - bottom
---------------------------------------------*/
.header_bot	{
	margin-top:0.48em;
}
/* topmenu */
.header_bot .topmenu {
	float:left;
	font-size:1.1em;
	color:#FF6600;
	clear:both;
}
.header_bot .topmenu a {
	text-decoration: none;
	color:#666;
}
.header_bot .topmenu a:hover {
	text-decoration: underline;
	color:#666;
}
.header_bot .topmenu a.active {
	color: #FF6600;
}
.header_bot .topmenu span {
	padding:0 5px 0 5px;
}
.header_bot .topmenu .langs {
	padding: 0 0 0 20px;
}
/* search */
.header_bot .search {
	float:right;
	padding: 3px 0 12px 0;
}
.header_bot .search form label {
	color:#928CC7;
	font-size:1.1em;
	font-weight: bold;
}
.header_bot .search form input {
	margin-right:2px;
	width:184px;
	border:1px solid #ccc;
	font-size:1.1em;
	color:#CCC;
}
.header_bot .search form input.write {
	color:#666666;
}
.header_bot .search form input.btnSearch {
	color:#788CC7;
	border:none;
	background:none;
	font-weight:bold;
	width:auto;
	font-size:11px !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Horizontal navigation
---------------------------------------------*/
.header div.horiz_nav {
	background-color: #FF6600;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25em;
}
.header div.horiz_nav li {
	background-color: #FF6600;
	border-right: #FFF solid 2px;
	float: left;
	margin: 0;
}
.header div.horiz_nav li.last {
	border: none;
}
.header div.horiz_nav li a, .header div.horiz_nav li span {
	color: #FFF;
	display: block;
	padding: 3px 13px;
}
.header div.horiz_nav li.active { background-color: #FF6600; }
.header div.horiz_nav li.active span { color: #fff; }
.header div.horiz_nav a, .header div.horiz_nav a:link, .header div.horiz_nav a:active, .header div.horiz_nav a:visited {
	text-decoration: none;
}
.header div.horiz_nav a:hover, .header div.horiz_nav a.active {
	background-color: #788CC7;
	color: #fff;
	text-decoration: none;
}
.header div.horiz_nav li.current { background-color: #788CC7; }
.header div.horiz_nav li.region {
	border: none;
	float: right;
	background-color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #000066;
	padding: 0 14px 0 16px;
}
.dropdown {
	position:absolute;
	z-index:1000;
	visibility: hidden;
	width:auto;
	border-top: none;
	font-size: 1.2em;
	border:solid 1px #8698CC;
	margin-top:2px;
}
.dropdown {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}
.dropdown .items a{
	border-bottom:1px solid #CCC;
	background-color:#FFFFFF;
	opacity:.95;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	color:#666;
	display:block;
	text-decoration:none;
	padding:3px 10px 3px 5px;
}
.dropdown .items a:hover{
	color:#FFF;
	background-color:#788CC7;
	text-decoration:none;
}
.dropdown .items .active{
	color:#FF6600;
	background-color:#FFFFFF;
	text-decoration:none;
}
.dropdown .items .last {
	border:none;
}

/* Submenu
.submenu {
	border: solid 1px #ECECEC;
	border-left: solid 3px #FF6600;
	border-bottom: none;
	margin: 5px 0 30px 0;
	width: 197px;
	float: left;
	background-color: #F7F7F7;
}
.submenu ul {
	margin: 0;
	padding: 0;
}
.submenu li {
	list-style: none;
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	border-bottom: solid 1px #ECECEC;
}
.submenu a {
	display: block;
	padding: 9px 5px 10px 20px;
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #000066;
	background: url(/file/ISE_LINK_ARROW_GIF) no-repeat 2px 11px;
}
.submenu a:hover,
.submenu li.active a {
	text-decoration:none;
	color:#FF6600;
}
*/
/* Leftmenu */
/* **********  Menu styles  ************** */
#leftmenu {
	border:1px solid #E5E5E5;
	border-top:0px;
	border-left: solid 3px #FF6600;
	margin: 5px 0 30px 0;
	width: 197px;
	float: left;
	background-color: #F7F7F7;
}
#leftmenu a {
	text-decoration:none;
}
#leftmenu a:hover {
	text-decoration:underline;
}

#leftmenu .width_menu {
	width:170px;height:0px;
}
#leftmenu a {
	font:bold 12px Arial,Helvetica,sans-serif;
}
#leftmenu ul {
	margin:0;
	padding:0;
	border:none;
	border-left:3px solid #F60;
}
#leftmenu ul ul {
	border-left:0px;
}
#leftmenu li {
	list-style:none;
	margin:0;
	padding:8px 0px 7px 25px;
	background:url(/file/ISE_LINK_ARROW_GIF) 12px 13px no-repeat;
	text-indent:0px;
	border-top:1px solid #E5E5E5;
	border-left:0px;
	margin-bottom:-1px;
	height:100%;
}
#leftmenu li a { 
	color:#006;
}
#leftmenu li li { 
	display:none;
}
#leftmenu li.selected { 
	/*border-top:1px solid #E5E5E5;*/
	border-left:0px;
	/*border-right:1px solid #E5E5E5;*/
	list-style:none;
	background:#F9F9F9 url(/file/ISE_DOWN_ARROW_GIF) 12px 12px no-repeat;
	color:#999;
	margin:0px;
	display:block;
	border-bottom:0px;
}
#leftmenu #menulilast.selected { 
	border-bottom:1px solid #E5E5E5;
}
#leftmenu li.selected li { 
	border:0px;
	list-style:none;
	background-image:none;
	padding:3px 0px 2px 0px;
	margin:0px;
	text-indent:0px;
	display:block;
}
#leftmenu li.selected li a {
	color:#999;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#leftmenu li.selected li.selected a {
	color:#F60;
}
#leftmenu li.selected li li { 
	display:none;
}/**/
#leftmenu li.selected li.selected li { 
	border-top:0px solid #E5E5E5;
	border-left:0px solid #E5E5E5;
	border-right:0px solid #E5E5E5;
	list-style:none;
	/*background:url(/file/ISE_2LEVEL3_GIF) no-repeat 2px 7px;*/
	padding:0 0 3px 10px;
	margin:0px;
	text-indent:0px;
	font-size:11px;
	color:#999;
	display:block;
	height:auto;
}
#leftmenu li.selected li.selected li a { 
	color:#999;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#leftmenu li.selected li.selected li.selected a { 
	color:#F60;
}
#leftmenu li.selected li.selected li.selected li a { 
	color:#999;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#leftmenu li.selected li.selected li.selected li.selected a { 
	color:#F60;
}
#leftmenu li.selected li.selected li li { 
	display:none;
}
#leftmenu li.selected li.selected li.selected li { 
	display:block;
}
#leftmenu li.nosel li {
	display:none;
}

/* Footer */
.footer{
	margin-top:15px;
	border-top:5px solid #FF6600;
	color:#666;
	padding-top:5px;
	margin-bottom:10px;
}
.footer a{
	color:#788CC7;
}

/* Content */
a.more{
	color:#3399CC;
	background: url(/file/ISE_LINK_ARROW_GIF) no-repeat 0px 5px;
	padding-left:10px;
	margin-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	text-decoration: underline;
}
a.more:hover{
	color:#FF6600;
}
.lightgray{
	display: block;
	width: 76px;
	color:#999;
	font-size:0.9em;
}
.content {
	width: 940px;
}
.content .maincontent {
	width: 523px;
	float: left;
	padding: 10px 0 50px 24px;
}
.content .maincontent.bigsize {
	width: 744px;
	padding-left: 0;
	padding-right: 0;
}
.content .maincontent p {
	padding-bottom: 12px;
}
.content .rightbar {
	float: right;	
	width: 180px;
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.content .pressrightbar {
	float: right;
	width: 160px;
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.content .fundcontent {
	width: 523px;
	float: left;
	padding: 5px 0 50px 24px;
}
.content .fundcontent.bigsize {
	width: 744px;
	padding-left: 0;
	padding-right: 0;
}
.content .fundcontent p {
	padding-bottom: 12px;
}
.content .fundrightbar {
	float: right;
	width: 160px;
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.content .presscontent {
	width: 450px;
	float: left;
	padding: 5px 0 50px 24px;
}
.content .presscontent.bigsize {
	width: 744px;
	padding-left: 0;
	padding-right: 0;
}
.content .presscontent p {
	padding-bottom: 12px;
}

/******* Individual Elements *************/
h1.title {
	margin: 7px 0 35px 0;
	font-size: 2.2em;
	color: #000066;
}
h1.title.sub_header {
	margin: 13px 0 5px 0;
}
.sub_title {
	margin: 0 0 8px 0;
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
}
a.back {
	font-size: 1.2em;
	color: #3399CC;
	padding: 0 0 0 11px;
	background: url(/file/ISE_BACK_ARROW_GIF) no-repeat 0 5px;
	text-decoration: underline;
}
a.back:hover {
	color: #FF6600;
}
a.top {
	color: #3399CC;
	padding: 0 0 0 11px;
	background: url(/file/ISE_UP_ARROW_GIF) no-repeat 0 5px;
	text-decoration: underline;
}
a.top:hover {
	color: #FF6600;
}
.date {
	font-size: 1.2em;
	color: #000066;
	margin: 0 0 5px 0;
	text-align:right;
}
.discern {
	font-size: 1.3em;
	color: #FF6600;
	font-weight: bold;
	margin: 5px 0 12px 0;
}
.standart_text {
	font-size: 1.3em;
	line-height: 1.35em;
}
.standart_text a{
	color:#3399CC;
	text-decoration: underline;
}
.standart_text a:hover{
	color:#FF6600;
}
.maincontent h3.box_title,
.box_title {
	position: relative;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	display: block;
	font-weight: bold;
	color: #000066;
	background-color: #B4C3E2;
	font-size: 1.2em;
}
input.unwrite {
	color: #CCCCCC;
}
input.write {
	color: #333333;
}
.line {
	clear: both;
	font-size: 1px;
	border-bottom: 1px solid #CDCDCD;
}
.right_align {
	text-align: right;
}
.btn {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: none;
	width: 49px;
	padding: 17px 0 0 49px;
	height: 17px;
	color: #F9FBFD;
	overflow: hidden;
}
.different_title {
	margin: 45px 0;
	font-size: 1.7em;
	color: #788CC7;
	font-weight: bold;
}
.bullet_text {
	padding-bottom:1em;
}
.bullet_text p.standart_text {
	padding: 0 0 0 13px;
	background: url(/file/ISE_SQUARE_GIF) no-repeat 0 6px;
}


/******* Home *************/
.home {
	width: 940px;
}
.home .homeleft {
	float:left;
	width:682px;
}
.home .homeright{
	float:right;
	width:250px;
}

/* Hightlight */
.home .highlight img{
	vertical-align:top;
}
.home .highlight .title {
	color:#FFF;
	font-size:22px;
	position:absolute;
	margin:155px 0 0 40px;
}
.home .highlight .readmore {
	border-top:9px solid #FF6600;
	background-color: #B4C3E2;
	font-size:1.2em;
	font-weight: bold;
	color:#333;
	height:26px;
}
.home .highlight .readmore .text {
	float:left;
	margin-left:40px;
	margin-top:7px;
}
.home .highlight .readmore .standardbutton {
	float:right;
	margin-top:5px;
	margin-right:5px;
}

/* More Links */
.home .more_links {
	position: relative;
	height: 30px;
	margin: -10px 0 0 8px;
	font-size: 1.2em;
	width: 417px;
	text-align: right;
}

.home .more_links a {
	color: #3399CC;
	text-decoration: underline;
}
.home .more_links a:hover{
	color:#FF6600;
}
.home .more_links .rss_link {
	float: left;
	padding: 0 0 0 34px;
	/*background: url(/file/ISE_RSS_GIF) no-repeat 0 2px;*/
}

/* Country finder */
.home .country_finder{
	height:139px;
	background: url(/file/ISE_BG_COUNTRY_FINDER_GIF) no-repeat;
}
.home .country_finder span {
	width:210px;
	float:left;
	font-size: 1.2em;
	font-weight: bold;
	color:#FFF;
	background-color:#788CC7;

	background-image: url(/file/ISE_GLOBE_ICON_PNG);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:16px;
	padding-left:40px;
	padding-top:5px;
}
.home .country_finder select{
	margin-left:10px;
	margin-top:90px;
	width:230px;
}

/* Nav Box */
.home .nav_box {
	font-size: 1.2em;
	line-height: 1.25em;
}
.home .nav_box .title {
	padding: 3px 0 4px 13px;
}
.home .nav_box p {
	padding-left: 13px;
	padding-bottom: 10px;
	height: auto;
}

/* Fund finder */
.home .nav_fund_finder {
	font-size: 1.2em;
	margin: 5px 0 0 0;
}
.home .nav_fund_finder .title {
	padding: 5px 0 2px 0;
}
.home .nav_fund_finder .input {
	width: 179px;
}
.home .nav_fund_finder .box_content {
	height: 36px;
}

/* rhs image box */
.home .featured_indices {
	margin: 7px 0px 0px 0px;
	font-size:1.2em;
	line-height:135% !important;
}
.home .featured_indices span.title {
	width:240px;
	height: 21px;
	line-height: 21px;
	padding-left:10px;
	display: block;
	font-weight: bold;
	color:#FFF;
	background-color:#788CC7;
}
.home .featured_indices h2 {
	font-size:1.85em;
	color:#FF6600;
	padding: 14px 0 10px 10px;
	font-weight:normal;
}
.home .featured_indices p {
	padding-left: 10px;
}
/*
.home .featured_indices table.indices{
	width: 240px;
	margin-top:8px;
	margin-left:10px;
}
.home .featured_indices table.indices td{
	padding:0px 5px 0px 0px;
	line-height:150% !important;
}
.home .featured_indices table.indices td.time{
	text-align:right;
}
.home .featured_indices table.indices thead {
	color:#999;
}
.home .featured_indices table.indices span.up{
	color:#008400;
	background: url(/file/ISE_ARROW_UP_PNG) no-repeat right;
	padding-right:10px;
}
.home .featured_indices table.indices span.down{
	color:#ff0000;
	background: url(/file/ISE_ARROW_DOWN_PNG) no-repeat right;
	padding-right:10px;
}
.home .featured_indices a.more {
	margin-top: 0;
}*/

/* sector views */
.home .sector_views {
	margin: 7px 0px 0px 0px;
	font-size:1.2em;
	line-height:135% !important;
}
.home .sector_views span.title {
	width:240px;
	height: 21px;
	line-height: 21px;
	padding-left:10px;
	display: block;
	font-weight: bold;
	color:#FFF;
	background-color:#788CC7;
}
.home .sector_views h2 {
	font-size:1.85em;
	color:#FF6600;
	padding: 14px 0 10px 10px;
	font-weight:normal;
}
.home .sector_views p {
	padding-left: 10px;
}
.home .sector_views table.indices{
	width: 240px;
	margin-top:8px;
	margin-left:10px;
}
.home .sector_views table.indices td{
	padding:0px 5px 0px 0px;
	line-height:150% !important;
}
.home .sector_views table.indices td.time{
	text-align:right;
}
.home .sector_views table.indices thead {
	color:#999;
}
.home .sector_views table.indices span.up{
	color:#008400;
	background: url(/file/ISE_ARROW_UP_PNG) no-repeat right;
	padding-right:10px;
}
.home .sector_views table.indices span.down{
	color:#ff0000;
	background: url(/file/ISE_ARROW_DOWN_PNG) no-repeat right;
	padding-right:10px;
}
.home .sector_views a.more {
	margin-top: 0;
}

/* Rightbox */
.home .rightbox {
	margin-top:20px;
	font-size:1.2em;
}
.home .rightbox span.title {
	width:240px;
	height: 21px;
	line-height: 21px;
	padding-left:10px;
	display: block;
	font-weight: bold;
	color:#FFF;
	background-color:#788CC7;
}
.home .rightbox h2 {
	background-color:#FF6600;
	height:auto;
	color:#fff;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:0px;
}
.home .rightbox .boxcontent{
	padding:5px 0px 0px 10px;
	background: url(/file/ISE_EQ_FUND_PNG) no-repeat top right;
	height:194px;
	line-height:135%;
}
.home .rightbox .boxcontent p{
	width:150px;
	margin-bottom:10px;
}


h2.column {
	color:#000066;
	background-color:#B4C3E2;
	font-weight:bold;
	height:18px;
	display:block;
	padding-left:10px;
	padding-top:5px;
}

/* Market commentary */
.home .news {
	margin: 8px 0;
	right:0px;
	width:424px;
	font-size:1.2em;
}
.home .news td a{
	color:#333333;
	text-decoration:none;
	right:0px;
}
.home .news td a:hover{
	text-decoration:underline;
}
.home .news table {
	margin-bottom:15px;
}
.home .news table td {
	padding: 7px 0;
	border-bottom:1px solid #D9E1F0;
	border-left:none;
	line-height: 1em;
}
.home .marketcommentary {
	margin: 8px 0;
	right:0px;
	width:424px;
	font-size:1.2em;
}
.home .marketcommentary td a{
	color:#333333;
	text-decoration:none;
	right:0px;
}
.home .marketcommentary td a:hover{
	text-decoration:underline;
}
.home .marketcommentary table {
	margin-bottom:15px;
}
.home .marketcommentary table td {
	padding: 7px 0;
	border-bottom:1px solid #D9E1F0;
	border-left:none;
	line-height: 1em;
}
.home .market_news .news {
	margin: 0;
}
.home .market_news .marketcommentary {
	margin: 0;	
}
.home .market_news {
	margin: 8px 0;
	/*height: 238px;*/
}
/*ul.markettabs {	
	width: 424px;
}
ul.markettabs span { 
	float: left;
	display: block;
	height: 20px;
	padding: 0;
	margin: 0;
	zoom: 1;
	text-decoration: none;
}
ul.markettabs li { 
	float: left;
	display: block;
	height: 20px;
	padding: 0;
	margin: 0;
	zoom: 1;
	text-decoration: none;
}
ul.markettabs li.markettab span{
	background: transparent url(/file/ISE_BG_TOP_MARKETNEWS) no-repeat 0 -21px;
}
ul.markettabs li.newstab span{
	background: transparent url(/file/ISE_BG_TOP_MARKETNEWS_ACTIVE) no-repeat 0 -21px;
}
li.markettab {
	width: 145px
}
li.markettab span {
	width: 145px;
}
li.newstab {
	width: 279px;
}
li.newstab span {
	width: 279px;
}
ul.markettabs li.current span {
	background-position: 0 0;
}
ul.markettabs li:hover span {
	background-position: 0 0;
}
.market_news {
	width: 424px;	
}
.market_news .news {
	clear: both;
}
.market_news .marketcommentary {
	clear: both;
}
.market_news ul span {
	cursor: pointer; 
}
.market_news ul li.current span {
	cursor: default;
}
*/
.market_news {
	margin-top: 8px;
}
.market_news, 
.market_news ul {
	width: 424px;
}
.market_news ul li {
	float: left;
}
.market_news ul {
	display: block;
	height: 25px;
}
.market_news ul li {
	display: block;
	height: 25px;
}
.market_news ul li span {
	display: block;
	height: 25px;
}
.market_news div.right {
	text-align: right;	
}
.market_news ul li span{
	background: #fff url(/file/ISE_BG_TOP_MARKETNEWS) no-repeat;
}
.market_news ul li.current span {
	background: #fff url(/file/ISE_BG_TOP_MARKETNEWS_ACTIVE) no-repeat;
}
.market_news ul li span:hover {
	background: #fff url(/file/ISE_BG_TOP_MARKETNEWS_ACTIVE) no-repeat;
}
.market_news ul li.markettab {
	width: 145px;	 
}
.market_news ul li.markettab span {
	width: 145px;	 
}
.market_news ul li.newstab {
	width: 279px;
	background-position: -145px;
}
.market_news ul li.newstab span {
	width: 279px;
	background-position: -145px;
}
.market_news .border {
	background: #E6EDF7 url(/file/ISE_BG_BORDER_WEBCAST) repeat-y;
	width: 210px;
	clear: both;
	padding: 15px 20px 0px 20px;
	height: 190px;
}
.market_news .bottom {
	background: #fff url(/file/ISE_BG_BOTTOM_WEBCAST) no-repeat center top;
	height: 7px;
	width: 250px;
	zoom: 1;
}
div.market_news div.news {
	margin-bottom: 0;
	margin-top: 0;
}
/* Webcast_Column_Tabs */

/** Column **/

.column_webcast .column {
	font-size: 1.2em;
}

.column_webcast .column img {
	margin: 0 8px 20px 0;
	
}

.column_webcast .column p {
	clear: both;
	line-height: 1.4em;
}

.column_webcast h2 {
	color: #F60;	
	background-color: none;
}

.column_webcast .column h2 {
	font-size: 1.3em;
	padding-top:2px;
}

.column_webcast .webcast h2 {
	font-size: 1.5em;
	padding-top:2px;
}

.column_webcast p.author {
	color: #999;
	clear: none;
}
.column_webcast div.right {
	width: 100%;
}

.column_webcast ul span {
	cursor: pointer; 
}

.column_webcast ul li.current span {
	cursor: default;
}

#webcast {
	margin-top: 5px;
}

/* Column/webcast tabs + container */

.column_webcast {
 /*margin-top: 8px; Ionix 14029*/
	margin-top: 8px 0;
}
.column_webcast, 
.column_webcast ul {
	width: 250px;
}
.column_webcast ul li {
	float: left;
}
.column_webcast ul {
	display: block;
	height: 25px;
}
.column_webcast ul li {
	display: block;
	height: 25px;
}
.column_webcast ul li span {
	display: block;
	height: 25px;
}
.column_webcast div.right {
	text-align: right;	
}
.column_webcast ul li span{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST) no-repeat;
}
.column_webcast ul li.current span {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE) no-repeat;
}
.column_webcast ul li span:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE) no-repeat;
}
.column_webcast ul li span.de{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_DE) no-repeat;
}
.column_webcast ul li.current span.de {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_DE) no-repeat;
}
.column_webcast ul li span.de:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_DE) no-repeat;
}
.column_webcast ul li span.ro{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_RO) no-repeat;
}
.column_webcast ul li.current span.ro {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_RO) no-repeat;
}
.column_webcast ul li span.ro:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_RO) no-repeat;
}
.column_webcast ul li span.news{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_NEWS) no-repeat;
}
.column_webcast ul li.current span.news {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_NEWS) no-repeat;
}
.column_webcast ul li span.news:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_NEWS) no-repeat;
}
.column_webcast ul li.columntab {
	width: 75px;	 
}
.column_webcast ul li.columntab span {
	width: 75px;	 
}
.column_webcast ul li.webcasttab {
	width: 175px;
	background-position: -75px;
}
.column_webcast ul li.webcasttab span {
	width: 175px;
	background-position: -75px;
}
.column_webcast ul li.columntab.ro {
	width: 75px;	 
}
.column_webcast ul li.columntab span.ro {
	width: 75px;	 
}
.column_webcast ul li.webcasttab.ro {
	width: 175px;
	background-position: -75px;
}
.column_webcast ul li.webcasttab span.ro {
	width: 175px;
	background-position: -75px;
}

.column_webcast .border {
	background: #E6EDF7 url(/file/ISE_BG_BORDER_WEBCAST) repeat-y;
	width: 210px;
	clear: both;
	padding: 15px 20px 0px 20px;
	/*height: 190px;*/
}
.column_webcast .bottom {
	background: #fff url(/file/ISE_BG_BOTTOM_WEBCAST) no-repeat center top;
	height: 7px;
	width: 250px;
	zoom: 1;
}
div.column_webcast div.webcast {
	margin-bottom: 0;
	margin-top: 0;
}
/* News_Press_Tabs */

/** Column News/Press section **/

.news_press .column {
	font-size: 1.1em;
}
.news_press .column img {
	margin: 0 8px 20px 0;
}
.news_press .column p {
	clear: both;
	line-height: 1.4em;
}
.news_press h2 {
	color: #F60;	
	background-color: none;
}
.news_press .column h2 {
	font-size: 1.2em;
	padding-top:2px;
}
.news_press .webcast h2 {
	font-size: 1.2em;
	padding-top:2px;
}
.news_press p.author {
	color: #999;
	clear: none;
}
.news_press div.right {
	width: 100%;
}
.news_press ul span {
	cursor: pointer; 
}
.news_press ul li.current span {
	cursor: default;
}
#webcast {
	margin-top: 3px;
}
/* Column/webcast tabs + container news/press section */

.news_press {
	margin-top: 8px;
}
.news_press, 
.news_press ul {
	width: 250px;
}
.news_press ul li {
	float: left;
}
.news_press ul {
	display: block;
	height: 25px;
}
.news_press ul li {
	display: block;
	height: 25px;
}
.news_press ul li span {
	display: block;
	height: 25px;
}
.news_press div.right {
	text-align: right;	
}
.news_press ul li span{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST) no-repeat;
}
.news_press ul li.current span {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE) no-repeat;
}
.news_press ul li span:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE) no-repeat;
}
.news_press ul li span.de{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_DE) no-repeat;
}
.news_press ul li.current span.de {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_DE) no-repeat;
}
.news_press ul li span.de:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_DE) no-repeat;
}
.news_press ul li span.ro{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_RO) no-repeat;
}
.news_press ul li.current span.ro {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_RO) no-repeat;
}
.news_press ul li span.ro:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_RO) no-repeat;
}
.news_press ul li span.news{
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_NEWS) no-repeat;
}
.news_press ul li.current span.news {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_NEWS) no-repeat;
}
.news_press ul li span.news:hover {
	background: #fff url(/file/ISE_BG_TOP_WEBCAST_ACTIVE_NEWS) no-repeat;
}
.news_press ul li.columntab {
	width: 75px;	 
}
.news_press ul li.columntab span {
	width: 75px;	 
}
.news_press ul li.webcasttab {
	width: 175px;
	background-position: -75px;
}
.news_press ul li.webcasttab span {
	width: 175px;
	background-position: -75px;
}
.news_press ul li.columntab.ro {
	width: 75px;	 
}
.news_press ul li.columntab span.ro {
	width: 75px;	 
}
.news_press ul li.webcasttab.ro {
	width: 175px;
	background-position: -75px;
}
.news_press ul li.webcasttab span.ro {
	width: 175px;
	background-position: -75px;
}
.news_press .border {
	background: #E6EDF7 url(/file/ISE_BG_BORDER_WEBCAST) repeat-y;
	width: 210px;
	clear: both;
	padding: 15px 20px 0px 20px;
	height: 190px;
}
.news_press .bottom {
	background: #fff url(/file/ISE_BG_BOTTOM_WEBCAST) no-repeat center top;
	height: 7px;
	width: 250px;
	zoom: 1;
}
div.news_press div.webcast {
	margin-bottom: 0;
	margin-top: 0;
}
/* Bottom box */
.home .bottombox {
	width: 682px;
	height: 125%;
	font-size: 1.2em;
	background-color: #E6EDF7;
	line-height: 125%;
	position:relative;
	/*top: 100px;
	left: 0px;*/
}
.home .bottombox h2 {
	font-size: 1.85em;
	line-height: 1.25em;
	color:#FF6600;
	padding-top: 11px;
	font-weight:normal;
}
.home .bottombox p {
	padding: 6px 10px 10px 10px;
}
.home .bottombox img.left {
	margin-right: 15px;
}
.home .bottombox a.more {
	position:relative;
	bottom: 6px;
	right: 12px;
	/*margin:30px 0px 0px 0;*/
}
/** place marketcommentary links **/
.home .news,
.home .marketcommentary {
	/*height: 218px; Ionix 14029*/
	position: relative;
}

.home .news .bottom_right,
.home .marketcommentary .bottom_right {
	position: absolute;
	bottom: 2px;
	right: 0;
}
.home .news  .bottom_right a.more,
.home .marketcommentary .bottom_right a.more {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.home .news span.lightgray,
.home .marketcommentary span.lightgray {
	font-size: .8em;
	font-weight: bold;
}
/* Webcast link size */
.column_webcast div.sizecast a {
	position:relative;
	color:#333333;
	font-size: 1.2em;
	text-decoration:none;
}
.column_webcast div.sizecast a:hover {
	text-decoration:underline;
}
.column_webcast div.sizecast a.more {
	color: #3399cc;
	background-color: transparent;
	background-image: url(/file/ISE_LINK_ARROW_GIF);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: underline;
}
.column_webcast div.sizecast a.more:hover {
	color: #ff6600;
}

/***** End Home ***********/

/* Movie popup */
.moviepopup {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	/*background-image: url(/file/ISE_SHIM_GIF); */
	background-repeat: repeat;
	background-position: left top;
}
.moviepopup .movieback {
	width: 399px;
	height: 263px;
	/*background-image: url(/file/ISE_BG_POPUP_MOVIE_PNG);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin: 190px auto;
	padding: 3px 0 0 1px;
}
.moviepopup .movieback .player {
	width:  394px;
	height: 260px;
}

/* Masterlist */
.masterlist {
	width: 940px;
	height: 443px;
	background-image: url(/file/ISE_BG_MASTERLIST_GIF);
	background-repeat: no-repeat;
	background-position: left top;
}
.masterlist .title h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 0 10px 11px;
	float: left;
}
.masterlist .title .search {
	float: right;
	padding: 3px 11px 0 0;
}
.masterlist .title .search form input {
	margin-right:2px;
	width:184px;
	border:1px solid #ccc;
	font-size:1.1em;
	color:#CCC;
}
.masterlist .title .search form input.btnSearch {
	color:#FFFFFF;
	border:none;
	background:none;
	font-weight:bold;
	width: auto;
	font-size:12px !important;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
.masterlist .title .search form input.write {
	color: #666666;
}
.masterlist .fundlist {
	width: 482px;
	height: 404px;
	float: left;
	display: inline;
	margin: 0 0 0 11px;
}
.masterlist .fundlist .selectors {
	width: 482px;
	height: 22px;
	margin: 5px 0 0 0;
}
.masterlist .fundlist .selectors select {
	width: 154px;
	margin: 0 7px 0 0;
}
.masterlist .fundlist .selectors select.last {
	margin: 0;
}
.masterlist .fundlist .list {
	width: 482px;
	height: 359px;
	margin: 16px 0 0 0;
	position: relative;
	background-image: url(/file/ISE_BG_MASTERLIST_LIST_GIF);
	background-repeat: no-repeat;
	background-position: left 23px;
}
.masterlist .fundlist .list .headers {
	margin: 0 0 0 10px;
}
.masterlist .fundlist .list .headers li {
	float: left;
	position: relative;
	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
	font-weight: bold;
	font-size:1.2em;
	color: #000066;
	cursor: pointer;
	background: url(/file/ISE_BG_MASTERLIST_TABS_UNACTIV) no-repeat left top;
}
.masterlist .fundlist .list .headers li span {
	float: left;
	height: 17px;
	padding: 6px 8px 0 0;
	background: url(/file/ISE_BG_MASTERLIST_TABS_UNACTIV) no-repeat right top;
}
.masterlist .fundlist .list .headers li select {
	display: none;
	position: absolute;
	top: 2px;
	right: 8px;
	font-size: 0.8em;
	cursor: default;
}
.masterlist .fundlist .list .headers li.active .selector {
	padding-right: 100px;
}
.masterlist .fundlist .list .headers li.active {
	background-image: url(/file/ISE_BG_MASTERLIST_TABS_ACTIVE_);
}
.masterlist .fundlist .list .headers li.active span {
	background-image: url(/file/ISE_BG_MASTERLIST_TABS_ACTIVE_);
}
.masterlist .fundlist .list .headers li.active select {
	display: block;
}
.masterlist .fundlist .list .overview {
	width: 482px;
	height: 336px;
	position: absolute;
	left: 0px;
	top: 23px;
}
.masterlist .fundlist .list iframe {
	width: 473px;
	height: 323px;
	margin: 10px 0 4px 8px;
}
.masterlist .fundlist .list .overview {
	width: 482px;
	height: 336px;
	position: absolute;
	left: 0px;
	top: 23px;
}
.masterlist .funddetail {
	width: 406px;
	height: 400px;
	float: right;
	display: inline;
	margin: 8px 11px 0 0;
}
.masterlist .funddetail iframe {
	width: 406px;
	height: 400px;
}

/* Overviews */
.maincontent ul.overview {
	width: 524px;
}
.maincontent ul.overview li {
	width: 524px;
	border-bottom: solid 1px #CDCDCD;
	padding: 2px 0 2px 0;
	min-height: 26px;
	line-height: 26px;
	background: none;
}
.maincontent ul.overview li .date {
	float: left;
	width: 80px;
}
.maincontent ul.overview li img {
	float: left;
	width: 16px;
	margin: 4px 6px 0 0;
}
.maincontent ul.overview li a {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 2px;
}
.maincontent ul.overview li a:hover {
	color: #FF6600;
}
.maincontent ul.overview li .teaser {
	width: 422px;
	display: block;
	float: right;
	line-height: 1.5em;
}
.maincontent ul.overview li .preview {
	width: 142px;
	height: 97px;
	padding: 16px 10px 18px 0;
	float: left;
}
.maincontent ul.overview li .preview img {
	width: 140px;
	height: 95px;
	margin: 0;
}
.maincontent ul.overview li .description {
	width: 372px;
	float: right;
	line-height: 1.5em;
	margin: 16px 0 0 0;
}
.maincontent ul.overview li .description .teaser {
	width: 100%;
}
.maincontent ul.overview li .description div.duration {
	height: 16px;
	width: 66px;
	background-color: #EEEEEE;
	font-size: 0.85em;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
	float: left;
}
.maincontent ul.overview li .description .duration .time {
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.maincontent ul.overview li h4 {
	padding: 8px 0 2px 0;
	font-size: 1.1em;
	line-height: 1.35em;
}
.maincontent ul.overview li p {
	line-height: 1.35em;
}
.maincontent .moverdate {
	font-size: 0.95em;
	color: #788CC7;
}
.presscontent ul.overview {
	width: 524px;
}
.presscontent ul.overview li {
	width: 524px;
	border-bottom: solid 1px #CDCDCD;
	padding: 2px 0 2px 0;
	min-height: 26px;
	line-height: 26px;
	background: none;
}
.presscontent ul.overview li .date {
	float: left;
	width: 80px;
}
.presscontent ul.overview li img {
	float: left;
	width: 16px;
	margin: 4px 6px 0 0;
}
.presscontent ul.overview li a {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 2px;
}
.presscontent ul.overview li a:hover {
	color: #FF6600;
}
.presscontent ul.overview li .teaser {
	width: 422px;
	display: block;
	float: right;
	line-height: 1.5em;
}
.presscontent ul.overview li .preview {
	width: 142px;
	height: 97px;
	padding: 16px 10px 18px 0;
	float: left;
}
.presscontent ul.overview li .preview img {
	width: 140px;
	height: 95px;
	margin: 0;
}
.presscontent ul.overview li .description {
	width: 372px;
	float: right;
	line-height: 1.5em;
	margin: 16px 0 0 0;
}
.presscontent ul.overview li .description .teaser {
	width: 100%;
}
.presscontent ul.overview li .description div.duration {
	height: 16px;
	width: 66px;
	background-color: #EEEEEE;
	font-size: 0.85em;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
	float: left;
}
.presscontent ul.overview li .description .duration .time {
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.presscontent ul.overview li h4 {
	padding: 8px 0 2px 0;
	font-size: 1.1em;
	line-height: 1.35em;
}
.presscontent ul.overview li p {
	line-height: 1.35em;
}
.presscontent .moverdate {
	font-size: 0.95em;
	color: #788CC7;
}
/* News detail */
.maincontent a.backtooverview {
	display: block;
	width: 514px;
	line-height: 30px;
	border-bottom: solid 1px #CDCDCD;
	color: #3399CC;
	padding: 0 0 0 10px;
	/*background-image: url(/file/ISE_BULL_ARROW_LEFT_GIF);*/
	background-repeat: no-repeat;
	background-position: left 50%;
	margin: 0 0 10px 0;
}
.maincontent ul {
	font-size: 0.95em;
	color: #333333;
	margin: 0 0 10px 0;
}
.maincontent ul li {
	background-image: url(/file/ISE_SQUARE_GIF);
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
	padding: 0 0 0 12px;
}
.maincontent .marketcommentary {
	margin: 8px 0;
	right:0px;
	width:424px;
	font-size:1.2em;
}
.maincontent .marketcommentary td a{
	color:#333333;
	text-decoration:none;
	right:0px;
}
.maincontent .marketcommentary td a:hover{
	text-decoration:underline;
}
.maincontent .marketcommentary table {
	margin-bottom:15px;
}
.maincontent .marketcommentary table td {
	padding: 7px 0;
	border-bottom:1px solid #D9E1F0;
	border-left:none;
	line-height: 1em;
}
.presscontent a.backtooverview {
	display: block;
	width: 514px;
	line-height: 30px;
	border-bottom: solid 1px #CDCDCD;
	color: #3399CC;
	padding: 0 0 0 10px;
	/*background-image: url(/file/ISE_BULL_ARROW_LEFT_GIF);*/
	background-repeat: no-repeat;
	background-position: left 50%;
	margin: 0 0 10px 0;
}
.presscontent ul {
	font-size: 0.95em;
	color: #333333;
	margin: 0 0 10px 0;
}
.presscontent ul li {
	background-image: url(/file/ISE_SQUARE_GIF);
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
	padding: 0 0 0 12px;
}
.presscontent .marketcommentary {
	margin: 8px 0;
	right:0px;
	width:424px;
	font-size:1.2em;
}
.presscontent .marketcommentary td a{
	color:#333333;
	text-decoration:none;
	right:0px;
}
.presscontent .marketcommentary td a:hover{
	text-decoration:underline;
}
.presscontent .marketcommentary table {
	margin-bottom:15px;
}
.presscontent .marketcommentary table td {
	padding: 7px 0;
	border-bottom:1px solid #D9E1F0;
	border-left:none;
	line-height: 1em;
}

/* fundcontent */
.fundcontent ul.overview {
	width: 524px;
}
.fundcontent ul.overview li {
	width: 524px;
	border-bottom: solid 1px #CDCDCD;
	padding: 2px 0 2px 0;
	min-height: 26px;
	line-height: 26px;
	background: none;
}
.fundcontent ul.overview li .date {
	float: left;
	width: 80px;
}
.fundcontent ul.overview li img {
	float: left;
	width: 16px;
	margin: 4px 6px 0 0;
}
.fundcontent ul.overview li a {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 2px;
}
.fundcontent ul.overview li a:hover {
	color: #FF6600;
}
.fundcontent ul.overview li .teaser {
	width: 422px;
	display: block;
	float: right;
	line-height: 1.5em;
}
.fundcontent ul.overview li .preview {
	width: 142px;
	height: 97px;
	padding: 16px 10px 18px 0;
	float: left;
}
.fundcontent ul.overview li .preview img {
	width: 140px;
	height: 95px;
	margin: 0;
}
.fundcontent ul.overview li .description {
	width: 372px;
	float: right;
	line-height: 1.5em;
	margin: 16px 0 0 0;
}
.fundcontent ul.overview li .description .teaser {
	width: 100%;
}
.fundcontent ul.overview li .description div.duration {
	height: 16px;
	width: 66px;
	background-color: #EEEEEE;
	font-size: 0.85em;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
	float: left;
}
.fundcontent ul.overview li .description .duration .time {
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.fundcontent ul.overview li h4 {
	padding: 8px 0 2px 0;
	font-size: 1.1em;
	line-height: 1.35em;
}
.fundcontent ul.overview li p {
	line-height: 1.35em;
}
.fundcontent .moverdate {
	font-size: 0.95em;
	color: #788CC7;
}

/* News detail */
.fundcontent a.backtooverview {
	display: block;
	width: 514px;
	line-height: 30px;
	border-bottom: solid 1px #CDCDCD;
	color: #3399CC;
	padding: 0 0 0 10px;
	/*background-image: url(/file/ISE_BULL_ARROW_LEFT_GIF);*/
	background-repeat: no-repeat;
	background-position: left 50%;
	margin: 0 0 10px 0;
}

/* FAQ */
.showhideBlock {
	margin-bottom:5px;
}
.showhideBlock .item {
	font-weight:bold;
	color:#000066;
}
.showhideBlock .item a {
	background-color:#D4DFEF;
	display:block;
	padding:4px 8px 6px 10px;
	font-weight:bold;
	color:#000066;
	/*background-image:url(/file/ISE_BG_SHOWHIDE_ARROW_UP_GIF);*/
	background-repeat:no-repeat;
	background-position: 98% 50%;
	text-decoration:none;
}
.showhideBlock .item a:hover {
	background-color:#B4C3E2;
	color:#000066;
	text-decoration:none;
}
.showhideBlock .item a.active {
	background-color:#B4C3E2;
	/*background-image:url(/file/ISE_BG_SHOWHIDE_ARROW_DOWN_GIF);*/
}
.showhideBlock .item a.active:hover {
	background-color:#B4C3E2;
	/*background-image:url(/file/ISE_BG_SHOWHIDE_ARROW_DOWN_F2_GIF);*/
}
.showhideBlock .showhideText {
	background-color:#EBF2FA;
	color:#000066;
	padding:8px 8px 8px 10px;
	display: none;
}
.showhideBlock .showhideText p {
	padding: 0px;
}

/* Right bar */
.rightbar .block {
	width: 146px;
	background-color: #DEEAF6;
	margin: 0 0 17px 0;
	padding: 9px 7px;
}
.rightbar .block h5 {
	padding: 0 0 4px 0;
}
.rightbar .block .quicklinks {
	width: 146px;
}
.rightbar .block p {
	padding: 0 5px 10px 0;
}
.pressrightbar .block {
	width: 146px;
	background-color: #DEEAF6;
	margin: 0 0 17px 0;
	padding: 9px 7px;
}
.pressrightbar .block h5 {
	padding: 0 0 4px 0;
}
.pressrightbar .block .quicklinks {
	width: 146px;
}
.pressrightbar .block p {
	padding: 0 5px 10px 0;
}

/* Contact form */
/*Formulier*/
.contactform .formField {
	background-color:#EBF2FA;
	padding:10px 17px 15px 17px;
}
.contactform .formField .formTable td{
	padding:6px 0px 6px 0px;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	color:#000066;
	vertical-align: top;
}
.contactform .formField .formTable input {
	width:218px;
}
.contactform .formField .formTable textarea {
	width:218px;
}
.contactform .formField .formTable label{
	display: block;
	width: 100px;
	margin-top:3px;
}
.contactform .formField .formTable .required{
	color:#FF6600;
}
.contactform .button {
	float: right;
	background:#006;
	border:none;
	color:#fff;
	font-size:0.92em;
	padding:0 0 1px 0;
	width:3.62em;
	margin: 5px 134px 0 0;
}


/******/

/* Doc List */
ul.doc_list {
	margin: 20px 0 10px 0;
}
ul.doc_list li {
	padding: 9px 0 8px 26px;
	border-bottom: 1px solid #ECECEC;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/file/ISE_DOC_GIF) no-repeat 8px 6px;
}
ul.doc_list li a {
	color: #3399CC;
}
ul.doc_list li a:hover {
	color: #FF6600;
}

/* Link Box */
.link_box {
	margin-top: 10px;
	position: relative;
}
.link_box.floated {
	float: left;
	width: 256px;
	margin-right: 10px;
}
.link_box.second_box {
	margin-right: 0;
}
.link_box .box_content {
	padding: 8px 0 5px 7px;
	background-color: #EFF4FA;
	font-size: 1.1em;
	line-height: 1.4em;
}
.maincontent ul.links_list li,
ul.links_list li {
	background: none;
	font-size: 1.1em;
	padding: 6px 0px 0px 0px;
}
ul.links_list li a.more {
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 10px;
}

/* List Links */
.list_links li {
	font-size: 1.2em;
	margin: 10px 0 0 0;
}
.list_links li a {
	text-decoration: underline;
}
.list_links li a:hover {
	color: #FF6600;
}

/* Contact Form*/
.contact_form {
	border-top: 1px solid #D9E1F0;
	margin: 10px 0 0 0;
	font-size: 1.2em;
}
.contact_form fieldset {
	padding: 23px 0 13px 5px;
	border-bottom: 1px solid #D9E1F0;
}
.contact_form .field {
	clear: both;
	height: 30px;
}
.contact_form .no_label_field {
	clear: both;
	height: 30px;
	padding: 0 0 0 110px;
}
.contact_form label {
	float: left;
	padding: 5px 0 0 0;
	width: 110px;
}
.contact_form .input {
	width: 263px;
	border: 1px solid #BCCAE5;
	padding: 4px 4px 3px 4px;
}
.contact_form .big_select {
	width: 273px;
}
.contact_form .select {
	width: 105px;
}
.contact_form .box_label {
	position: absolute;
	cursor: default;
}
.contact_form .box_list {
	padding: 0 0 10px 110px;
}
.contact_form .box_list .field {
	position: relative;
	height: 20px;
}
.contact_form .box_list input {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border: 0;
}
.contact_form .box_list label {
	position: absolute;
	top: 3px;
	left: 20px;
	width: 300px;
	padding: 0;
	border: 0;
}
.contact_form textarea.message {
	width: 270px;
	height: 67px;
	margin: 0 0 10px 0;
}
/*.contact_form .buttons {
	text-align: right;
	padding: 15px 0 0 0;
}*/
.contact_form .buttons .standardbutton {
	float: right;
	margin: 10px 0 0 10px;
}

/* Nav Contact Box */
.nav_contact_box {
	background-color: #B4C3E2;
	margin: 0 0 4px 0;
}
.nav_contact_box div.title {
	padding: 2px 0 3px 14px;
	background-color: #788CC7;
	color: #FFFFFF;
	font-weight: bold;
}
.nav_contact_box p {
	padding: 12px 15px 14px 14px;
}

/* Nav Fund Finder */
.nav_fund_finder {
	padding: 0 0 0 7px;
	margin: 0 0 5px 0;
	background: #FF6600 url(/file/ISE_NAV_FUND_FINDER_GIF) no-repeat;
}
.nav_fund_finder .box_content {
	background: url(/file/ISE_NAV_FUND_FINDER_ANGLE_GIF) no-repeat right bottom;
}
.nav_fund_finder div.title {
	padding: 2px 0 4px 0;
	margin: 0 0 14px 0;
	color: #FFFFFF;
	font-weight: bold;
}
.nav_fund_finder .box_content {
	padding: 0 0 14px 0;
}
.nav_fund_finder .input {
	width: 91px;
	border: none;
	padding: 4px 2px;
}
.nav_fund_finder .submit {
	padding: 0;
	border: none;
	background-color: #FF6600;
	font-weight: bold;
	color: #FFFFFF;
}
.nav_fund_finder form {
	margin: 0 0 4px 0;
}
.nav_fund_finder a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Nav Box */
.nav_box {
	background-color: #EFF4FA;
	margin: 0 0 4px 0;
}
.nav_box div.title {
	padding: 4px 0 5px 6px;
	background-color: #B4C3E2;
	color: #000066;
	font-weight: bold;
}
.nav_box p {
	padding: 7px;
}
.nav_box ul.links {
	padding: 0 0 14px 0;
}
.nav_box ul.links li {
	padding: 0 8px 0 14px;
	background: url(/file/ISE_LINK_ARROW_GIF) no-repeat 5px 11px;
}
.nav_box ul.links li a {
	display: block;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #D9E1F0;
	color: #3399CC;
	text-decoration: underline;
}
.nav_box ul.links li a:hover {
	color: #FF6600
}

.pressnav_box {
	width: 250px;
	background-color: #EFF4FA;
	margin: 0 0 4px 0;
}
.pressnav_box div.title {
	padding: 4px 0 5px 6px;
	background-color: #B4C3E2;
	color: #000066;
	font-weight: bold;
}
.pressnav_box p {
	padding: 7px;
}
.pressnav_box ul.links {
	padding: 0 0 14px 0;
}
.pressnav_box ul.links li {
	padding: 0 8px 0 14px;
	background: url(/file/ISE_LINK_ARROW_GIF) no-repeat 5px 11px;
}
.pressnav_box ul.links li a {
	display: block;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #D9E1F0;
	color: #3399CC;
	text-decoration: underline;
}
.pressnav_box ul.links li a:hover {
	color: #FF6600
}

/* Video Box */
.video_box {
	z-index: 101;
	position: absolute;
	top: 250px;
	left: 315px;
}
.video_box .video_container {
	position: relative;
	width: 389px;
	height: 333px;
	border: 1px solid #666666;
	background-color: #E6EDF7;
	font-size: 1.2em;
}
.video_box .video_container h2 {
	background-color: #B4C3E2;
	color: #000066;
	padding: 5px 35px 6px 11px;
	font-weight: bold;
}
.video_box .video_container a.close {
	position: absolute;
	top: 5px;
	right: 9px;
	cursor: pointer;
	padding: 0 0 0 13px;
	background: url(/file/ISE_CLOSE_GIF) no-repeat 0 3px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: .9em;
}
.video_box .video_container iframe {
	width: 389px;
	height: 310px;
}
.video_body {
	overflow: hidden;
	background: #E6EDF7;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
}

/**** Catalogs & Results ****/
/* Standart Result */
.standart_result {
	clear: both;
	position: relative;
	font-size: 1.2em;
	line-height: 1.3em;
}
.standart_result .date {
	font-size: 1em;
	margin-bottom: 3px;
}
.standart_result .result_title {
	color: #000066;
	font-weight: bold;
}
.standart_result .result_title a:hover {
	color: #FF6600;
	text-decoration: none;
}

.standart_result ul.result_footer {
	height: 2.1em;
	margin: 9px 0 0 0;
	color: #666666;
	background: #EFF4FA;
}
.standart_result ul.result_footer li {
	float: left;
	height: 1.85em;
	padding: .3em 0 0 10px;
	background: none;
	margin: 0;
}
.standart_result ul.result_footer li.small_tab {
	padding-right: 10px;
	border-right: 2px solid #FFFFFF;
}
.content .standart_result p {
	padding: 0;
}

/* Catalog */
.catalog {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}
.catalog .standart_result {
	padding: 10px 0 10px 13px;
}
.catalog .standart_result ul.result_footer {
	width: 510px;
}
.catalog .line {
	margin: 5px 0;
}
.catalog .img_container {
	float: left;
	width: 76px;
	height: 76px;
	margin: 0 13px 0 -13px;
}

/* Catalog Heading */
.catalog_heading {
	clear: both;
}
.catalog_heading .img_container {
	float: left;
	margin: 0 10px 0 0;
}
.catalog_heading .standart_result {
	float: left;
	width: 505px;
	background-color: #EFF4FA;
	padding-right: 20px;
}
.catalog_heading .standart_result .date {
	margin-top: 10px;
}
.catalog_heading .standart_result ul.result_footer {
	/*position: absolute;*/
	margin-left: 225px;
	bottom: 0;
}
.catalog_heading .standart_result ul.result_footer li.small_tab {
	padding-left: 0;
}

/* Video Catalog */
.video_catalog {
	float: left;
}
.video_catalog .standart_result {
	float: left;
	width: 513px;
	padding: 10px 0 10px 13px;
}
.video_catalog .line {
	margin: 0 0 5px 0;
}
.video_catalog .img_container {
	float: left;
	margin: 0 13px 0 -13px;
}
.video_catalog .time {
	padding-right: 10px;
	border-right: 2px solid #FFFFFF;
}
.video_catalog .time strong {
	font-weight: bold;
}

/* Country Select */
.country_select {
	float: left;
	position: relative;
	width: 720px;
	padding: 0 0 0 25px;
	background-color: #EEF3FA;
	font-size: 1.2em;
	line-height: 1.3em;
}
.country_select img.box_image {
	float: right;
	margin: 0 0 0 5px;
}
.country_select p.box_text {
	margin: 15px 0 25px 0;
}
.country_select select {
	display: block;
	width: 200px;
}
.country_select .more {
	position: absolute;
	bottom: 35px;
}


/* Paging */
ul.paging {
	clear: both;
	overflow: hidden;
	/*margin: 15px 0;*/
	margin:5px 0px;
}
ul.paging li {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 6px;
	border-left: 1px solid #D9E1F0;
	background: none;
}
ul.paging li.first {
	border-left: none;
}
ul.paging li a {
	display: block;
	text-align: center;
	padding: 4px 0;
	color: #3399CC;
	font-size: 1.2em;
}
ul.paging li.active a {
	color: #FF6600;
	font-weight: bold;
}
ul.paging li.previous a {
	padding-right: 10px;
	background: url(/file/ISE_LINK_ARROW_LEFT_GIF) no-repeat right 7px;
}
ul.paging li.next a {
	padding-left: 10px;
	background: url(/file/ISE_LINK_ARROW_GIF) no-repeat left 7px;
}

/* Alphabet List */
ul.alphabet_list {
	width: 742px;
	height: 20px;
	padding: 0 0 0 5px;
	background-image: url(/file/ISE_ALPHABET_LIST_GIF);
}
ul.alphabet_list li {
	float: left;
	width: 21px;
	height: 15px;
	padding: 4px 0 0 1px;
	text-align: center;
	border-right: 1px solid #D9E1F0;
	color: #CCCCCC;
	font-size: 1.2em;
	background: none;
	cursor: default;
}
ul.alphabet_list li.last {
	border-right: none;
}
ul.alphabet_list li a {
	color: #3399CC;
}
ul.alphabet_list li a:hover {
	color: #FF6600;
	text-decoration: none;
}
ul.alphabet_list li.active a {
	color: #FF6600;
	font-weight: bold;
}

/* Alphabet Catalog*/
.alphabet_catalog {
	position: relative;
	margin: -30px 0 0 0;
	font-size: 1.2em;
	line-height: 1.35em;
}
.alphabet_catalog h2 {
	margin: 65px 0 25px 0;
	font-size: 1.7em;
	color: #000066;
	font-weight: bold;
}
.alphabet_catalog h3 {
	padding: 0 0 2px 0;
	color: #FF6600;
	font-weight: bold;
}
.alphabet_catalog h3 a {
	color:#3399CC;
}
.alphabet_catalog h3 a:hover {
	color: #FF6600;
}
.alphabet_catalog p {
	margin: 0 0 10px 0;
	padding-right: 190px;
	/*border-bottom: 1px solid #ECECEC;*/
}
.alphabet_catalog a.top {
	float: right;
	margin-top: 15px;
	margin-right: 190px;
}

/* Search Box */
.search_box fieldset {
	padding: 15px 10px;
	background-color: #EEF3FA;
	border-bottom: 1px solid #D9E1F0;
}
.search_box fieldset.advinced {
	display: none;
	padding: 15px 10px;
	background-color: #EEF3FA;
	border-bottom: 1px solid #D9E1F0;
}
.search_box fieldset.one_list_fileds {
	padding-bottom: 0;
}
.search_box fieldset.one_list_fileds label {
	display: block;
	padding: 5px 0 3px 5px;
	font-size: 1.1em;
	clear: both;
}
.search_box fieldset.one_list_fileds select {
	width: 51.5%;
}
.search_box fieldset input {
	float: left;
	height: 17px;
	font-size: 12px;
	padding: 2px 5px 0 5px;
	border: 1px solid #BCCAE5;
}
.search_box select {
	clear: both;
	width: 280px;
	margin: 0 0 10px 0;
}
.search_box fieldset input.type_text {
	width: 50%;
}
.search_box .box_footer {
	padding: 10px 15px;
	font-size: 1.2em;
	background: #EEF3FA url(/file/ISE_BOX_FOOTER_GIF) no-repeat left bottom;
}
.search_box .box_footer .standardbutton {
	float: right;
}
.maincontent.bigsize .search_box .box_footer {
	/*background-image: url(/file/ISE_BOX_FOOTER_BIZ_SIZE_GIF);*/
}
.search_box .advinced_search {
	position: absolute;
	top: 0;
	right: 6px;
	padding: 0 18px 0 0;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: normal;
	text-decoration: underline;
	background: url(/file/ISE_BOX_ARROW_DOWN_GIF) no-repeat right 9px;
	cursor: pointer;
}
.search_box.active fieldset.advinced {
	display: block;
}
.search_box.active .box_title {
	background-image: none !important;
}
.search_box.active .advinced_search {
	background-image: url(/file/ISE_BOX_ARROW_UP_GIF);
}
.date_fileds {
	float: left;
	margin: 0 18px 20px 0;
}
.search_box .date_fileds label,
.search_box .date_fileds img,
.search_box .date_fileds input {
	float: left;
	margin: 0 2px 0 0;
}
.search_box .day {
	width: 20px;
	text-align: center;
}
.search_box .year {
	width: 35px;
	text-align: center;
}
.search_box .date_fileds label {
	font-size: 1.2em;
	padding: 5px 0 0 0;
}
.search_box .date_fileds img {
	cursor: pointer;
}
.sub_title.search_result {
	padding: 20px 0 0 4px;
	font-size: 1.1em;
}

/* Drop Box */
.drop_box {
	margin: 0 0 15px 0;
}
.drop_box .box_content {
	display: none;
	padding: 18px 15px 5px 10px;
	background-color: #EFF4FA;
	font-size: 1.1em;
	line-height: 1.4em;
}
.drop_box .box_content img {
	float: left;
	margin: 0 15px 0 0;
}
.drop_box .box_title {
	background-image: url(/file/ISE_ARROW_DOWN_SIZE2_GIF);
	background-repeat: no-repeat;
	background-position: 505px 8px;
	cursor: pointer;
}
.drop_box.active .box_title {
	background-image: url(/file/ISE_ARROW_UP_SIZE2_GIF);
}
.drop_box.active .box_content {
	display: block;
}

/* Tools Box */
.tools_box {
	position: relative;
	height: 30px;
	padding: 1px 0 0 0;
}
.tools_box ul {
	position: absolute;
	top: 0;
	right: 5px;
}
.tools_box ul li {
	float: left;
	list-style: none;
	background: none;
	padding: 0 0 0 6px;
}
.tools_box ul li a {
	float: left;
}
.tools_box.in_bottom {
	height: 22px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ECECEC;
}
.tools_box.in_bottom ul {
	right: 10px;
}

/* Standard button */
.standardbutton {
	display: inline-block;
	height: 17px;
	background-image: url(/file/ISE_BG_BTN_LEFT_PNG);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
.standardbutton .buttontext {
	float: left;
	height: 17px;
	line-height: 17px;
	background-image: url(/file/ISE_BG_BTN_CENTER_GIF);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}
.standardbutton .buttonright {
	float: left;
	height: 17px;
	width: 10px;
	background-image: url(/file/ISE_BG_BTN_RIGHT_PNG);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.standardbutton:hover {
	text-decoration: none;
}

/* Toolbox buttons */
.toolboxbutton {
	display: inline-block;
	height: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 17px;
	text-decoration: none;
}
.toolboxbutton.download {
	background-image: url(/file/ISE_BG_BTN_TOOLBOX_LEFT_DOWNLOAD_PNG);
}
.toolboxbutton.print {
	background-image: url(/file/ISE_BG_BTN_TOOLBOX_LEFT_PRINT_PNG);
}
.toolboxbutton.mail {
	background-image: url(/file/ISE_BG_BTN_TOOLBOX_LEFT_MAIL_PNG);
}
.toolboxbutton .buttontext {
	float: left;
	height: 15px;
	line-height: 15px;
	background-image: url(/file/ISE_BG_BTN_TOOLBOX_CENTER_GIF);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #788CC7;
	cursor: pointer;
	text-decoration: none;
}
.toolboxbutton .buttonright {
	float: left;
	height: 15px;
	width: 7px;
	background-image: url(/file/ISE_BG_BTN_TOOLBOX_RIGHT_PNG);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.toolboxbutton:hover {
	text-decoration: none;
}

/* Subscribe to news */
.subscribe {
	font-size: 1.2em;
	border-top: 1px solid #D9E1F0;
	padding-top: 22px;
}
.subscribe h2 {
	font-weight: bold;
	padding-bottom: 10px;
}
.subscribe table {
	width: 450px;
	margin-bottom: 40px;
}
.subscribe table th,
.subscribe table td {
	height: 22px;
	vertical-align: middle;
	padding-bottom: 8px;
}
.subscribe table th {
	font-weight: normal;
	text-align: center;
	padding: 0 5px;
}
.subscribe label {
	line-height: 22px;
	padding-left: 3px;
}
.subscribe input {
	float: right;
	height: 18px;
	width: 274px;
}
.subscribe select {
	float: right;
	height: 22px;
	width: 278px;
}
.subscribe table td.checkbox {
	text-align: center;
}
.subscribe table td.checkbox input {
	float: none;
	width: auto;
	border: none;
}
.subscribe .buttons {
	margin-top: 20px;
	border-top: 1px solid #D9E1F0;
}
.subscribe .buttons .standardbutton{
	float: right;
	margin: 10px 0 0 10px;
}
.subscribe .standart_text {
	font-size: 1em;
}

#menuframe {
	border:solid #FF6600 1px;
	border-top: none;
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	border:none;
	display:none;
	z-index:0;
}

/* INDICES OVERVIEW */
.content .indices {
	width: 100%;
	font-size: 1.2em;
}
.content .indices td {
	padding:0px 5px 0px 11px;
	line-height:1.9em;
}
.content .indices tr.even {
	background-color: #EFF4FA;
}
.content .indices td.spacer {
	line-height: 14px;
}
.content .indices thead td {
	color: #FFFFFF;
	background-color: #B4C3E2;
	border-right: solid 2px #FFFFFF;
}
.content .indices thead td.noborder {
	border: none;
}
.content .indices td a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.content .indices td a:hover {
	color: #FF6600;
}
.content .indices td span.up{
	color:#008400;
	background: url(/file/ISE_ARROW_UP_PNG) no-repeat right;
	padding-right:10px;
}
.content .indices td span.down{
	color:#ff0000;
	background: url(/file/ISE_ARROW_DOWN_PNG) no-repeat right;
	padding-right:10px;
}

/* INFORMATION POPUP */
.information {
	width: 523px;
	text-align: left;
	padding: 0px;
}
.information h1 {
	width: 523px;
	border-bottom: solid 5px #FF6600;
	font-size: 2.2em;
	color: #000066;
	line-height: 2.2em;
	font-weight: normal;
	margin-bottom: 20px;
}
.information p {
	font-size: 1.3em;
	padding-bottom: 16px;
	line-height: 1.3em;
}
.information h2 {
	color: #000066;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #B4C3E2;
	width: 523px;
	line-height: 1.8em;
	padding-left: 7px;
	margin-bottom: 6px;
}
.information .filelist {
	width: 523px;
}
.information .filelist ul {
	width: 523px;
	padding: 0px 5px;
}
.information .filelist ul li a {
	display: block;
	font-size: 1.2em;
	line-height: 2em;
	color: #333333;
	text-decoration: underline;
	background-image: url(/file/ISE_DOC_GIF);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0 0 0 20px;
}
.information .filelist ul li a:hover {
	color: #FF6600;
}

/* Disclaimer */
.disclaimer {
	width: 600px;
	padding-top: 10px;
	display: none;
}
.footerlogo {
	display:none;
	border-bottom:5px solid #f60;
	height:40px;
}
.footerlogo img {
	float:right;
	margin-right:0px;
}
.footerlogo span.title {
	float:left;
	font-size: 12pt;
	color:#000066;
	margin-top:21px;
	padding-left:9px;
}
.footerurl {
	display:none;
	width:600px;
	margin-top:15px;
}
.footerurl span.title {
	font-size: 8pt;
	color:#000066;
	padding-left:9px;
}
.disclaimer h2 {
	border-bottom: solid 1px #CDCDCD;
	color: #666666;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 9px;
}
.disclaimer p {
	font-size: 0.9em;
	color: #999999;	
	padding-left: 9px;
}
.maincontent .date {						
	padding-bottom:10px;					
	margin-bottom:15px;						
	border-bottom:1px solid #ececec;		
}

.maincontent h3 {
	font-size:1.2em;
	color:#333;
	padding-bottom:2px;
	font-weight:bold;
}

.maincontent .extra_info h3 {
	font-size:1.3em;
	color:#000066;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.only_relative_paging {
	padding:5px 0px;	
}

.only_relative_paging ul.paging{
	margin:0px;	
}

.only_relative_paging .paging li {
	width:225px;
	border-left-width:0px;
	padding:0px 0px 0px 0px;
}
	
	.only_relative_paging .paging li a {
		display:inline;
		text-indent:0px;
		line-height:16px;
	}
	
	.only_relative_paging .paging li.previous {
		text-align:left;	
	}
	
		.only_relative_paging .paging li.previous a{
			border-right:1px solid #D9E1F0;	
			background-image:url('/file/ISE_LINK_ARROW_RTL_GIF');	
			background-position:right center;
			background-repeat:no-repeat;
			padding-right:15px;
		}

	.only_relative_paging .paging li.next{
		text-align:right;		
	}

		.only_relative_paging .paging li.next a{
			border-left:1px solid #D9E1F0;
			background-image:url('/file/ISE_LINK_ARROW_LTR_GIF');	
			background-position:left center;
			background-repeat:no-repeat;
			padding-left:15px;
		}

.maincontent .extra_info {
	border-top:1px solid #ececec;		
	padding:20px 0px 8px 0px;
}

.link_box .links_list {
	padding-top:0px;
	padding-bottom:20px;
}
