<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/support/style/BebasNeue-webfont.woff') format('woff'), url('/support/style/BebasNeue-webfont.ttf') format('truetype'), url('/support/style/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CuprumFFURegular';
    src: url('Cuprum-webfont.eot');
    src: url('Cuprum-webfont.eot?#iefix') format('embedded-opentype'), url('/support/style/Cuprum-webfont.woff') format('woff'), url('/support/style/Cuprum-webfont.ttf') format('truetype'), url('/support/style/Cuprum-webfont.svg#CuprumFFURegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers. */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main stylesheet. */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-weight: normal;
    font-size: 13px;
    font-family: Arial, Tahoma, sans-serif;
    line-height: 1.5;
    background: transparent url("/support/style/bg.png") 0 0 repeat;
}

body, input, textarea, button {
    color: #444;
}

input, textarea {
    outline: 0;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

a, a:active, a:hover, a:link, a:visited {
    color: #08659a;
    text-decoration: none;
}

.rad4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rad5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lbl {
    font-size: 22px;
    font-family: BebasNeueRegular, CuprumFFURegular, Tahoma, Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 800px;
    margin: 0 auto;
}

.spacer-dotted {
    height: 2px;
    background: transparent url("/support/style/border-dotted.png") 0 0 repeat-x;
    margin: 30px 0;
}

.spacer-solid {
    height: 2px;
    background: transparent url("/support/style/border-solid.png") 0 0 repeat-x;
    margin: 10px 0;
}

/* Header panel. */

.header {
    padding: 40px 0 0;
    overflow: hidden;
    position: relative;
}

.header img, .header h1 {
    float: left;
}

.header h1,
.header h1 a {
    float: left;
    margin: 0 0 0 10px;
    line-height: 80px;
    color: #444;
    text-shadow: 1px 1px 0 #f0f0f0;
}

/* Ask button. */

.askbutton {
    float: right;
}

.askbutton-wrapper {
    margin: 19px 0 0;
    padding: 5px;
    background-color: #cacaca;
}

.askbutton-inner {
    border: 1px solid #87c328;
    background-color: #bdf84c;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
}

/* Search panel. */

.searchbox {
    margin: 30px 0;
}

.searchbox div {
    position: relative;
    overflow: hidden;
}

.searchbox-wrapper {
    height: 72px;
    padding: 5px;
    background-color: #cacaca;
}

.boxitem .searchbox-wrapper {
    background-color: #363636;
    height: 42px;
}

.searchbox-inner {
    border: 1px solid #888;
    background: #fff url("/support/style/input-shadow.png") 0 0 repeat-x;
    height: 70px;
}

.boxitem .searchbox-inner {
    border-color: #000;
    height: 40px;
}

.searchbox-inner form {
    height: 70px;
    position: relative;
    padding: 0 132px 0 68px;
    background: transparent url("/support/style/magnifier-48.png") 10px 50% no-repeat;
}

.boxitem .searchbox-inner form {
    height: 40px;
    background: transparent;
    padding-left: 10px;
    padding-right: 40px;
}

.searchbox-inner input {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 70px;
    font-size: 30px;
    display: block;
}

.boxitem .searchbox-inner input {
    height: 40px;
    font-size: 16px;
}

.lt-ie9 .searchbox-inner input {
    height: 40px !important;
    position: relative;
    top: 15px;
}

.searchbox-inner input.empty {
    color: #eee;
    font-style: italic;
}

.searchbox-inner button {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #a4a4a4;
    border: 1px solid #888;
    padding: 0;
    margin: 0;
    height: 58px;
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    color: #444;
    text-shadow: 1px 1px 0 #afafaf;
}

.boxitem .searchbox-inner button {
    height: 28px;
    width: 28px;
    background: #a4a4a4 url("/support/style/magnifier-16.png") 50% 50% no-repeat;
}

/* Black box panel. */

.topbox {
    background-color: #222;
    overflow: hidden;
}

.mainpage .topbox {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.articlepage .topbox,
.searchpage .topbox,
.categorypage .topbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.topbox .boxitem {
    width: 50%;
    float: left;
}

.boxitem-inner {
    padding: 20px;
}

.boxitem-inner h2 {
    color: #adadad;
    text-shadow: 1px 1px 0 #000;
    background: transparent url("/support/style/border-solid-dark.png") 0 100% repeat-x;
    padding-bottom: 10px;
    font-weight: normal;
}

.boxitem-inner ul li {
    position: relative;
    padding: 10px 0;
    background: transparent url("/support/style/border-dotted-dark.png") 0 0 repeat-x;
}

.boxitem-inner ul li.first {
    background: transparent;
}

.boxitem-inner ul li span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
    color: #888;
    text-transform: uppercase;
}

.boxitem-inner ul li p {
    padding-left: 90px;
    color: #eee;
}

.topbox a {
    color: #eee;
}

.topbox a:hover {
    color: #08659a;
}

/* Content panel. */

.content {
    margin: 30px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
}

.lt-ie9 .content {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=true, ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}

.content-inner {
    position: relative;
    background-color: #fff;
    padding: 0;
}

.mainpage .content-inner {
    padding: 0 0 60px;
}

.overview-title {
    margin: 60px 20px 20px;
}

.category {
    height: 60px;
    line-height: 60px;
    background-color: #ecf4f4;
    border: 1px solid #dadede;
    border-width: 1px 0;
    padding: 0 20px;
    margin: 30px 0 0;
}

.category a, .articleitem a, .searchresult a {
    color: #666;
}

.category a:hover, .articleitem a:hover, .searchresult a:hover {
    color: #08659a;
}

.article {
    overflow: hidden;
}

.articleitem {
    float: left;
    width: 50%;
}

.articleitem h2, .articleitem ul {
    margin: 0 20px;
}

.categorypage .articleitem ul {
    padding: 0;
}

.articleitem h2 {
    padding-top: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
}

.articleitem ul li {
    padding: 12px 0;
    border-top: 1px dotted #ededed;
    background: transparent;
}

.articleitem ul li a {
    display: inline-block;
    background: transparent url("/support/style/article.png") 10px 2px no-repeat;
    padding-left: 36px;
}

.articleitem ul li.first, .articleitem ul li:first-child {
    border: 0;
}

.viewall {
    text-align: right;
    padding: 0 20px;
    font-size: 11px;
}

.viewall a {
    color: #08659a;
}

.articledetail, .searchresult {
    padding: 20px 0;
}

.articletitle, .searchtitle {
    color: #666;
    padding: 0 20px;
}

.articledate {
    color: #aaa;
    font-size: 11px;
    padding: 0 20px;
}

.articlebody {
    padding: 20px;
}

.articleescalate {
    color: #08659A;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding-right: 22px;

}

.escelateicon {
    background: url("/support/style/escelate-action.png") no-repeat scroll 0 -32px transparent;
    display: inline-block;
    line-height: 16px;
    padding-left: 25px;
}

.escelateicon:hover {
    background: url("/support/style/escelate-action.png") no-repeat scroll 0 -48px transparent;
}

.articlefooter {
    background: transparent url("/support/style/border-dotted-thin.png") 0 0 repeat-x;
    font-size: 11px;
    padding: 20px 0;
    margin: 30px 20px 20px;
}

/* Breadcrumb. */

.breadcrumb {
    border-bottom: 1px solid #dadede;
    background-color: #ecf4f4;
    padding: 20px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* Search panel. */

.categorypage .searchresult {
    padding-bottom: 40px;
}

.searchresult ul {
    padding: 20px;
}

.searchresult li {
    display: block;
    background: transparent url("/support/style/border-dotted-thin.png") 0 0 repeat-x;
    padding: 20px 0;
}

.searchresult li.first, .searchresult li:first-child {
    background: transparent;
    border-top: 1px solid #ededed;
}

.searchresult li span {
    font-size: 11px;
    display: block;
}

.searchresult li span.meta {
    color: #aaa;
}

.searchresult li span a {
    color: #08659a;
}

.searchresult li h2, .searchresult li span, .searchresult li p {
    padding: 0 20px 0 36px;
}

.searchresult li span {
    padding: 2px 20px 2px 36px;
}

.searchresult li h2 {
    background: transparent url("/support/style/article.png") 10px 6px no-repeat;
}

/* Footer panel. */

.footer {
    margin: 30px 0;
}

.footer p {
    font-size: 11px;
}

/**
 * Media query for screen width less than 840.
 */

@media all and (max-width: 840px) {
    .wrapper {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .topbox .boxitem,
    .articleitem {
        float: none;
        width: auto;
    }
}</pre></body></html>