/** Aro stuff */

a{
 text-decoration:none;
}

p{
 margin-left:0px;
 margin-right:0px;
 margin-top:0px;
 margin-bottom:10px;
}

#top_graphics{ 
 width:100%;
 margin-top:0px;
 margin-bottom:1px;
}


#top_menu{ 
 width:100%;
 border-top-style:solid;
 border-bottom-style:solid;
 border-width:2px;
 border-color:red;
 margin-top:6px;
 margin-bottom:20px;
 font-size:16px;
}

.menu_item{ 
 margin-left:auto;
 margin-right:auto;
}


#top_menu tr td{ 
 text-align:center;
 padding: 1px 0px 1px 0px;
}

#top_menu tr td.left_menu_item {
  margin-left:0;
  text-align:left;
}

#top_menu tr td.long_menu_item {
  /* kludge to deal with "Change contact information or password" being much longer than the others */
  width: 36%;
}

#top_menu tr td.right_menu_item {
  text-align:right;
}

#top_menu tr td a:link,#top_menu tr td a:visited{ 
 color:blue;
}

#top_menu tr td a:hover,#top_menu tr td a:active{ 
 color:#49bdef;
}

/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
 margin:5px 20px;
 color:black;
 font-family:Georgia,"Times New Roman","Times Roman",Times,TimesNR,serif;
 font-size:17px;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
 display:none;
 height:0;
 border:0;
}
ul, li { list-style: disc; }
.small { font-size: 16px; font-weight: normal; }
.powered, .powered a { display:none; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
  font-family:Garamond,"Times New Roman","Times Roman",Times,TimesNR,serif;
  color:red;
  font-weight:normal;
  text-align: center;
  margin: 20px 0px 20px 0px;
}
h1 { font-size: 42px; }
h2 { font-size: 36px; font-style: italic; }
h3 { font-size: 26px; }

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 17px%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #8CACBB;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    background-color: #ddf;
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow { text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 16px;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    text-align: center;
    background-color: #ddf;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 16px;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0FF;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0FF;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0FF;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}

/* Stuff for sangha-list */

.filter_indented {
 margin-left:25px;
 margin-top:12px;
}

.sangha_list_name{
 font-size: 20px;
}

.birthday_list_body{
 margin-top:30px;
}

.birthday_list_body td{
 padding:3px;
}

.month_header, .month_header td {
 color: #FFFFFF;
 background-color: #0000FF
}

/* Stuff for sangha-profile */

.sangha_profile_names{
 text-align:left;
}

.sangha_profile_picture{
 float:left;
 margin-top:7px;
 margin-right:20px;
 margin-bottom:20px;
}

.biography {
 clear:left;
 margin-top:30px;
}

