/*---------------------------------------------*/
/*  ca_department.css                          */
/*  Version 1.20                               */
/* Last Updated 03/23/2007                     */
/*                                             */
/*  Department-specific styles                 */
/*---------------------------------------------*/

/*---------------------------------------------*/
/* custom styles not part of the state template */
/*---------------------------------------------*/
.error
{
	 font-weight:bold;
	 color:Red;
}


.label
{
	 font-weight:bold;
	 vertical-align:top;	
}

.wsuLabel
{
	 font-weight:bold;
	 vertical-align:top;	
}

input 
{
     margin-bottom: 0px;
}

/* ============================================
    CAPTCHA STYLES 
============================================== */

/* The DIV that wraps the whole control 
     position:relative;
     background-color:Transparent;
     border: #3224DA 2px solid;
     width: 100%;
     height: 130px;

*/
#DhcsWrapperDivID
{
     position:relative;
     background-color:Transparent;
      /* border: 1px;
      border-style:solid;
      */
      
     width: 300px;
     height: 90px;
}

/* Help text for users with impaired vision  

    text-align: left;
    font-weight: normal ; 
    font-size: small;
    font-family: verdana, arial, sans-serif;
    color: Black;

     position:relative;
     top: 5px;
     left: 5px;
     padding-left: 20px;


*/
.cssHelpText
{
    text-align: left;
    font-weight: bold; 
    font-size: small;
    font-family: verdana, arial, sans-serif;
    color:Maroon;

     position: absolute;
     top: 110px;
     left: 2px;
     
}

/* The Image control */
.cssSecureImage
{
    position:absolute;
    top: 1px;
    left: 2px;
    
}

/* The label for the textbox to enter the security code into */
.cssSecureCodeLabel
{
    font-weight: 100; 
    font-family: arial, sans-serif;
    font-size: small;
    color: Black;

position:absolute;
    top: 42px;
    left: 2px;
/* =====================
    position:relative;
    top: 66px;
    float: left;
    padding-left: 20px;
    padding-right: 12px; 
====== */

}

/* The textbox to enter the security code into 
 left: 34px;
  top: 80px;

*/
.cssSecureCodeTextBox
{
    text-align:left;
    font-weight: normal ; 
    font-family: verdana, arial, sans-serif;
    color:Black;


position:absolute;
    top: 60px;
    left: 2px;
    width: 164px;
/* ===============
    position:relative;
    top: 66px;
    
    float: left;
   
    width: 194px;
  ===================== */  
}

/* The required field validator text */
.cssSecureValidator
{
    font-weight: bold;
    font-family: verdana, arial, sans-serif;
    color: Red;
    font-size: small;
    
    position:absolute;
    /* top: 86px;    left: 2px; */
    position:absolute;
    top: 106px;
    left: 6px;


}

/* Prompt to display when user enters an incorrect code*/
.cssRetryText
{
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    color: Red;
    font-size: small;

    position:absolute;
    top: 90px;    
    left: 20px; 

}
