﻿body {
	font-family: Montserrat;
	line-height: 1.5;
font-size: .95em;
}

a:link,a:visited {
    color: #0F68B3;
    text-decoration: underline;
}

a:focus {
    color: #0F68B3;
    outline: thin dotted;
}
a:hover, a:focus, a:active {
    color: #0F68B3;
    text-decoration: underline;
}

div.ui-datepicker{
 font-size:10px;
}
.subhead1 {
    border: 0 none;
    color: #002350 !important;
    font-family: Montserrat;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    margin-top: 0.167em;
    text-decoration: none;
}

.subhead2 {
    border: 0 none;
    color: #1174C7 !important;
    font-family: Montserrat;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    margin-top: 1.4em;
    text-decoration: none;
}

/*.cssPager td
{
   padding-left: 4px;      
   padding-right: 4px;     
}*/


.required {
            color: #FF0000;
        }
/*table styles */
.lefthead {
 border-spacing: 0;
 border-collapse: collapse;

}
.lefthead th {
    font-weight:bold; 
    background-color:#002350;
    color:#FFFFFF;
    padding:3px; 
    
    text-align:left; }

.lefthead th a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
.lefthead tr:nth-child(even) {
    background-color: #EFF3FB;
}

.tableview caption {
    font-weight:bold;
    text-align:left;

}

.gridViewPager td
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.gridViewPager caption {
    font-weight:bold;
    text-align:left;

}
/*.tophead {
 width:80%; 
 border-collapse:collapse; 
 text-align:left; 
 border: 1px solid;
 }
.tophead th {
    font-weight:bold; 
    padding:10px 8px; 
    text-align:center;
   
}

td {
    padding:6px 4px; 
  
}*/

