table.table {
    font-size: 0.75em;
}

a 
{
    text-decoration: none;
}

a:hover {
    color: Red;
}

a img {
    border: none;
}

.LoginInput {
    font: 100% "Times New Roman";
}

.LoginTitle 
{
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}

.TagGrid {
  margin-top: 20px;
}

.TagGrid tbody > tr:hover {
    cursor: pointer;
}
.TagGridMsg 
{
    font-style: italic;
}


.Disabled {
    background-color:#F0F0F0;
    color: Gray !important;
}

.SelectorWarning {
    background-color: #FFFFDB;
    /*background-color: #FF9999;*/
    border-style: solid;
    text-align: center;
    color: Red;
    font-style: italic;
}

.DetailText 
{
    font-size: small;
    font-style: italic;
    font-weight: normal;
}

.lowlight 
{
    font-size: 0.8em;
    color: #999999;
}

.modal {
    top:200px
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}