﻿/* ************************************** */
/* ********** Portal Banner ************* */
/* ************************************** */
/*.SearchBar
{
    height:25px;
    vertical-align:top;
    /*margin-top:8px;*/
}*/

body {
background-color: #ccc;
}
.bord_tl_bg, .bord_tm_bg, .bord_tr_bg, .bord_bl_bg, .bord_bm_bg, .bord_br_bg, .bord_mr_bg, .bord_ml_bg {
display: none;
}

.middlebarlogo {
    background-image: url(../images/banner/Securities-Data-Direct-Light.png);
    background-color: #3c454e;
    /*background-size: 150px, 100%;*/
    /*width: 100%;
    height: 150px;*/
    background-size: 150px, 100%;
    width: 500px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 45px 50%, 50% 50%;
}

.middlebarsmall {
    background-image: none;
    background-color: #3c454e;
}

.searchbar {
    background-image: none;
    background: linear-gradient(-30deg,#485460 7.5%,#3c454e 7.5%) !important
}

.bgmiddleleft {
    background-image: none;
    background-color: #f2f2f2;
}

.bgmiddleright {
    background-image: none;
    background-color: #f2f2f2;
}

.toolbarleft {
    background-color: #485460;
    background-image: none;
}

.toolbarleft a {
    color: #ffffff !important;
    font-size: 14px;
}

.toolbarsmall {
    background-color: #485460;
    background-image: none;
}

.toolbarmiddle {
    background-color: #485460;
    background-image: none;
}

.toolbarright {
    background-color: #485460;
    background-image: none;
}

.bgmiddlemiddle {
    background-color: #f2f2f2;
    background-image: none;
}

.bgbottomleft, .bgbottommiddle, .bgbottomright {
    background-image: none;
    background-color: #3c454e;
}

.bottombar a {
    color: #ffffff !important;
}

.ToolBarTextDarkGray {
    color: #ffffff !important;
}
.logoffTD
{
    text-align:right;
    width:90px;
    height:25px;
    vertical-align:middle;
    padding-right:18px;
    padding-left:12px;
}

.languageTD
{
    text-align:right;
    vertical-align:middle;
    padding-right:12px;
}

/* Styles for Links on the Top Bar. */
.ToolBarLinks, .tdWelcome a {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underlined;
    color: #004990;
}
A.ToolBarLinks:link, A.ToolBarLinks:active, A.ToolBarLinks:visited, .tdWelcome a:link, .tdWelcome a:active, .tdWelcome a:visited {
    text-decoration: none;
    color: #ffffff;
}
A.ToolBarLinks:hover, .tdWelcome a:hover {
    text-decoration: none;
    color: #f2f2f2;
}

.ToolBarTextGray /* Security ID */ {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.ToolBarTextDarkGray, .tdWelcome /* Welcome, version label */
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color:#58595b;
}

.ToolBarTextDarkGray /* version label */
{
    font-size: 12px;
}

.tdWelcome /* Welcome */
{
    font-size: 12px;    
    text-align:right;
    padding-right:8px;
}
/* END -- Portal Banner Styles -- END */