/* The SRT font styling shortcuts package. Liable to change over time. Makes life easier when building simple, non-fancy databases.	*/
/* Mix and match as needed, of course - just like jQuery-UI css styles	*/

.srt_txt_3 { font-size: 3px; }
.srt_txt_4 { font-size: 4px; }
.srt_txt_5 { font-size: 5px; }
.srt_txt_6 { font-size: 6px; }
.srt_txt_7 { font-size: 7px; }
.srt_txt_8 { font-size: 8px; }
.srt_txt_9 { font-size: 9px; }
.srt_txt_10 { font-size: 10px; }
.srt_txt_11 { font-size: 11px; }
.srt_txt_12 { font-size: 12px; }
.srt_txt_13 { font-size: 13px; }
.srt_txt_14 { font-size: 14px; }
.srt_txt_15 { font-size: 15px; }
.srt_txt_16 { font-size: 16px; }
.srt_txt_17 { font-size: 17px; }
.srt_txt_18 { font-size: 18px; }
.srt_txt_19 { font-size: 19px; }
.srt_txt_20 { font-size: 20px; }
.srt_txt_21 { font-size: 21px; }
.srt_txt_22 { font-size: 22px; }
.srt_txt_23 { font-size: 23px; }
.srt_txt_24 { font-size: 24px; }
.srt_txt_25 { font-size: 25px; }
.srt_txt_26 { font-size: 26px; }
.srt_txt_27 { font-size: 27px; }
.srt_txt_28 { font-size: 28px; }
.srt_txt_29 { font-size: 29px; }
.srt_txt_30 { font-size: 30px; }

.srt_txt_top { vertical-align: top; }
.srt_txt_middle { vertical-align: middle; }
.srt_txt_bottom { vertical-align: bottom; }

.srt_txt_left { text-align: left; }
.srt_txt_center { text-align: center; }
.srt_txt_right { text-align: right; }
.srt_txt_justify { text-align: justify; }

.srt_txt_w1 { font-weight: 100; }
.srt_txt_w2 { font-weight: 200; }
.srt_txt_w3 { font-weight: 300; }
.srt_txt_w4, .srt_txt_n { font-weight: 400; }
.srt_txt_w5 { font-weight: 500; }
.srt_txt_w6 { font-weight: 600; }
.srt_txt_w7, .srt_txt_b { font-weight: 700; }
.srt_txt_w8 { font-weight: 800; }
.srt_txt_w9 { font-weight: 900; }

.srt_txt_u { text-decoration: underline; }
.srt_txt_em { font-style: italic; }
.srt_txt_mono { font-family: "Lucida Console", Monaco, monospace; }
.srt_txt_caps { font-variant: small-caps; }
.srt_txt_upper { text-transform: uppercase; }
.srt_txt_lower { text-transform: lowercase; }
.srt_txt_ucwords { text-transform: capitalize; }

.srt_txt_nounderline { text-decoration: none; }
.srt_txt_nowrap { white-space: nowrap; }

.srt_txt_condense1 { letter-spacing:-0.05em; }
.srt_txt_condense2 { letter-spacing:-0.1em; }
.srt_txt_condense3 { letter-spacing:-0.15em; }
.srt_txt_expand1 { letter-spacing:0.05em; }
.srt_txt_expand2 { letter-spacing:0.1em; }
.srt_txt_expand3 { letter-spacing:0.15em; }

.srt_txt_grey0 { color:#000; }
.srt_txt_grey1 { color:#111; }
.srt_txt_grey2 { color:#222; }
.srt_txt_grey3 { color:#333; }
.srt_txt_grey4 { color:#444; }
.srt_txt_grey5 { color:#555; }
.srt_txt_grey6 { color:#666; }
.srt_txt_grey7 { color:#777; }
.srt_txt_grey8 { color:#888; }
.srt_txt_grey9 { color:#999; }
.srt_txt_greyA { color:#AAA; }
.srt_txt_greyB { color:#BBB; }
.srt_txt_greyC { color:#CCC; }
.srt_txt_greyD { color:#DDD; }
.srt_txt_greyE { color:#EEE; }
.srt_txt_greyF { color:#FFF; }

