#main {
	background: url(../images/big_bell.gif) no-repeat;
	}

dt       { font-weight: bold; }

.OS { font-family: monospace; }
.music { font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', sans-serif; }

.inscription   { font-family: garamond, times, serif; font-weight: bold; text-transform: uppercase;  font-size: 80%; text-align: center;}
.inscription small   { font-variant: small-caps; font-weight: bold;}
.visitDay { clear: right; }

table.bells th { background-color: #d7d6b7; }

table.bells {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: #a8a781;
	border-collapse: separate;
}
table.bells th, table.bells td {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: #a8a781;
}

table.method { text-align: center; }
td.iB3   { background-color: #CCCCFF; color: blue; font-weight: bold;}
td.tenor { color: gray; }

.work    { font-weight: bold; }
.stroke  { color: gray; padding-left: .5em; }
.term:before, .term:after {content: '"';}

.hMenu   { margin-left: 0; }
.hMenu li { display: inline; margin-left: .5em; padding: 0; }

.bell-picker {border: 2px solid #d7d6b7; width: 2.5em;}
.bell-picker ul {list-style-image: url(../images/bell_icon[sm].gif); padding-left: 1.5em; margin: .2em .1em;}
.bell-picker ul li {padding: 0; margin: 0;}

/* hide-n-show */

div.hidden 	{ display: none; }
div.shown 	{ display: block; }
.toggle a	{ cursor: pointer; }

@media print {
    div.toggle 	{ display: none; }
    div.hidden 	{ display: block; }
    }	