/*
 The Voices Of Many, copyright Pete Spicer 2005
 Style sheet implemented by Pete Spicer 2005
 Based on the original stylesheet as implemented for myperch.org on 5 August 2002.
 Modifications made in line with Kiss My Faerie! (kissmyfaerie.org) requirements,
 version 3 (7/5/04) as rewrite of version 2 (26/2/04)
 This implementation: 7/10/05 for The Voices of Many
*/
   
h1,h2,h3 { text-align:center; margin:0; font-family:Verdana,sans-serif; }
body { background-color:white;
       color:black;
       font-family:sans-serif; margin:0; font-size:10pt;
     }

tr { margin:0; }
td.mdl { vertical-align:middle; }
td.mnu { font-size:10pt; }
td { vertical-align:top; }

.surroundtl { background-image:url('images/tlcorner.png'); width:35px; height:27px; }
.surroundtop { background-image:url('images/top.png'); background-repeat:repeat-x; height:27px; }
.surroundmenutl { background-image:url('images/cornerl.png'); width:24px; height:27px; }
.surroundmenutop { background-image:url('images/cornerm.png'); background-repeat:repeat-x; vertical-align:middle; }
.surroundmenutr { background-image:url('images/cornerr.png'); width:11px; height:27px; }
.surroundleft { background-image:url('images/left.png'); background-repeat:repeat-y; width:35px; }
.mainbackground { background-color:white; color:black; vertical-align:top; }
.surroundmiddle { background-image:url('images/menubackl.png'); background-repeat:repeat-y; width:24px; }
.menubackground { color:white; background-color:#932816; vertical-align:top; font-family:sans-serif; }
.surroundright { background-image:url('images/menubackr.png'); background-repeat:repeat-y; width:11px; }
.surroundbl { background-image:url('images/blcorner.png'); width:35px; height:43px; }
.surroundbottom { background-image:url('images/bottom.png'); background-repeat:repeat-x; height:43px; }
.surroundbottomdiv { background-image:url('images/bcornerl.png'); width:24px; }
.surroundbr { background-image:url('images/bcornerr.png'); background-repeat:repeat-y; width:11px; }
.copyright { vertical-align:middle; font-size:smaller; background-color:white; color:black; text-align:center; }
.surroundmenubottoml { background-image:url('images/menubottoml.png'); width:24px; height:32px; }
.surroundmenubottom { background-image:url('images/menubottomm.png'); background-repeat:repeat-x; }
.surroundmenubottomr { background-image:url('images/menubottomr.png'); width:11px; }

.activel { background-image:url('images/littableft.png'); width:8px; height:42px; background-repeat:no-repeat; background-color:#932816; color:white; }
.activem { background-image:url('images/littabmain.png'); height:42px; background-repeat:repeat-x; background-color:#932816; vertical-align:middle; text-align:center; color:white; }
.activer { background-image:url('images/littabright.png'); width:16px; height:42px; background-repeat:no-repeat; background-color:#932816; color:white; }
.dulll { background-image:url('images/dulltableft.png'); width:8px; height:42px; background-repeat:no-repeat; background-color:#626262; color:white; }
.dullm { background-image:url('images/dulltabmain.png'); height:42px; background-repeat:repeat-x; background-color:#626262; vertical-align:middle; text-align:center; color:white; }
.dullr { background-image:url('images/dulltabright.png'); width:16px; height:42px; background-repeat:no-repeat; background-color:#626262; color:white; }

img.css { border:0; background-color:#932816; color:white; }

.gb { color:white; background-color:#932816; width:88px; height:31px; }
.left { text-align:left; }
.right { text-align:right; }
.ctr { text-align:center; }
.heading { font-weight:bold; color:white; background-color:#932816; }
.sml { font-size:smaller; }
.chat { color:purple; background-color:white; }

ul.spaced li { margin-bottom:5pt; }

/* ordinary link */
a:link { color:red; background-color:white; }
a:visited { color:red; background-color:white; }
a:hover { color:black; background-color:white; }
a:active { color:red; background-color:white; }

/* menu link */
.menu { color:white; background-color:#932816; }
.menu_it { color:white; font-style:italic; background-color:#932816; }
.menu_gr { color:silver; background-color:#932816; }
a.menu:link { color:white; background-color:#932816; }
a.menu:visited { color:white; background-color:#932816; }
a.menu:hover { color:silver; background-color:#932816; }
a.menu:active { color:white; background-color:#932816; }

.dlmenu { color:white; background-color:#606060; }
a.dlmenu:link { color:white; background-color:#606060; }
a.dlmenu:visited { color:white; background-color:#606060; }
a.dlmenu:hover { color:silver; background-color:#606060; }
a.dlmenu:active { color:white; background-color:#606060; }

.cmd { background-color:white; color:#000080; font-family:"Courier New",monospace; }