/* Page */
body {background-color:#DEDFE3;}
.site-border{border:1px solid #C1C2C9;margin: 5px auto;margin-bottom:20px;background-color: #FFF;}
#footer {margin-bottom:10px;}
#header_banner {}
.info-box{padding-left:39px; background:url(../img/ef/infobox.gif) left top no-repeat;}
.callout{background-color: #F8F8FA;padding:10px;}
.date{color:#FFFFFF; background:#C1C2C9; padding:4px 8px 2px 10px; text-decoration:none; font-size:0.91em;}
.font-5{color:#0C88B1; font-size:1.16em; line-height:1.28em;}

/* Login Status */
.login_status {
	float: right;
	margin-right: 20px;
}

/* Navigation */
ul#nav, ul#nav li {
	list-style: none;
    margin: 0;
    padding: 0;
}

ul#nav {
    text-align: center;
    padding: 5px 0 6px;
    background-color: #E4E5E8
}

ul#nav li {
    display: inline;
    font-weight: 700;
    margin: 0 .35em;
}

ul#nav a:hover {
    background-color: #009DDF;
}

ul#nav a.active {
    background-color: #009DDF;
}

ul#nav a {
   padding: 5px 0;
   text-decoration: none;
}

ul#nav a span {
   padding: 5px 1em;
}

/* Notifications */
#notifications, #notifications li {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
}
.information, .error, .success, .warning {
  margin-top: 0.4em;
  border: 1px solid #9bb8d9;
  padding: 6px 6px 6px 30px;
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;

  font-size: 12px;
}
.information {
  background: #dedfff url('../img/icons/information.png') 6px 7px no-repeat;
  color: #406299;
}
.error {
  background: #ffe1da url('../img/icons/exclamation.png') 6px 7px no-repeat;
  border-color: #f34f4f;
  color: #be0b0b;
}
.success {
  background: #e2f9e3 url('../img/icons/accept.png') 6px 7px no-repeat;
  border-color: #9c9;
  color: #080;
}
.warning {
  background:#fff8bf url('../img/icons/error.png') 6px 7px no-repeat;
  border-color: #ffd324;
  color:#eb830c;
}

.error a {color:#8a1f11;}
.warning a {color:#514721;}
.success a {color:#264409;}

/* forms.css */
.TextInput input, .PasswordInput input, textarea, select {margin:0.5em 0;border:1px solid #bbb;padding:5px;}
.TextInput input:focus, .PasswordInput input:focus, textarea:focus, select:focus {border:1px solid #666;}
.ChoiceWithOtherWidget .field_actual ul {list-style:none;}
.field_error {color:#8a1f11;font-size:12px;
background:url('../img/icons/exclamation.png') no-repeat 0px 1px;
padding-left: 22px;}
fieldset {padding:14px; padding-bottom: 0px; padding-top: 2px;margin:0 0 10px 0;border:1px solid #ccc;}
legend {padding-left:4px; padding-right:4px;font-weight:bold;font-size:14px;}
label {font-weight:bold;font-size: 14px;margin-top:7px;}
.field_label {display:inline-block;vertical-align:middle;}
.field_actual {vertical-align:middle;}
.field_errors {display:inline-block; vertical-align:top; padding-top:12px;}
.field_help_text{font-size:12px;}



.flags_list {list-style: none;}
.flag { font-size: 12px; font-weight: normal; }


/* BUTTONS */
.button {background-color: #f5f5f5;border: 1px solid #dedede;border-top: 1px solid #eee;border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;text-decoration: none;font-weight: bold;
    color: #565656;cursor: pointer;padding: 5px 10px 6px 7px;}
.button img{margin: 0 0 -3px 0 !important;padding: 0;border: none;width: 16px;height: 16px;}
.button span{margin-left: 3px;}
.positive{color: #529214;}
.positive:hover{background-color: #E6EFC2;border: 1px solid #C6D880;color: #529214;}
.positive:active{background-color: #529214;border: 1px solid #529214;color: #fff;}
.negative{color: #d12f19;}
.negative:hover{background: #fbe3e4;border: 1px solid #fbc2c4;color: #d12f19;}
.negative:active{background-color: #d12f19;border: 1px solid #d12f19;color: #fff;}
