﻿
/*  -------------------------------------------------------------------------------------------
    ISSUE MAP (/KOERSEN/DEFAULT.ASPX) 
    ------------------------------------------------------------------------------------------- */

.IssueMap 
{    
    width:166px !important;        
}

.IssueMap.ColumnLeft 
{
    float:left;
    width:146px !important;
}

.IssueMap.ColumnRight
{
    float:right;
}

.FolderList
{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.FolderList LI
{
    /*list-style-image:url(images/icons/folder_closed.png);*/
    margin:0 0 2px 5px;
    line-height:17px !important;
    font-size:12px !important;
    
}

.FolderList LI.Selected
{
    /*list-style-image:url(images/icons/folder_open.png);*/
}

.FolderList LI.Selected a
{
    font-weight:bold;
    background-image:url(images/icons/folder_open.png);
}

.FolderList LI a
{
    background-image:url(images/icons/folder_closed.png);
    background-repeat:no-repeat;
    background-position:0 3px;
    padding:0 0 0 20px;
    display:block;
}

.FolderList LI UL
{
    padding-top:4px !important;
    list-style:none !important;
    
    
    background-image:url(images/icons/folder_line.png);
    background-position:0 4px;
    background-repeat:no-repeat;
}

.FolderList LI UL LI
{
    line-height:17px;
    padding: 0 0 2px 0;
}

.FolderList LI UL LI A
{
    font-weight:normal !important;
    background-image:url(images/icons/folder_closed.png) !important;
}

.FolderList LI UL LI.Selected A
{
    font-weight:bold !important;
    background-image:url(images/icons/folder_open.png) !important;
}



/*  -------------------------------------------------------------------------------------------
    PAGING (/ZOEKEN/INSTRUMENTEN.ASPX): NEWS, ISSUE, FORUM, ETC
    ------------------------------------------------------------------------------------------- */

/* Bottom Paging */
.PagingContainer
{    
    background-image:url(images/backgrounds/ContentTab.gif);
    background-repeat:repeat-x;
    background-position:top;
    margin-top:15px;
    margin-bottom:15px;
    /*border-bottom:2px solid #0C78B8;*/
    /*background-color:#F4F4F4;*/
}

.PagingContainer UL
{
    margin:0 0 6px 5px !important;
    padding:0 !important;
    float:left;
    width:100%;
    list-style:none;
    border:none;
}

.PagingContainer UL LI
{
    margin:0 2px !important;
    padding:0 !important;
    
    background-image:url(images/backgrounds/PagingTab_left.gif);
    background-repeat:no-repeat;
    background-position: left top;
    float:left;
}

.PagingContainer UL LI A
{
    display:block;
    float:left;
    
    margin:0 0 0 3px !important;
    padding:4px 8px 3px 5px !important;
    background-image:url(images/backgrounds/PagingTab_right.gif);
    background-repeat:no-repeat;
    background-position:top right;
    
    color:#000000;
    font-size:12px;    
}

.PagingContainer UL LI A:hover
{
    color:#009fc3;
    text-decoration:underline;
}

.PagingContainer UL LI.Selected
{
    background-image:url(images/backgrounds/PagingTab_selected_left.gif);
    color:#009fc3;    
}

.PagingContainer UL LI.Selected A
{
    background-image:url(images/backgrounds/PagingTab_selected_right.gif);
    color:#009fc3;    
}


/* Top Paging (remove all styles below if top and bottom paging has the same design) */
.PagingContainer.Top
{    
    background-image:url(images/backgrounds/ContentTab.gif);    
    background-position:bottom;
}

.PagingContainer.Top UL 
{
    margin:0px !important; 
    padding:0px !important;
}

.PagingContainer.Top UL LI
{    
    line-height:15px;
    background-image:url(images/backgrounds/ContentTab_left.gif);
}

.PagingContainer.Top UL LI A
{        
    padding:5px 8px 4px 5px !important;
    background-image:url(images/backgrounds/ContentTab_right.gif);        
}

.PagingContainer.Top .Selected
{
    background-image:url(images/backgrounds/ContentTab_selected_left.gif);
}

.PagingContainer.Top .Selected A
{
    background-image:url(images/backgrounds/ContentTab_selected_right.gif);
}


/*  -------------------------------------------------------------------------------------------
    AUTOCOMPLETE ISSUES (IN ALL PAGES, BESIDE MENU)
    ------------------------------------------------------------------------------------------- */
    
.AutocompleteContainer
{
    border-left:solid 1px #bab9b9;
    border-right:solid 1px #bab9b9;
    border-top:solid 1px #bab9b9;
    position:absolute;
    top:0;
    left:0;
    width:211px;
    background-color:White;
    padding:0px;
    z-index:5;
}

.AutocompleteContainer iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.AutocompleteContainer ul
{
    margin:0;
    padding:0;
    list-style:none;
}

.AutocompleteContainer ul li
{
    display:block;
    border-bottom:solid 1px #bab9b9;
    background-color:White;
    margin:0;
    padding:4px;
}

.AutocompleteContainer ul li.active
{
    background-color:#e6e6e6;
}

.AutocompleteContainer ul li a
{
    display:block;
    text-decoration:none;
    font-size:12px;
}

.AutocompleteContainer ul li span
{
    display:block;
    font-size:10px;
    color:#7E7E7E;
}



/*  -------------------------------------------------------------------------------------------
    NEWS DETAILS PAGE
    ------------------------------------------------------------------------------------------- */

.NewsRight {
    float: right;
    margin: 0 0 0 10px;
    width: 170px;
}
.NewsRight .Visual {
    margin-bottom:5px;
}
.ArticleFloater {
    border-left: 1px dotted #CCCCCC;
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}
.ArticleIssueBlock {
    clear: both;
    font-size: 11px;
}
.ArticleIssueBlock H3 {
    clear: both;
    font-size: 12px;
    margin: 0;
    padding: 0 0 2px;
}
.ArticleIssueBlock H3 A {
    color: #000;
}
.ArticleIssueBlock H3 A:HOVER {
    color: #009FC3;
    text-decoration:underline;    
}
.ArticleIssueBlock H3 .DateTime {
    background-color: transparent;
    color: #009FC3 !important;
    font-size: 11px;
    padding: 0;
    vertical-align: 0;
}
.ArticleIssueBlock .LastTrade {
    font-size: 12px;
}
.ArticleIssueBlock .PriceInfo {
    padding: 0 0 2px;
}
.ArticleIssueBlock UL {
    margin-bottom: 6px !important;
    padding-left: 13px !important;
}
.ArticleIssueBlock UL LI A{
    color:#000 !Important;
}
.ArticleIssueBlock UL LI A:HOVER{
    color:#009FC3 !Important;
}
.ArticleIssueBlock IMG {
    padding: 0 0 5px;
}
.ArticleIssueBlock .SimpleTable td{
    font-size:11px !important;
}



/*  -------------------------------------------------------------------------------------------
    WATCHLIST BUTTON (KOERSEN OVERVIEW)
    ------------------------------------------------------------------------------------------- */

.IssueActionIcon {
    float:right;
}

.IssueActionIcon .AddToWatchlist {
    background-image: url("images/icons/action.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

.OverlayContainer {
    background-image: url("images/backgrounds/OverlayContainer.png");
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
.OverlayContainer .OverlayBlockOuter {
    background-color: white;
    border: 3px solid #7E7E7E;
    margin: 0 auto;
    position: fixed;
    width: 440px;
    z-index: 1000;
}
.OverlayContainer .OverlayHeader, #PopupFrameContainer .OverlayHeader {
    background-color: #F4F4F4;
    border-bottom: 1px solid #ACACAC;
    padding: 2px 5px 3px;
}
.OverlayContainer .OverlayContent, #PopupFrameContainer .OverlayContent {
    padding: 5px 10px;
}
.OverlayContainer .ConfirmButton, #PopupFrameContainer .ConfirmButton {
    background-color: #0C78B8;
    color: White;
    display: block;
    float: right;
    padding: 3px 10px;
}
.PopupCloseLink {
    background-image: url("images/backgrounds/Popup_Close.png");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-right: 2px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 7px;
    width: 20px;
    z-index: 1000;
    text-indent: -999em;
}
.PopupCloseLink:hover {
    text-decoration: none;
}


/* TabbedMenu */
nav.IssueMenu.TabbedMenu {
    margin-bottom:15px;
}
    nav.IssueMenu.TabbedMenu ul {        
        margin:0;
        width: 638px;
    }        

.UserNewsletter {
        padding-top:15px;
        width:600px;
    }
        .UserNewsletter {
            padding-top:15px;
        }
        .UserNewsletter h3 {
            font-size:18px;
            font-weight: normal;
            letter-spacing: -1px;
            line-height: 18px;
            margin: 0px 0px 8px;
        }