/* CSS Document */
.searchtext{
  width: 300px;
  height: 25px;
  font-size: 16px;
  text-align: center;
}

#searchbutton{
  height: 30px;
  
  margin-top: 10px;
  /* margin-bottom: 5px;
  padding-bottom: 5px; */
  font-size: 16px;
}

.searchdate{	
	padding-top: 5px;
	margin-top: 5px;
	width: 55px;
	height: 35px;
}

.searchyear{	
	padding-top: 5px;
	margin-top: 5px;
	width: 50px;
	height: 35px;
}


#divlogo{
  font-size:0px;
  margin: 0px;
}

body{
  color:#0669ad;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 14px;
  background-color: #d8d8d8;
  font-family: 'American Typewriter', sans-serif;
}

table,th,tr,td{
  border: green 1px solid;
  border-collapse: collapse;
}

.volunteer{
  border: 0px none;
}

td.volunteer{
  width: 250px;
}
img.volunteer{
  height: 60px;
}

.partner{
  border: 0px none;  
}

td.partner{
  width: 250px;
}
img.partner{
  height: 100px;
}


#stats{
	display: none;
}

.vphead{
	font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

nobord.table, th, tr, td{
  border: none;	
}

.pdfview{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.thinborder.table, th, tr, td{
  border:1px black solid;
  border-collapse: collapse;
}

.imgtn{
      display: block;
      margin: 0 auto;
}

.docinfo{
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  text-align: center;
  margin: 0px;
}

.searchlabel{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  /* width:100px; */
  /* width: 0px; */
  text-align: center;
  line-height: -5px;
  font-weight: bold;
  border: none;
  padding: 0px;  
}

.textboxtext{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 16px;
  text-align: center;
}

.searchcheckboxes{
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  width: 200px;
  text-align: left;
}

.searchrecap{
  text-align: center;
  width: 800px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  
  font-size: 20px;
  color: #0669ad;
}

.searchrecaplabel{
  text-align: center;
  width: 800px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  
  font-size: 20px;
  color: black;
}


.searchcriteria{
  border: 1px solid black;
  width: 800px;
  white-space: nowrap;
}

.banner{
  font-size:50px;
  text-align: center;
}

.showphoto{
  border: 5px red solid;
}


::placeholder {
   text-align: center; 
}


.page_link{
  border: 1px black solid;
}

.pagelinks{
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin-left:10px;
}






/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/spin.gif')
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}


a:link {
  color: red;
}

a:visited {
  color:#D40606;
}

p.message{
  font-size: 18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.username{
  font-size: 14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  
  text-align: center;
  line-height: 0;
}

.loginError{
  color:red;
  font-size:14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  
}

.loginBanner{
  font-size:18px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";    
}
