/* style.css 4 BugChatter.com */
a:link {color: #369; text-decoration: underline; border: none}
a:visited {color: #936; text-decoration: underline; border: none}
a:hover {color: #8C8; text-decoration: underline}
a:active {color: #889}

body {font-family: 'Arial Narrow'; _background: #F8F8F0;}
table {border-collapse: collapse}
button {margin-top: 4px; border-radius: 4px; background: #9EE}
qtd {padding-right: 2px; padding-left: 2px}
th {font: 1em Arial; font-weight: lighter;}
input, textarea {font-family: "Courier New"}
big {font-size: 1.2em}
qb {font-size: 1.35em; font-weight: lighter;}
qi {font-family: "Courier New"}
_em {font-family: "Comic Sans MS"; font-style: normal}
_s {font-family: "Comic Sans MS"; text-decoration: none}
address {}
cite {}
code {}
dfn {}
kbd {}
q {}
samp {}
tt {}
var {}

.r {position: relative}
.req {border: red 1px solid}
.bg {font-size: 2.6em}
.but {font: 1.1em "Comic Sans MS"; display: inline-block;}
.sav {font-size: .8em; font-weight: bold ; color: #933}
.dis {border: none; background: transparent; font-size: .85em; color: #888; font-style: italic}
.df {font-family: Digiface}
.kc {font: 1.8em Keycaps}
.ks {font: 2em "Keystrokes MT Regular"}
.dis {border: none; background: transparent; font-size: .85em; color: #888; font-style: italic}
.sav {font-size: .9em; font-weight: bold ; color: #933}
.typ {font-family: "Typist", "Courier New"; border: 1px solid #0C0;} //, "Courier New"
.grn {border: 1px solid #0C0; background-color: #FFF}

.btn {border: solid 1px #0C0; 
border-radius: 16px; 
padding-left: 8px; 
padding-right: 8px;}

.rad8 {border: solid 1px black; border-radius: 8px}
.rad16 {border: solid 1px black; border-radius: 16px}

 //must lower case font file names
@font-face {font-family: Keycaps; src: url(common/keycaps.ttf)}
@font-face {font-family: Keystrokes; src: url(common/key_0.ttf)}*/
@font-face {font-family: Ramona; src: url(common/ramona.ttf)}
@font-face {font-family: Desdemona; src: url(common/desdemon.ttf)}
@font-face {font-family: Digiface; src: url(common/digiface.ttf)}
@font-face {font-family: SnowtopCaps; src: url(common/snowcaps.ttf)}
@font-face {font-family: Truffle; src: url(common/truffl.ttf)}

@media screen {.PrintOnly {display: none ;}}
@media print {.ScreenOnly {display: none ;}}