/* login_pickleballStyleSheet.css */


/* ****************** body section **************************** */
body 
{ background-color: #B0E0E6;
  width:1100px; margin-top:15px; margin-right:auto; margin-bottom:15px; margin-left:auto;
}



/* ****************** header section **************************** */
header 
{ background-color: #4682B4;  color:#4B0082; color:black;
  min-height:80px; padding-top:7px; padding-bottom:7px; text-align:center;
}
header a 
{ text-decoration:none; color:#000000;
}

/* ****************** nav section **************************** */
nav 
{ background-color: #0000CD;
  min-height:35px;
  padding-left:15px;
}

nav a:link 
{ color:white;
  border-radius: 25px;
  display:block; 
  float:left;  
  height:25px;
  
		/* padding:   top   right   bottom   left */
		   padding:   5px   15px    5px      15px;
		   

  text-decoration:none; 
  text-align:center;
  font-size:12pt; font-size:16pt; 
  font-weight:normal;
  font-family:sans-serif;
}

/* visited link */
nav a:visited 
{ color: white;
}
/* mouse over link */
nav a:hover 
{ color: #000099;
  background-color:#87CEFA;
}
/* selected link */
nav a:active 
{ color:white;
  background-color: #009900; /* The color is green. */
}
/* ****************** End nav section ******************************************************** */














/* ****************** content section **************************** */
	
#content
{  background-color:#66aaee;
/* padding: top   right  bottom  left; */
   padding: 55px  25px   25px    25px;
   min-height:1220px;
}



/* ****************** footer section **************************** */
footer
{ background-color:#000000; background-color: #5F9EA0; background-color: #0000CD;
	color:#fff; padding-top:15px; padding-bottom:15px; min-height:35px; text-align:center;
}
footer a
{ text-decoration:none; color:#fff;	
}



  
/* ****************** Login Box section **************************** */
 
 #loginBox
 { width:350px;height:250px; padding:25px; background-color:#5af; background-color:#66aaee;
   margin-top:125px; margin-left:auto; margin-right:auto;
   background-image:url("../pics/loginBoxBkgnd.png"); 
   
   height:300px; margin-top:-20px;
 }
 #loginBox label
 { font-size:14pt; font-family:sans-serif; width:100px; height:25px; 
   padding-left:10px; padding-top:5px; margin-top:10px;
   display:block; /* background-color:rgb(0,0,90);*/ color:rgb(0,0,90); color:rgb(255,255,255);
   float:left; clear:left; border:none;
 }
 #loginBox input.textBox
 { width:229px; padding-left:10px; height:28px; margin-top:10px; font-size:12pt; border:none;	
 }
 #loginBox input.submitButton
 { width:120px; padding-left:10px; height:34px; margin-top:10px; font-size:12pt;
   margin-left:0px; display:block;
   margin-left:auto; margin-right:auto;
   
   background-color:#33ff57; margin-top:-110px;margin-left:245px;	cursor:pointer;
 }
 #badPassword
 { /* background-color:#606; background-color:#ff6;*/ background-color:#66aaee; background-color:#009;
   color:#000; color:#191970; color:rgb(240,240,240);
   padding:8px 8px 8px 8px; margin-top:10px;
   border:double 3px  #191970;font-size:14pt; text-align:left; visibility:hidden;
 }




/* ****************** Error Paragraph section **************************** */ 
 p.error
 { font-size:36pt;
   width:900px; height:250px;
   margin-left:auto; margin-right:auto;	
 }
 
 img.error
 { width:500px; 
   margin-left:300px;
 }
 
 a.error
 { font-size:28pt;
   color:white;
   text-decoration:none;
   border:double 5px red;
   display:block; width:700px; margin-left:auto; margin-right:auto;text-align:center;
 }
 
 
 
