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

/* BRANDING COLORS
light blue teal: #14aa9e
dark blue: #24487c
red: #b5292a
*/

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#444;
}

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

.containerSmall {
width:100%;
max-width:440px !important;
}

.containerBig {
width:100%;
max-width:600px;
}

#container a:link {color:#24487c;}
#container a:hover {color:#14aa9e; text-decoration:none;}
#container a:visited {color:#24487c;}

#padder {
padding:10px;
}

.inquiryFormSmall {
}

.inquiryFormFull {
}

.loginFormStudent {
}
.loginFormStudent {

}
.loginFormStudent .loginText {
}

.loginFormStudent .loginFormField {
}
.loginFormStudent .loginButton {
}

.loginFormAdmin {

}

.eventRegForm {
}
.eventRegForm h1, .eventRegForm h2 {

}

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

.field::-webkit-input-placeholder { color: #ccc; }
.field::-moz-placeholder { color: #ccc; }

.field {
padding:8px;
border:1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color:#444;
width:95%;
font-size:1.3em;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
ms-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}

select {
width: 100% !important;
max-width: 100% !important;
color:#444;
}

#appointment_date {
width:160px;
}

#appointment_time {
width:130px !important;
}

.buttonBlue {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: none;
background:#24487c;
padding: 5px 14px 5px 14px;
cursor:pointer;
color:#fff;
font-size: 2em;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
ms-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}

.buttonBlue:hover {
background:#14aa9e;
}

.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: 150ms;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-duration: 150ms;
-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;}

