/* Italian Harvest: features */


div.waydown {
  margin-bottom: 24px; 
  color: red;
}           

/* auth login */
div.auth-login {
  font-weight: normal;
  padding: 0px 4px 0px 4px;
  margin: 1em 0 0 0;
  border: 1px solid black;
  background-color: #DEDEDE;
}
form.auth-login {
  margin: 0;
  padding: 2px 6px 3px 6px;
}
div.auth-login, span.auth-login {
}
div.auth-login A {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}                     
div.auth-login A:hover {
  color: blue; 
}                     
div.auth-login h1 {
  font-weight: bold;
  text-align: left;
  margin: 0;
  font-size: 120%;
}    
                 
span.auth-login-heading {
  font-weight: bold;
  text-align: left;
  margin: 0;
}    

div.auth-login input {
  font-size: 95%;
  background-color: transparent;
}           
span.auth-login-prompt {
  padding: 2px 4px 2px 12px;
}           
div.auth-login-error {
  color: red;
  background-color: transparent;
  padding: 6px 6px 6px 6px;
  margin: 6px 2px 6px 2px;
}           
span.auth-login-error {
  color: red;
  background-color: white;
}           

table.auth-login-register {
  margin: 6px 6px 6px 6px;
  padding: 6px 6px 6px 6px;
  background-color: white;
}
td.auth-login-register-prompt {
  padding: 2px 6px 2px 2px;
  text-align: right;
  font-style: italic;
}
td.auth-login-register-data {
  padding: 2px 2px 2px 2px;
}         


/* gift registry */
div.registry {
  margin: 24px 0px 6px 0px;
}

div.registry-head1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 200%;
  font-weight: bold;
  color: #CC4D31;
  margin: 0px 0px 6px 0px; 
  padding: 6px 6px 6px 6px;
  text-align: center;
}
div.registry-head2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC4D31;
  margin: 18px 0px 6px 0px;
}
div.registry-head3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 85%;
  font-weight: normal;
  color: black;
  margin: 0px 0px 6px 0px;
  font-style: italic;
}
div.registry-head3-waydown {
  font-family: Verdana, Arial, sans-serif;
  font-size: 85%;
  font-weight: normal;
  color: black;
  margin: 0px 0px 24px 0px;
  font-style: italic;
}
   
div.registry-first {
  margin: 12px 12px 36px 12px;
}


/* for displaying database table summaries */
div.summary { 
  margin-top: 12px;
  text-align: center;
  background-color: transparent;
  padding: 6px 0px 12px 0px;
  width: 100%;
}  

div.summary a{ 
  color: black;
}  

div.summary-table { 
  margin-top: 2px;
  background-color: transparent;
  padding: 0px 6px 6px 6px;
  width: 100%;
}  
div.summary-table table {   
  margin: 0px 12px 0px 12px;
  background-color: #FFE8AC;   
}
div.summary-table th{ 
  color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  font-size:85%;
  font-weight: bold;
  padding: 2px 3px 2px 3px;
  text-align: center;
}  
div.summary-table td {
  font-size: 75%;
  margin: 6px 6px 6px 6px;
  padding: 2px 3px 2px 3px;
  color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  text-align: left;
}
div.summary-table td.right {
  text-align: right;
}
div.summary-table td.center {
  text-align: center;
}

.ctl {
  width: 100px;
}
.bar-bottom{
  border-bottom: 1px solid black;
}
.bar-right{
  border-right: 1px solid black;
}
 
table.summary-options{   
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 6px 0px;
  text-align: center;
  width: 100%;
}
td.summary-options {
  font-size: 85%;
  padding: 0px 2px 0px 2px;
}
td.summary-options-subtitle {
  font-size: 140%;
  text-align: center;
  padding: 0px 12px 0px 12px;
  font-weight: bold;
}

a.plain,a.plain:link,a.plain:active,a.plain:visited,a.plain:hover {
  background-color: transparent;
  color: black;
  text-decoration: none;
}
a.plain:hover {
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}


/* for displaying registry details */
div.registry-detail { 
  margin-top: 6px;
  background-color: transparent;
  padding: 6px 0px 12px 0px;
  width: 100%;
}  

div.registry-detail a{ 
  color: black;
}  

div.registry-detail table {   
  margin: 0px 12px 0px 12px;
  background-color: #FFE8AC;   
}
div.registry-detail th { 
  color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  font-size:85%;
  font-weight: bold;
  padding: 2px 3px 2px 3px;
  text-align: center;
}  
div.registry-detail td {
  font-size: 75%;
  margin: 6px 6px 6px 6px;
  padding: 2px 3px 2px 3px;
  color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  text-align: left;
}
div.registry-detail td.right {
  text-align: right;
}
div.registry-detail td.center {
  text-align: center;
}
div.registry-detail td.grayed {
  background-color: #DDDDDD;
}
         
div.registry-email {
  margin: 6px 6px 6px 6px;
}
div.registry-email td.prompt{
  font-size: 80%;
  padding: 2px 3px 2px 3px;
  color: black;
  text-align: right;
  font-style: italic;
}
div.registry-email td.data{
  font-size: 80%;
  padding: 2px 3px 2px 3px;
  color: black;
  text-align: left;
}
div.registry-email textarea{
  font-size: 100%;
  padding: 2px 3px 2px 3px;
  color: black;
  text-align: left;
}
div.registry-email td.rem-submit{
  font-size: 80%;
  color: black;
  text-align: center;
}

/* registry user's comments */
div.reg-comments {
  margin: 12px 60px 12px 60px;
  padding: 6px 6px 6px 6px;
  border: 1px solid #CC4D31;
}
div.reg-comments p {
  margin: 0px 0px 6px 0px;
}
div.reg-comments p.head {
  color: #CC4D31;
  font-weight: bold;
  margin: 0px 0px 6px 0px;
  font-size: 110%;
}

