﻿body 
{
  color: #000;
}
h2 
{
  margin: 0;
  padding: 0;
  border: 0;
}
h2 
{
  color: #222;
  font-size: 1.54em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
  text-transform: none;
}

.scholarshipSearch input .scholarshipSearc input[type=number],
.scholarshipSearch input[type=password], .scholarshipSearch input[type=tel],
.scholarshipSearch input[type=text], .scholarshipSearch input[type=url] 
{
  -moz-box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -webkit-box-sizing: border-box;
  display: inline-block;
  height: 29px;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 4px;
}

.scholarshipSearch input:hover .scholarshipSearc input[type=number]:hover,
.scholarshipSearch input[type=password]:hover, .scholarshipSearch input[type=tel]:hover,
.scholarshipSearch input[type=text]:hover, .scholarshipSearch input[type=url]:hover 
{
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.scholarshipSearch input:focus .scholarshipSearc input[type=number]:focus,
.scholarshipSearch input[type=password]:focus, .scholarshipSearch input[type=tel]:focus,
.scholarshipSearch input[type=text]:focus, .scholarshipSearch input[type=url]:focus 
{
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  border: 1px solid #4d90fe;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  outline: none;
}

button, input, select, textarea 
{
  font-family: inherit;
  font-size: inherit;
}  
.admin-button 
{
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  padding: 0 8px;
  line-height: 27px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}
button.admin-button, input[type=submit].admin-button 
{
  height: 29px;
  line-height: 29px;
  vertical-align: bottom;
  margin: 0;
}
.admin-button:hover 
{
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -ms-transition: all 0.0s;
  -o-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.admin-button:active 
{
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.admin-button:visited 
{
  color: #666;
}
.admin-button-submit 
{
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.admin-button-submit:hover 
{
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
}
.admin-button-submit:active 
{
  background-color: #357ae8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -webkit-box-shadow: inset 0 1px 2px rgb	a(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

/* this hides the template's search buttons */
#SearchButtons 
{
  visibility: hidden;
}

/* set up for the scholarship search section */
.scholarshipSearch 
{
  background-color:#186692; 
  padding-top:5px;             
  padding-bottom:4px;
  border-radius:10px 10px 0px 0px;
}
.scholarshipSearch label 
{
  color:#fff;
  font-weight:bold;
  padding-right:5px;    
  float:left; 
  padding-left:10px;
  padding-top:5px;
  display:block;
}
.scholarshipSearch label:hover 
{
  cursor:default;
}
#search 
{
  color: #000; 
  display: inline; 
  float: left; 
  padding-top: 19px; 
  padding-left: 25px;
}
#search input[type=text] 
{
  height: 21px;
}
#admin 
{
  display: inline;
  float: right;
  padding-top: 23px; 
  padding-right: 25px;
}
#admin a 
{
  color: #FFF;
}

@media screen and (max-width:767px) 
{
  .scholarshipSearch [class*="span"] 
  {
    clear: left;
    color: #FFF;
    font-weight: bold;
    padding-right: 10px;    
    float: left; 
    padding-left: 10px;
    padding-top: 5px;
    display: block;
    width: 100%;
  }
}

/* set up for main content */
.main
{ 
  color: rgba(51,51,51,1);
  border: 4px solid #226A96;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 2px 2px 4px #CECDCD;
  cursor: default;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
  padding: 20px;
	width: 100%;
	border-collapse: separate;
  border-spacing: 0;
  background-color: #F3F3F5;		
}
.col1 
{
    white-space: nowrap;
    font-weight: bold;
}
.col2 
{
    width: 99%;
    padding-left: 7px; 
    padding-right: 7px;
}
.alt 
{
  color: rgba(51,51,51,1);
  border: 4px solid #226A96;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 2px 2px 4px #CECDCD;
  cursor: default;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
  padding: 20px;
	width: 100%;
	border-collapse: separate;
  border-spacing: 0;		
  background-color: #F7F4DE;
}   
.title
{ 
  font-family: 'Trebuchet MS', Tahoma, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin: 0px;
}
.scholarshipSearch a 
{
  color: #FFF;
}

/* set up for the right section of the page */
.sidemenuTitle 
{
  background: #01618E;
  background-image: -ms-linear-gradient(top, #01618E 0%, #598AAF 100%);
  background-image: -moz-linear-gradient(top, #01618E 0%, #598AAF 100%);
  background-image: -o-linear-gradient(top, #01618E 0%, #598AAF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01618E), color-stop(1, #598AAF));
  background-image: -webkit-linear-gradient(top, #01618E 0%, #598AAF 100%);
  background-image: linear-gradient(to bottom, #01618E 0%, #598AAF 100%);        
  text-align: center; 
  border-radius:10px 10px 0px 0px;
}
.sidemenuTitle h4 
{
  color:#fff;
}
.sideMenuArrow 
{
  text-align: center;
  background-color: #E5E7E8;
}
.sidemenuFooter 
{
  height: 29px; 
  margin-bottom: 20px;
  text-align: center; 
  background-color: #E5E7E8;
  border-radius: 0 0 10px 10px;
}
.sideMenu 
{
  background-color: #E5E7E8;
}
.sideMenu ul 
{
  list-style:none;
  margin: 0;
  padding: 0px 5px;        
}
.sideMenu ul li 
{
  border-bottom: 1px solid #CCC;
}
.sideMenu a 
{
  color: #0C4B8F;
}

/*Login Shenanigans*/

#login 
{  
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  float: right;
  margin: 0;
  padding: 20px 25px 15px;  
}
#login h2 
{   
  font-size: 16px;
  height: 16px;
  line-height: 17px;
  margin: 0 0 1.2em;
  position: relative;
}
#login h2 strong 
{
  display: inline-block;
  height: 19px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 52px;
}
#login div 
{ 
  margin: 0 0 1.5em;
}
#login label 
{
  display: block;
}
#login .uname, #login .upwd 
{
  -moz-user-select: none;
  -webkit-user-select: none;
  display: block;
  font-weight: bold;
  margin: 0 0 .5em;
  user-select: none;
}
#login input[type=text], #login input[type=password] 
{
  direction: ltr;
  font-size: 15px;
  height: 32px;
  width: 100%;
}
#login input[type=submit] 
{
  font-size: 13px;
  height: 32px;
  margin: 0 1.5em 1.2em 0;
}

/*End Login Shenanigans*/

/* set up for the admin page */

.adminBlocks input[type=file] 
{
}

.adminBlocks 
{
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  float: left;
  margin: 0;
  padding: 20px 25px 15px;
}
.uploadBtn 
{  
  font-size: 14px;
  font-weight: normal;
  height:30px;
  padding: 4px 12px;
}

.GridView 
{
  border-collapse: collapse;
}
.GridView th, .GridView td 
{
  border: 1px solid #CCC;
  font-size: 1em;
  padding: 3px 7px 2px 7px;
}
.GridView th 
{
  color: #FFF;
  background-color: #24517D;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: left;
}
.GridView tr.alternating td 
{
  color:#000;
  background-color: #F7F4DE;
}

.cb-inline
{
  display: inline;
}

.modalBackground
{
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.6;
}
 
.modalPopup
{
  /*
  background-color: #FFF;
  border-width: 3px;
  border-style: solid;
  border-color: Gray;
  padding: 5px;*/
  width: 750px;
}