/*

   Dante Alighieri Society of Massachusetts, Inc.

   41 Hampshire Street
   Cambridge, MA 02139
   (617) 876-5160
   admin "AT" dantemass.org

   File: css/site.css

   Date: 09 January 2012

   Copyright (C) 2012
   All rights reserved

*/

body#layout {
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        10pt;
  text-align:       center;
  color:            black;
  background-image: url(../images/background.gif);
}

td#lshadow { background-image: url(../images/border-left.gif);  }
td#rshadow { background-image: url(../images/border-right.gif); }

table#content_table {
  width:            1000px;
  background-color: white;
}

td#content {
  height:            500px;
  background-repeat: no-repeat;
}

td#menu {  background-color: silver; }

td#footer {
  border-top:       4px solid silver;
  background-color: silver;
  height:           100px;
  font-weight:      bold;
  text-align:       center;
  color:            white;
}

.hdiv  { background-image: url(../images/hdiv.png); }
.hdiv2 { background-image: url(../images/hdiv2.png); }

a {
  color:           blue;
  text-decoration: none;
}

a:hover {
  color:            blue;
  text-decoration:  underline;
}

a.flink {
  color:           white;
  text-decoration: none;
}

a.flink:hover {
  color:            white;
  text-decoration:  underline;
}

p { 
  text-align:    justify;
  padding-left:  25px;
  padding-right: 25px;
}

img.title-border { border-bottom: 2px solid #C0C0C0; }

td.link-section-titles {
  background-color: silver;
  color:            white;
  font-size:        12pt;
  font-weight:      bold;
  text-align:       center;
}

td.form-field-title {
   text-align:  right;
   font-size:   12pt;
   font-weight: bold;
   font-style:  italic;
   color:       silver;
}

textarea { border: 1px solid silver; }

input.gb { border: 1px solid silver; }