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


/*
Brown/gold: #bcb08c;
grey: #404041;
*/

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

#container {
	width:100%;
	max-width:600px;
	margin: 10px 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:#006699;}
#container a:hover {color:#006633; text-decoration:none;}
#container a:visited {color:#006699;}

#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:4px;
	border:1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#444;
	width:98%;
	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: 99% !important;
	max-width: 99% !important; 
}

#appointment_date {
	width:160px;
}

#appointment_time {
	width:130px !important;
}

.buttonBlue {
	border:1px solid #bcb08c;
	background:#404041;
	padding: 4px 8px;
	font-size:1.3em;
	cursor:pointer;
	color:#fff;
	font-weight:500;
	text-align:center;
	margin: 5px auto;
	-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;
	font-size:1.3em;
}

.buttonBlue:hover {
	border:1px solid #404041;
	background:#bcb08c;
}
.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;}

