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

/** GLOBAL CLASSES **/
.u {text-decoration:underline}
.b {font-weight:bold}
.c {text-align:center}
.i {font-style:italic}
.red {color:red}
.green {color:green}
.blue {color:blue}
.orange {color:orange}
.purple {color:purple}
.teal {color:#0892D2}

.ef {background-color:#efefef}

.bor {border:1px solid red;}
.bog {border:1px solid green;}
.bogr {border:1px solid #666666;}
.bow {border:1px solid white;}
.grayBg {background-color:#efefef}
.r {float:right}
.l {float:left}
.cb {clear:both}

.sm {font-size:9px}
.xsm {font-size:8px}
.med {font-size:12px;}
.big {font-size:13px;}
.bigger {font-size:16px}

.marg {margin:10px;}
.nopad {margin:0px;padding:0px;}

.caption {font-size:9px;font-weight:bold;text-align:center}