/*****************************************************************************************
Name:			tools.css
Copyright:		Breakthrough Design Group.
Description:	Style sheet containing canned reusable classes.
*****************************************************************************************/

/** GLOBAL CLASSES **/
.u {text-decoration:underline}
.b {font-weight:bold}
.c {text-align:center}
.i {font-style:italic}

/** Coloring **/
.red {color:red}
.green {color:green}
.blue {color:blue}
.orange {color:orange}
.purple {color:purple}
.teal {color:#0892D2}

/** Borders **/
.bor {border:1px solid red;}
.bog {border:1px solid green;}
.bogr {border:1px solid #666666;}
.bow {border:1px solid white;}
.nobo {border:none}

.grayBg {background-color:#efefef}
.r {float:right}
.l {float:left}
.cb {clear:both}

/** Font sizing **/
.sm {font-size:9px}
.xsm {font-size:8px}
.big {font-size:13px;}
.bigger {font-size:16px}

/** padding/margins **/
.marg {margin:10px;}
.nopad {margin:0px;padding:0px;}
.pad {padding:15px}

/** Alphabetical **/
.caption {font-size:9px;font-weight:bold;text-align:center}
.error {font-size:15px;border:2px solid #f87206; background-color:#f9e6cd;color:#f87206;padding:20px;margin-bottom:10px}
.intro {display:none}