﻿*{margin: 0px; padding: 0px; outline: 0px; box-sizing: border-box;}
body
{
    line-height: 20px;
    font-family: verdana;
    font-size: 12px;
    background-color: #FFFFFF;
}
.TDLable
{
    color: #fff;
    text-align: right
}
.TextBox
{
    border: 1px solid #003366;
    vertical-align: middle;
    padding: 3px;
    margin: 3px;
    color: #004182;
}
.combobox
{
    border: 1px solid #800000;
    vertical-align: middle;
    padding: 3px;
    margin: 3px;
    background-color: #996633;
    color: #FFFFFF;
}
.Button
{
    border: 1px solid #003366;
    vertical-align: middle;
    padding: 3px;
    margin: 3px;
    color: #003366;
    background-color: #99CCFF;
    font-weight: bold;
}
.buttonnormal
{
    border: 1px solid #fff;
    height: 26px;
    background-color: #BED7E4;
    width: 60px;
    text-align: center;
}
.buttonselected
{
    border: 1px solid #fff;
    height: 26px;
    width: 60px;
    background-color: #FFCC00;
    text-align: center;
}
.menunormal
{
    display: inline-block;
    border: 1px solid #663300;
    height: 24px;
    background-color: #996633;
    width: 28px;
    text-align: center;
    color: #FFFFFF;
}
.menuselected
{
    display: inline-block;
    border: 1px solid #800000;
    height: 24px;
    width: 28px;
    background-color: #800000;
    text-align: center;
    color: #FFFFFF;
}
.TitleBar
{
    padding: 6px;
    font-family: Verdana,Tahoma;
    font-size: 12pt;
    font-weight: normal;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    background-color: #003366;
}
.GV
{
    border: 1px solid #003366;
}
.GV TH
{
    display:block;
    font-family: verdana;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 39px;
    height: 39px;
    text-indent: 5px;
    background-image: url('Images/DateArrow.gif');
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    width:242px;
}
.GV TD
{
    border-collapse: collapse;
    line-height: 20px;
    font-family: verdana;
    font-size: 12pt;
    color: #003366;
    padding: 6px;
}
.NewsDate
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: normal;
    color: #FF3300;
    text-align: left;
    padding: 6px 6px 6px 0px;
}
.NewsText
{
    font-family: 'Trebuchet MS';
    font-size: 12pt;
    font-weight: normal;
    color: #003366;
    text-align: justify;
    padding: 6px 0px 6px 0px;
}
#alBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.85);
    display: none;
    font-family: 'Roboto', sans-serif;
    z-index: 1000;
}

#alBox-panel {
    margin: 0 auto;
    max-width: 100%!important;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    top: 35px;
    font-weight: 300;
    text-align: center;
    box-shadow: 0px 0px 10px #333;
    overflow: auto;
}

.alBox-panel-default { background-color: white; }
.alBox-panel-success { background-color: rgba(72, 164, 70, 1); color: white; }
.alBox-panel-warning { background-color: rgba(205, 196, 81, 1); color: white; }
.alBox-panel-error { background-color: rgba(164, 70, 70, 1); color: white; }

#alBox-title
{
    display: block;
    font-size: 24pt;
    text-align: center;
    font-weight: bold;
    font-family: Georgia;
    color: #0099CC;
}

#alBox-description {
    display: block;
    font-size: 1.0em;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}

#alBox-dismiss {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-size:12px;
    font-weight: 300;
    padding: 6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
#alBox-dismiss:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
#alBox-dismiss:active {
    background:#f6f6f6;
}

#alBox hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin:6px;
}
.NewsImg{max-width:100%;}