﻿.errText {
    color:red;
}

.InnerLink {
    BORDER-BOTTOM: #333333 1px solid;
    BORDER-LEFT: #333333 1px solid;
    PADDING-BOTTOM: 5px;
    LINE-HEIGHT: 12px;
    BACKGROUND-COLOR: #808080;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 5px;
    MARGIN-BOTTOM: 5px;
    FONT-SIZE: 12.5px;
    BORDER-TOP: #333333 1px solid;
    BORDER-RIGHT: #333333 1px solid;
    PADDING-TOP: 5px;
    COLOR: #0033cc;
}

.modalProgressGreyBackground {
    background-color: #333333;
    filter: alpha(opacity=30);
    opacity: 0.8;
}

.sucessMessage {
    padding: 8px;
    font-size: 9pt;
    FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial;
    font-weight: bold;
    margin: 15px;
    border: 1px solid #143414;
    background-color: green;
    color: wheat;
}

.errMessage {
    padding: 8px;
    font-size: 9pt;
    FONT-FAMILY: 'segoe ui', lucida, 'lucida grande', Tahoma,Verdana, Arial;
    font-weight: bold;
    margin: 15px;
    border: 1px solid brown;
    background-color: red;
    color: wheat;
}

.small, .small span{
    font-size:7.5pt;
}

.PagingInGrid a {
    padding: 8px;
    border: 1px solid #8D8D8D;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

    .PagingInGrid a:hover {
        border: 1px solid #D6D5D5;
        background: #F8F7F7;
        color: #333;
    }

.PagingInGrid td span {
    margin: 0 4px 0 0;
    border: 1px solid #4B4B4B;
    background: #C9C9C9;
    color: #333;
    text-decoration: none;
    font-size: 11px;
    padding: 5px;
}
.bold td 
{
    font-weight:700;  
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: blue;
    filter: alpha(opacity=30);
    opacity: 0.3;
    
}
.gameprice {
    color: blue;
    font-size: 28px;
    font-weight: bold;
    margin: 20px;
}
.time{
    font-weight:bold !important;
    font-size:25px;
    color:   crimson;
}
.red {
    background-color: #fbcccc !important;
}
.green {
    background-color: #bdfacf !important;
}
.MessageFixed {
    position: fixed;
    right: 50px;
    top: 150px;
    text-align: right;
    z-index:1000;
    display:none;
}