﻿/* FOR MAKING PAGES PRINTABLE */
/*****  Zero Out For Uniformity Across Browsers ***************************/
:link, :visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, pre, form, body, html, p, br, fieldset, input {
    margin: 0;
    padding: 0;
}

a img, :link img, :visited img {
    border: none;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

/*****  General Page Formatting ***************************************/
body {
    font-family: verdana, arial, helvetica, sans-serif;
}

.headerWrap, .breadcrumb, .footerWrap, #header, #helpdeskimage, .printerIcon, #securityCenter, #subpageContentArea img, #footer, #mainNav {
    display: none;
}

p {
    line-height: 15px;
    font-size: 12px;
    padding-bottom: 13px;
}

h1 {
    font-weight: normal;
    font-size: 1.3em;
    border-bottom: #ccc dashed 1px;
}

h2 {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: #ccc dashed 1px;
}

h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    margin-bottom: 5px
}

ul {
    padding: 0px 0px 15px 15px;
    list-style-image: url("https://cwsmasterstorage.blob.core.windows.net/cwspublic/masterpages/cws2013/1.0.0/assets/media/bulletSquare.gif");
}

    ul li {
        margin: 0px 0px 3px 15px;
    }

ol {
    padding: 0px 0px 15px 15px;
}

    ol li {
        margin: 0px 0px 10px 15px;
        list-style-type: decimal;
    }

.orangeDecorBar {
    background-color: #F9903F;
    height: 2px;
    font-size: 1px;
}

.orangeDecorBar2 {
    background-color: #DD550C;
    height: 12px;
    font-size: 1px;
    padding: 0;
}

.greyDecorBar {
    background-color: #E1E1E1;
    height: 2px;
    font-size: 1px;
}

.caption {
    font-size: 9px;
    color: #777777;
    margin: 0px 0px 10px 0px;
}

.caption2 {
    font-size: 9px;
    margin-left: 18px;
    color: #777777;
}

.red {
    color: #FF0000;
}

.breadcrumb {
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#navWrap, #navcontainer, .skip {
    display: none;
    visibility: hidden;
}

#skip {
    display: none;
    left: -9999px;
    visibility: hidden;
}
