﻿body
{
    font-family:Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size:12px;
    color:#333;
}

a
{
    color:#35488a;
}

a:hover
{
    color:#35486a;
}

.appTitle
{
    font-family:Calibri, Verdana, Arial, HelveticaNeue, Sans-Serif;
    font-size:22px;
    color:#fff;
    line-height:85%;
}

.appSubTitle
{
    font-size:14px;
    word-spacing:3px;
}

H1
{
    position:relative;
    font-size:18px;
    font-weight:normal;
    margin:0 0 4px 0;
}

.loggedInName
{
    font-size:11px;
}

.footer
{
    font-size:10px;
    color:#c6d0df;
}
fieldset{
    position:relative;
    border:1px solid #c0c0c0;
    border-bottom:0px;
    top:3px;
    padding:0px 5px;
    background:#f4f2f4;
}
legend{
    font-weight:bold;
    color:#666;
}
table.table-style{
    border-collapse:separate;
    border:1px solid #c0c0c0;
    min-width:300px;
    
    font-size:11px;
}
table.table-style th{
    background:#f4f2f4;
    
    text-shadow:1px 1px 1px #fff;
    color:#333;
    border-right:1px solid #d5d5d5;
    border-bottom:1px solid #ccc;
    white-space:nowrap;
}
table.table-style th a{
    color:#333;
    display:block;
}
table.table-style th a, 
table.table-style th.no-sorter{
    padding:10px 5px 10px 5px;
}
table.table-style th.no-border{
    border-right:0px;
}
table.table-style th:last-child{
    border-right:0px;
}
table.table-style td{
    padding:5px;
    border-top:1px solid #eaeaea;
}
table.table-style td{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:105px;
}
table.pagerOuterTable td
{
    max-width: none !important;
}
table.table-style tbody tr:first-child td{
    border-top:0px;
}
table.table-style td:last-child{
    border-right:0px;
}
table.filter-table
{
    width: 100%;
}
table.filter-table td input{
    margin:0px;
    width:85px;
}
.application-number-header{
    width:75px;
}
.first-name-header{
    width:118px;
}
.last-name-header{
    width:105px;
}
.dob-header{
    width:78px;
}
.no-records{
    color:#000;
    font-weight:bold;
    display:block;
    padding:10px 2px;
}

body
{
    font-family: Tahoma;
    font-size: 10pt;    
}

/*Custom pager*/
.pagerOuterTable
{
    border-collapse: collapse;
}

.pageCounter
{

    text-align: center;
    vertical-align: middle;
}

.pageFirstLast
{
    background: #ffffff;
    text-align: center;
    vertical-align: middle;    
}

.pagePrevNextNumber
{
    color: #4d5c93;
    background: #ffffff;
    text-align: center; 
    width: 20px;
}

.pageCurrentNumber
{
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;    
    width: 20px;
}

.pageGroups
{
    
}
.field-validation-error-cell
{
    text-align: right;
    }
    .field-validation-error
    {
        font-size: .9em;
        text-align: center;
    }

.gridview-header-class th:last-child
{
    text-align: center;
}

