﻿@media screen,projection {
    #home #messaging {

        /* Changed by Diarmaid 20090417 to incorporate new flash
        height:233px;
        padding: 17px 19px 20px 20px; */
        height: 270px;
        padding: 0px;

        border-right: 1px solid #dce3e0;
        background-color:#fff;
    }
    /*
    #home #flash-content {
        background-color:#406DC3;
    }
    */
    a:link,a:visited,a:active,a:hover { color:#447dbf; }
    #home #contentmain {
        background-position:0 273px;
    }
    #home #performance {
        height:250px;
        padding:0;
        padding-top:20px;
        /* background-color:#bad7f7; Removed by Diarmaid 20090421 on Noah's request */
    }
        #home #fund-performance {
            /*
            padding:10px;
            border-bottom:3px solid #fff;
            background-color:#eee;
            margin-bottom:0;
            display:block;
            height:40px;
            */
        }
    #home #toolbar {
        top:406px;
    }
    #home h2 {
        font-size:14px;
        margin-bottom:10px;
        border-bottom:none !important;
    }
    #home div.rail-content {}
        #home div.rail-content div.img {
            float:left;
            margin-right:10px;
            margin-bottom:10px;
        }
        #home div.rail-content div.txt {
            padding:3px 0;
            margin:0 10px 0;
        }
        #home div.rail-content h2 {
            border-style:none;
            padding:0;
            margin-bottom:7px;
        }
        #home div.rail-content div.post {
            clear:both;
            border-top:1px solid #fff;
            border-bottom:1px solid #fff;
        }
            #home div.rail-content p { margin-bottom:0; }
            #home div.rail-content div.post div.link {
                font-size:14px;
                font-weight:bold;
            }
            #home div.rail-content div.post div.date {
                font-size:10px;
                text-transform:uppercase;
                margin-bottom:5px;
                padding:0;
                color:#444;
            }
            #home div.rail-content div.feed {
                font-size:10px;
                text-transform:uppercase;
            }
            #home div.rail-content div.feed span.divider {
                padding:0 5px;
                color:#406dc3;
            }
    div.cols1-1 {}
        /* Changed widths below from 349px and 299px respectively. Also padding-right: 27px removed from div.col2 */
        div.cols1-1 div.col1 { float:left; width:365px; }
        div.cols1-1 div.col2 { float:right; width:325px;}
        #home #content {
            margin:0 5px;
        }
}
@media print {}
@media handheld {}