table {
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}
img {
  border-style: none;
  outline-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.default-value {
  color: gray;
}
body, html {
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS", sans-serif;
}
body {
  min-width: 940px;
  background: #003f92 url(background-repeat.jpg) repeat top center;
}
#footer {
  margin: auto;
  margin-top: 3px;
  width: 920px;
  font-size: small;
  color: #eee;
  padding-bottom: 5px;
  height: 1.5em;
}
#footer a {
  color: #eee;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#header {
  width: 100%;
  min-width: 920px;
  height: 100px;
  color: #eee;
  border-bottom: 1px solid #001838;
}
#header-center {
  margin: auto;
  height: 100%;
  width: 920px;
  position: relative;
  background-image: url(header-bg.png);
  background-position: 100px 0;
  background-repeat: no-repeat;
}
#header-center h1 a {
  color: #eee;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 48px;
  font-weight: bold;
  padding-top: 28px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#header-center h1 a:focus {
  outline-width: 0px;
}
#header-center a {
  text-decoration: none;
}
#header-right {
  float: right;
}
.header-login {
  margin-left: 6px;
  margin-top:  7px;
}

#facebook-connect {
  background-repeat: no-repeat;
  padding-left: 27px;
  background-image: url(facebook-logo.png);
  background-position: top 1px;
  clear: right;
  float: right; 
}
.header-text {
  float: right;
  line-height: 14px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: small;
  padding-top: 4px;
  margin-top: 8px;
}

#header #login-form {
  margin-top: 7px;
}

input[type=text], input[type=password] {
  position: relative;
  width: 10em;
  line-height: 14px;
  height: 16px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #8C9AAF;
  font-size: small;
  font-family: "Trebuchet MS", sans-serif;
}

#content-background {
  width: 100%;
  background: #dddddd url(top_gradient.png) repeat-x top center;
  padding-bottom: 22px;
  border-bottom: 2px solid #001129;
  border-top: 1px solid #001129;
}

#content {
  min-height: 308px;
  padding-top: 45px;
  width: 920px;
  margin: auto;
  color: #001E51;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 20px;
}

a {
  color: #001E51;
}

a:hover {
  text-decoration: underline;
}

#content h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

#right-content h2 {
  padding-left: 33px;
  margin-bottom: 7px;
}

#right-content {
  padding-bottom: 20px;
}

#divider {
  float: left;
  height: 260px;
  margin-top: 2em;
  border-left: 2px solid #bbb;
}

#example-classes {
  border: 2px solid #999;
  background: #ddd url(top_gradient.png) repeat-x;
  padding: 5px 10px 0px 10px;
  font-weight: normal;
  width: 560px;
  margin: auto;
  margin-top: 10px;
}

#example-classes #dot-dot-dot {
  text-align: center;
  font-size: small;
}

#example-schedules {
  width: 560px;
  margin: auto;
  margin-top: 10px;
}

#example-schedules div {
  border: 2px solid #999;
  width: 146px;
  height: 55px;
}

#example-schedules > div {
  height: 55px;
  border: 2px solid #999;
  width: 146px;
  position: relative;
  background-color: #e7e7e7;
}

/* example schedule rows */
#example-schedules > div > div {
  height: 10px;
  background-color: #cecece;
  position: absolute;
  width: 100%;
  border-width: 0px;
  z-index: 99;
}

#example-schedules .row1 { top: 0px; }
#example-schedules .row2 { top: 20px; }
#example-schedules .row3 { top: 40px; }

/* example schedule courses */
#example-schedules > div > span {
  z-index: 100;
  height: 14px;
  width: 46px;
  position: absolute;
  font-size: 9px;
  line-height: 9px;
  font-weight: normal;
  display: block;
  text-align: center;
  padding-top: 5px;
  background-image: url(example-schedule.png);
}

#example-schedules .course1 { top: 2px;    left: 2px; }
#example-schedules .course2 { bottom: 2px; left: 2px; }
#example-schedules .course3 { top: 2px;    right: 2px; }
#example-schedules .course4 { bottom: 2px; right: 2px; }
#example-schedules .course5 { top: 17px;   left: 50px; }

#example-schedules .red    { background-color: #ff484a; }
#example-schedules .yellow { background-color: #ffc34a; }
#example-schedules .blue   { background-color: #4a81ff; }
#example-schedules .green  { background-color: #4a814a; }


#example-schedules .first {
  float: left;
}
#example-schedules .second {
  margin: auto;
}
#example-schedules .third {
  float: right;
}

table th {
  text-align: left;
}

#register-table .throbber {
  vertical-align: bottom;
}

#register-table {
  float: right;
  margin-top: 5px;
}

#register-table td > * {
  margin: 7px 0 0 7px;
}

#register-table td:first-child {
  text-align: right;
  padding-top: 10px;
}

#register-table input[type=text], #register-table input[type=password] {
  width: 10em;
}

h2#demo-header {
  clear: right;
  padding-top: 39px;
  margin-bottom: 7px;
}

#demo-go {
  float: right;
  position: relative;
  top: 2px;
  width: 28px;
}

#demo-school {
  position: relative;
  top: 1px;
  width: 224px;
  margin-left: 33px;
}

#left-content a.go-back-link {
  font-size: small;
  font-weight: bold;
}

a#browse-all-link, a#go-back-link {
  float: right;
  font-weight: bold;
  margin-top: 7px;
  cursor: pointer;
  margin-bottom: 31px;
}

.ui-menu-item {
  font-size: small;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  width: 220px;
}

input.ui-autocomplete {
  cursor: text;
}

.ui-autocomplete i {
  font-size: small;
  font-weight: normal;
  margin-left: 20px;
  display: block;
}

#list-of-schools {
  padding-right: 20px;
}

#list-of-schools table {
  width: 100%;
  margin-bottom: 30px;
}

#list-of-schools td.non-empty {
  padding: 5px 20px 12px 0px;
  cursor: pointer;
}

#list-of-schools td.non-empty:hover {
  background-color: #e0e0f0;
}

#list-of-schools .school-name {
  text-decoration: none;
  font-weight: bold;
  font-size: large;
  clear: both;
  float: left;
}

#list-of-schools .non-empty:hover .school-name {
  text-decoration: underline;
}

#list-of-schools .school-url {
  font-weight: normal;
  font-size: small;
  color: gray;
  clear: both;
  float: left;
}

#list-of-schools .school-url:hover, #list-of-schools .school-url {
  text-decoration: none;
}

textarea {
  font-family: "Trebuchet MS", sans-serif;
  padding: 1px 1px 1px 3px;
  border: 1px solid #8C9AAF;
}

#contact-form {
  width: 600px;
}

#inner-contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 10em;
  max-height: 20em;
  margin-bottom: 7px;
}

#contact-email {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 7px;
}

#inner-contact-form {
  width: 550px;
}

#inner-contact-form-sent {
  width: 555px;
}

input#contact-submit {
  left: 1px;
}

#contact-message-sent {
  height: 10em;
  border: 1px solid #8C9AAF;
  margin-bottom: 7px;
  padding: 1px 1px 1px 3px;
  font-weight: normal;
  color: black;
  font-size: small;
  overflow: auto;
}

#contact-email-sent {
  min-height: 1.4em;
  font-size: small;
  border: 1px solid #8C9AAF;
  margin-top: 20px;
  margin-bottom: 7px;
  padding: 1px 1px 1px 3px;
  font-weight: normal;
  color: black;
}

#contact-sent {
  background-color: #ff9;
  border: 1px solid #8C9AAF;
  padding: 5px 8px 5px 8px;
  font-size: small;
  font-weight: normal;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

img.throbber {
  margin: 3px 7px 3px 7px;
}

#content a.email-link {
  color: #139;
}

#contact-text {
  width: 555px;
}

#tos-div, #privacy-div {
  text-align: justify;
  padding-right: 40px;
  font-weight: normal;
}

#tos-div p, #privacy-div p {
  margin-top: 1em;
}

#list-of-schools p {
  margin-bottom: 7px;
}

#tos-div center, #privacy-div center {
  margin-bottom: 1em;
}

a#forgot-link {
  color: #eee;
  position: relative;
  bottom: 6px;
  clear: right;
  cursor: pointer;
}
a#forgot-link:hover {
  color: #eee;
}

.request, .request-sent {
  margin-top: 12px;
  font-size: small;
  clear: both;
}

.request-sent {
  background-color: #ff9;
  border: 1px solid #8C9AAF;
  padding: 5px 8px 5px 8px;
  margin-bottom: 9px;
  font-size: small;
  font-weight: normal;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#forgot-email {
  clear: both;
  float: left;
  width: 15em;
}

#forgot-submit {
  float: left;
  margin-left: 7px;
}

#forgot-form {
  width: 570px;
}

#forgot-form a.go-back-link {
  float: right;
}

#forgot-form a {
  font-weight: bold;
}

#forgot-form .request .go-back-link {
  margin-left: 7px;
  padding: 3px;
}

.notification {
  background-color: #ff9;
  border: 1px solid #8C9AAF;
  padding: 2px 8px 3px 8px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#invalid-password, #resend-confirmation-email, #already-registered {
  padding: 7px 9px 8px 10px;
  bottom: 20px;
  position: relative;
  width: 530px;
  margin: auto;
}

#already-registered .forgot-link, #invalid-password .forgot-link {
  display: block;
  float: right;
}

#resend-confirmation-email span {
  padding-top: 3px;
  display: block;
}

#resend-confirmation-email input {
  float: right;
}

#error-header {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  bottom: 15px;
}
#error-header > span {
  background-color: #ff9;
  border: 1px solid #8C9AAF;
  padding: 2px 8px 3px 8px;
  font-size: small;
  font-weight: normal;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#error-header #close-error {
  font-weight: bold;
  margin-left: 15px;
  cursor: pointer;
}

#error-header #close-error:hover {
  text-decoration: underline;
}

#error-retry-link {
  cursor: pointer;
}

input[type=submit] {
  outline: 1px solid #29447E;
  color: white;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
  line-height: 12px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  padding: 0px 6px 0px 6px;
  height: 20px;
  position: relative;
  top: 1px;
  border-width: 0px;
  border-top: 1px solid #879AC0;
  background-color: #5F78AB;
}

input[type=submit]:focus {
  border: 1px solid #aaa;
  padding: 0px 5px 0px 5px;
}

input[type=submit]#facebook-connect:focus {
  background-position: top 0px;
  padding-left: 26px;
}

input[type=submit]:active {
  background-color: #6F88BB;
}

.dddots {
  text-align: center;
  height: 7px;
  position: relative;
  bottom: 10px;
}

