/* styles_available_in_text_editor.css:                 */
/* these are global styles that would be in static.css  */
/* except that we also want them available in the rich  */
/* text editor, which pulls in this css file.           */

.title_txt, .title_txt_p {font-size:1.2em;font-weight:bold;margin:0 0 4px;display:block;line-height:1.2em;}
.subtitle_txt, .subtitle_txt_p {font-size:1.1em;font-weight:bold;margin:0 0 2px;display:block;}
.title_txt_p, .subtitle_txt_p {color:#440E62;}

.grayBox {display:block;padding:8px 12px;border:1px solid #ccc;font-size:0.9em;margin:8px 0;line-spacing:1.2em;}
.grayBox a {color:#440E62;}

.darkGray .title_txt_p, .darkGray .subtitle_txt_p, .grayBox a {color:#fff;}
.cpt_title {font-family:"Copperplate Gothic Light", Copperplate, fantasy;font-weight:bold;font-size:13px;padding:0 0 4px;border-bottom:1px solid #fff;display:block;}
.centSm, .centMd, .centLg {font-family:   Helvetica, Arial, sans-serif; font-weight: bold; font-size: 15px; letter-spacing: 0.1px;}
.centMd {font-size: 20px;}
.centSm {font-size: 15px;}
.centLg {font-size: 28px; line-height: 1em;}

.titleText {display:block;font-size:1.3em;font-weight:bold;line-height:1.2em;margin:0 0 4px;}
.titleTextPurple {display:block;font-size:1.3em;font-weight:bold;line-height:1.2em;margin:0 0 4px;color:#440E62;}

.subtitleText {display:block;font-size:1.1em;font-weight:bold;margin:0 0 2px;}
.subtitleTextPurple {display:block;font-size:1.1em;font-weight:bold;margin:0 0 2px;color:#440E62;}

.darkGray .centSm a, .darkGray .centMd a, .centLg a {padding-right: 13px;
    background: right url('/etc/designs/scps2/images/white-arrow.png') no-repeat;}

.text li span {margin-bottom: 7px;}

.bodySm{font-size: 12px;}