﻿html
{
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}

html, body, #wrapper, p, td, li
{
  font: 11.5pt Calibri, Tahoma, serif;
}

th
{
  text-align: left; /* not sure why it ain't so by default */
  font-weight: normal;
}

p
{
  text-align: justify;
}

em, strong, b, .activebtn, th
{
  /*font-family: Georgia, "Palatino Linotype" , Palatino, Georgia, serif;*/
  font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Calibri" , Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

html, body, #wrapper
{
  color: #202025;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  /* text-align: center; */
}
small
{
  font-size: 10pt;
}
code, pre, textarea
{
  font: 10pt Consolas;
}
h1, h2, h3, h4
{
  color: Maroon;
}
#wrapper
{
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
  width: 880px;
}
#maindiv
{
  margin: 0px 60px 0px 60px;
}
#meetlinks
{
  float: right;
  vertical-align: baseline;
}
.btmborder
{
  border-bottom: solid 1px Gray;
}
.topborder
{
  border-top: solid 1px Gray;
}
a
{
  text-decoration: none;
  color: Maroon;
}

.topmenu
{
  background-color: #e0e0e0;
  padding-left: 60px;
  vertical-align: bottom;
}

.topmenu, #meetlinks
{
  font-family: Calibri, Arial, Helvetica, Sans-Serif;
  font-size: 11pt;
}

#links > a
{
  padding: 0px 3px 2px 2px;
  /*background-color: #e0e0e0;*/
}

.topmenu a:hover
{
  /*padding: 3px 6px;*/
  /*border-bottom: solid 1px Maroon;*/
  /*background-color: #d0d0d0;*/
  /*font-weight: bold;*/
}

.topmenu a:active
{
  /*border-bottom: solid 2px Maroon;*/
  
}

ul
{
  /*list-style-type: square;*/
  list-style-image: url('/Content/Silver.gif');
  /*margin-left: 0;
  padding-left: 1.5em;
  position: relative;
  left: -1.5em;*/
}


.amp
{
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}

img 
{
  border: 0px;
}

#rss
{
  float: right;
  padding-right: 50px;
  padding-top: 22px;
}

#links
{
  padding-top: 30px;
}

.wallentry
{
  line-height: 11pt;
}

.deemph
{
  font: 10pt 'Arial Narrow'; 
  color: Gray;
}

.hanging
{
 
    padding-left: 1em ;
    text-indent: -1em ;
}

.linkbutton
{
  padding: 3px 6px 3px 6px;
  background-color: Silver;
}

/* button styles, see http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ */
.fg-button
{
  outline: 0;
  margin: 0 4px 0 0;
  padding: .4em 0.8em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1;
}
.fg-button .ui-icon
{
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

a.fg-button
{
  float: left;
}

/* remove extra button width in IE */
button.fg-button
{
  width: auto;
  overflow: visible;
}

.fg-button-icon-left
{
  padding-left: 0.8em;
}
.fg-button-icon-right
{
  padding-right: 0.8em;
}
.fg-button-icon-left .ui-icon
{
  right: auto;
  left: .2em;
  margin-left: 0;
}
.fg-button-icon-right .ui-icon
{
  left: auto;
  right: .2em;
  margin-left: 0;
}

.fg-button-icon-solo
{
  display: block;
  width: 8px;
  text-indent: -9999px;
}
/* solo icon buttons must have block properties for the text-indent to work */

.fg-buttonset
{
  float: left;
}
.fg-buttonset .fg-button
{
  float: left;
}
.fg-buttonset-single .fg-button, .fg-buttonset-multi .fg-button
{
  margin-right: -1px;
}

.fg-toolbar
{
  padding: .5em;
  margin: 0;
}
.fg-toolbar .fg-buttonset
{
  margin-right: 1.5em;
  padding-left: 1px;
}
.fg-toolbar .fg-button
{
  font-size: 0.8em;
}

/* popup support */
#backgroundPopup {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  border:1px solid #cecece;
  z-index:1;
}
#newBookPopup {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:250px;
  width:600px;
  background:#FFFFFF;
  border:2px solid #cecece;
  z-index:2;
  padding:12px;
  font-size:13px;
}
#newBookPopupClose {
  font-size:14px;
  line-height:14px;
  right:6px;
  top:4px;
  position:absolute;
  color:#6fa5fd;
  font-weight:700;
  display:block;
  cursor: pointer;
}
#contactPopup {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 350px;
  width: 600px;
  background: #FFFFFF;
  border: 2px solid #cecece;
  z-index: 2;
  padding: 12px;
  font-size: 13px;
}
#contactPopupClose {
  font-size:14px;
  line-height:14px;
  right:6px;
  top:4px;
  position:absolute;
  color:#6fa5fd;
  font-weight:700;
  display:block;
  cursor: pointer;
}