﻿body 
{
     background-image:url(/images/pgb.png);
    background-repeat:repeat-x; 
    background-color:#e8f8ff;
    margin:0px auto;
    font-family:Arial;
    color:#344623;
    font-size:12px;
}
#main
{width:1000px;
 margin:0px auto;
 
 }
#mainIn
{
    width:1000px;
    float:left;
    border:0px solid red;
    }
    
#headerFull
{ 
       width:100%;
         float:left;
    border:0px solid red;
      
}
 
 #header
{
    width:1000px;
    height:142px;
     background-image:url(/images/net_custodian.jpg);
    background-repeat:no-repeat;
   
    background-position:600px 0px;
    border:0px solid red;
    }  
 
 
#header_left
{
    width:260px;
    float:left;
    border:0px solid red;
    height:142px;
    background-image:url(/images/School_logo.png);
    background-repeat:no-repeat;
    }    
    
 
    #header_Right
{
    width:550px;
    float: left  ;
    border:0px solid red;
    height:125px;
    margin-right:10px;
    background-image:url(/images/SchoolHeader.png);
    background-repeat:no-repeat;
    }  
    
    
 #loginleft
 {
     width:440px;
     float:left;
     height:580px;
     border:0px solid green;
   
 }  
 
   #loginleftimg
 {  
     margin-top:72px;
     width:100%;
     float:left;
     height:483px;
     border:0px solid green;
     background-image:url(/LoginImages/circle.png);
     background-repeat:no-repeat;
 }   
    
#containerdiv
{
    float:left;
    width:548px;
     border:1px solid #BFD1E3;
     height:auto;
    margin-top:90px;
    height:400px;
}

#container_subdiv
{
    float:left;
    width:100%;
    height:auto;

     border:0px solid red;
     
}


#loginboxouter
{
    height:306px;
    width:450px;
    float:left;  
   border:0px solid black;
     background-image:url(/LoginImages/login_here.jpg);
     background-repeat:no-repeat;
     margin-left:60px;
     margin-top:40px;
}
#loginboxinner
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #108fc2;
    height: 270px;
    width: 436px;
    float: left;
    margin-top: 30px;
    margin-left:-10px;
    box-shadow: #B3B3B3 4px 4px 4px;
     -webkit-box-shadow: #B3B3B3 4px 4px 4px;
    -moz-box-shadow: #B3B3B3 4px 4px 4px;
     box-shadow: #B3B3B3 4px 4px 4px;
     
     border-radius: 10px 10px 10px 10px;
     -webkit-border-radius: 10px 10px 10px 10px;
     -moz-border-radius: 10px 10px 10px 10px;
     border-radius: 10px 10px 10px 10px;
}
#loginbox
{
  border:solid 0px red;
    height: 188px;
    width: 336px;
    float: left;
    margin-top: 45px;
    margin-left:55px;
}

.loginBoxText
{
    width:400px;
    height:25px;
    margin-bottom:5px;
    margin-left:15px;
    background-color:#f4f4f4;
   
    border:solid 1px Gray;
       
    
}


a
{
    text-decoration:none;
    color:#1B5E28;
    font-size:11px;
}


a:hover
{
    text-decoration:none;
    color: Maroon ;
    font-weight:bold;  
}

.Heading
{
    height:auto;
    min-height:25px;
    
	float:left;
	width:100%;
	background-color:#BFD1E3;
	color:#3A5D87;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	letter-spacing:1.5px;
        
}