﻿body 
{
    margin:0px;
    padding:0px;
    background: rgba(255,255,255,0.91);
}

form
{
    width:1024px;
    margin:0px auto; 
}

#Header_Table
{
    background-color:#004ead; 
    width:100%; 
    padding:0px 10px;    
}

#School_Name_Container
{
    font-family:Myriad Pro; 
    font-size:24px; 
    font-weight:bold; 
    color:White; 
    padding:15px 0px; 
    width:700px    
}

#Username_Container
{
    width:270px;
}


#Username
{
    font-family:Arial;
    font-size:13px; 
    color:#eaeaea; 
}

.white_button {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    color: #365ebf;
    border: 0px none White;
    padding: 9px 12px;
    -webkit-appearance: none;
}

.white_button:hover
{
     cursor:pointer;
     text-decoration:underline;         
}

.label
{
    font-weight: bold;
    font-size: small;
    font-family: Arial;
    color: #004ead;        
}

.textbox
{
    width: 247px;
    padding: 8px 3px 8px 3px;
    border: solid 1px #365ebf;         
}

.DDL
{
    width: 255px;
    text-align: center;
    border: solid 1px #365ebf;
    padding: 7px 4px 7px 0px;        
}

.button {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #004ead;
    color: #ffffff;
    border: 0px none White;
    padding: 11px 12px;
    -webkit-appearance: none;
}

.button:hover
{
     cursor:pointer;
     text-decoration:underline;         
}

.Grid_View
{
	  font-size:13px;
	  font-family:Arial;
      border:solid 1px #6682BB;	
      background-color:#FCFCFC;
}


.Grid_view_header_style
{
      font-size:small;
      height:36px;
      background-color:#004ead;	
      color:White;
      border:solid 1px #C3C3C3;			
}


.Grid_view_row_style
{
	  height:38px;
	  vertical-align:middle;	
	  border:solid 1px #C3C3C3;			
}


.Grid_view_text_allign
{ 
	  padding:4px 23px 4px 23px;
	  border:solid 1px #C3C3C3;		  
	  
}        


.Header
{
    font-family:Myriad Pro; 
    font-size:24px;     
    font-weight:bold; 
    color:White; 
    padding:10px 0% 10px 0%; 
    background-color:#004ead;
    width:100%;
}


.validator
{
    border:solid 1px Red;
    background-color:#FAE6EE;
    font-size:15px;
    font-family:Arial;    
    padding:7px 50px;
    text-align:center;                
}
