﻿/* style="background-image:url(images/background.gif);" */

@font-face {
  font-family: myWoffFont;
  src: url('/fonts/myWoffFont.woff') format('woff');
} 

a.Login {color:#00369A;   font-family:Tahoma;   font-size: 12pt;   text-decoration:none;}
a.Login:link {color: #00369A;   } 
a.Login:visited {color:#00369A;  text-decoration:none; }
a.Login:hover {color:#00369A; font-size: 13pt; text-decoration:none;  }
a.Login:active {color:#00369A; text-decoration:underline;  }

.aspNetDisabled { /* Disables the x button that appears in TextBoxes. */
    color:#00309c;
}

 .loginButton:focus {
    background-image:url(/images/buttons/login01.png);
    background-repeat:no-repeat;

 }

  .loginText {
   color:#000000;
   font-family: myWoffFont;
   font-size: 12pt;
 }

 .loginLabel {
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 13pt;
 }

 .loginTextBox {
   color:#4c4c4c;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 14pt;
   border:solid 1px #999999;   
   height:30px;
}

 .loginTextBox:focus {
   background-color:#d0e2f1;
}

  .loginError {
   color:#CC0000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14pt;
}


  h1{
      color:#070707;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size:1.5em;
  }

/* Captcha*/
/*---------*/
/* Completely Automated Public Turing test to tell Computers and Humans Apart"*/
.Captcha {
    position:absolute;
    top: -95px;
    left: -180px;
}

.rcRefreshImage  {        
        background-image: url('/Images/refresh32.png');
        background-repeat: no-repeat;
        background-color:transparent;
        /* color:#f4F1EA !Important; */
        display: block;
        height: 30px;
        margin-left: 200px;
        margin-top: -40px;
        padding: 1px;
        position:absolute;
        text-decoration:none; 
        width: 30px;
        content:attr(RefreshTitle);
    }

.rcTextBoxClass {
    width: 185px;
}

.RadCaptcha span { 
    color:#EC3700; 
    font-family:Arial, Times New Roman, Tahoma;
    font-size:12pt;
 } 
