/* general */
#cas a:link {
  color: #4e78aa;
}

/* header */
#cas #header {
  background: #6699cc url(../images/columbia/columbiaseal.gif) 10px 10px no-repeat;
  padding-top: 70px;
}

/* nav */
#cas #navigation {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: center;
}
#cas #navigation ul {
  overflow: hidden;
  padding: 0;
}
#cas #navigation ul li {
  display: inline;
  margin-right: 1.4em;
  line-height: 2em;
}


/* content */

#content {clear:both; padding:1px 0; margin:25px 25px 2em;}

#cas #content #login {
  width: 440px;
  margin: 0 auto;
  float: none;
  background: none;
  border: 1px solid #CCCCCC;
  padding: 0;
}
#cas #content #login:after, #cas #content #login:before {
  background: none;
  clear: none;
  content: none;
  display: inline;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0;
}
#cas #content #login form {
  background: none;
  padding: 15px 65px;
  width: auto;
}
#cas #content #login form .row {
  width: 310px;
}
#cas #content #login form .text-field label {
  width: auto;
  line-height: 1.5em;
  margin-right: 1em;
  height: 1.5em;
  display: block;
  width: 84px;
}
#cas #content #login form .text-field label.username-label {
  background: url(../images/columbia/uni-sign-on.gif) no-repeat;
  text-indent: -999em;
}
#cas #content #login form .text-field label.password-field {
  background: url(../images/columbia/uni-password.gif) no-repeat;
  text-indent: -999em;
}
#cas #content #login form .text-field input {
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: white;
}
#cas #content #login form .text-field input:focus, #cas #content #login form .text-field input:active {
  border: 1px solid red;
}
#cas #content #login form .btn-row {
  text-align: right;
}
#cas #content #login form .btn-row .btn-submit {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #6699cc;
  font-weight: bold;
  color: white;
  padding: 0.25em 1em;
}
#cas #content #login form .btn-row .btn-submit:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 1px black;
  -moz-box-shadow: 0px 0px 0px 1px black;
  box-shadow: 0px 0px 0px 1px black;
}


/* MESSAGES --------------------------------- */
.info, .errors, .success {clear:both; margin:18px 0; padding:20px 20px 20px 100px; font-size:10px; line-height:1.5;}
.info {border:1px dotted #008; background-image:none; background-color:transparent; color:#008;}
.errors {border:none; background-image: none; background-color:transparent; color:#800000;}
.success {border:1px dotted #008; background-image:none; background-color:transparent; color:#008; white-space:normal; width:70%; position:relative; padding:20px 20px 20px 20px; float:both;}

    #content .errors h2, #content .success h2 {font-family:Georgia,"Times New Roman",Times,serif; font-size:18px; font-weight:400; margin:0 18px 0 0; padding:0;}
    #content .success h2 {color:#008 !important;}
    #content .errors h2 {color:#b00 !important;}


/*
.info, .errors, .success {clear:both; margin:18px 0; padding:20px 20px 20px 100px; font-size:10px; line-height:1.5;}
.info {border:1px dotted 008;    background:#eff url(../images/info.gif) no-repeat 20px 18px; color:#008;}
.errors {border:none; background-image: none; background-color:transparent; color:#d21033;}
.success {border:1px dotted #390; background-image:none; background-color:transparent;  no-repeat 20px 18px; color:#390;}
    #content .errors h2, #content .success h2 {font-family:Georgia,"Times New Roman",Times,serif; font-size:18px; font-weight:400; margin:0 18px 0 0; padding:0;}
    #content .success h2 {color: #008 !important;}
    #content .errors h2 {color:#b00 !important;}
    #content .success h2 {color:#060 !important;}
*/

/* footer */
#cas #footer {
  margin: 0;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
#cas #footer p {
  text-align: center;
  margin: 0;
}
