/* --- Style --- */

.red	{ color: #aa0033; font-weight: bold }
.green	{ color: rgb(0, 128, 0); font-weight: bold }
.hl	{ background-color: #ffffaa }
.hll	{ background-color: #ffffcc }
.bold	{ font-weight: bold }
.normal	{ font-weight: normal }


/* --- Visibility --- */

.visible	{ visibility: visible }
.hidden	{ visibility: hidden; display: none }
/*
.collapse	{ visibility: collapse }
.inherit	{ visibility: inherit }
*/


/* --- Links --- */

a		{ text-decoration: none; font-weight: bold }
a:hover	{ text-decoration: underline }
a:visited	{ }


/* --- Navigation Links --- */

.ln		{ text-decoration: none; font-weight: normal }
.lnt	{ font-size: 12px; font-weight: normal }
.lnt:visited	{ font-size: 12px; font-weight: normal }
.lns	{ font-size: 12px; font-weight: normal }
.lns:visited	{ font-size: 12px; font-weight: normal }
.lnts	{ font-size: 12px; font-weight: normal }
.lnts:visited	{ font-size: 12px; font-weight: normal }
.lnl	{ font-size: 12px; font-weight: normal }
.lnlb	{ font-size: 12px; font-weight: bold }
.lnb	{ font-size: 12px; font-weight: normal; color: #ffffff }


/* --- Forms --- */

.fl	{ font-size: 14px; font-weight: normal }
.ff	{ font-size: 16px; font-weight: bold; width: 270px }
.fb	{ font-size: 15px; font-weight: bold }
.fbn	{ font-size: 15px; font-weight: bold }

/* highlight */
.flh	{ font-size: 14px; font-weight: bold }
.ffh	{ font-size: 16px; font-weight: bold; width: 270px; background-color: #ffffee }


/* edit form */
.fle	{ font-size: 12px; font-weight: normal }
.ffe	{ font-size: 18px; font-weight: bold; width: 300px }
.fbe	{ font-size: 15px; font-weight: bold }
.fleh	{ font-size: 12px; font-weight: bold; background-color: #ffffcc }
.ffeh	{ font-size: 18px; font-weight: bold; width: 300px }


/* --- Boxes --- */

.br	{ -moz-border-radius: 1em; border-radius:1em; background-color: #eeeeee; padding: .25em }


/* --- Navigation Boxes --- */

.brnts	{ -moz-border-radius: 1em; border-radius:1em; background-color: #eeeeee; padding: .25em }
