/* tos.css -- master stylesheet for schodack.org */
/* latest update: 27 Jan 09 */

/* overridden in adoptedBd.htm  and adoptedBd2009.htm */
body {
margin-left: 12px;
margin-right: 12px;
color: black;
background-color: #ddffff;
width: 98%;
max-width: 1024px;
}

.b {
font-weight: bold;
}

.i {
font-style: italic;
}

.bi {
font-weight: bold;
font-style: italic;
font-size: 0.9em;
}

.cntr {
text-align: center;
}

/* overridden - INLINE - in adoptedBd.htm  and adoptedBd2009.htm */
table, tr, td {
border-style: none;
border-width: 0px;
font-size: 1.0em;
max-width: 1024px;
}

address {
font-size: 0.8em;
}

.nodent {
text-indent: 0px;
}

.dent12 {
text-indent: 12px;
}

.dent24 {
text-indent: 24px;
}

.dent48 {
text-indent: 48px;
}
.pad24 {
padding-left: 24px;
}

.pad36 {
padding-left: 36px;
}

.pad48 {
padding-left: 48px;
}

.norm {
font-weight: normal;
font-size: 1.0em;
}

.r {
text-align: right;
}


.item {
font-weight: bold;
}

.hl {
font-size: 1.2em;
font-weight: bold;
}

.hl36 {
font-size: 36pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

.hl30 {
font-size: 30pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

.hl24 {
font-size: 24pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

.hl18 {
font-size: 18pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

.hl16 {
font-size: 16pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

.hl14 {
font-size: 14pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

.hl12 {
font-size: 12pt;
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
}

/* left sidebar */
.lsb {
color: black; 
background-color: #aaddff;
padding-left: 3px;  
padding-right: 3px;  
padding-top: 1px;  
padding-bottom: 1px;
font-family: Arial, Verdana, sans-serif;
font-size: 9pt;
line-height: 130%;
text-decoration: none;
}

.lsb.a:visited, a:link {
line-height: 130%;
color: black;
background-color: transparent;
}

.lsb.a:active {
line-height: 130%;
color: NAVY;
background-color: transparent;
}

.rsb {
padding-left: 6px;
font-family: Arial, Verdana, sans-serif; 
font-size: 9pt;
text-indent: 0px;
}

a:visited, a:link {
color: NAVY;
}

a:active {
color: NAVY;
}

/* old adoptedBd.css, adoptedBdprev.css defaulted to decimal */
li {
list-style-type: none;
}

ol.d, li.d {
list-style-type: decimal;
}

ol.a, li.a {
list-style-type: lower-alpha;
}

ol.none, ul.none, li.none {
list-style-type: none;
}
ul.n, ol.n, li.n {
list-style-type: none;
}

ul.bullet {
list-style-type: disc;
}

li.bullet {
list-style-type: disc;
}

.box-gray {
color: black;
background-color: #dddddd;
line-height: 150%;
}

.box-grn {
background-color: #eeffee;
line-height: 150%;
}

.warn {
font-size: 0.9em;
font-weight: bold;
color: red;
background-color: transparent;
}

/* withdrawn, chiefly for adoptedBd.htm and adoptedBdprev.htm */
.wd {
color: #c33e03;
background-color: transparent;
}

.tocome {
color: #4488aa;
background-color: transparent;
}

.updt {
color: red;
background-color: transparent;
font-size: 0.8em;
}

.col2 {
position: absolute;
left: 6em;
}

.col2a {
position: absolute;
left: 20em;
}

.col3 {
position: absolute;
left: 31em;
}

.col4 {
position: absolute;
left: 37em;
}

