﻿/* BIS MS Track Web CSS Stylesheet */
/*body
{
    font-weight: normal;
    font-size: 12px;
    word-spacing: normal;
    text-transform: none;
    font-family: Times New Roman, Verdana, Helvetica, sans-serif;
    font-size:62.5%;
    color: #666666;
    letter-spacing: normal;
    background-color: #f7f7f7;
}
*/
table
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#prepage
{
    position: relative;
    top: 300px;
    left: 500px;
    width: 300px;
    font-family: Tahoma;
    color: #666666;
    font-size: 12px;
    border: solid 1pt #666666;
    text-align: center;
}

#loadmessage
{
    width: 300px;
    font-family: Tahoma;
    color: #666666;
    font-size: 12px;
    border: solid 1pt #666666;
    text-align: center;
}
#ToolTip
{
    position: absolute;
    top: 0;
    left: 0;
    background: #13323f;
    border-color: #65d0e7;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    visibility: hidden;
}

.EmailAddress
{
    width: 300px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.ToolTipTD
{
    color: white;
    font-family: Tahoma;
    font-size: 12px;
}

hr
{
    clear: both;
    display: block;
    visibility: hidden;
}
.datagrid
{
    width: auto;
}

.label
{
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.textbox
{
    font-family: Tahoma;
    font-size: 8.25px;
    color: #666666;
    text-align: center;
}
.textbox_hidden
{
    font-family: Tahoma;
    font-size: 8.25px;
    color: #666666;
    text-align: center;
    visibility: hidden;
}
.textbox_History
{
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
DropDownList
{
    font-family: Tahoma;
    font-size: 8.25px;
    color: #666666;
    text-align: center;
}
TextBox
{
    font-family: Tahoma;
    font-size: 8.25px;
    color: #666666;
    text-align: left;
}
.MST_Web
{
    background-color: #FFFFFF;
}
.gradEffect
{
    background-color: #fff;
    background: -moz-linear-gradient(top, #fff, #b3b);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b3b));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#b3b, GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#b3b3b3', GradientType=0);
    color: #000000;
    padding: 15px;
    min-height: 250px; /*     width: 400px;     */
}

