
/* metro style tile */

#toptiles {
/*    position:absolute;  */
	right:0;
	top:0;
}
#toptiles td {
    height: 110px;
    width: 110px;
    vertical-align: bottom;
    border: 12px solid #fff;
}

#toptiles td.bluetile {
    background-color: #1BA0E1;
}

#toptiles td.bluetile a  {
    color: #fff;
    width: 110px;
    height: 110px;
    display: inline-table;
    text-decoration: none;
}

 /*   #toptiles td:hover {
        border: 2px solid #999999;
    }  */

#toptiles td.bluetile span {

    position: relative;
    top: 60px;
    left: 5px;
}
.blog-launch {
    list-style: none;
}


#toptiles td.bluetile.feed {
    background: url(/images/feed.png) 0 0 no-repeat;
    background-color: #1BA0E1;
    background-position: center;
}
#toptiles td.bluetile.success {
    background: url(/images/successmetro.png) 0 0 no-repeat;
    background-color: gray;
    background-position: center;
}  /*#81B9DA*/
#toptiles td.bluetile.press {
    background: url(/images/pressmetro.png) 0 0 no-repeat;
    background-color: gray;
    background-position: center;
}  /*#900C21*/
#toptiles td.bluetile.news {
    background: url(/images/newsmetro.png) 0 0 no-repeat;
    background-color: gray;
    background-position: center;
}
#toptiles td.bluetile.articles {
    background: url(/images/articlesmetro.png) 0 0 no-repeat;
    background-color: gray;
    background-position: center;
}  /*#004188*/

