body { 
  font-family: "Trebuchet MS", verdana, sans-serif;
  color:#333; 
  /*background-color: #eee; */
  background-color: #C3C3E5;
  margin:0px 0px 0px 0px; 
  padding:10px;
}
/*a:link    { color: #777777; text-decoration: underline;}*/
a:link    { color: #8C489F; text-decoration: underline; }
a:hover   { background-color: #F1F0FF;}
a:visited { color: #8C489F; text-decoration: underline;}


.you_are_here { 
  padding-left:.3em; 
  padding-top: .05em; 
  padding-bottom: .05em; 
  /* background-color: gray; */
  background-color: #443266;
  font-size:small; 
  font-weight:bold;
}

.you_are_here_link:hover   { color: red;  background-color: #8C489F; }
.you_are_here_link:link    { color: white; text-decoration: none; }
.you_are_here_link:visited { color: white; text-decoration: none; }

.menu_header {
  font-weight: bold;
  color: #443266;
}

.menu_sub_text {
  font-size: x-small;
}

.menu_indent {
  margin-left: 8px;
}

.logged_in_bar { 
  padding-left:.3em; 
  padding-top: .05em; 
  padding-bottom: .05em; 
  background-color: #F1F0FF; 
  font-size: small; 
}

.logged_in_bar_right {
  float:right;
  padding-right: .3em;
  font-size: x-small;
}

.title_bar_right {
  float: right;
  font-color: white;
  padding-right: .3em;
}


.person_title { 
  background-color: #aaaaaa; 
  padding:.2em; 
  font-size:x-large; 
  font-weight:bold; 
}

.person_nav_links { font-size:small; padding:.1em;}
.person_sub_title { font-size:large; font-weight:bold; }
.person_sub_sub_title { font-size:normal; font-weight:bold; }
.person_text      { font-size:medium; }
.small_text       { font-size:x-small; }

.menu { 
  float: right;
  width            : 200px;
  background-color : white;
  font-size        : small;
  margin-top       : 2px;
  margin-left      : 10px;
  border           : thin solid #333;
  padding          : 2px 0px 0px 0px;
}

.content { 
  padding          :2px 0px 0px 0px; 
  background-color : white;
  margin-right     : 210px;
  margin-top       : 2px;
  border           : thin solid #333;
}

.content_text {
  padding: 10px;
}

.menu_text {
  padding: 10px;
}

.admin_message {
  color: red;
  font-weight: bold;
}

.db_list_odd {
  background-color: #aaaaaa;
}

.db_list_even {
  background-color: #F1F0FF;
  padding: 0px 15px 0px 15px;
}

/* Contact manager */
.contact_detail_background {
  background-color: #eeeeee;
  padding: 5px;
}

.contact_title {
  background-color: #cccccc;
  font-size: large;
  padding: 3px;
  font-weight: bold;
}

.contact_detail_field {
  background-color: white;
  padding: 3px;
  font-size: small;
}

.contact_detail_field_header {
  font-size: small;
  font-weight: bold;
}

.contact_detail_operation {
  font-size: x-small;
  padding: 2px;
  float:right;
}

.blog_entry_comment_text {
  background-color: #C3C3E5;
  border-width: thin;
  border-style: solid;
  padding: .1em;
}

.blog_entry_summary_text {
  font-size: small;
}

.blog_comments_header_text {
  font-size: large;
  font-weight: bold;
}

.block_quote {
  margin-left: 20px;
  margin-right: 20px;
}
