﻿/* BODY Styles */

body {
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	margin-top: 0;}


a {
	font-size: 13px;
	color: #046993;
	font-weight: bold;
}
a:link 
{
    color: #046993;
	text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #044D6C;
}
a:active {
    text-decoration: none;
    color: #044D6C;
}


/* END BODY Styles */

/** cert and letter styles **/

.businessname{font-size: 18px;}



/**admin and Intermediary master styles**/
.headertext{font-size: 20px;
            font-weight: bold;
            vertical-align: bottom;
            margin: 0;
}

.userinfo{background-color: #e6e6e6;
          font-size: 13px;
          color: #666666;
          padding-left: 5px;
          height: 25px;}
.logout{font-weight: bold;
        font-size: 13px;
         color: #046993;}            
 .footer{border-top: 1px #046993 solid;
         font-size: 13px;
         color: #666666; }
.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    background-color: #046993;
    height: 40px;
}

.menu a{
    color: inherit; 
    text-decoration:none;
    font-weight: bold;
}  

.menu a:active {   
    color:#ffffff ;
}

.menu a:hover   
{
       color: #354755; 
       text-decoration:none;
}         


.buttons {
    background-color: #046993;
    color: #ffffff;
    height: 30px;
    border: 0;
}


a.buttons,
a.buttons:hover{
    background-color: #046993;
    color: #ffffff;
    height: auto;

    padding: 7px 6px 8px 6px;
    margin: 0em;

    text-align: center;
    cursor: default;

    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;

    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;

    display: inline-block;
    box-sizing: border-box;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}



/** Page Styles **/
.header{font-size: 16px;
            font-weight: bold;}
            
            
            .loginbkg 
{ background-image: url('../../Images/loginbackground.jpg');
  background-repeat: no-repeat;
  background-position:right;
  width: 965px;
  height: 210px;}

.programheaders{
    font-size: 14px;
  color: #046993;
  font-weight: bold;}

.pheaderbkg{background-image: url('../../Images/bluefade.jpg');
            background-repeat: repeat-x;
  border-bottom:2px solid #29abe2; }  

.pagetitle {font-size: 16px;
            font-weight: bold;} 

.blueheaders{font-size: 12px;
            font-weight: bold;
            color: #046993;}             

.subheaders{font-size: 12px;
  color: #046993;
  font-weight: bold;}


.message-error
{
    color: #E40C0C;
}

.message-success
{
    color: #0C75CA;
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
    color: #976E17;
}

.asp-postback-disable {
    opacity: 0.25;
}


/* Don't show spinners for numeric fields */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.invalid-select-item {
    background: #e6e6e6;
}

/* Screen reader only text */
.sr-only {
    position: absolute !important;
    color: inherit;
    clip: rect(1px, 1px, 1px, 1px) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
}

/* External link icon */
.external-icon {
    display: inline-flex;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

    .external-icon svg {
        width: 100%;
        height: 100%;
    }