body {
    font-family: Lucida Sans, Ttahoma, Verdana, Arial, serif;
    font-size: 9pt;
    font-weight: normal;
    margin: 0 5px 0 5px;
    padding: 10px;
    background-color: #f7f7f7;
}

pre {
    margin: 0;
}

/* Title Style */

#report-logo,
#report-logo img {
    height: 36px;
    width: 175px;
}

#report-banner-table #report-title,
#report-banner-table #report-logo {
    vertical-align: middle;
}
#report-banner-table {
    width: 100%;
    height: 70px;
    background: #b9171d;
    background: -moz-linear-gradient(140deg, rgba(194, 31, 37, 1) 0%, rgba(255, 202, 41, 1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(194, 31, 37, 1) 0%, rgba(255, 202, 41, 1) 100%);
    background: linear-gradient(140deg, rgba(194, 31, 37, 1) 0%, rgba(255, 202, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c21f25", endColorstr="#ffca29", GradientType=1);
}

#report-banner-table #report-title {
    font-size: 15pt;
    color: #fff;
    padding-left: 36px;
}

#report-banner-table #report-logo {
    padding-right: 36px;
}

/*Mobile*/
@media screen and (max-width : 768px) {
    #report-banner-table #report-title {
        font-size: 3vw;
    }
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* End Title Style */

.content {
    background-color: #f7f7f7;
    font-size: 12px;
    padding-top: 0px;
    padding-left: -10px;
    padding-bottom: 5px;
    padding-right: 0px;
    margin: 0 0 10px 0px;
}

.as {
    background-color: #4682b4;
}

.ss {
    background-color: #2e8b57;
}

.ts {
    background-color: #ff0000;
}

a:link {
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}

a:visited {
    font-weight: bold;
    color: #777461;
    text-decoration: underline;
}

a:active {
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}

a:hover {
    font-weight: bold;
    color: #cc3300;
    text-decoration: underline;
}

p {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #000000;
    font-family: Lucida Sans, Tahoma, verdana, arial, serif;
}


/*Unstyled*/
th {
    padding: 2px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: Verdana, serif;
    background-color: #737682;
}

td {
    padding: 1px;
    font-size: 1.2em;
    color: #000000;
    font-family: Lucida Sans, tahoma, serif;
}
.top td { vertical-align: top;}

.alternate tr:nth-child(even) {background: #e8e8e8}
.alternate tr:nth-child(odd) {background: #FFF}
/*end*/
h1 {
    text-align: left;
    font-size: 12px;
    font-family: Lucida Sans, tahoma, verdana, arial, serif;
    font-weight: bold;
    color: #333749;
    border-top: solid 1px #c5c6ca;
    border-bottom: solid 1px #c5c6ca;
    border-left: none;
    border-right: none;
    background-color: #dbdbdc;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 20px 0 10px 0;
    white-space: nowrap;
}

h2 {
    font-family: Lucida Sans, tahoma, verdana, arial, serif;
    background-color: #f7f7f7;
    font-size: 14px;
    color: black;
    margin-left: -10px;
    margin-right: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: solid 1px #f7f7f7;
    border-left: solid 1px #f7f7f7;
    border-right: solid 1px #f7f7f7;
    border-bottom: solid 1px #333749;
}
/*Unstyled*/
h3 {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #000000;
}

h5 {
    font-family: Lucida Sans, tahoma, verdana, arial, serif;
    font-size: 10px;
    color: #333749;
    margin: 15px 0 10px 0px;
    padding-top: 5px;
    border-top: solid 1px #c5c6ca;
}

.heading1 {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: Lucida Sans, tahoma, verdana, arial, serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: 0;
    background-color: #737682;
    border-top: solid 1px #737682;
    border-bottom: solid 1px #737682;
}

/*Unstyled*/
.intro {
    margin-left: -15px;
}

.width50 {
    min-width: 50%;
}
.width25 {
    min-width: 25%;      
}