/* Ian Melnick for AEPi/US, Oct. 2005 */

@import url(base.css);
@import url(glbl/startpage.css);
@import url(glbl/calendar.css);
@import url(glbl/profiles.css);
@import url(glbl/discuss.css);


body {
  background:#A5AEB8;
}
acronym {
  border-bottom-color: #222046;
}
a {
  color:#222046;
  text-decoration:none;
}
a:hover {
  color:#222046;
  text-decoration:underline;
}
a:active {
  color:#222046;
}
#page {
  font-size:12px;
  border:10px solid #222046;
}
#head {
  height:125px;
  background:#A5ADC5;
  background-image:url("../../images/default-head.png");
  background-repeat:no-repeat;
  background-position:center;
}
#menu {
  border:0;
  background:#222046;
  color:white;
  height:25px;
}
#menu a:hover {
  background:#A5ADC5;
}
#menu a:active {
  background:#A5ADC5;
}
#menu li.current {
  background:#222046;
  font-weight:bold;
}
#menu li.current a {
  color:white;
}
#menu li.current a:hover {
  color:#222046;
}
#cmenu {
  background:#A5ADC5;
  color:#222046;
  border-bottom:1px solid #222046;
}
#content {
  color:black;
}
#content h1 {
  color:black;
  text-align:center;
}
#content h2 {
  font-weight:bold;
  font-size:large;
}
#content p {
  padding-left:10%;
  padding-right:10%;
}
#content .topic_body p {
  margin-left: -3em;
  margin-right: -3em;
}
#content .profiles .sdata h1 {
  color:black;
}
#rightcol a {
  color:#222046;
}
#rightcol h1 {
  color:black;
}
#leftcol h1 {
  color:black;
}
#foot {
  border-top:5px solid #222046;
  background:#A5ADC5;
  color:black;
}
.errormsg {
  border-color: #222046;
  background:#a5acd5;
}
form {
  width:350px;
  color:black;
}
form label {
  text-align:right;
  width:75px;
  padding-right:20px;
  color:black;
}
form input {
  width:200px;
  background-color:#A5AEB8;
  border-color: #222046;
}
form input.button {
  width:100px;
  background-color:#222046;
  color:#A5AEB8;
}
form .paypal {
  border-top:10px solid #222046;
  border-left:10px solid #222046;
  border-right:0px;
  border-bottom:0px;
}




.bigcal_today {
  height:5em;
  width:10em;
}
.bigcal_day {
  height:5em;
  width:10em;
  border:1px solid gray;
}
.bigcal_linkedday {
  height:5em;
  width:10em;
}
