/* Ian Melnick for AEPi/US, Aug. 2006 */

@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:#3F6193;
}
acronym {
  border-bottom-color: #A1AECC;
}
a {
  color:#FFDF69;
  text-decoration:none;
}
a:hover {
  color:#FFDF69;
  text-decoration:underline;
}
a:active {
  color:#FFDF69;
}
#page {
  font-size:small;
  border:0px;
}
#head {
  height:69px;
  background:#3F6193;
  background-image:url("../../images/navyyellow-head.gif");
  background-repeat:no-repeat;
  background-position:center;
}
#menu {
  background:#3F6193;
  color:white;
  height:15px;
  border-top:3px solid #FFDF69;
  border-bottom:3px solid #FFDF69;
}
#menu li {
  padding:0; 
}
#menu li.current {
  font-weight:normal;
  color:#222046;
  background:#FFDF69;
}
#menu li.current a {
  color:#222046;
}
#menu a:hover {
  background:#FFDF69;
}
#menu a:active {
  background:#FFDF69;
}
#cmenu {
  background:#FFDF69;
  color:#222046;
  /*border-top:1px solid #222046;*/
  border:none;
  height:15px;
}
#cmenu ul {
  height:10px;
}
#cmenu li {
  margin-top:-7px;
  height:10px;
}
#content {
  color:white;
}
#content p {
  padding-left:10%;
  padding-right:10%;
}
#content h1 {
  text-align:left;
  color:#A1AECC;
  font-size:xx-large;
  font-weight:bold;
}
#content h2 {
  font-weight:bold;
  font-size:large;
}
#leftcol {
  border-right-color: #A1AECC;
  border-bottom-color: #A1AECC;
}
#leftcol h1 {
  font-weight:bold;
  font-size:medium;
  border-bottom-color: #A1AECC;
}
#rightcol {
  border-left-color: #A1AECC;
  border-bottom-color: #A1AECC;
}
#rightcol h1 {
  font-weight:bold;
  font-size:medium;
  border-bottom-color: #A1AECC;
}
#rightcol a {
  color:#FFDF69;
  text-decoration:none;
}
#foot {
  border-top:3px solid #A1AECC;
  color:#A1AECC;
  background:#3F6193;
}
.leftbox {
  border-color: #A1AECC;
}
.rightbox {
  border-color: #A1AECC;
}
#content .profiles li {
  border-color: #A1AECC;
}
#content .profiles .sdata {
  background:#3F6193;
}
.errormsg {
  border-color:#222046;
  background:#a5acd5;
}
form {
  width:350px;
  color:white;
}
form label {
  text-align:right;
  width:75px;
  padding-right:20px;
  color:white;
}
form input {
  width:200px;
  background-color:#3F6193;
  border-color: #A1AECC;
  color: white;
}
form input.button {
  width:100px;
  background-color:#A1AECC;
  color:black;
}
form .paypal {
  border-top:0;
  border-left:0;
  border-right:0px;
  border-bottom:0px;
}



.minical_today {
  border:1px solid #A1AECC;
}

.minical_day {
  color:#A1AECC;
}

.topic_title {
  color:#A1AECC;
  border:solid 1px #A1AECC;
  background:none;
}

.topic_title a {
  color:#A1AECC;/*#FFDF69;*/
}

.topic_title a:hover {
  color:#FFDF69;
}

.topic_title a:active {
  color:#FFDF69;
}

.topic_body {
  /*color:#A1AECC;*/
  background:none;
  border:none;
}

.topic_body p {
  margin-left:-3em;
  margin-right:-3em;
}

.topic_response_head {
  color:#A1AECC;
  border:solid 1px #A1AECC;
  background:none;
}

.topic_response_head a {
  color:#A1AECC;
}

.topic_response_head a:hover {
  color:#FFDF69;
}

.topic_response_head a:active {
  color:#FFDF69;
}

#content .profiles .sdata h1 {
  color:#FFDF69;
}


.bigcal_today {
  border:1px solid #A1AECC;
}
.bigcal_day {
  color:#A1AECC;
  border:#A1AECC 1px solid;
  height:5em;
  width:10em;
}
.bigcal_linkedday {
  border:#A1AECC 1px solid;
  height:5em;
  width:10em;
}
.bigcal_linkedday_social {
  font-weight:normal;
  text-align:left;
  color:#94E435;
}
.bigcal_linkedday_philanthropy {
  font-weight:normal;
  text-align:left;
  color:#33D0B4;
}
.bigcal_linkedday_brotherhood {
  font-weight:normal;
  text-align:left;
  color:#ED5858;
}

