/** 
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */



 
 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
    font-family: Arial, Verdana, Lucida, sans-serif;             
    line-height: auto;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {     
     margin: 0;
     padding: 0;         
     font-size: 12px;    
}



/* PRE STYLES 
-------------------------------------------- */    
.typography pre {
    display: block;
    font-family: -moz-fixed;
    white-space: pre;
    margin: 1em 0;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
    margin-top: 0;
    margin-bottom: 0;
    /* XXXldb do we want this if we're border-collapse:collapse ? */
    -moz-box-sizing: border-box;
    text-indent: 0;
}
    .typography tr {}
    
    .typography td {}


/* PARAGRAPH STYLES 
-------------------------------------------- */

.typography p.Paragraph_ThemeForeColor {
    color: #0084AB;
}
.typography p.Paragraph_ThemeForeColor-BOLD {
    font-weight: bold;
    color: #0084AB;
}
.typography p.Paragraph_ThemeForeColor-UPPERCASE {
    text-transform: uppercase;
    color: #0084AB;
}

.typography p.Paragraph_ThemeForeColor a,
.typography p.Paragraph_ThemeForeColor-BOLD a,
.typography p.Paragraph_ThemeForeColor-UPPERCASE a {
    border-bottom:1px solid;
}
.typography p.Paragraph_ThemeForeColor a:hover,
.typography p.Paragraph_ThemeForeColor-BOLD a:hover,
.typography p.Paragraph_ThemeForeColor-UPPERCASE a:hover {
    background-color: #0084AB;
    color:#fff;
}




/* TEXT STYLES 
-------------------------------------------- */

.typography .Text_CAPITALIZE {
    text-transform: capitalize;
}
.typography .Text_LOWERCASE {
    text-transform: lowercase;
}
.typography .Text_UPPERCASE {
    text-transform: uppercase;
}
.typography .Text_ThemeForeColor {
    color: #0084AB;
}
.typography .Text_GRAY-ForeColor {
    color: #888888;
}
.typography .Text_ORANGE-ForeColor {
    color: #FF4700;
}
.typography .Text_RED-ForeColor {
    color: #CE0000;
}


                       

/* HEADING STYLES 
-------------------------------------------- */

.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
    display: block;
    font-weight: bold;
}                     
.typography h1 {
    font-size: 31px;  
    margin: 21px 0;    
}                     
.typography h2 {
    font-size: 24px;
    margin: 21px 0;
}                     
.typography h3 {
    font-size: 19px;
    margin: 21px 0;
}                     
.typography h4 {
    font-size: 16px;      
    margin: 21px 0;
}                     
.typography h5 {      
    font-size: 13px;
    margin: 22px 0;
}                     
.typography h6 {      
    font-size: 12px;
    margin: 23px 0;
}

.typography h1.Heading_ThemeForeColor,
.typography h2.Heading_ThemeForeColor,
.typography h3.Heading_ThemeForeColor,
.typography h4.Heading_ThemeForeColor,
.typography h5.Heading_ThemeForeColor,
.typography h6.Heading_ThemeForeColor {
    color: #0084AB;
    margin: 18px 0;
}
.typography h1.Heading_ThemeForeColor-UNDERLINE,
.typography h2.Heading_ThemeForeColor-UNDERLINE,
.typography h3.Heading_ThemeForeColor-UNDERLINE,
.typography h4.Heading_ThemeForeColor-UNDERLINE,
.typography h5.Heading_ThemeForeColor-UNDERLINE,
.typography h6.Heading_ThemeForeColor-UNDERLINE {
    color: #0084AB;
    margin: 18px 0;
    text-decoration: underline;
}
.typography h1.Heading_ThemeForeColor-UNDERLINE-UPPERCASE,
.typography h2.Heading_ThemeForeColor-UNDERLINE-UPPERCASE,
.typography h3.Heading_ThemeForeColor-UNDERLINE-UPPERCASE,
.typography h4.Heading_ThemeForeColor-UNDERLINE-UPPERCASE,
.typography h5.Heading_ThemeForeColor-UNDERLINE-UPPERCASE,
.typography h6.Heading_ThemeForeColor-UNDERLINE-UPPERCASE {
    color: #0084AB;
    margin: 18px 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.typography h1.Heading_ThemeForeColor-UPPERCASE,
.typography h2.Heading_ThemeForeColor-UPPERCASE,
.typography h3.Heading_ThemeForeColor-UPPERCASE,
.typography h4.Heading_ThemeForeColor-UPPERCASE,
.typography h5.Heading_ThemeForeColor-UPPERCASE,
.typography h6.Heading_ThemeForeColor-UPPERCASE {
    color: #0084AB;
    margin: 18px 0;
    text-transform: uppercase;
}
.typography h1.Heading_ORANGE-ForeColor,
.typography h2.Heading_ORANGE-ForeColor,
.typography h3.Heading_ORANGE-ForeColor,
.typography h4.Heading_ORANGE-ForeColor,
.typography h5.Heading_ORANGE-ForeColor,
.typography h6.Heading_ORANGE-ForeColor {
    color: #FF4700;
    margin: 18px 0;
}
.typography h1.Heading_ORANGE-ForeColor-UPPERCASE,
.typography h2.Heading_ORANGE-ForeColor-UPPERCASE,
.typography h3.Heading_ORANGE-ForeColor-UPPERCASE,
.typography h4.Heading_ORANGE-ForeColor-UPPERCASE,
.typography h5.Heading_ORANGE-ForeColor-UPPERCASE,
.typography h6.Heading_ORANGE-ForeColor-UPPERCASE {
    color: #FF4700;
    margin: 18px 0;
    text-transform: uppercase;
}
.typography h1.Heading_RED-ForeColor,
.typography h2.Heading_RED-ForeColor,
.typography h3.Heading_RED-ForeColor,
.typography h4.Heading_RED-ForeColor,
.typography h5.Heading_RED-ForeColor,
.typography h6.Heading_RED-ForeColor {
    color: #CE0000;
    margin: 18px 0;
}
.typography h1.Heading_RED-ForeColor-UPPERCASE,
.typography h2.Heading_RED-ForeColor-UPPERCASE,
.typography h3.Heading_RED-ForeColor-UPPERCASE,
.typography h4.Heading_RED-ForeColor-UPPERCASE,
.typography h5.Heading_RED-ForeColor-UPPERCASE,
.typography h6.Heading_RED-ForeColor-UPPERCASE {
    color: #CE0000;
    margin: 18px 0;
    text-transform: uppercase;
}



/* LINKS 
-------------------------------------------- */

.typography a {
    color: #0084AB;
    text-decoration: none;
    outline: none;
}
    .typography a:hover {
        text-decoration: underline;        
    }
    
    .typography a.Link_Color_CYAN {
        color: #0072B5;
    }
    .typography a.Link_Color_GRAY {
        color: #666666;
    }
    .typography a.Link_Color_ORANGE {
        color: #FF4700;
    }    
    .typography a.Link_Color_RED {
        color: #ce0000;
    }

    /* LINK ICONS - shows type of file
    ------------------------------------ */
    .typography a[href$=".exe"],
    .typography a[href$=".EXE"],
    .typography a.Link_Icon_APP {
        padding: 2px;
        display: inline-block;
        padding-left: 20px;
        background: url(../images/icons/application.png) no-repeat left center;
    }
    .typography a[href$=".doc"],
    .typography a[href$=".DOC"],
    .typography a.Link_Icon_DOC {
        padding: 2px;
        display: inline-block;
        padding-left: 20px;
        background: url(../images/icons/page_word.png) no-repeat left center;
    }

    .typography a[href$=".pdf"],
    .typography a[href$=".PDF"],
    .typography a.Link_Icon_PDF {
        padding: 2px;
        display: inline-block;
        padding-left: 20px;
        background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
    }
    .typography a[href$=".xls"],
    .typography a[href$=".XLS"],
    .typography a.Link_Icon_XLS {
        padding: 2px;
        display: inline-block;
        padding-left: 20px;
        background: url(../images/icons/page_excel.png) no-repeat left center;
    }
    .typography a[href$=".gz"],
    .typography a[href$=".GZ"],
    .typography a[href$=".gzip"],
    .typography a[href$=".GZIP"],
    .typography a[href$=".zip"],
    .typography a[href$=".ZIP"],
    .typography a.Link_Icon_ZIP {
        padding: 2px;
        display: inline-block;
        padding-left: 20px;
        background: url(../images/icons/page_white_zip.png) no-repeat left center;
    }


    /* HOVER Styles */
    .typography a[href$=".exe"]:hover,
    .typography a[href$=".EXE"]:hover,
    .typography a.Link_Icon_APP:hover,
    .typography a[href$=".doc"]:hover,
    .typography a[href$=".DOC"]:hover,
    .typography a.Link_Icon_DOC:hover,    
    .typography a[href$=".pdf"]:hover,
    .typography a[href$=".PDF"]:hover,
    .typography a.Link_Icon_PDF:hover,
    .typography a[href$=".xls"]:hover,
    .typography a[href$=".XLS"]:hover,
    .typography a.Link_Icon_XLS:hover,
    .typography a[href$=".gz"]:hover,
    .typography a[href$=".GZ"]:hover,
    .typography a[href$=".gzip"]:hover,
    .typography a[href$=".GZIP"]:hover,
    .typography a[href$=".zip"]:hover,
    .typography a[href$=".ZIP"]:hover,
    .typography a.Link_Icon_ZIP:hover {
        border-bottom: none !important;
        text-decoration: underline !important;
    }


/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
    margin: 0 0 18px;
    padding-left: 30px;
    font-size: 12px;    
}
    .typography ul ul, 
    .typography ul ol, 
    .typography ol ul,
    .typography ol ol {
        margin: 0;
    }
    
    
    .typography ul li.Listing_Marker_NONE,
    .typography ol li.Listing_Marker_NONE {
        list-style-type: none;
    }
    .typography ul li.Listing_Marker_BLUE-CHECK,
    .typography ol li.Listing_Marker_BLUE-CHECK {
        list-style: url(../images/check_icon.gif);
    }
    .typography ul li.Listing_Marker_BLUE-CHECK-ThemeColor,
    .typography ol li.Listing_Marker_BLUE-CHECK-ThemeColor {
        list-style: url(../images/red_icon.gif);
        color: #0084AB;        
    }            
    .typography ul li.Listing_Marker_CIRCLE,
    .typography ol li.Listing_Marker_CIRCLE {
        list-style-type: circle;
    }
    .typography ul li.Listing_Marker_DECIMAL,
    .typography ol li.Listing_Marker_DECIMAL {
        list-style-type: decimal;
    }    
    .typography ul li.Listing_Marker_DECIMAL-LEADING-ZERO,
    .typography ol li.Listing_Marker_DECIMAL-LEADING-ZERO {
        list-style-type: decimal-leading-zero;
    }    
    .typography ul li.Listing_Marker_DISC,
    .typography ol li.Listing_Marker_DISC {
        list-style-type: disc;
    }
    .typography ul li.Listing_Marker_LOWER-ALPHA,
    .typography ol li.Listing_Marker_LOWER-ALPHA {
        list-style-type: lower-alpha;        
    }    
    .typography ul li.Listing_Marker_LOWER-ROMAN,
    .typography ol li.Listing_Marker_LOWER-ROMAN {
        list-style-type: lower-roman;        
    }    
    .typography ul li.Listing_Marker_RED-CHECK,
    .typography ol li.Listing_Marker_RED-CHECK {
        list-style: url(../images/red_icon.gif);        
    }
    .typography ul li.Listing_Marker_RED-CHECK-ThemeColor,
    .typography ol li.Listing_Marker_RED-CHECK-ThemeColor {
        list-style: url(../images/red_icon.gif);
        color: #0084AB;        
    }    
    .typography ul li.Listing_Marker_SQUARE,
    .typography ol li.Listing_Marker_SQUARE {
        list-style-type: square;
    }                
    .typography ul li.Listing_Marker_UPPER-ALPHA,
    .typography ol li.Listing_Marker_UPPER-ALPHA {
        list-style-type: upper-alpha;
    }        
    .typography ul li.Listing_Marker_UPPER-ROMAN,
    .typography ol li.Listing_Marker_UPPER-ROMAN {
        list-style-type: upper-roman;
    }
    
        


.typography .Text_MARGIN-BOTTOM-2px {
    margin-bottom:2px;
}
.typography .Text_MARGIN-BOTTOM-4px {
    margin-bottom:4px;
}    
.typography .Text_MARGIN-BOTTOM-8px {
    margin-bottom:8px;
}    
.typography .Text_MARGIN-BOTTOM-12px {
    margin-bottom:12px;
}        


/* QUOTES
-------------------------------------------- */
.typography .Text_BLOCKQUOTE {
    margin: 16px 40px;
    font-size: 12px;
    color: #777;
    font-style: italic;
}    
.typography .Text_QUOTE {
    display: block;
    font-size: 11px;
    margin: 10px 10px;
    padding: 5px 8px;
    border: 2px #ccc solid;
}

/* This will put emphasis for Flash Movie Frames */
.typography p.Paragraph_AS-DEMO-VIDEO-WRAPPER {    
    background-color: #fff;
    border:3px solid #333333;    
    margin-left:30px;
    margin-right: 30px;
    padding:10px;
}



/** 
**  R E D M A P - Specific Styles / Theme Related
**  ---------------------------------------------
**/




/*  RM-L - LISTS
-------------------------------------------- */
/*
.typography ul.rm_list_red_square_bullet {
    margin: 0;
    padding: 0;
}
    .typography ul li.rm_list_red_square_bullet {
        list-style-image:url(../images/red-gr.gif);
        line-height:15px;
        color: #f00;
    }        
*/
/*  RM-H - HEADINGS
-------------------------------------------- */
/*
.typography .rm_heading_color_red {    
    color: #f00;
}
.typography .rm_heading_red_arrow {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-indent: 25px;    
    margin-top: 10px;
    margin-bottom: 20px;
}
.typography .rm_heading_red_arrow {
    background: url(../images/red-arrow.gif) no-repeat 5px 2px; 
    color: #738A85;
}
*/

/* SILVERSTRIPE CMS */
.typography .i---CMS_Styles_Below---Avoid_Use--- {}


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .center {
    text-align: center;
}
.typography .left {
    text-align: left;
}
.typography .right {
    text-align: right;
}

/* I - IMAGES
-------------------------------------------- */
.typography img {
    border: none;
}
    .typography div.image.right,
    .typography div.captionImage.right {
        float: right;
        margin-left: 14px;
        margin-bottom: 10px;
    }
    
    .typography .captionImage {
        border: 1px solid #aaa;
        padding: 5px;
        background: #fff;
    }
    
    .typography div.image.left,
    .typography div.captionImage.left {
        float: left;
        margin-right: 14px;
        margin-bottom: 10px;
    }
    .typography div.image.leftAlone,
    .typography div.captionImage.leftAlone {
        float: left;
        margin-right: 100%;
    }
    .typography div.image.center,
    .typography div.captionImage.center {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }    
    .typography .caption {
        font-weight: normal;
        font-size: 11px;
        font-style: italic;
        text-align: center;
        color: #666;
    }
    .typography a.broken {
        display: inline-block;
        padding-left: 20px;
    }        
         
