﻿/* BODY Styles */

body {
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	margin-top: 0;}


a {
	font-size: 11px;
	color: #046993;
	font-weight: bold;
}
a:link 
{
    color: #046993;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #29abe2;
}
a:active {
	text-decoration: none;
	color: #29abe2;
}


/* 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;}

.userinfo{background-color: #e6e6e6;
          font-size: 11px;
          color: #666666;
          padding-left: 5px;
          height: 25px;}
.logout{font-weight: bold;
        font-size: 11px;
         color: #046993;}            
 .footer{border-top: 1px #046993 solid;
         font-size: 11px;
         color: #666666; }
.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-color: #046993;
    height: 40px;
}

.menu a{
    color:#ffffff; 
    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: 13px;
    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;}

.subheaders{font-size: 12px;
  color: #046993;
  font-weight: bold;}


.pheaderbkg{background-image: url('../../Images/bluefade.jpg');
            background-repeat: repeat-x;
  border-bottom:2px solid #29abe2; }  



.site-loading {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: fixed;
  top: 50%;
  right: 50%;
  padding: 8px 12px;
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #949494;
}

.slim-textarea textarea,
textarea.slim-textarea {
    margin: 0;
    padding: 0;
    font-size: 11px;
    width: 100%;
}


.validation-summary-errors,
.field-validation-error,
.message-error
{
    color: red;
}

.message-success
{
    color: blue;
}

.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
  color: #CE961F;
}



.tab-button,
.tab-button-active,
.tab-button-disabled {
    display: inline-block;

    margin: 0;
    margin-right: -1px;
    padding: 7px;
    border: 1px solid #166792;
    background: white;

    font-size: 11px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: normal;
}
.tab-button:hover {
    background: white;
}
.tab-button-active,
.tab-button-active:hover {
    font-weight: bold;
    color: #black;
    background: white;
}
.tab-button-disabled,
.tab-button-disabled:hover {
    background: #B3B3B3;
    color: #1C1C1C;
}


.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; 
}
