﻿.Title {
    padding: 0 0 10px;
    font-size:19pt;
}
.SubTitle {
    padding: 0 0 10px; 
    font-size:14pt;
}

.SmallHeader {
    font-size:12pt;
}
.Solid
        {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }
        .Translucent
        {
            opacity: .7;
            filter: alpha(opacity=70);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }
        



.Login .bgInputNew {
border: 1px solid #CECECE !important;
border-radius: 5px !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
height: 20px !important;
line-height: 20px !important;
padding: 4px !important;
width: 310px !important;
margin: 0 !important;
color:#939292;
}
a.link {
 text-decoration: underline;
 /*font-weight: bold;*/
 color: #87796F;
}


.TableRecords_OddLine {
    background-color: #F7AF2E;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-weight:normal;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 4px 8px 9px
}

.TableRecords_EvenLine {
    background-color: #EDEDED;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-weight:normal;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 4px 8px 9px
}
.TableRecords_OddLine > a, .TableRecords_EvenLine  > a{
    text-decoration: none;
    font-size: 16px;
}

td.TableRecords_OddLine > a, 
td.TableRecords_EvenLine > a {
    font-size: 16px;
}

td.TableRecords_OddLine > a,
td.TableRecords_EvenLine > a {
    display: block;
    margin: -8px -10px -8px -10px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    color: inherit;
    word-break: break-word;    
    word-wrap: break-word;
    /*font-weight: bold;*/
}

.TableRecords {
    /*background: none;*/
    background: #FFFFFF;
    width: auto;
    height: 40px;
    float: none;
}
div.popnew {
    /*border: 2px solid #a1a1a1;*/
    padding: 20px 10px; 
    background: #87796F;
    color: #fff;
   /* width: 100px;*/
    border-radius: 10px;
    margin-left: 24px;
    margin-top: -30px;
    position: absolute;
}