/*
  ##################
  # GENERAL SETTINGS
  ##################
*/

 {
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
}

body {
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
}

table {
  max-width:1100;
}

a {
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  text-decoration: underline;
}

.menulinks a, h1 a, h2 a, h3 a {
  text-decoration: none;
}

a:link a:visited {
  color:#FFFFCC;
}

h1 a {
  font-size:14pt;
}

h2 a {
  font-size:12pt;
}

h3 a {
  font-size:10pt;
}

.menulinks a {
  text-decoration: none;
  font-size:9pt;
}

.small {
  font-size:8pt;
}

a:hover {
  text-decoration: underline overline;
}

.currpagenum {
  font-size:14pt;
  font-weight:bold;
}

/*
  ##################
  # ADMIN PAGES
  ##################
*/

.admin {
  font-size:10pt;
  color:#000000;
  background-color:#ffffff;
}

.admin a {
  a:blue;
}

.admin a:visited {
  a:blue;
}

/*
  ##################
  # SITE HEADER
  ##################
*/

.siteSlogan a {
  font:tahoma,verdana,arial,sans-serif;
  font-size:14pt;
  font-style: italic;
  text-decoration: none;
}

.siteSlogan a {
  text-decoration: none;
}


/*
  ##################
  # TEXT BOXES
  ##################
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1200px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:1px; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 4px 10px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:5px; /* top slice width */
 margin-left:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:5px; /* bottom corner width */
 margin-left:-5px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .bdsml,
.dialog .bdnopad,
.dialog .ft {
 position:relative;
}

.dialog .bdnopad {
  color:#FFFFFF;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-width:1200px;
 max-height:25px;
 //overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog .menuwrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-width:1200px;
 max-height:1569px;
 //overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size:14pt;
}

.dialog h2 {
 padding-bottom:0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size:12pt;
}

.dialog h3,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 margin-left:-12px;
 padding:4px 4px 4px 0px;
}

.dialog h3 {
 padding-bottom:0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size:11pt;
 font-weight:bold;
 text-align:center;
}


.dialog.short .menuwrapper {
 max-height:520px;
}

.dialog.short .wrapper {
 max-height:520px;
}

.dialog.type5 .content,
.dialog.type5 .t,
.dialog.type5 .b,
.dialog.type5 .b div {
}

.dialog.drip .b,
.dialog.drip .b div {
 height:21px;
}

.dialog.drip {
 margin-left:10px;
}

.dialog.drip .t,
.dialog.drip .b div,
.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft,
.dialog.drip .wrapper,
.dialog.drip .menuwrapper {
 margin-left:-10px;
 width:10px;
}

.dialog.drip .wrapper {
 width:auto;
}

.dialog.drip .menuwrapper {
 width:auto;
}

.dialog .menuwrapper .hd,
.dialog .menuwrapper .bd,
.dialog .menuwrapper .bdsml,
.dialog .menuwrapper .bdnopad,
.dialog .menuwrapper .ft {
 margin-left:0px;
}

.dialog .wrapper .hd,
.dialog .wrapper .bd,
.dialog .wrapper .bdsml,
.dialog .wrapper .bdnopad,
.dialog .wrapper .ft {
 margin-left:0px;
}

.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft {
 zoom:1;
 width:auto;
 padding:4px 8px 4px 8px;
}

.bd {
 font-size:10pt;
}

.bdsml {
 width:auto;
 padding:2px 4px 4px 0px;
}

.bdnopad {
 width:auto;
 padding:0px 0px 0px 0px;
 font-size:9pt;
}

.dialog .wrapper .bd {
 min-height:20px; /* compensate overall height for bottom shade */
}

.dialog .wrapper .bdsml {
 min-height:21px; /* compensate overall height for bottom shade */
}

.dialog .menuwrapper .bd {
 min-height:20px; /* compensate overall height for bottom shade */
}

.dialog .menuwrapper .bdsml {
 min-height:21px; /* compensate overall height for bottom shade */
}
