@charset "UTF-8";
/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	background:none;
}

#container {
	width:100%;
	margin: 10px auto;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	background:none;
	text-align:center;
	border: none;
}

.containerSmall { 
	width:95%;
	max-width:100%;
}

.containerBig {
width:600px !important;
}

#container a:link {color:#006699;}
#container a:hover {color:#006633; text-decoration:none;}
#container a:visited {color:#006699;}

#padder {
	padding:20px;
}

.inquiryFormSmall {
}

.inquiryFormFull {
}

.loginFormStudent {
}

.loginFormAdmin {
	
}

.small {font-size:10px; }
.medium {font-size:13px;}
.grey {color:#777; }
.red {color:#FF0000; }

.field {
	padding:10px;
	font-size:1.5em;
	background:#eee;
	border:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color:#444;
	width:98%;
	-webkit-transition-duration: 250ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: 250ms;
	-moz-transition-property: all;
	-moz-transition-timing-function:ease-in-out;
}

.buttonBlue {
	padding: 5px 14px 5px 14px;
	border:1px solid #354b0e;
	background: #e5ecc1;
	font-size:1em;
	cursor:pointer;
	color:#222;
	font-weight:500;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition-duration: 250ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: 250ms;
	-moz-transition-property: all;
	-moz-transition-timing-function:ease-in-out;
	
}

.buttonBlue:hover {
	background:#FFF;
}

.loginFormField {
}

.loginButton {
}


td, th {
	border-bottom:none;
	vertical-align:top;   
}

#loading{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background-color:none;
	background:none;
	width:100%;
	height:100%;
	text-align:center;
	font-family:"Trebuchet MS", verdana, arial,tahoma;
	font-size:30pt;
	color:#555;
	-webkit-transition-duration: 250ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: 250ms;
	-moz-transition-property: all;
	-moz-transition-timing-function:ease-in-out;
}
.faded {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity: .40;
	filter:alpha(opacity=40);
}

.listHover {
	border-bottom:1px solid #999;
	padding:5px;
	background:none;
}
.listHover:hover {background:#FFC;cursor:pointer;}

.listHover2 {
	border-bottom:1px solid #999;
	padding:5px;
	background:#eee;
}
.listHover2:hover {background:#FFC;cursor:pointer;}

.rappceSmall {
	width:100%;
	max-width:100%;
}
.rappceSmall .field {
	background: #eee;
	color:#777;
	border-radius: 0;
	float:left;
	width: 44%;
	margin-right:2%;
}
.rappceSmall .field:focus  {
	background:#FFF;
	color:#333;
	
	https://rappce.polischool.net/admin/forms/rappce-inq-placeholder.php
}
.rappceSmall .right {
	float:right;
}

.rappceSmall select {
	width: 98% !important;
	float:none;
	color: #555 !important;
}

.rappceSmall .buttonBlue {
	background:none;
	font-size:1.5em;
	color: #66B03D;
	border: 1px solid #66B03D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rappceSmall .buttonBlue:hover {
	background:#efefef;
}
::-webkit-input-placeholder { 
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
}

@media screen and (max-width: 560px) {
	.rappceSmall .field {
	width: 98%;
	margin-right:0;
	margin-bottom:15px;
	}
	.rappceSmall .right {
	float:left;
	}
	.rappceSmall select {
	width: 99% !important;
	float:none;
	}
}