MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
div.vectorTabs ul li#ca-history {
  visibility: hidden;
}
@media print {
@media print {
    .noprint,.catlinks,.magnify,.mw-cite-backlink,.mw-jump,.mw-editsection,.mw-editsection-like,.mw-hidden-catlinks,.mw-indicators,.mw-redirectedfrom,.patrollink,.usermessage,#column-one,#footer-places,#jump-to-nav,#mw-navigation,#siteNotice,#f-poweredbyico,#f-copyrightico,li#about,li#disclaimer,li#mobileview,li#privacy {
.noprint,
        display: none
.catlinks,
    }
.magnify,
.mw-cite-backlink,
.mw-jump,
.mw-editsection,
.mw-editsection-like,
.mw-hidden-catlinks,
.mw-indicators,
.mw-redirectedfrom,
.patrollink,
.usermessage,
#column-one,
#footer-places,
#jump-to-nav,
#mw-navigation,
#siteNotice,
#f-poweredbyico,
#f-copyrightico,
li#about,
li#disclaimer,
li#mobileview,
li#privacy {
display: none
}


    body {
body {
        background: #fff;
background: #fff;
        color: #000;
color: #000;
        margin: 0;
margin: 0;
        padding: 0
padding: 0
    }
}


    a {
a {
        background: none !important;
background: none !important;
        padding: 0 !important
padding: 0 !important
    }
}


    a,a.external,a.new,a.stub {
a,
        color: #000 !important;
a.external,
        text-decoration: none !important;
a.new,
        color: inherit !important;
a.stub {
        text-decoration: inherit !important
color: #000 !important;
    }
text-decoration: none !important;
color: inherit !important;
text-decoration: inherit !important
}


    .mw-parser-output a.external.text:after,.mw-parser-output a.external.autonumber:after {
.mw-parser-output a.external.text:after,
        content: ' (' attr(href) ')';
.mw-parser-output a.external.autonumber:after {
        word-break: break-all;
content: ' (' attr(href) ')';
        word-wrap: break-word
word-break: break-all;
    }
word-wrap: break-word
}


    .mw-parser-output a.external.text[href^='//']:after,.mw-parser-output a.external.autonumber[href^='//']:after {
.mw-parser-output a.external.text[href^='//']:after,
        content: ' (https:' attr(href) ')'
.mw-parser-output a.external.autonumber[href^='//']:after {
    }
content: ' (https:' attr(href) ')'
}


    dt {
dt {
        font-weight: bold
font-weight: bold
    }
}


    h1,h2,h3,h4,h5,h6 {
h1,
        font-weight: bold;
h2,
        page-break-after: avoid;
h3,
        page-break-before: avoid
h4,
    }
h5,
h6 {
font-weight: bold;
page-break-after: avoid;
page-break-before: avoid
}


    p {
p {
        margin: 1em 0;
margin: 1em 0;
        line-height: 1.2;
line-height: 1.2;
        orphans: 3;
orphans: 3;
        widows: 3
widows: 3
    }
}


    img,figure,.wikitable,.thumb {
img,
        page-break-inside: avoid
figure,
    }
.wikitable,
.thumb {
page-break-inside: avoid
}


    img {
img {
        border: 0;
border: 0;
        vertical-align: middle
vertical-align: middle
    }
}


    pre,.mw-code {
pre,
        background: #fff;
.mw-code {
        color: #000;
background: #fff;
        border: 1pt dashed #000;
color: #000;
        padding: 1em 0;
border: 1pt dashed #000;
        font-size: 8pt;
padding: 1em 0;
        white-space: pre-wrap;
font-size: 8pt;
        word-wrap: break-word
white-space: pre-wrap;
    }
word-wrap: break-word
}


    sup,sub {
sup,
        line-height: 1
sub {
    }
line-height: 1
}


    ul {
ul {
        list-style-type: square
list-style-type: square
    }
}


    #globalWrapper {
#globalWrapper {
        width: 100% !important;
width: 100% !important;
        min-width: 0 !important
min-width: 0 !important
    }
}


    .mw-body {
.mw-body {
        background: #fff;
background: #fff;
        color: #000;
color: #000;
        border: 0 !important;
border: 0 !important;
        padding: 0 !important;
padding: 0 !important;
        margin: 0 !important;
margin: 0 !important;
        direction: ltr
direction: ltr
    }
}


    #column-content {
#column-content {
        margin: 0 !important
margin: 0 !important
    }
}


    #column-content .mw-body {
#column-content .mw-body {
        padding: 1em;
padding: 1em;
        margin: 0 !important
margin: 0 !important
    }
}


    .toc {
.toc {
        background-color: #f9f9f9;
background-color: #f9f9f9;
        border: 1pt solid #aaa;
border: 1pt solid #aaa;
        padding: 5px;
padding: 5px;
        display: table
display: table
    }
}


    .tocnumber,.toctext {
.tocnumber,
        display: table-cell
.toctext {
    }
display: table-cell
}


    .tocnumber {
.tocnumber {
        padding-left: 0;
padding-left: 0;
        padding-right: 0.5em
padding-right: 0.5em
    }
}


    .mw-content-ltr .tocnumber {
.mw-content-ltr .tocnumber {
        padding-left: 0;
padding-left: 0;
        padding-right: 0.5em
padding-right: 0.5em
    }
}


    .mw-content-rtl .tocnumber {
.mw-content-rtl .tocnumber {
        padding-left: 0.5em;
padding-left: 0.5em;
        padding-right: 0
padding-right: 0
    }
}


    table.floatright,div.floatright,div.tright {
table.floatright,
        float: right;
div.floatright,
        clear: right;
div.tright {
        position: relative
float: right;
    }
clear: right;
position: relative
}


    table.floatleft,div.floatleft,div.tleft {
table.floatleft,
        float: left;
div.floatleft,
        clear: left;
div.tleft {
        position: relative
float: left;
    }
clear: left;
position: relative
}


    div.tleft {
div.tleft {
        margin: 0.5em 1.4em 1.3em 0
margin: 0.5em 1.4em 1.3em 0
    }
}


    div.tright {
div.tright {
        margin: 0.5em 0 1.3em 1.4em
margin: 0.5em 0 1.3em 1.4em
    }
}


    table.floatright,div.floatright {
table.floatright,
        margin: 0 0 0.5em 0.5em;
div.floatright {
        border: 0
margin: 0 0 0.5em 0.5em;
    }
border: 0
}


    table.floatleft,div.floatleft {
table.floatleft,
        margin: 0 0.5em 0.5em 0;
div.floatleft {
        border: 0
margin: 0 0.5em 0.5em 0;
    }
border: 0
}


    div.floatleft p,div.floatright p {
div.floatleft p,
        font-style: italic
div.floatright p {
    }
font-style: italic
}


    .center {
.center {
        text-align: center
text-align: center
    }
}


    div.thumb {
div.thumb {
        background-color: transparent;
background-color: transparent;
        width: auto
width: auto
    }
}


    div.thumb a {
div.thumb a {
        border-bottom: 0
border-bottom: 0
    }
}


    div.thumbinner {
div.thumbinner {
        background-color: #fff;
background-color: #fff;
        border: 0;
border: 0;
        border-radius: 2px;
border-radius: 2px;
        padding: 5px;
padding: 5px;
        font-size: 10pt;
font-size: 10pt;
        color: #666;
color: #666;
        text-align: center;
text-align: center;
        overflow: hidden;
overflow: hidden;
        min-width: 100px
min-width: 100px
    }
}


    html .thumbcaption {
html .thumbcaption {
        text-align: left;
text-align: left;
        line-height: 1.4;
line-height: 1.4;
        padding: 3px
padding: 3px
    }
}


    img.thumbborder {
img.thumbborder {
        border: 1pt solid #ddd
border: 1pt solid #ddd
    }
}


    table.wikitable,.mw_metadata {
table.wikitable,
        background: #fff;
.mw_metadata {
        margin: 1em 0;
background: #fff;
        border: 1pt solid #aaa;
margin: 1em 0;
        border-collapse: collapse;
border: 1pt solid #aaa;
        font-size: 10pt
border-collapse: collapse;
    }
font-size: 10pt
}


    table.wikitable > caption,.mw_metadata caption {
table.wikitable>caption,
        padding: 5px;
.mw_metadata caption {
        font-size: 10pt
padding: 5px;
    }
font-size: 10pt
}


    table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td {
table.wikitable>tr>th,
        background: #fff !important;
table.wikitable>tr>td,
        color: #000 !important;
table.wikitable>*>tr>th,
        border: 1pt solid #aaa;
table.wikitable>*>tr>td,
        padding: 0.4em 0.6em
.mw_metadata th,
    }
.mw_metadata td {
background: #fff !important;
color: #000 !important;
border: 1pt solid #aaa;
padding: 0.4em 0.6em
}


    table.wikitable > tr > th,table.wikitable > * > tr > th,.mw_metadata th {
table.wikitable>tr>th,
        text-align: center
table.wikitable>*>tr>th,
    }
.mw_metadata th {
text-align: center
}


    table.listing,table.listing td {
table.listing,
        border: 1pt solid #000;
table.listing td {
        border-collapse: collapse
border: 1pt solid #000;
    }
border-collapse: collapse
}


    .catlinks ul {
.catlinks ul {
        display: inline;
display: inline;
        padding: 0;
padding: 0;
        list-style: none none
list-style: none none
    }
}


    .catlinks li {
.catlinks li {
        display: inline-block;
display: inline-block;
        line-height: 1.15;
line-height: 1.15;
        margin: 0.1em 0;
margin: 0.1em 0;
        border-left: 1pt solid #aaa;
border-left: 1pt solid #aaa;
        padding: 0 0.4em
padding: 0 0.4em
    }
}


    .catlinks li:first-child {
.catlinks li:first-child {
        border-left: 0;
border-left: 0;
        padding-left: 0.2em
padding-left: 0.2em
    }
}


    .printfooter {
.printfooter {
        padding: 1em 0
padding: 1em 0
    }
}


    #footer {
#footer {
        background: #fff;
background: #fff;
        color: #000;
color: #000;
        margin-top: 1em;
margin-top: 1em;
        border-top: 1pt solid #aaa;
border-top: 1pt solid #aaa;
        padding-top: 5px;
padding-top: 5px;
        direction: ltr
direction: ltr
    }
}
}
}


@media screen {
@media screen {
    .mw-content-ltr {
.mw-content-ltr {
        direction: ltr
direction: ltr
    }
}
 
.mw-content-rtl {
direction: rtl
}


    .mw-content-rtl {
.sitedir-ltr textarea,
        direction: rtl
.sitedir-ltr input {
    }
direction: ltr
}


    .sitedir-ltr textarea,.sitedir-ltr input {
.sitedir-rtl textarea,
        direction: ltr
.sitedir-rtl input {
    }
direction: rtl
}


    .sitedir-rtl textarea,.sitedir-rtl input {
.mw-userlink {
        direction: rtl
unicode-bidi: embed
    }
}


    .mw-userlink {
mark {
        unicode-bidi: embed
background-color: #ff0;
    }
color: #000
}


    mark {
wbr {
        background-color: #ff0;
display: inline-block
        color: #000
}
    }


    wbr {
input[type='submit'],
        display: inline-block
input[type='button'],
    }
input[type='reset'],
input[type='file'] {
direction: ltr
}


    input[type='submit'],input[type='button'],input[type='reset'],input[type='file'] {
textarea[dir='ltr'],
        direction: ltr
input[dir='ltr'] {
    }
direction: ltr
}


    textarea[dir='ltr'],input[dir='ltr'] {
textarea[dir='rtl'],
        direction: ltr
input[dir='rtl'] {
    }
direction: rtl
}


    textarea[dir='rtl'],input[dir='rtl'] {
abbr[title],
        direction: rtl
.explain[title] {
    }
border-bottom: 1px dotted;
cursor: help
}


    abbr[title],.explain[title] {
@supports (text-decoration:underline dotted) {
        border-bottom: 1px dotted;
        cursor: help
    }


    @supports (text-decoration: underline dotted) {
abbr[title],
        abbr[title],.explain[title] {
.explain[title] {
            border-bottom:0;
border-bottom: 0;
            text-decoration: underline dotted
text-decoration: underline dotted
        }
}
    }
}


    span.comment {
span.comment {
        font-style: italic;
font-style: italic;
        unicode-bidi: -moz-isolate;
unicode-bidi: -moz-isolate;
        unicode-bidi: isolate
unicode-bidi: isolate
    }
}


    #editform,#toolbar,#wpTextbox1 {
#editform,
        clear: both
#toolbar,
    }
#wpTextbox1 {
clear: both
}


    #toolbar {
#toolbar {
        height: 22px
height: 22px
    }
}


    .mw-underline-always a {
.mw-underline-always a {
        text-decoration: underline
text-decoration: underline
    }
}


    .mw-underline-never a {
.mw-underline-never a {
        text-decoration: none
text-decoration: none
    }
}


    li span.deleted,span.history-deleted {
li span.deleted,
        text-decoration: line-through;
span.history-deleted {
        color: #72777d;
text-decoration: line-through;
        font-style: italic
color: #72777d;
    }
font-style: italic
}


    .not-patrolled {
.not-patrolled {
        background-color: #ffa
background-color: #ffa
    }
}


    .unpatrolled {
.unpatrolled {
        font-weight: bold;
font-weight: bold;
        color: #d33
color: #d33
    }
}


    div.patrollink {
div.patrollink {
        font-size: 75%;
font-size: 75%;
        text-align: right
text-align: right
    }
}


    td.mw-label {
td.mw-label {
        text-align: right;
text-align: right;
        vertical-align: middle
vertical-align: middle
    }
}


    td.mw-input {
td.mw-input {
        text-align: left
text-align: left
    }
}


    td.mw-submit {
td.mw-submit {
        text-align: left;
text-align: left;
        white-space: nowrap
white-space: nowrap
    }
}


    .mw-input-with-label {
.mw-input-with-label {
        white-space: nowrap;
white-space: nowrap;
        display: inline-block
display: inline-block
    }
}


    .mw-content-ltr .thumbcaption {
.mw-content-ltr .thumbcaption {
        text-align: left
text-align: left
    }
}


    .mw-content-ltr .magnify {
.mw-content-ltr .magnify {
        float: right
float: right
    }
}


    .mw-content-rtl .thumbcaption {
.mw-content-rtl .thumbcaption {
        text-align: right
text-align: right
    }
}


    .mw-content-rtl .magnify {
.mw-content-rtl .magnify {
        float: left
float: left
    }
}


    #catlinks {
#catlinks {
        text-align: left
text-align: left
    }
}


    .catlinks ul {
.catlinks ul {
        display: inline;
display: inline;
        margin: 0;
margin: 0;
        padding: 0;
padding: 0;
        list-style: none;
list-style: none;
        list-style-type: none;
list-style-type: none;
        list-style-image: none;
list-style-image: none;
        vertical-align: middle !ie
vertical-align: middle
    }
}


    .catlinks li {
.catlinks li {
        display: inline-block;
display: inline-block;
        line-height: 1.25em;
line-height: 1.25em;
        border-left: 1px solid #a2a9b1;
border-left: 1px solid #a2a9b1;
        margin: 0.125em 0;
margin: 0.125em 0;
        padding: 0 0.5em;
padding: 0 0.5em;
        zoom:1;display: inline !ie
zoom: 1;
    }
display: inline
}


    .catlinks li:first-child {
.catlinks li:first-child {
        padding-left: 0.25em;
padding-left: 0.25em;
        border-left: 0
border-left: 0
    }
}


    .catlinks li a.mw-redirect {
.catlinks li a.mw-redirect {
        font-style: italic
font-style: italic
    }
}


    .mw-hidden-cats-hidden {
.mw-hidden-cats-hidden {
        display: none
display: none
    }
}


    .catlinks-allhidden {
.catlinks-allhidden {
        display: none
display: none
    }
}


    p.mw-protect-editreasons,p.mw-filedelete-editreasons,p.mw-delete-editreasons {
p.mw-protect-editreasons,
        font-size: 90%;
p.mw-filedelete-editreasons,
        text-align: right
p.mw-delete-editreasons {
    }
font-size: 90%;
text-align: right
}


    .autocomment {
.autocomment {
        color: #72777d
color: #72777d
    }
}


    .newpage,.minoredit,.botedit {
.newpage,
        font-weight: bold
.minoredit,
    }
.botedit {
font-weight: bold
}


    div.mw-warning-with-logexcerpt {
div.mw-warning-with-logexcerpt {
        padding: 3px;
padding: 3px;
        margin-bottom: 3px;
margin-bottom: 3px;
        border: 2px solid #2a4b8d;
border: 2px solid #2a4b8d;
        clear: both
clear: both
    }
}


    div.mw-warning-with-logexcerpt ul li {
div.mw-warning-with-logexcerpt ul li {
        font-size: 90%
font-size: 90%
    }
}


    span.mw-revdelundel-link,strong.mw-revdelundel-link {
span.mw-revdelundel-link,
        font-size: 90%
strong.mw-revdelundel-link {
    }
font-size: 90%
}


    span.mw-revdelundel-hidden,input.mw-revdelundel-hidden {
span.mw-revdelundel-hidden,
        visibility: hidden
input.mw-revdelundel-hidden {
    }
visibility: hidden
}


    td.mw-revdel-checkbox,th.mw-revdel-checkbox {
td.mw-revdel-checkbox,
        padding-right: 10px;
th.mw-revdel-checkbox {
        text-align: center
padding-right: 10px;
    }
text-align: center
}


    a.new {
a.new {
        color: #ba0000
color: #ba0000
    }
}


    .plainlinks a.external {
.plainlinks a.external {
        background: none !important;
background: none !important;
        padding: 0 !important
padding: 0 !important
    }
}


    .rtl a.external.free,.rtl a.external.autonumber {
.rtl a.external.free,
        direction: ltr;
.rtl a.external.autonumber {
        unicode-bidi: embed
direction: ltr;
    }
unicode-bidi: embed
}


    table.wikitable {
table.wikitable {
        background-color: #f8f9fa;
background-color: #f8f9fa;
        color: #222;
color: #222;
        margin: 1em 0;
margin: 1em 0;
        border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
        border-collapse: collapse
border-collapse: collapse
    }
}


    table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td {
table.wikitable>tr>th,
        border: 1px solid #a2a9b1;
table.wikitable>tr>td,
        padding: 0.2em 0.4em
table.wikitable>*>tr>th,
    }
table.wikitable>*>tr>td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em
}


    table.wikitable > tr > th,table.wikitable > * > tr > th {
table.wikitable>tr>th,
        background-color: #eaecf0;
table.wikitable>*>tr>th {
        text-align: center
background-color: #eaecf0;
    }
text-align: center
}


    table.wikitable > caption {
table.wikitable>caption {
        font-weight: bold
font-weight: bold
    }
}


    .error,.warning,.success {
.error,
        font-size: larger
.warning,
    }
.success {
font-size: larger
}


    .error {
.error {
        color: #d33
color: #d33
    }
}


    .warning {
.warning {
        color: #705000
color: #705000
    }
}


    .success {
.success {
        color: #009000
color: #009000
    }
}


    .errorbox,.warningbox,.successbox {
.errorbox,
        border: 1px solid;
.warningbox,
        padding: 0.5em 1em;
.successbox {
        margin-bottom: 1em;
border: 1px solid;
        display: inline-block;
padding: 0.5em 1em;
        zoom:1;*display: inline
margin-bottom: 1em;
    }
display: inline-block;
zoom: 1;
*display: inline
}


    .errorbox h2,.warningbox h2,.successbox h2 {
.errorbox h2,
        font-size: 1em;
.warningbox h2,
        color: inherit;
.successbox h2 {
        font-weight: bold;
font-size: 1em;
        display: inline;
color: inherit;
        margin: 0 0.5em 0 0;
font-weight: bold;
        border: 0
display: inline;
    }
margin: 0 0.5em 0 0;
border: 0
}


    .errorbox {
.errorbox {
        color: #d33;
color: #d33;
        border-color: #fac5c5;
border-color: #fac5c5;
        background-color: #fae3e3
background-color: #fae3e3
    }
}


    .warningbox {
.warningbox {
        color: #705000;
color: #705000;
        border-color: #fde29b;
border-color: #fde29b;
        background-color: #fdf1d1
background-color: #fdf1d1
    }
}


    .successbox {
.successbox {
        color: #008000;
color: #008000;
        border-color: #b7fdb5;
border-color: #b7fdb5;
        background-color: #e1fddf
background-color: #e1fddf
    }
}


    .mw-infobox {
.mw-infobox {
        border: 2px solid #ff7f00;
border: 2px solid #ff7f00;
        margin: 0.5em;
margin: 0.5em;
        clear: left;
clear: left;
        overflow: hidden
overflow: hidden
    }
}


    .mw-infobox-left {
.mw-infobox-left {
        margin: 7px;
margin: 7px;
        float: left;
float: left;
        width: 35px
width: 35px
    }
}


    .mw-infobox-right {
.mw-infobox-right {
        margin: 0.5em 0.5em 0.5em 49px
margin: 0.5em 0.5em 0.5em 49px
    }
}


    .previewnote {
.previewnote {
        color: #d33;
color: #d33;
        margin-bottom: 1em
margin-bottom: 1em
    }
}


    .previewnote p {
.previewnote p {
        text-indent: 3em;
text-indent: 3em;
        margin: 0.8em 0
margin: 0.8em 0
    }
}


    .visualClear {
.visualClear {
        clear: both
clear: both
    }
}


    .mw-datatable {
.mw-datatable {
        border-collapse: collapse
border-collapse: collapse
    }
}


    .mw-datatable,.mw-datatable td,.mw-datatable th {
.mw-datatable,
        border: 1px solid #a2a9b1;
.mw-datatable td,
        padding: 0 0.15em 0 0.15em
.mw-datatable th {
    }
border: 1px solid #a2a9b1;
padding: 0 0.15em 0 0.15em
}


    .mw-datatable th {
.mw-datatable th {
        background-color: #ddf
background-color: #ddf
    }
}


    .mw-datatable td {
.mw-datatable td {
        background-color: #fff
background-color: #fff
    }
}


    .mw-datatable tr:hover td {
.mw-datatable tr:hover td {
        background-color: #eaf3ff
background-color: #eaf3ff
    }
}


    .mw-content-ltr ul,.mw-content-rtl .mw-content-ltr ul {
.mw-content-ltr ul,
        margin: 0.3em 0 0 1.6em;
.mw-content-rtl .mw-content-ltr ul {
        padding: 0
margin: 0.3em 0 0 1.6em;
    }
padding: 0
}


    .mw-content-rtl ul,.mw-content-ltr .mw-content-rtl ul {
.mw-content-rtl ul,
        margin: 0.3em 1.6em 0 0;
.mw-content-ltr .mw-content-rtl ul {
        padding: 0
margin: 0.3em 1.6em 0 0;
    }
padding: 0
}


    .mw-content-ltr ol,.mw-content-rtl .mw-content-ltr ol {
.mw-content-ltr ol,
        margin: 0.3em 0 0 3.2em;
.mw-content-rtl .mw-content-ltr ol {
        padding: 0
margin: 0.3em 0 0 3.2em;
    }
padding: 0
}


    .mw-content-rtl ol,.mw-content-ltr .mw-content-rtl ol {
.mw-content-rtl ol,
        margin: 0.3em 3.2em 0 0;
.mw-content-ltr .mw-content-rtl ol {
        padding: 0
margin: 0.3em 3.2em 0 0;
    }
padding: 0
}


    .mw-content-ltr dd,.mw-content-rtl .mw-content-ltr dd {
.mw-content-ltr dd,
        margin-left: 1.6em;
.mw-content-rtl .mw-content-ltr dd {
        margin-right: 0
margin-left: 1.6em;
    }
margin-right: 0
}


    .mw-content-rtl dd,.mw-content-ltr .mw-content-rtl dd {
.mw-content-rtl dd,
        margin-right: 1.6em;
.mw-content-ltr .mw-content-rtl dd {
        margin-left: 0
margin-right: 1.6em;
    }
margin-left: 0
}


    .mw-ajax-loader {
.mw-ajax-loader {
        background-image: url(/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
background-image: url(/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
        background-position: center center;
background-position: center center;
        background-repeat: no-repeat;
background-repeat: no-repeat;
        padding: 16px;
padding: 16px;
        position: relative;
position: relative;
        top: -16px
top: -16px
    }
}


    .mw-small-spinner {
.mw-small-spinner {
        padding: 10px !important;
padding: 10px !important;
        margin-right: 0.6em;
margin-right: 0.6em;
        background-image: url(/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
background-image: url(/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
        background-position: center center;
background-position: center center;
        background-repeat: no-repeat
background-repeat: no-repeat
    }
}


    h1:lang(anp),h1:lang(as),h1:lang(bh),h1:lang(bho),h1:lang(bn),h1:lang(gu),h1:lang(hi),h1:lang(kn),h1:lang(ks),h1:lang(ml),h1:lang(mr),h1:lang(my),h1:lang(mai),h1:lang(ne),h1:lang(new),h1:lang(or),h1:lang(pa),h1:lang(pi),h1:lang(sa),h1:lang(ta),h1:lang(te) {
h1:lang(anp),
        line-height: 1.6em !important
h1:lang(as),
    }
h1:lang(bh),
h1:lang(bho),
h1:lang(bn),
h1:lang(gu),
h1:lang(hi),
h1:lang(kn),
h1:lang(ks),
h1:lang(ml),
h1:lang(mr),
h1:lang(my),
h1:lang(mai),
h1:lang(ne),
h1:lang(new),
h1:lang(or),
h1:lang(pa),
h1:lang(pi),
h1:lang(sa),
h1:lang(ta),
h1:lang(te) {
line-height: 1.6em !important
}


    h2:lang(anp),h3:lang(anp),h4:lang(anp),h5:lang(anp),h6:lang(anp),h2:lang(as),h3:lang(as),h4:lang(as),h5:lang(as),h6:lang(as),h2:lang(bho),h3:lang(bho),h4:lang(bho),h5:lang(bho),h6:lang(bho),h2:lang(bh),h3:lang(bh),h4:lang(bh),h5:lang(bh),h6:lang(bh),h2:lang(bn),h3:lang(bn),h4:lang(bn),h5:lang(bn),h6:lang(bn),h2:lang(gu),h3:lang(gu),h4:lang(gu),h5:lang(gu),h6:lang(gu),h2:lang(hi),h3:lang(hi),h4:lang(hi),h5:lang(hi),h6:lang(hi),h2:lang(kn),h3:lang(kn),h4:lang(kn),h5:lang(kn),h6:lang(kn),h2:lang(ks),h3:lang(ks),h4:lang(ks),h5:lang(ks),h6:lang(ks),h2:lang(ml),h3:lang(ml),h4:lang(ml),h5:lang(ml),h6:lang(ml),h2:lang(mr),h3:lang(mr),h4:lang(mr),h5:lang(mr),h6:lang(mr),h2:lang(my),h3:lang(my),h4:lang(my),h5:lang(my),h6:lang(my),h2:lang(mai),h3:lang(mai),h4:lang(mai),h5:lang(mai),h6:lang(mai),h2:lang(ne),h3:lang(ne),h4:lang(ne),h5:lang(ne),h6:lang(ne),h2:lang(new),h3:lang(new),h4:lang(new),h5:lang(new),h6:lang(new),h2:lang(or),h3:lang(or),h4:lang(or),h5:lang(or),h6:lang(or),h2:lang(pa),h3:lang(pa),h4:lang(pa),h5:lang(pa),h6:lang(pa),h2:lang(pi),h3:lang(pi),h4:lang(pi),h5:lang(pi),h6:lang(pi),h2:lang(sa),h3:lang(sa),h4:lang(sa),h5:lang(sa),h6:lang(sa),h2:lang(ta),h3:lang(ta),h4:lang(ta),h5:lang(ta),h6:lang(ta),h2:lang(te),h3:lang(te),h4:lang(te),h5:lang(te),h6:lang(te) {
h2:lang(anp),
        line-height: 1.2em
h3:lang(anp),
    }
h4:lang(anp),
h5:lang(anp),
h6:lang(anp),
h2:lang(as),
h3:lang(as),
h4:lang(as),
h5:lang(as),
h6:lang(as),
h2:lang(bho),
h3:lang(bho),
h4:lang(bho),
h5:lang(bho),
h6:lang(bho),
h2:lang(bh),
h3:lang(bh),
h4:lang(bh),
h5:lang(bh),
h6:lang(bh),
h2:lang(bn),
h3:lang(bn),
h4:lang(bn),
h5:lang(bn),
h6:lang(bn),
h2:lang(gu),
h3:lang(gu),
h4:lang(gu),
h5:lang(gu),
h6:lang(gu),
h2:lang(hi),
h3:lang(hi),
h4:lang(hi),
h5:lang(hi),
h6:lang(hi),
h2:lang(kn),
h3:lang(kn),
h4:lang(kn),
h5:lang(kn),
h6:lang(kn),
h2:lang(ks),
h3:lang(ks),
h4:lang(ks),
h5:lang(ks),
h6:lang(ks),
h2:lang(ml),
h3:lang(ml),
h4:lang(ml),
h5:lang(ml),
h6:lang(ml),
h2:lang(mr),
h3:lang(mr),
h4:lang(mr),
h5:lang(mr),
h6:lang(mr),
h2:lang(my),
h3:lang(my),
h4:lang(my),
h5:lang(my),
h6:lang(my),
h2:lang(mai),
h3:lang(mai),
h4:lang(mai),
h5:lang(mai),
h6:lang(mai),
h2:lang(ne),
h3:lang(ne),
h4:lang(ne),
h5:lang(ne),
h6:lang(ne),
h2:lang(new),
h3:lang(new),
h4:lang(new),
h5:lang(new),
h6:lang(new),
h2:lang(or),
h3:lang(or),
h4:lang(or),
h5:lang(or),
h6:lang(or),
h2:lang(pa),
h3:lang(pa),
h4:lang(pa),
h5:lang(pa),
h6:lang(pa),
h2:lang(pi),
h3:lang(pi),
h4:lang(pi),
h5:lang(pi),
h6:lang(pi),
h2:lang(sa),
h3:lang(sa),
h4:lang(sa),
h5:lang(sa),
h6:lang(sa),
h2:lang(ta),
h3:lang(ta),
h4:lang(ta),
h5:lang(ta),
h6:lang(ta),
h2:lang(te),
h3:lang(te),
h4:lang(te),
h5:lang(te),
h6:lang(te) {
line-height: 1.2em
}


    ol:lang(azb) li,ol:lang(bcc) li,ol:lang(bgn) li,ol:lang(bqi) li,ol:lang(fa) li,ol:lang(glk) li,ol:lang(kk-arab) li,ol:lang(lrc) li,ol:lang(luz) li,ol:lang(mzn) li {
ol:lang(azb) li,
        list-style-type: -moz-persian;
ol:lang(bcc) li,
        list-style-type: persian
ol:lang(bgn) li,
    }
ol:lang(bqi) li,
ol:lang(fa) li,
ol:lang(glk) li,
ol:lang(kk-arab) li,
ol:lang(lrc) li,
ol:lang(luz) li,
ol:lang(mzn) li {
list-style-type: -moz-persian;
list-style-type: persian
}


    ol:lang(ckb) li,ol:lang(sdh) li {
ol:lang(ckb) li,
        list-style-type: -moz-arabic-indic;
ol:lang(sdh) li {
        list-style-type: arabic-indic
list-style-type: -moz-arabic-indic;
    }
list-style-type: arabic-indic
}


    ol:lang(hi) li,ol:lang(mai) li,ol:lang(mr) li,ol:lang(ne) li {
ol:lang(hi) li,
        list-style-type: -moz-devanagari;
ol:lang(mai) li,
        list-style-type: devanagari
ol:lang(mr) li,
    }
ol:lang(ne) li {
list-style-type: -moz-devanagari;
list-style-type: devanagari
}


    ol:lang(as) li,ol:lang(bn) li {
ol:lang(as) li,
        list-style-type: -moz-bengali;
ol:lang(bn) li {
        list-style-type: bengali
list-style-type: -moz-bengali;
    }
list-style-type: bengali
}


    ol:lang(or) li {
ol:lang(or) li {
        list-style-type: -moz-oriya;
list-style-type: -moz-oriya;
        list-style-type: oriya
list-style-type: oriya
    }
}


    .toc ul {
.toc ul {
        margin: 0.3em 0
margin: 0.3em 0
    }
}


    .mw-content-ltr .toc ul,.mw-content-rtl .mw-content-ltr .toc ul {
.mw-content-ltr .toc ul,
        text-align: left
.mw-content-rtl .mw-content-ltr .toc ul {
    }
text-align: left
}


    .mw-content-rtl .toc ul,.mw-content-ltr .mw-content-rtl .toc ul {
.mw-content-rtl .toc ul,
        text-align: right
.mw-content-ltr .mw-content-rtl .toc ul {
    }
text-align: right
}


    .mw-content-ltr .toc ul ul,.mw-content-rtl .mw-content-ltr .toc ul ul {
.mw-content-ltr .toc ul ul,
        margin: 0 0 0 2em
.mw-content-rtl .mw-content-ltr .toc ul ul {
    }
margin: 0 0 0 2em
}


    .mw-content-rtl .toc ul ul,.mw-content-ltr .mw-content-rtl .toc ul ul {
.mw-content-rtl .toc ul ul,
        margin: 0 2em 0 0
.mw-content-ltr .mw-content-rtl .toc ul ul {
    }
margin: 0 2em 0 0
}


    .toc .toctitle {
.toc .toctitle {
        direction: ltr
direction: ltr
    }
}


    #mw-clearyourcache,#mw-sitecsspreview,#mw-sitejspreview,#mw-usercsspreview,#mw-userjspreview {
#mw-clearyourcache,
        direction: ltr;
#mw-sitecsspreview,
        unicode-bidi: embed
#mw-sitejspreview,
    }
#mw-usercsspreview,
#mw-userjspreview {
direction: ltr;
unicode-bidi: embed
}


    #mw-revision-info,#mw-revision-info-current,#mw-revision-nav {
#mw-revision-info,
        direction: ltr
#mw-revision-info-current,
    }
#mw-revision-nav {
direction: ltr
}


    div.tright,div.floatright,table.floatright {
div.tright,
        clear: right;
div.floatright,
        float: right
table.floatright {
    }
clear: right;
float: right
}


    div.tleft,div.floatleft,table.floatleft {
div.tleft,
        float: left;
div.floatleft,
        clear: left
table.floatleft {
    }
float: left;
clear: left
}


    div.floatright,table.floatright,div.floatleft,table.floatleft {
div.floatright,
        position: relative
table.floatright,
    }
div.floatleft,
table.floatleft {
position: relative
}


    #mw-credits a {
#mw-credits a {
        unicode-bidi: embed
unicode-bidi: embed
    }
}


    .mw-jump,#jump-to-nav {
.mw-jump,
        overflow: hidden;
#jump-to-nav {
        height: 0;
overflow: hidden;
        zoom:1}
height: 0;
zoom: 1
}


    .printfooter {
.printfooter {
        display: none
display: none
    }
}


    .xdebug-error {
.xdebug-error {
        position: absolute;
position: absolute;
        z-index: 99
z-index: 99
    }
}


    .mw-editsection,#jump-to-nav {
.mw-editsection,
        -moz-user-select: none;
#jump-to-nav {
        -webkit-user-select: none;
-moz-user-select: none;
        -ms-user-select: none;
-webkit-user-select: none;
        user-select: none
-ms-user-select: none;
    }
user-select: none
}


    .mw-editsection,.mw-editsection-like {
.mw-editsection,
        font-size: small;
.mw-editsection-like {
        font-weight: normal;
font-size: small;
        margin-left: 1em;
font-weight: normal;
        vertical-align: baseline;
margin-left: 1em;
        line-height: 1em
vertical-align: baseline;
    }
line-height: 1em
}


    .mw-content-ltr .mw-editsection,.mw-content-rtl .mw-content-ltr .mw-editsection {
.mw-content-ltr .mw-editsection,
        margin-left: 1em
.mw-content-rtl .mw-content-ltr .mw-editsection {
    }
margin-left: 1em
}


    .mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection {
.mw-content-rtl .mw-editsection,
        margin-right: 1em
.mw-content-ltr .mw-content-rtl .mw-editsection {
    }
margin-right: 1em
}


    sup,sub {
sup,
        line-height: 1
sub {
    }
line-height: 1
}
}
}


.mw-headline-anchor {
.mw-headline-anchor {
    display: none
display: none
}
}


@media screen {
@media screen {
    a {
a {
        text-decoration: none;
text-decoration: none;
        color: #0645ad;
color: #0645ad;
        background: none
background: none
    }
}


    a:not([href]) {
a:not([href]) {
        cursor: pointer
cursor: pointer
    }
}


    a:visited {
a:visited {
        color: #0b0080
color: #0b0080
    }
}


    a:active {
a:active {
        color: #faa700
color: #faa700
    }
}


    a:hover,a:focus {
a:hover,
        text-decoration: underline
a:focus {
    }
text-decoration: underline
}


    a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur) {
a:lang(ar),
        text-decoration: none
a:lang(kk-arab),
    }
a:lang(mzn),
a:lang(ps),
a:lang(ur) {
text-decoration: none
}


    a.stub {
a.stub {
        color: #723
color: #723
    }
}


    a.new,#p-personal a.new {
a.new,
        color: #ba0000
#p-personal a.new {
    }
color: #ba0000
}


    a.mw-selflink {
a.mw-selflink {
        color: inherit;
color: inherit;
        font-weight: bold;
font-weight: bold;
        text-decoration: inherit
text-decoration: inherit
    }
}


    a.mw-selflink:hover {
a.mw-selflink:hover {
        cursor: inherit;
cursor: inherit;
        text-decoration: inherit
text-decoration: inherit
    }
}


    a.mw-selflink:active,a.mw-selflink:visited {
a.mw-selflink:active,
        color: inherit
a.mw-selflink:visited {
    }
color: inherit
}


    a.new:visited,#p-personal a.new:visited {
a.new:visited,
        color: #a55858
#p-personal a.new:visited {
    }
color: #a55858
}


    .mw-parser-output a.extiw,.mw-parser-output a.extiw:active {
.mw-parser-output a.extiw,
        color: #36b
.mw-parser-output a.extiw:active {
    }
color: #36b
}


    .mw-parser-output a.extiw:visited {
.mw-parser-output a.extiw:visited {
        color: #636
color: #636
    }
}


    .mw-parser-output a.extiw:active {
.mw-parser-output a.extiw:active {
        color: #b63
color: #b63
    }
}


    .mw-parser-output a.external {
.mw-parser-output a.external {
        color: #36b
color: #36b
    }
}


    .mw-parser-output a.external:visited {
.mw-parser-output a.external:visited {
        color: #636
color: #636
    }
}


    .mw-parser-output a.external:active {
.mw-parser-output a.external:active {
        color: #b63
color: #b63
    }
}


    .mw-parser-output a.external.free {
.mw-parser-output a.external.free {
        word-wrap: break-word
word-wrap: break-word
    }
}


    img {
img {
        border: 0;
border: 0;
        vertical-align: middle
vertical-align: middle
    }
}


    hr {
hr {
        height: 1px;
height: 1px;
        color: #a2a9b1;
color: #a2a9b1;
        background-color: #a2a9b1;
background-color: #a2a9b1;
        border: 0;
border: 0;
        margin: 0.2em 0
margin: 0.2em 0
    }
}


    h1,h2,h3,h4,h5,h6 {
h1,
        color: #000;
h2,
        background: none;
h3,
        font-weight: normal;
h4,
        margin: 0;
h5,
        overflow: hidden;
h6 {
        padding-top: 0.5em;
color: #000;
        padding-bottom: 0.17em;
background: none;
        border-bottom: 1px solid #a2a9b1
font-weight: normal;
    }
margin: 0;
overflow: hidden;
padding-top: 0.5em;
padding-bottom: 0.17em;
border-bottom: 1px solid #a2a9b1
}


    h1 {
h1 {
        font-size: 188%
font-size: 188%
    }
}


    h2 {
h2 {
        font-size: 150%
font-size: 150%
    }
}


    h3,h4,h5,h6 {
h3,
        border-bottom: 0;
h4,
        font-weight: bold
h5,
    }
h6 {
border-bottom: 0;
font-weight: bold
}


    h3 {
h3 {
        font-size: 128%
font-size: 128%
    }
}


    h4 {
h4 {
        font-size: 116%
font-size: 116%
    }
}


    h5 {
h5 {
        font-size: 108%
font-size: 108%
    }
}


    h6 {
h6 {
        font-size: 100%
font-size: 100%
    }
}


    h1,h2 {
h1,
        margin-bottom: 0.6em
h2 {
    }
margin-bottom: 0.6em
}


    h3,h4,h5 {
h3,
        margin-bottom: 0.3em
h4,
    }
h5 {
margin-bottom: 0.3em
}


    p {
p {
        margin: 0.4em 0 0.5em 0
margin: 0.4em 0 0.5em 0
    }
}


    p img {
p img {
        margin: 0
margin: 0
    }
}


    ul {
ul {
        list-style-type: square;
list-style-type: square;
        margin: 0.3em 0 0 1.6em;
margin: 0.3em 0 0 1.6em;
        padding: 0
padding: 0
    }
}


    ol {
ol {
        margin: 0.3em 0 0 3.2em;
margin: 0.3em 0 0 3.2em;
        padding: 0;
padding: 0;
        list-style-image: none
list-style-image: none
    }
}


    li {
li {
        margin-bottom: 0.1em
margin-bottom: 0.1em
    }
}


    dt {
dt {
        font-weight: bold;
font-weight: bold;
        margin-bottom: 0.1em
margin-bottom: 0.1em
    }
}


    dl {
dl {
        margin-top: 0.2em;
margin-top: 0.2em;
        margin-bottom: 0.5em
margin-bottom: 0.5em
    }
}


    dd {
dd {
        margin-left: 1.6em;
margin-left: 1.6em;
        margin-bottom: 0.1em
margin-bottom: 0.1em
    }
}


    pre,code,tt,kbd,samp,.mw-code {
pre,
        font-family: monospace,monospace
code,
    }
tt,
kbd,
samp,
.mw-code {
font-family: monospace, monospace
}


    code {
code {
        color: #000;
color: #000;
        background-color: #f8f9fa;
background-color: #f8f9fa;
        border: 1px solid #eaecf0;
border: 1px solid #eaecf0;
        border-radius: 2px;
border-radius: 2px;
        padding: 1px 4px
padding: 1px 4px
    }
}


    pre,.mw-code {
pre,
        color: #000;
.mw-code {
        background-color: #f8f9fa;
color: #000;
        border: 1px solid #eaecf0;
background-color: #f8f9fa;
        padding: 1em;
border: 1px solid #eaecf0;
        white-space: pre-wrap
padding: 1em;
    }
white-space: pre-wrap
}


    table {
table {
        font-size: 100%
font-size: 100%
    }
}


    fieldset {
fieldset {
        border: 1px solid #2a4b8d;
border: 1px solid #2a4b8d;
        margin: 1em 0 1em 0;
margin: 1em 0 1em 0;
        padding: 0 1em 1em
padding: 0 1em 1em
    }
}


    fieldset.nested {
fieldset.nested {
        margin: 0 0 0.5em 0;
margin: 0 0 0.5em 0;
        padding: 0 0.5em 0.5em
padding: 0 0.5em 0.5em
    }
}


    legend {
legend {
        padding: 0.5em;
padding: 0.5em;
        font-size: 95%
font-size: 95%
    }
}


    form {
form {
        border: 0;
border: 0;
        margin: 0
margin: 0
    }
}


    textarea {
textarea {
        width: 100%;
width: 100%;
        padding: 0.1em;
padding: 0.1em;
        display: block;
display: block;
        -moz-box-sizing: border-box;
-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
-webkit-box-sizing: border-box;
        box-sizing: border-box
box-sizing: border-box
    }
}


    .center {
.center {
        width: 100%;
width: 100%;
        text-align: center
text-align: center
    }
}


    *.center * {
*.center * {
        margin-left: auto;
margin-left: auto;
        margin-right: auto
margin-right: auto
    }
}


    .small {
.small {
        font-size: 94%
font-size: 94%
    }
}


    table.small {
table.small {
        font-size: 100%
font-size: 100%
    }
}


    .toc,.mw-warning,.toccolours {
.toc,
        border: 1px solid #a2a9b1;
.mw-warning,
        background-color: #f8f9fa;
.toccolours {
        padding: 5px;
border: 1px solid #a2a9b1;
        font-size: 95%
background-color: #f8f9fa;
    }
padding: 5px;
font-size: 95%
}


    .toc {
.toc {
        display: inline-block;
display: inline-block;
        display: table;
display: table;
        zoom:1;*display: inline;
zoom: 1;
        padding: 7px
*display: inline;
    }
padding: 7px
}


    table.toc {
table.toc {
        border-collapse: collapse
border-collapse: collapse
    }
}


    table.toc td {
table.toc td {
        padding: 0
padding: 0
    }
}


    .toc h2 {
.toc h2 {
        display: inline;
display: inline;
        border: 0;
border: 0;
        padding: 0;
padding: 0;
        font-size: 100%;
font-size: 100%;
        font-weight: bold
font-weight: bold
    }
}


    .toc .toctitle {
.toc .toctitle {
        text-align: center
text-align: center
    }
}


    .toc ul {
.toc ul {
        list-style-type: none;
list-style-type: none;
        list-style-image: none;
list-style-image: none;
        margin-left: 0;
margin-left: 0;
        padding: 0;
padding: 0;
        text-align: left
text-align: left
    }
}


    .toc ul ul {
.toc ul ul {
        margin: 0 0 0 2em
margin: 0 0 0 2em
    }
}


    .tocnumber,.toctext {
.tocnumber,
        display: table-cell;
.toctext {
        text-decoration: inherit
display: table-cell;
    }
text-decoration: inherit
}


    .tocnumber {
.tocnumber {
        padding-left: 0;
padding-left: 0;
        padding-right: 0.5em;
padding-right: 0.5em;
        color: #222
color: #222
    }
}


    .mw-content-ltr .tocnumber {
.mw-content-ltr .tocnumber {
        padding-left: 0;
padding-left: 0;
        padding-right: 0.5em
padding-right: 0.5em
    }
}


    .mw-content-rtl .tocnumber {
.mw-content-rtl .tocnumber {
        padding-left: 0.5em;
padding-left: 0.5em;
        padding-right: 0
padding-right: 0
    }
}


    .mw-warning {
.mw-warning {
        margin-left: 50px;
margin-left: 50px;
        margin-right: 50px;
margin-right: 50px;
        text-align: center
text-align: center
    }
}


    div.floatright,table.floatright {
div.floatright,
        margin: 0 0 0.5em 0.5em
table.floatright {
    }
margin: 0 0 0.5em 0.5em
}


    div.floatright p {
div.floatright p {
        font-style: italic
font-style: italic
    }
}


    div.floatleft,table.floatleft {
div.floatleft,
        margin: 0 0.5em 0.5em 0
table.floatleft {
    }
margin: 0 0.5em 0.5em 0
}


    div.floatleft p {
div.floatleft p {
        font-style: italic
font-style: italic
    }
}


    div.thumb {
div.thumb {
        margin-bottom: 0.5em;
margin-bottom: 0.5em;
        width: auto;
width: auto;
        background-color: transparent
background-color: transparent
    }
}


    div.thumbinner {
div.thumbinner {
        border: 1px solid #c8ccd1;
border: 1px solid #c8ccd1;
        padding: 3px;
padding: 3px;
        background-color: #f8f9fa;
background-color: #f8f9fa;
        font-size: 94%;
font-size: 94%;
        text-align: center;
text-align: center;
        overflow: hidden
overflow: hidden
    }
}


    html .thumbimage {
html .thumbimage {
        background-color: #fff;
background-color: #fff;
        border: 1px solid #c8ccd1
border: 1px solid #c8ccd1
    }
}


    html .thumbcaption {
html .thumbcaption {
        border: 0;
border: 0;
        line-height: 1.4em;
line-height: 1.4em;
        padding: 3px;
padding: 3px;
        font-size: 94%;
font-size: 94%;
        text-align: left
text-align: left
    }
}


    div.magnify {
div.magnify {
        float: right;
float: right;
        margin-left: 3px
margin-left: 3px
    }
}


    div.magnify a {
div.magnify a {
        display: block;
display: block;
        text-indent: 15px;
text-indent: 15px;
        white-space: nowrap;
white-space: nowrap;
        overflow: hidden;
overflow: hidden;
        width: 15px;
width: 15px;
        height: 11px;
height: 11px;
        background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E");
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E");
        -moz-user-select: none;
-moz-user-select: none;
        -webkit-user-select: none;
-webkit-user-select: none;
        -ms-user-select: none;
-ms-user-select: none;
        user-select: none
user-select: none
    }
}


    img.thumbborder {
img.thumbborder {
        border: 1px solid #eaecf0
border: 1px solid #eaecf0
    }
}


    .mw-content-ltr .thumbcaption {
.mw-content-ltr .thumbcaption {
        text-align: left
text-align: left
    }
}


    .mw-content-ltr .magnify {
.mw-content-ltr .magnify {
        float: right;
float: right;
        margin-left: 3px;
margin-left: 3px;
        margin-right: 0
margin-right: 0
    }
}


    .mw-content-ltr div.magnify a {
.mw-content-ltr div.magnify a {
        background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E")
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E")
    }
}


    .mw-content-rtl .thumbcaption {
.mw-content-rtl .thumbcaption {
        text-align: right
text-align: right
    }
}


    .mw-content-rtl .magnify {
.mw-content-rtl .magnify {
        float: left;
float: left;
        margin-left: 0;
margin-left: 0;
        margin-right: 3px
margin-right: 3px
    }
}


    .mw-content-rtl div.magnify a {
.mw-content-rtl div.magnify a {
        background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?a9fb3);
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?a9fb3);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M9.491 1.865h-10.99v7.919h10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M12.499 6.868h-5.943v4.904h5.943z%22/%3E %3C/g%3E %3C/svg%3E")
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M9.491 1.865h-10.99v7.919h10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M12.499 6.868h-5.943v4.904h5.943z%22/%3E %3C/g%3E %3C/svg%3E")
    }
}


    div.tright {
div.tright {
        margin: 0.5em 0 1.3em 1.4em
margin: 0.5em 0 1.3em 1.4em
    }
}


    div.tleft {
div.tleft {
        margin: 0.5em 1.4em 1.3em 0
margin: 0.5em 1.4em 1.3em 0
    }
}


    body.mw-hide-empty-elt .mw-empty-elt {
body.mw-hide-empty-elt .mw-empty-elt {
        display: none
display: none
    }
}


    .catlinks {
.catlinks {
        border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
        background-color: #f8f9fa;
background-color: #f8f9fa;
        padding: 5px;
padding: 5px;
        margin-top: 1em;
margin-top: 1em;
        clear: both
clear: both
    }
}


    textarea {
textarea {
        border: 1px solid #c8ccd1
border: 1px solid #c8ccd1
    }
}


    .editOptions {
.editOptions {
        background-color: #eaecf0;
background-color: #eaecf0;
        color: #222;
color: #222;
        border: 1px solid #c8ccd1;
border: 1px solid #c8ccd1;
        border-top: 0;
border-top: 0;
        padding: 1em 1em 1.5em 1em;
padding: 1em 1em 1.5em 1em;
        margin-bottom: 2em
margin-bottom: 2em
    }
}


    .usermessage {
.usermessage {
        background-color: #ffce7b;
background-color: #ffce7b;
        border: 1px solid #ffa500;
border: 1px solid #ffa500;
        color: #000;
color: #000;
        font-weight: bold;
font-weight: bold;
        margin: 2em 0 1em;
margin: 2em 0 1em;
        padding: 0.5em 1em;
padding: 0.5em 1em;
        vertical-align: middle
vertical-align: middle
    }
}


    #siteNotice {
#siteNotice {
        position: relative;
position: relative;
        text-align: center;
text-align: center;
        margin: 0
margin: 0
    }
}


    #localNotice {
#localNotice {
        margin-bottom: 0.9em
margin-bottom: 0.9em
    }
}


    .firstHeading {
.firstHeading {
        margin-bottom: 0.1em;
margin-bottom: 0.1em;
        line-height: 1.2em;
line-height: 1.2em;
        padding-bottom: 0
padding-bottom: 0
    }
}


    #siteSub {
#siteSub {
        display: none
display: none
    }
}


    #jump-to-nav {
#jump-to-nav {
        margin-top: -1.4em;
margin-top: -1.4em;
        margin-bottom: 1.4em
margin-bottom: 1.4em
    }
}


    #contentSub,#contentSub2 {
#contentSub,
        font-size: 84%;
#contentSub2 {
        line-height: 1.2em;
font-size: 84%;
        margin: 0 0 1.4em 1em;
line-height: 1.2em;
        color: #54595d;
margin: 0 0 1.4em 1em;
        width: auto
color: #54595d;
    }
width: auto
}


    span.subpages {
span.subpages {
        display: block
display: block
    }
}
}
}


.mw-wiki-logo {
.mw-wiki-logo {
    background-image: url(/w/skins/Vector/images-valve/logo.png?8adb5)
background-image: url(/w/skins/Vector/images-valve/logo.png?8adb5)
}
}


@media screen {
@media screen {
    .page-Main_Page h1.firstHeading {
.page-Main_Page h1.firstHeading {
        display: none
display: none
    }
}


    html {
html {
        font-size: 100%
font-size: 100%
    }
}


    html,body {
html,
        height: 100%;
body {
        margin: 0;
height: 100%;
        padding: 0;
margin: 0;
        font-family: sans-serif
padding: 0;
    }
font-family: sans-serif
}


    body {
body {
        background-image: url(/w/skins/Vector/images-valve/content_bg.png?57bf2);
background-image: url(/w/skins/Vector/images-valve/content_bg.png?57bf2);
        background-position: 0 60px;
background-position: 0 60px;
        background-repeat: repeat-x;
background-repeat: repeat-x;
        background-color: #000000
background-color: #000000
    }
}


    .mw-body,.parsoid-body {
.mw-body,
        padding: 16px 1em 0.5em 1em;
.parsoid-body {
        background-color: #262626;
padding: 16px 1em 0.5em 1em;
        color: #b9b7b5;
background-color: #262626;
        direction: ltr
color: #b9b7b5;
    }
direction: ltr
}


    .mw-body {
.mw-body {
        margin-left: 10em;
margin-left: 10em;
        border: 1px solid #525252;
border: 1px solid #525252;
        border-right-width: 0;
border-right-width: 0;
        margin-top: 3em;
margin-top: 3em;
        margin-bottom: 0.1em;
margin-bottom: 0.1em;
        line-height: 1.5em
line-height: 1.5em
    }
}


    .mw-body h1,.mw-body-content h1,.mw-body-content h2 {
.mw-body h1,
        font-family: sans-serif;
.mw-body-content h1,
        line-height: 1.2em;
.mw-body-content h2 {
        margin-bottom: 0.25em;
font-family: sans-serif;
        padding: 0;
line-height: 1.2em;
        border-bottom: 1px solid #65635f
margin-bottom: 0.25em;
    }
padding: 0;
border-bottom: 1px solid #65635f
}


    .mw-body h1:lang(ja),.mw-body-content h1:lang(ja),.mw-body-content h2:lang(ja),.mw-body h1:lang(he),.mw-body-content h1:lang(he),.mw-body-content h2:lang(he),.mw-body h1:lang(ko),.mw-body-content h1:lang(ko),.mw-body-content h2:lang(ko) {
.mw-body h1:lang(ja),
        font-family: sans-serif
.mw-body-content h1:lang(ja),
    }
.mw-body-content h2:lang(ja),
.mw-body h1:lang(he),
.mw-body-content h1:lang(he),
.mw-body-content h2:lang(he),
.mw-body h1:lang(ko),
.mw-body-content h1:lang(ko),
.mw-body-content h2:lang(ko) {
font-family: sans-serif
}


    .mw-body h1,.mw-body-content h1 {
.mw-body h1,
        font-size: 1.6em;
.mw-body-content h1 {
        color: white
font-size: 1.6em;
    }
color: white
}


    .mw-body .firstHeading {
.mw-body .firstHeading {
        overflow: visible;
overflow: visible;
        padding-top: .6em
padding-top: .6em
    }
}


    .mw-body .mw-indicators {
.mw-body .mw-indicators {
        float: right;
float: right;
        line-height: 1.5em;
line-height: 1.5em;
        font-size: 0.8em;
font-size: 0.8em;
        position: relative;
position: relative;
        z-index: 1
z-index: 1
    }
}


    .mw-body .mw-indicator {
.mw-body .mw-indicator {
        display: inline-block;
display: inline-block;
        zoom:1;*display: inline
zoom: 1;
    }
*display: inline
}


    .mw-body-content {
.mw-body-content {
        position: relative;
position: relative;
        line-height: 1.5em;
line-height: 1.5em;
        font-size: 0.8em;
font-size: 0.8em;
        z-index: 0
z-index: 0
    }
}


    .mw-body-content p {
.mw-body-content p {
        line-height: inherit;
line-height: inherit;
        margin: 0.4em 0 0.5em 0
margin: 0.4em 0 0.5em 0
    }
}


    .mw-body-content p img {
.mw-body-content p img {
        margin: 0
margin: 0
    }
}


    .mw-body-content h1,.mw-body-content h2,.mw-body-content h3,.mw-body-content h4,.mw-body-content h5,.mw-body-content h6 {
.mw-body-content h1,
        font-family: sans-serif;
.mw-body-content h2,
        color: white;
.mw-body-content h3,
        background: none;
.mw-body-content h4,
        font-weight: normal;
.mw-body-content h5,
        margin: 0;
.mw-body-content h6 {
        padding-top: .6em;
font-family: sans-serif;
        padding-bottom: .17em;
color: white;
        width: auto
background: none;
    }
font-weight: normal;
margin: 0;
padding-top: .6em;
padding-bottom: .17em;
width: auto
}


    .mw-body-content h1,.mw-body-content h2 {
.mw-body-content h1,
        border-bottom: 1px solid #65635f
.mw-body-content h2 {
    }
border-bottom: 1px solid #65635f
}


    .mw-body-content h2 {
.mw-body-content h2 {
        line-height: 1.0em;
line-height: 1.0em;
        margin: 0 0 0.6em 0;
margin: 0 0 0.6em 0;
        padding-top: 1em;
padding-top: 1em;
        padding-bottom: 3px;
padding-bottom: 3px;
        font-size: 1.5em;
font-size: 1.5em;
        margin-top: 1em
margin-top: 1em
    }
}


    .mw-body-content .mw-body-content h1 {
.mw-body-content .mw-body-content h1 {
        margin-top: 1em
margin-top: 1em
    }
}


    .mw-body-content h1#firstHeading {
.mw-body-content h1#firstHeading {
        font-size: 1.6em;
font-size: 1.6em;
        margin-top: 0.0;
margin-top: 0.0;
        padding-bottom: 0.0em;
padding-bottom: 0.0em;
        line-height: 1.2em
line-height: 1.2em
    }
}


    .mw-body-content h3,.mw-body-content h4,.mw-body-content h5,.mw-body-content h6 {
.mw-body-content h3,
        line-height: 1.1em;
.mw-body-content h4,
        margin-bottom: 0.3em;
.mw-body-content h5,
        padding-top: .6em;
.mw-body-content h6 {
        padding-bottom: .17em;
line-height: 1.1em;
        font-weight: bold
margin-bottom: 0.3em;
    }
padding-top: .6em;
padding-bottom: .17em;
font-weight: bold
}


    .mw-body-content h3 {
.mw-body-content h3 {
        font-size: 132%
font-size: 132%
    }
}


    .mw-body-content h3,.mw-body-content h4 {
.mw-body-content h3,
        font-weight: bold
.mw-body-content h4 {
    }
font-weight: bold
}


    .mw-body-content h4 {
.mw-body-content h4 {
        font-size: 116%
font-size: 116%
    }
}


    .mw-body-content h4,.mw-body-content h5,.mw-body-content h6 {
.mw-body-content h4,
        font-size: 100%
.mw-body-content h5,
    }
.mw-body-content h6 {
font-size: 100%
}


    .mw-body-content .toc h2 {
.mw-body-content .toc h2 {
        font-size: 100%;
font-size: 100%;
        font-family: sans-serif
font-family: sans-serif
    }
}


    .mw-body-content .firstHeading {
.mw-body-content .firstHeading {
        overflow: visible;
overflow: visible;
        border-bottom: 1px solid #65635f
border-bottom: 1px solid #65635f
    }
}


    .mw-body-content h2.mw-specialpagesgroup {
.mw-body-content h2.mw-specialpagesgroup {
        margin-bottom: 14px
margin-bottom: 14px
    }
}


    div.emptyPortlet {
div.emptyPortlet {
        display: none
display: none
    }
}


    input,select {
input,
        background-color: #202020;
select {
        color: #B9B7B5;
background-color: #202020;
        border: 1px solid #666666
color: #B9B7B5;
    }
border: 1px solid #666666
}


    hr {
hr {
        background-color: #65635F;
background-color: #65635F;
        border: 0 none;
border: 0 none;
        color: #65635F;
color: #65635F;
        height: 1px;
height: 1px;
        margin: 0.2em 0
margin: 0.2em 0
    }
}


    pre,.mw-code {
pre,
        padding: 1em;
.mw-code {
        border-left: 6px solid #666666 !important;
padding: 1em;
        background-color: #D8D7D6;
border-left: 6px solid #666666 !important;
        line-height: 1.1em;
background-color: #D8D7D6;
        font-size: 100%;
line-height: 1.1em;
        overflow: auto;
font-size: 100%;
        font-family: monospace,sans-serif
overflow: auto;
    }
font-family: monospace, sans-serif
}


    pre a:link,pre a:visited {
pre a:link,
        color: #2F6582
pre a:visited {
    }
color: #2F6582
}


    pre.de1 {
pre.de1 {
        border: none !important
border: none !important
    }
}


    pre a:link,pre a:visited {
pre a:link,
        color: #2F6582
pre a:visited {
    }
color: #2F6582
}


    code {
code {
        background: none;
background: none;
        border: none;
border: none;
        color: #b9b7b5;
color: #b9b7b5;
        font-size: 100%;
font-size: 100%;
        font-family: monospace,sans-serif
font-family: monospace, sans-serif
    }
}


    ul {
ul {
        line-height: 1.5em;
line-height: 1.5em;
        list-style-type: square;
list-style-type: square;
        margin: .3em 0 0 1.5em;
margin: .3em 0 0 1.5em;
        padding: 0;
padding: 0;
        list-style-image: url(/w/skins/Vector/images-valve/bullet-icon.png?9e565)
list-style-image: url(/w/skins/Vector/images-valve/bullet-icon.png?9e565)
    }
}


    ol {
ol {
        line-height: 1.5em;
line-height: 1.5em;
        margin: .3em 0 0 3.2em;
margin: .3em 0 0 3.2em;
        padding: 0;
padding: 0;
        list-style-image: none
list-style-image: none
    }
}


    li {
li {
        margin-bottom: .1em
margin-bottom: .1em
    }
}


    dt {
dt {
        font-weight: bold;
font-weight: bold;
        margin-bottom: .1em
margin-bottom: .1em
    }
}


    dl {
dl {
        margin-top: .2em;
margin-top: .2em;
        margin-bottom: .5em
margin-bottom: .5em
    }
}


    dd {
dd {
        line-height: 1.5em;
line-height: 1.5em;
        margin-left: 2em;
margin-left: 2em;
        margin-bottom: .1em
margin-bottom: .1em
    }
}


    a:link {
a:link {
        text-decoration: none;
text-decoration: none;
        color: #8BB9E0
color: #8BB9E0
    }
}


    a {
a {
        text-decoration: none;
text-decoration: none;
        color: #8BB9E0;
color: #8BB9E0;
        background: none
background: none
    }
}


    a:visited {
a:visited {
        color: #5081D1;
color: #5081D1;
        text-decoration: none
text-decoration: none
    }
}


    a:active {
a:active {
        color: #ffa500
color: #ffa500
    }
}


    a:hover {
a:hover {
        text-decoration: underline
text-decoration: underline
    }
}


    a.stub {
a.stub {
        color: #772233
color: #772233
    }
}


    a.new {
a.new {
        color: #D64B4B !important
color: #D64B4B !important
    }
}


    a.new:visited {
a.new:visited {
        color: #C72E2E !important
color: #C72E2E !important
    }
}


    #siteNotice {
#siteNotice {
        font-size: 0.8em
font-size: 0.8em
    }
}


    #p-personal {
#p-personal {
        position: absolute;
position: absolute;
        top: 0.33em;
top: 0.33em;
        right: 0;
right: 0;
        padding: 0em 1em 0 1em;
padding: 0em 1em 0 1em;
        text-align: right;
text-align: right;
        border: none;
border: none;
        z-index: 100
z-index: 100
    }
}


    #p-personal h3 {
#p-personal h3 {
        display: none
display: none
    }
}


    #p-personal ul {
#p-personal ul {
        list-style-type: none;
list-style-type: none;
        list-style-image: none;
list-style-image: none;
        margin: 0
margin: 0
    }
}


    #p-personal li a.new,#p-personal a.new:visited {
#p-personal li a.new,
        color: #E3BBBB
#p-personal a.new:visited {
    }
color: #E3BBBB
}


    #p-personal li {
#p-personal li {
        line-height: 1.2em;
line-height: 1.2em;
        float: left;
float: left;
        margin-left: 1em;
margin-left: 1em;
        margin-top: 0.2em;
margin-top: 0.2em;
        margin-bottom: .2em;
margin-bottom: .2em;
        color: #2f6fab;
color: #2f6fab;
        font-size: 0.75em;
font-size: 0.75em;
        white-space: nowrap
white-space: nowrap
    }
}


    #p-personal li a {
#p-personal li a {
        text-decoration: none;
text-decoration: none;
        color: white;
color: white;
        padding-bottom: .2em;
padding-bottom: .2em;
        background: none
background: none
    }
}


    #p-personal li a:hover {
#p-personal li a:hover {
        background-color: gray;
background-color: gray;
        padding-bottom: .2em;
padding-bottom: .2em;
        text-decoration: none
text-decoration: none
    }
}


    #p-personal li.active a:hover {
#p-personal li.active a:hover {
        background-color: transparent
background-color: transparent
    }
}


    #p-personal body {
#p-personal body {
        border: none
border: none
    }
}


    #pt-userpage,#pt-anonuserpage {
#pt-userpage,
        background-position: left top;
#pt-anonuserpage {
        background-repeat: no-repeat;
background-position: left top;
        background-image: url(/w/skins/Vector/images/user-icon.png?13155);
background-repeat: no-repeat;
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213.836%22 viewBox=%220 0 12 13.836%22%3E %3Cpath fill=%22%2372777d%22 d=%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375 c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405 c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719 c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22/%3E %3Cpath fill=%22%2372777d%22 d=%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155 c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22/%3E %3C/svg%3E");
background-image: url(/w/skins/Vector/images/user-icon.png?13155);
        padding-left: 15px !important
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213.836%22 viewBox=%220 0 12 13.836%22%3E %3Cpath fill=%22%2372777d%22 d=%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375 c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405 c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719 c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22/%3E %3Cpath fill=%22%2372777d%22 d=%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155 c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22/%3E %3C/svg%3E");
    }
padding-left: 15px !important
}


    #pt-anonuserpage {
#pt-anonuserpage {
        color: #707070
color: #707070
    }
}


    #p-search {
#p-search {
        float: left;
float: left;
        margin-right: 0.5em;
margin-right: 0.5em;
        margin-left: 0.5em
margin-left: 0.5em
    }
}


    #p-search h3 {
#p-search h3 {
        display: block;
display: block;
        position: absolute !important;
position: absolute !important;
        clip: rect(1px,1px,1px,1px);
clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
width: 1px;
        height: 1px;
height: 1px;
        margin: -1px;
margin: -1px;
        border: 0;
border: 0;
        padding: 0;
padding: 0;
        overflow: hidden
overflow: hidden
    }
}


    #p-search form,#p-search input {
#p-search form,
        margin: 0.4em 0 0;
#p-search input {
        background-color: #202020
margin: 0.4em 0 0;
    }
background-color: #202020
}


    #simpleSearch {
#simpleSearch {
        background-color: #202020;
background-color: #202020;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAKUlEQVQI113JsQkAMADDsOBb8v+JcZfSoYNB4LQlCVGm+LUNJ+b6vaA7X0AnW5WhiBIAAAAASUVORK5CYII=);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAKUlEQVQI113JsQkAMADDsOBb8v+JcZfSoYNB4LQlCVGm+LUNJ+b6vaA7X0AnW5WhiBIAAAAASUVORK5CYII=);
        background-image: url(/w/skins/Vector/images/search-fade.png?89087)!ie;
background-image: url(/w/skins/Vector/images/search-fade.png?89087);
        background-position: top left;
background-position: top left;
        background-repeat: repeat-x;
background-repeat: repeat-x;
        color: #F2F2F2;
color: #F2F2F2;
        display: block;
display: block;
        width: 12.6em;
width: 12.6em;
        width: 20vw;
width: 20vw;
        min-width: 5em;
min-width: 5em;
        max-width: 20em;
max-width: 20em;
        padding-right: 1.4em;
padding-right: 1.4em;
        height: 1.3em;
height: 1.3em;
        margin-top: 0.65em;
margin-top: 0.65em;
        position: relative;
position: relative;
        min-height: 1px;
min-height: 1px;
        border: 1px solid #666666;
border: 1px solid #666666;
        border-radius: 2px;
border-radius: 2px;
        -webkit-transition: border-color 250ms;
-webkit-transition: border-color 250ms;
        -moz-transition: border-color 250ms;
-moz-transition: border-color 250ms;
        transition: border-color 250ms
transition: border-color 250ms
    }
}


    #simpleSearch:hover {
#simpleSearch:hover {
        border-color: #72777d
border-color: #72777d
    }
}


    #simpleSearch input {
#simpleSearch input {
        background-color: transparent;
background-color: transparent;
        color: #F2F2F2;
color: #F2F2F2;
        margin: 0;
margin: 0;
        padding: 0;
padding: 0;
        border: 0
border: 0
    }
}


    #simpleSearch #searchInput {
#simpleSearch #searchInput {
        width: 100%;
width: 100%;
        padding: 0.2em 0 0.2em 0.2em;
padding: 0.2em 0 0.2em 0.2em;
        font-size: 13px;
font-size: 13px;
        direction: ltr;
direction: ltr;
        -webkit-appearance: textfield
-webkit-appearance: textfield
    }
}


    #simpleSearch #searchInput:focus {
#simpleSearch #searchInput:focus {
        outline: 0
outline: 0
    }
}


    #simpleSearch #searchInput::-webkit-input-placeholder {
#simpleSearch #searchInput::-webkit-input-placeholder {
        color: #F2F2F2;
color: #F2F2F2;
        opacity: 0.4
opacity: 0.4
    }
}


    #simpleSearch #searchInput:-ms-input-placeholder {
#simpleSearch #searchInput:-ms-input-placeholder {
        color: #F2F2F2;
color: #F2F2F2;
        opacity: 0.4
opacity: 0.4
    }
}


    #simpleSearch #searchInput::-moz-placeholder {
#simpleSearch #searchInput::-moz-placeholder {
        color: #F2F2F2;
color: #F2F2F2;
        opacity: 0.4
opacity: 0.4
    }
}


    #simpleSearch #searchInput:-moz-placeholder {
#simpleSearch #searchInput:-moz-placeholder {
        color: #F2F2F2;
color: #F2F2F2;
        opacity: 0.4
opacity: 0.4
    }
}


    #simpleSearch #searchInput::placeholder {
#simpleSearch #searchInput::placeholder {
        color: #F2F2F2;
color: #F2F2F2;
        opacity: 0.4
opacity: 0.4
    }
}


    #simpleSearch #searchInput::-webkit-search-decoration,#simpleSearch #searchInput::-webkit-search-cancel-button,#simpleSearch #searchInput::-webkit-search-results-button,#simpleSearch #searchInput::-webkit-search-results-decoration {
#simpleSearch #searchInput::-webkit-search-decoration,
        -webkit-appearance: textfield
#simpleSearch #searchInput::-webkit-search-cancel-button,
    }
#simpleSearch #searchInput::-webkit-search-results-button,
#simpleSearch #searchInput::-webkit-search-results-decoration {
-webkit-appearance: textfield
}


    #simpleSearch #searchButton,#simpleSearch #mw-searchButton {
#simpleSearch #searchButton,
        position: absolute;
#simpleSearch #mw-searchButton {
        top: 0;
position: absolute;
        right: 0;
top: 0;
        width: 1.65em;
right: 0;
        height: 100%;
width: 1.65em;
        cursor: pointer;
height: 100%;
        text-indent: -99999px;
cursor: pointer;
        line-height: 1;
text-indent: -99999px;
        direction: ltr;
line-height: 1;
        white-space: nowrap;
direction: ltr;
        overflow: hidden
white-space: nowrap;
    }
overflow: hidden
}


    #simpleSearch #searchButton {
#simpleSearch #searchButton {
        background-image: url(/w/skins/Vector/images/search-ltr.png?39f97);
background-image: url(/w/skins/Vector/images/search-ltr.png?39f97);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%2354595d%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%2354595d%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
        background-position: center center;
background-position: center center;
        background-repeat: no-repeat
background-repeat: no-repeat
    }
}


    #simpleSearch #mw-searchButton {
#simpleSearch #mw-searchButton {
        z-index: 1
z-index: 1
    }
}


    input#powerSearchText {
input#powerSearchText {
        color: #F2F2F2
color: #F2F2F2
    }
}


    div.vectorTabs h3 {
div.vectorTabs h3 {
        display: none
display: none
    }
}


    div.vectorTabs {
div.vectorTabs {
        float: left;
float: left;
        height: 2.5em;
height: 2.5em;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
        background-image: url(/w/skins/Vector/images/tab-break.png?3c163)!ie;
background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
        background-position: bottom left;
background-position: bottom left;
        background-repeat: no-repeat;
background-repeat: no-repeat;
        padding-left: 1px
padding-left: 1px
    }
}


    div.vectorTabs ul {
div.vectorTabs ul {
        float: left;
float: left;
        height: 100%;
height: 100%;
        list-style-type: none;
list-style-type: none;
        list-style-image: none;
list-style-image: none;
        margin: 0;
margin: 0;
        padding: 0;
padding: 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
        background-image: url(/w/skins/Vector/images/tab-break.png?3c163)!ie;
background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
        background-position: right bottom;
background-position: right bottom;
        background-repeat: no-repeat
background-repeat: no-repeat
    }
}


    div.vectorTabs ul li {
div.vectorTabs ul li {
        float: left;
float: left;
        line-height: 1.125em;
line-height: 1.125em;
        display: inline-block;
display: inline-block;
        height: 100%;
height: 100%;
        margin: 0;
margin: 0;
        padding: 0;
padding: 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAARklEQVQY0+2NwQmAAAzE0ttFdADF/RczPlp9OIOPcBACx3nsAX4+CAHjRSgDFTQ6HoJEDDbtjMV0vYXTPc5Q1V/6fi7rdgO7QiS9eARs4gAAAABJRU5ErkJggg==);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAARklEQVQY0+2NwQmAAAzE0ttFdADF/RczPlp9OIOPcBACx3nsAX4+CAHjRSgDFTQ6HoJEDDbtjMV0vYXTPc5Q1V/6fi7rdgO7QiS9eARs4gAAAABJRU5ErkJggg==);
        background-image: url(/w/skins/Vector/images/tab-normal-fade.png?ef135)!ie;
background-image: url(/w/skins/Vector/images/tab-normal-fade.png?ef135);
        background-position: bottom left;
background-position: bottom left;
        background-repeat: repeat-x;
background-repeat: repeat-x;
        white-space: nowrap
white-space: nowrap
    }
}


    div.vectorTabs ul > li {
div.vectorTabs ul>li {
        display: block
display: block
    }
}


    div.vectorTabs li {
div.vectorTabs li {}
    }


    div.vectorTabs li.new a,div.vectorTabs li.new a:visited {
div.vectorTabs li.new a,
        color: #688ba8
div.vectorTabs li.new a:visited {
    }
color: #688ba8
}


    div.vectorTabs li.selected {
div.vectorTabs li.selected {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPklEQVQY0+2NsQ2EABDDjGcC/f6LnSk4UTPAF5YSRVb4XafAnyWwevKMhR3IZCRl4ExCtr3dAwlpXXidD/83hs4pOTT4hFwAAAAASUVORK5CYII=);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPklEQVQY0+2NsQ2EABDDjGcC/f6LnSk4UTPAF5YSRVb4XafAnyWwevKMhR3IZCRl4ExCtr3dAwlpXXidD/83hs4pOTT4hFwAAAAASUVORK5CYII=);
        background-image: url(/w/skins/Vector/images/tab-current-fade.png?d8cc2)!ie
background-image: url(/w/skins/Vector/images/tab-current-fade.png?d8cc2)
    }
}


    div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited {
div.vectorTabs li.selected a,
        color: #b0aeac;
div.vectorTabs li.selected a:visited {
        text-decoration: none
color: #b0aeac;
    }
text-decoration: none
}


    div.vectorTabs li.icon a {
div.vectorTabs li.icon a {
        background-position: bottom right;
background-position: bottom right;
        background-repeat: no-repeat
background-repeat: no-repeat
    }
}


    div.vectorTabs li a {
div.vectorTabs li a {
        display: inline-block;
display: inline-block;
        height: 1.9em;
height: 1.9em;
        padding-left: 0.625em;
padding-left: 0.625em;
        padding-right: 0.625em;
padding-right: 0.625em;
        color: #688ba8;
color: #688ba8;
        cursor: pointer;
cursor: pointer;
        font-size: 0.8em
font-size: 0.8em
    }
}


    div.vectorTabs li > a {
div.vectorTabs li>a {
        display: block
display: block
    }
}


    div.vectorTabs span {
div.vectorTabs span {
        display: inline-block;
display: inline-block;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
        background-image: url(/w/skins/Vector/images/tab-break.png?3c163)!ie;
background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
        background-position: bottom right;
background-position: bottom right;
        background-repeat: no-repeat;
background-repeat: no-repeat;
        height: 100%
height: 100%
    }
}


    div.vectorTabs span a {
div.vectorTabs span a {
        display: inline-block;
display: inline-block;
        padding-top: 1.25em
padding-top: 1.25em
    }
}


    div.vectorTabs span > a {
div.vectorTabs span>a {
        float: left;
float: left;
        display: block
display: block
    }
}


    div.vectorMenu {
div.vectorMenu {
        direction: ltr;
direction: ltr;
        float: left;
float: left;
        cursor: pointer;
cursor: pointer;
        position: relative;
position: relative;
        line-height: 1.125em
line-height: 1.125em
    }
}


    div#mw-head div.vectorMenu h3 {
div#mw-head div.vectorMenu h3 {
        float: left;
float: left;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
        background-image: url(/w/skins/Vector/images/tab-break.png?3c163)!ie;
background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
        background-repeat: no-repeat;
background-repeat: no-repeat;
        background-position: bottom right;
background-position: bottom right;
        font-size: 1em;
font-size: 1em;
        height: 2.5em;
height: 2.5em;
        padding-right: 0.5em;
padding-right: 0.5em;
        margin-right: -1px
margin-right: -1px
    }
}


    div.vectorMenu h3 span {
div.vectorMenu h3 span {
        position: relative;
position: relative;
        display: block;
display: block;
        font-size: 0.8em;
font-size: 0.8em;
        padding-left: 0.625em;
padding-left: 0.625em;
        padding-top: 1.25em;
padding-top: 1.25em;
        padding-right: 16px;
padding-right: 16px;
        font-weight: normal;
font-weight: normal;
        color: #444
color: #444
    }
}


    div.vectorMenu h3 span:after {
div.vectorMenu h3 span:after {
        content: '';
content: '';
        position: absolute;
position: absolute;
        top: 1.25em;
top: 1.25em;
        right: 0;
right: 0;
        bottom: 0;
bottom: 0;
        left: 0;
left: 0;
        background-image: url(/w/skins/Vector/images/arrow-down.png?42edd);
background-image: url(/w/skins/Vector/images/arrow-down.png?42edd);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E");
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E");
        background-position: 100% 50%;
background-position: 100% 50%;
        background-repeat: no-repeat;
background-repeat: no-repeat;
        opacity: 0.85
opacity: 0.85
    }
}


    div.vectorMenu h3:hover span,div.vectorMenu h3:focus span {
div.vectorMenu h3:hover span,
        color: #b9b7b5
div.vectorMenu h3:focus span {
    }
color: #b9b7b5
}


    div.vectorMenu h3:hover span:after,div.vectorMenu h3:focus span:after {
div.vectorMenu h3:hover span:after,
        opacity: 1
div.vectorMenu h3:focus span:after {
    }
opacity: 1
}


    div.vectorMenu .vectorMenuCheckbox:checked + h3 span:after {
div.vectorMenu .vectorMenuCheckbox:checked+h3 span:after {
        transform: scaleY(-1)
transform: scaleY(-1)
    }
}


    div.vectorMenu .vectorMenuCheckbox:focus + h3 {
div.vectorMenu .vectorMenuCheckbox:focus+h3 {
        outline: dotted 1px;
outline: dotted 1px;
        outline: auto -webkit-focus-ring-color
outline: auto -webkit-focus-ring-color
    }
}


    div.vectorMenu div.menu {
div.vectorMenu div.menu {
        min-width: 100%;
min-width: 100%;
        position: absolute;
position: absolute;
        top: 2.5em;
top: 2.5em;
        left: -1px;
left: -1px;
        background-color: #262626;
background-color: #262626;
        border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
        border-top-width: 0;
border-top-width: 0;
        clear: both;
clear: both;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        text-align: left;
text-align: left;
        display: none;
display: none;
        z-index: 2
z-index: 2
    }
}


    div.vectorMenu:hover div.menu {
div.vectorMenu:hover div.menu {
        display: block
display: block
    }
}


    div.vectorMenu .vectorMenuCheckbox:checked ~ div.menu {
div.vectorMenu .vectorMenuCheckbox:checked~div.menu {
        display: block
display: block
    }
}


    div.vectorMenu ul {
div.vectorMenu ul {
        background-color: #323539;
background-color: #323539;
        border: solid 1px #52575d;
border: solid 1px #52575d;
        list-style-type: none;
list-style-type: none;
        list-style-image: none;
list-style-image: none;
        padding: 0;
padding: 0;
        margin: 0;
margin: 0;
        text-align: left
text-align: left
    }
}


    div.vectorMenu ul,x:-moz-any-link {
div.vectorMenu ul,
        min-width: 5em
x:-moz-any-link {
    }
min-width: 5em
}


    div.vectorMenu ul,x:-moz-any-link,x:default {
div.vectorMenu ul,
        min-width: 0
x:-moz-any-link,
    }
x:default {
min-width: 0
}


    div.vectorMenu li {
div.vectorMenu li {
        padding: 0;
padding: 0;
        margin: 0;
margin: 0;
        text-align: left;
text-align: left;
        line-height: 1em
line-height: 1em
    }
}


    div.vectorMenu li a {
div.vectorMenu li a {
        display: inline-block;
display: inline-block;
        padding: 0.625em;
padding: 0.625em;
        white-space: nowrap;
white-space: nowrap;
        color: #688ba8;
color: #688ba8;
        cursor: pointer;
cursor: pointer;
        font-size: 0.8em
font-size: 0.8em
    }
}


    div.vectorMenu li > a {
div.vectorMenu li>a {
        display: block
display: block
    }
}


    div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited {
div.vectorMenu li.selected a,
        color: #222;
div.vectorMenu li.selected a:visited {
        text-decoration: none
color: #222;
    }
text-decoration: none
}


    .vectorMenuCheckbox {
.vectorMenuCheckbox {
        cursor: pointer;
cursor: pointer;
        position: absolute;
position: absolute;
        top: 0;
top: 0;
        left: 0;
left: 0;
        z-index: 1;
z-index: 1;
        opacity: 0;
opacity: 0;
        width: 100%;
width: 100%;
        height: 100%;
height: 100%;
        margin: 0;
margin: 0;
        padding: 0;
padding: 0;
        display: none
display: none
    }
}


    :not(:checked) > .vectorMenuCheckbox {
:not(:checked)>.vectorMenuCheckbox {
        display: block
display: block
    }
}


    * html div.vectorMenu div.menu {
* html div.vectorMenu div.menu {
        display: block;
display: block;
        position: static;
position: static;
        border: 0
border: 0
    }
}


    * html div#mw-head div.vectorMenu h3 {
* html div#mw-head div.vectorMenu h3 {
        display: none
display: none
    }
}


    * html div.vectorMenu li {
* html div.vectorMenu li {
        float: left;
float: left;
        line-height: 1.125em;
line-height: 1.125em;
        border-right: 1px solid #a7d7f9
border-right: 1px solid #a7d7f9
    }
}


    * html div.vectorMenu li a {
* html div.vectorMenu li a {
        padding-top: 1.25em
padding-top: 1.25em
    }
}


    @-webkit-keyframes rotate {
@-webkit-keyframes rotate {
        from {
from {
            -webkit-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
-moz-transform: rotate(0deg);
            transform: rotate(0deg)
transform: rotate(0deg)
        }
}


        to {
to {
            -webkit-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
-moz-transform: rotate(360deg);
            transform: rotate(360deg)
transform: rotate(360deg)
        }
}
    }
}


    @-moz-keyframes rotate {
@-moz-keyframes rotate {
        from {
from {
            -webkit-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
-moz-transform: rotate(0deg);
            transform: rotate(0deg)
transform: rotate(0deg)
        }
}


        to {
to {
            -webkit-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
-moz-transform: rotate(360deg);
            transform: rotate(360deg)
transform: rotate(360deg)
        }
}
    }
}


    @keyframes rotate {
@keyframes rotate {
        from {
from {
            -webkit-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
-moz-transform: rotate(0deg);
            transform: rotate(0deg)
transform: rotate(0deg)
        }
}


        to {
to {
            -webkit-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
-moz-transform: rotate(360deg);
            transform: rotate(360deg)
transform: rotate(360deg)
        }
}
    }
}


    .vectorTabs #ca-unwatch.icon a,.vectorTabs #ca-watch.icon a {
.vectorTabs #ca-unwatch.icon a,
        margin: 0;
.vectorTabs #ca-watch.icon a {
        padding: 0;
margin: 0;
        display: block;
padding: 0;
        width: 28px;
display: block;
        padding-top: 3.1em;
width: 28px;
        _margin-top: -0.8em;
padding-top: 3.1em;
        height: 0;
_margin-top: -0.8em;
        overflow: hidden;
height: 0;
        background-position: 5px 60%;
overflow: hidden;
        background-repeat: no-repeat
background-position: 5px 60%;
    }
background-repeat: no-repeat
}


    .vectorTabs #ca-unwatch.icon a {
.vectorTabs #ca-unwatch.icon a {
        background-image: url(/w/skins/Vector/images/unwatch-icon.png?fccbe);
background-image: url(/w/skins/Vector/images/unwatch-icon.png?fccbe);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
    }
}


    .vectorTabs #ca-watch.icon a {
.vectorTabs #ca-watch.icon a {
        background-image: url(/w/skins/Vector/images/watch-icon.png?e1b42);
background-image: url(/w/skins/Vector/images/watch-icon.png?e1b42);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
    }
}


    .vectorTabs #ca-unwatch.icon a:hover,.vectorTabs #ca-unwatch.icon a:focus {
.vectorTabs #ca-unwatch.icon a:hover,
        background-image: url(/w/skins/Vector/images/unwatch-icon-hl.png?c4723);
.vectorTabs #ca-unwatch.icon a:focus {
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
background-image: url(/w/skins/Vector/images/unwatch-icon-hl.png?c4723);
    }
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
}


    .vectorTabs #ca-watch.icon a:hover,.vectorTabs #ca-watch.icon a:focus {
.vectorTabs #ca-watch.icon a:hover,
        background-image: url(/w/skins/Vector/images/watch-icon-hl.png?f4c7e);
.vectorTabs #ca-watch.icon a:focus {
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
background-image: url(/w/skins/Vector/images/watch-icon-hl.png?f4c7e);
    }
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
}


    .vectorTabs #ca-unwatch.icon a.loading,.vectorTabs #ca-watch.icon a.loading {
.vectorTabs #ca-unwatch.icon a.loading,
        background-image: url(/w/skins/Vector/images/watch-icon-loading.png?5cb92);
.vectorTabs #ca-watch.icon a.loading {
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8ccd1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
background-image: url(/w/skins/Vector/images/watch-icon-loading.png?5cb92);
        -webkit-animation: rotate 700ms infinite linear;
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8ccd1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
        -moz-animation: rotate 700ms infinite linear;
-webkit-animation: rotate 700ms infinite linear;
        animation: rotate 700ms infinite linear;
-moz-animation: rotate 700ms infinite linear;
        outline: 0;
animation: rotate 700ms infinite linear;
        cursor: default;
outline: 0;
        pointer-events: none;
cursor: default;
        background-position: 50% 60%;
pointer-events: none;
        -webkit-transform-origin: 50% 57%;
background-position: 50% 60%;
        transform-origin: 50% 57%
-webkit-transform-origin: 50% 57%;
    }
transform-origin: 50% 57%
}


    .vectorTabs #ca-unwatch.icon a span,.vectorTabs #ca-watch.icon a span {
.vectorTabs #ca-unwatch.icon a span,
        display: none
.vectorTabs #ca-watch.icon a span {
    }
display: none
}


    #mw-navigation h2 {
#mw-navigation h2 {
        position: absolute;
position: absolute;
        top: -9999px
top: -9999px
    }
}


    #mw-page-base {
#mw-page-base {
        height: 60px;
height: 60px;
        background-position: bottom left;
background-position: bottom left;
        background-image: url(/w/skins/Vector/images/page-fade.png?1d168);
background-image: url(/w/skins/Vector/images/page-fade.png?1d168);
        background-color: #000000;
background-color: #000000;
        background-image: -webkit-linear-gradient(top,#262626 50%,#000000 100%);
background-image: -webkit-linear-gradient(top, #262626 50%, #000000 100%);
        background-image: -moz-linear-gradient(top,#262626 50%,#000000 100%);
background-image: -moz-linear-gradient(top, #262626 50%, #000000 100%);
        background-image: linear-gradient(#262626 50%,#000000 100%);
background-image: linear-gradient(#262626 50%, #000000 100%);
        background-color: #262626;
background-color: #262626;
        background-image: url(/w/skins/Vector/images-valve/globalheader_bg.jpg?94456);
background-image: url(/w/skins/Vector/images-valve/globalheader_bg.jpg?94456);
        background-repeat: repeat-x;
background-repeat: repeat-x;
        background-position: center top
background-position: center top
    }
}


    #mw-head-base {
#mw-head-base {
        margin-top: -60px;
margin-top: -60px;
        margin-left: 10em;
margin-left: 10em;
        height: 60px
height: 60px
    }
}


    #mw-head {
#mw-head {
        position: absolute;
position: absolute;
        top: 0;
top: 0;
        right: 0;
right: 0;
        width: 100%
width: 100%
    }
}


    #mw-head h3 {
#mw-head h3 {
        margin: 0;
margin: 0;
        padding: 0
padding: 0
    }
}


    #left-navigation {
#left-navigation {
        float: left;
float: left;
        position: absolute;
position: absolute;
        margin-left: 10em;
margin-left: 10em;
        margin-top: 69px;
margin-top: 69px;
        margin-bottom: -69px
margin-bottom: -69px
    }
}


    #right-navigation {
#right-navigation {
        float: right;
float: right;
        margin-top: 69px
margin-top: 69px
    }
}


    #p-logo {
#p-logo {
        position: absolute;
position: absolute;
        top: -58px;
top: -58px;
        left: 21px;
left: 21px;
        width: 372px;
width: 372px;
        height: 35px
height: 35px
    }
}


    #p-logo a {
#p-logo a {
        display: block;
display: block;
        width: 372px;
width: 372px;
        height: 35px;
height: 35px;
        background-repeat: no-repeat;
background-repeat: no-repeat;
        background-position: center center;
background-position: center center;
        text-decoration: none
text-decoration: none
    }
}


    #mw-panel {
#mw-panel {
        font-size: inherit;
font-size: inherit;
        position: absolute;
position: absolute;
        top: 70px;
top: 70px;
        width: 10em;
width: 10em;
        left: 0
left: 0
    }
}


    #mw-panel .portal {
#mw-panel .portal {
        margin: 0 0.6em 0 0.7em;
margin: 0 0.6em 0 0.7em;
        padding: 0.25em 0;
padding: 0.25em 0;
        padding-bottom: 1em;
padding-bottom: 1em;
        direction: ltr;
direction: ltr;
        background: none
background: none
    }
}


    #mw-panel .portal h3 {
#mw-panel .portal h3 {
        font-size: 0.75em;
font-size: 0.75em;
        color: #f1f1f1;
color: #B0AEAC;
        font-weight: bold;
font-weight: bold;
        margin: 0.5em 0 0 0.66666667em;
margin: 0.5em 0 0 0.66666667em;
        padding: 0.25em 0;
padding: 0.25em 0;
        cursor: default;
cursor: default;
        border: 0
border: 0
    }
}


    #mw-panel .portal .body {
#mw-panel .portal .body {
        margin-left: 0.5em;
margin-left: 0.5em;
        padding-top: 0.1em;
padding-top: 0.1em;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAIAAACDjNFvAAAAEUlEQVQY02O0tbFkGAWDGwAAJrMAtKJnEP8AAAAASUVORK5CYII=);
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAIAAACDjNFvAAAAEUlEQVQY02O0tbFkGAWDGwAAJrMAtKJnEP8AAAAASUVORK5CYII=);
        background-image: url(/w/skins/Vector/images/portal-break.png?ce83c)!ie;
background-image: url(/w/skins/Vector/images/portal-break.png?ce83c);
        background-repeat: no-repeat
background-repeat: no-repeat
    }
}


    #mw-panel .portal .body ul {
#mw-panel .portal .body ul {
        list-style: none none;
list-style: none none;
        margin: 0;
margin: 0;
        padding: 0.3em 0 0 0
padding: 0.3em 0 0 0
    }
}


    #mw-panel .portal .body li {
#mw-panel .portal .body li {
        line-height: 1.125em;
line-height: 1.125em;
        margin: 0;
margin: 0;
        padding: 0.25em 0;
padding: 0.25em 0;
        font-size: 0.75em;
font-size: 0.75em;
        word-wrap: break-word
word-wrap: break-word
    }
}


    #mw-panel .portal .body li a {
#mw-panel .portal .body li a {
        color: #688ba8
color: #688ba8
    }
}


    #mw-panel .portal .body li a:visited {
#mw-panel .portal .body li a:visited {
        color: #688ba8
color: #688ba8
    }
}


    #mw-panel #p-logo + .portal {
#mw-panel #p-logo+.portal {
        background-image: none;
background-image: none;
        margin-top: 1em
margin-top: 1em
    }
}


    #mw-panel #p-logo + .portal h3 {
#mw-panel #p-logo+.portal h3 {
        display: none
display: none
    }
}


    #mw-panel #p-logo + .portal .body {
#mw-panel #p-logo+.portal .body {
        background-image: none;
background-image: none;
        margin-left: 0.5em
margin-left: 0.5em
    }
}


    #footer {
#footer {
        margin-left: 10em;
margin-left: 10em;
        margin-top: 0;
margin-top: 0;
        padding: 0.75em;
padding: 0.75em;
        direction: ltr
direction: ltr
    }
}


    #footer ul {
#footer ul {
        list-style-type: none;
list-style-type: none;
        list-style-image: none;
list-style-image: none;
        margin: 0;
margin: 0;
        padding: 0
padding: 0
    }
}


    #footer ul li {
#footer ul li {
        color: #707070;
color: #707070;
        margin: 0;
margin: 0;
        padding: 0;
padding: 0;
        padding-top: 0.5em;
padding-top: 0.5em;
        padding-bottom: 0.5em;
padding-bottom: 0.5em;
        font-size: 0.7em
font-size: 0.7em
    }
}


    #footer #footer-icons {
#footer #footer-icons {
        float: right
float: right
    }
}


    #footer #footer-icons li {
#footer #footer-icons li {
        float: left;
float: left;
        margin-left: 0.5em;
margin-left: 0.5em;
        line-height: 2em;
line-height: 2em;
        text-align: right
text-align: right
    }
}


    #footer #footer-info li {
#footer #footer-info li {
        line-height: 1.4em
line-height: 1.4em
    }
}


    #footer #footer-places li {
#footer #footer-places li {
        float: left;
float: left;
        margin-right: 1em;
margin-right: 1em;
        line-height: 2em
line-height: 2em
    }
}


    .mw-parser-output .external {
.mw-parser-output .external {
        background-position: center right;
background-position: center right;
        background-repeat: no-repeat;
background-repeat: no-repeat;
        background-image: url(/w/skins/Vector/images/external-link-ltr-icon.png?325de);
background-image: url(/w/skins/Vector/images/external-link-ltr-icon.png?325de);
        background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
        padding-right: 13px
padding-right: 13px
    }
}


    .mw-parser-output a.external {
.mw-parser-output a.external {
        color: #8BB9E0
color: #8BB9E0
    }
}


    .mw-parser-output a.external:visited {
.mw-parser-output a.external:visited {
        color: #5081D1
color: #5081D1
    }
}


    table {
table {
        font-size: 100%;
font-size: 100%;
        background-color: #262626
background-color: #262626
    }
}


    .TablePager {
.TablePager {
        color: #B9B7B5
color: #B9B7B5
    }
}


    .TablePager tr:hover td,.TablePager th {
.TablePager tr:hover td,
        background-color: #525252
.TablePager th {
    }
background-color: #525252
}


    .TablePager td {
.TablePager td {
        background-color: #262626
background-color: #262626
    }
}


    .TablePager,.TablePager td,.TablePager th {
.TablePager,
        border: 1px solid #646464
.TablePager td,
    }
.TablePager th {
border: 1px solid #646464
}


    .wikitable {
.wikitable {
        color: #B9B7B5
color: #B9B7B5
    }
}


    table.wikitable > tr > th,table.wikitable > * > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > td {
table.wikitable>tr>th,
        background-color: #262626;
table.wikitable>*>tr>th,
        border: 1px #525252 solid;
table.wikitable>tr>td,
        color: #B9B7B5
table.wikitable>*>tr>td {
    }
background-color: #262626;
border: 1px #525252 solid;
color: #B9B7B5
}


    table.standard-table {
table.standard-table {
        margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
        background: #3A3A3A;
background: #3A3A3A;
        border: 1px #525252 solid;
border: 1px #525252 solid;
        border-collapse: collapse
border-collapse: collapse
    }
}


    table.standard-table th,table.standard-table td {
table.standard-table th,
        border: 1px #525252 solid;
table.standard-table td {
        padding: 0.2em
border: 1px #525252 solid;
    }
padding: 0.2em
}


    table.standard-table th {
table.standard-table th {
        background: #949494;
background: #949494;
        color: black;
color: black;
        text-align: center
text-align: center
    }
}


    table.standard-table caption {
table.standard-table caption {
        margin-left: inherit;
margin-left: inherit;
        margin-right: inherit;
margin-right: inherit;
        font-weight: bold
font-weight: bold
    }
}


    fieldset table {
fieldset table {
        background: none
background: none
    }
}


    fieldset#mw-searchoptions,fieldset#mw-searchoptions h4 {
fieldset#mw-searchoptions,
        color: #B9B7B5
fieldset#mw-searchoptions h4 {
    }
color: #B9B7B5
}


    fieldset {
fieldset {
        border: 1px solid #2f6fab;
border: 1px solid #2f6fab;
        margin: 1em 0 1em 0;
margin: 1em 0 1em 0;
        padding: 0 1em 1em;
padding: 0 1em 1em;
        line-height: 1.5em
line-height: 1.5em
    }
}


    fieldset.nested {
fieldset.nested {
        margin: 0 0 0.5em 0;
margin: 0 0 0.5em 0;
        padding: 0 0.5em 0.5em
padding: 0 0.5em 0.5em
    }
}


    legend {
legend {
        padding: .5em;
padding: .5em;
        font-size: 95%
font-size: 95%
    }
}


    form {
form {
        border: none;
border: none;
        margin: 0
margin: 0
    }
}


    textarea {
textarea {
        background-color: #3A3A3A;
background-color: #3A3A3A;
        color: #D8D7D6;
color: #D8D7D6;
        border: 2px solid #525252;
border: 2px solid #525252;
        width: 100%;
width: 100%;
        padding: .1em
padding: .1em
    }
}


    select {
select {
        vertical-align: top
vertical-align: top
    }
}


    #toc,.toc,.mw-warning {
#toc,
        border: 1px solid #525252;
.toc,
        background-color: #3A3A3A;
.mw-warning {
        padding: 8px 8px 5px 8px;
border: 1px solid #525252;
        font-size: 95%
background-color: #3A3A3A;
    }
padding: 8px 8px 5px 8px;
font-size: 95%
}


    #toc h2,.toc h2 {
#toc h2,
        display: inline;
.toc h2 {
        border: none;
display: inline;
        padding: 0;
border: none;
        font-size: 100%;
padding: 0;
        font-weight: bold
font-size: 100%;
    }
font-weight: bold
}


    #toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
#toc #toctitle,
        text-align: center
.toc #toctitle,
    }
#toc .toctitle,
.toc .toctitle {
text-align: center
}


    #toc ul,.toc ul {
#toc ul,
        list-style-type: none;
.toc ul {
        list-style-image: none;
list-style-type: none;
        margin-left: 0;
list-style-image: none;
        padding-left: 0;
margin-left: 0;
        text-align: left
padding-left: 0;
    }
text-align: left
}


    #toc ul ul,.toc ul ul {
#toc ul ul,
        margin: 0 0 0 2em
.toc ul ul {
    }
margin: 0 0 0 2em
}


    #toc .toctoggle,.toc .toctoggle {
#toc .toctoggle,
        font-size: 94%
.toc .toctoggle {
    }
font-size: 94%
}


    .toccolours {
.toccolours {
        border: 1px solid #aaa;
border: 1px solid #aaa;
        background-color: #f9f9f9;
background-color: #f9f9f9;
        padding: 5px;
padding: 5px;
        font-size: 95%
font-size: 95%
    }
}


    div#content .toc h2 {
div#content .toc h2 {
        border: none;
border: none;
        font-weight: bold
font-weight: bold
    }
}


    div .toc {
div .toc {
        padding: 15px
padding: 15px
    }
}


    ul#filetoc {
ul#filetoc {
        background-color: #525252 !important
background-color: #525252 !important
    }
}


    #toc a,.tocnumber {
#toc a,
        color: #8BB9E0
.tocnumber {
    }
color: #8BB9E0
}


    div.floatright,table.floatright {
div.floatright,
        clear: right;
table.floatright {
        float: right;
clear: right;
        position: relative;
float: right;
        margin: 0 0 .5em .5em
position: relative;
    }
margin: 0 0 .5em .5em
}


    div.floatright p {
div.floatright p {
        font-style: italic
font-style: italic
    }
}


    div.floatleft,table.floatleft {
div.floatleft,
        float: left;
table.floatleft {
        clear: left;
float: left;
        position: relative;
clear: left;
        margin: 0 .5em .5em 0;
position: relative;
        border: 0
margin: 0 .5em .5em 0;
    }
border: 0
}


    div.floatleft p {
div.floatleft p {
        font-style: italic
font-style: italic
    }
}


    div.thumb {
div.thumb {
        margin-bottom: .5em;
margin-bottom: .5em;
        border-style: solid;
border-style: solid;
        border-color: #262626;
border-color: #262626;
        width: auto;
width: auto;
        background-color: transparent
background-color: transparent
    }
}


    div.thumbinner {
div.thumbinner {
        border: 1px solid #525252;
border: 1px solid #525252;
        padding: 3px !important;
padding: 3px !important;
        background-color: #353535;
background-color: #353535;
        font-size: 94%;
font-size: 94%;
        text-align: center;
text-align: center;
        overflow: hidden
overflow: hidden
    }
}


    html .thumbimage {
html .thumbimage {
        border: 1px solid #525252;
border: 1px solid #525252;
        background-color: #353535
background-color: #353535
    }
}


    html .thumbcaption {
html .thumbcaption {
        border: none;
border: none;
        text-align: left;
text-align: left;
        line-height: 1.4em;
line-height: 1.4em;
        padding: 3px !important;
padding: 3px !important;
        font-size: 94%
font-size: 94%
    }
}


    div.magnify {
div.magnify {
        float: right;
float: right;
        border: none !important;
border: none !important;
        background: none !important
background: none !important
    }
}


    div.magnify a,div.magnify img {
div.magnify a,
        display: block;
div.magnify img {
        border: none !important;
display: block;
        background: none !important
border: none !important;
    }
background: none !important
}


    div.tright {
div.tright {
        clear: right;
clear: right;
        float: right;
float: right;
        border-width: .5em 0 .8em 1.4em
border-width: .5em 0 .8em 1.4em
    }
}


    div.tleft {
div.tleft {
        float: left;
float: left;
        clear: left;
clear: left;
        margin-top: 0;
margin-top: 0;
        margin-right: .5em;
margin-right: .5em;
        border-width: .5em 1.4em .8em 0
border-width: .5em 1.4em .8em 0
    }
}


    img.thumbborder {
img.thumbborder {
        border: 1px solid #dddddd
border: 1px solid #dddddd
    }
}


    .hiddenStructure {
.hiddenStructure {
        display: none
display: none
    }
}


    #mw-panel #p-logo a {
#mw-panel #p-logo a {
        background-image: url(/w/skins/Vector/images-valve/logo.png?8adb5) !important
background-image: url(/w/skins/Vector/images-valve/logo.png?8adb5) !important
    }
}


    .mw-warning {
.mw-warning {
        margin-left: 50px;
margin-left: 50px;
        margin-right: 50px;
margin-right: 50px;
        text-align: center
text-align: center
    }
}


    .usermessage {
.usermessage {
        background-color: #273458;
background-color: #273458;
        border: 2px solid #3393ea;
border: 2px solid #3393ea;
        color: white;
color: white;
        font-weight: bold;
font-weight: bold;
        margin: 2em 0 1em;
margin: 2em 0 1em;
        padding: .5em 1em;
padding: .5em 1em;
        vertical-align: middle
vertical-align: middle
    }
}


    #siteNotice {
#siteNotice {
        text-align: center;
text-align: center;
        font-size: 0.8em;
font-size: 0.8em;
        margin: 0
margin: 0
    }
}


    #siteNotice div,#siteNotice p {
#siteNotice div,
        margin: 0;
#siteNotice p {
        padding: 0;
margin: 0;
        margin-bottom: 0.9em
padding: 0;
    }
margin-bottom: 0.9em
}


    .catlinks {
.catlinks {
        border: 1px solid #525252;
border: 1px solid #525252;
        background-color: #3A3A3A;
background-color: #3A3A3A;
        padding: 5px;
padding: 5px;
        margin-top: 1em;
margin-top: 1em;
        clear: both;
clear: both;
        height: 19px
height: 19px
    }
}


    .catlinks a a:visited {
.catlinks a a:visited {
        line-height: 1.5em;
line-height: 1.5em;
        list-style-image: none;
list-style-image: none;
        list-style-position: inside;
list-style-position: inside;
        list-style-type: none;
list-style-type: none;
        text-align: left
text-align: left
    }
}


    .capsule {
.capsule {
        background-color: #E0E0E0;
background-color: #E0E0E0;
        width: 100%
width: 100%
    }
}


    .capcontent {
.capcontent {
        margin: 0 15px;
margin: 0 15px;
        background-color: #E0E0E0
background-color: #E0E0E0
    }
}


    code.ent {
code.ent {
        color: #006B6B;
color: #006B6B;
        font-style: bold
font-style: bold
    }
}


    #userlogin,#userloginForm {
#userlogin,
        border: solid 1px #cccccc;
#userloginForm {
        padding: 1.2em;
border: solid 1px #cccccc;
        margin: .5em;
padding: 1.2em;
        float: left
margin: .5em;
    }
float: left
}


    #userlogin {
#userlogin {
        min-width: 20em;
min-width: 20em;
        max-width: 90%;
max-width: 90%;
        width: 40em
width: 40em
    }
}


    .mw-ui-container #userloginForm {
.mw-ui-container #userloginForm {
        margin-right: 50px
margin-right: 50px
    }
}


    .mw-ui-container #userloginForm .mw-ui-vform {
.mw-ui-container #userloginForm .mw-ui-vform {
        width: 415px
width: 415px
    }
}


    .mw-ui-container #userloginForm input {
.mw-ui-container #userloginForm input {
        color: #F2F2F2;
color: #F2F2F2;
        border-color: #65635F;
border-color: #65635F;
        background-color: #111111;
background-color: #111111;
        width: 85%;
width: 85%;
        margin-left: 2em
margin-left: 2em
    }
}


    .mw-ui-container #userloginForm input[type='checkbox'] {
.mw-ui-container #userloginForm input[type='checkbox'] {
        width: 13px
width: 13px
    }
}


    .mw-ui-container #userloginForm label {
.mw-ui-container #userloginForm label {
        color: #D6D6D6;
color: #D6D6D6;
        width: 90%;
width: 90%;
        margin-left: 2em
margin-left: 2em
    }
}


    .mw-ui-container #userloginForm label#agree_tac_label,.mw-ui-container #userloginForm label#is_valid_label {
.mw-ui-container #userloginForm label#agree_tac_label,
        color: #D6D6D6;
.mw-ui-container #userloginForm label#is_valid_label {
        width: 100%;
color: #D6D6D6;
        margin-left: 0em
width: 100%;
    }
margin-left: 0em
}


    .mw-ui-container #userloginForm input#agree_tac,.mw-ui-container #userloginForm input#is_valid {
.mw-ui-container #userloginForm input#agree_tac,
        margin: 0
.mw-ui-container #userloginForm input#is_valid {
    }
margin: 0
}


    .mw-ui-container #userloginForm input#wpCaptchaWord {
.mw-ui-container #userloginForm input#wpCaptchaWord {
        color: black;
color: black;
        background-color: lightgray
background-color: lightgray
    }
}


    .mw-ui-container #userloginForm label[for='wpCaptchaWord'] {
.mw-ui-container #userloginForm label[for='wpCaptchaWord'] {
        color: #EFE3A0;
color: #EFE3A0;
        font-size: 100%
font-size: 100%
    }
}


    .mw-ui-container #userloginForm input#wpUsername,.mw-ui-container #userloginForm input#wpLoginAttempt,.mw-ui-container #userloginForm input#wpCreateaccount {
.mw-ui-container #userloginForm input#wpUsername,
        background: #744C10;
.mw-ui-container #userloginForm input#wpLoginAttempt,
        color: #FFFFFF;
.mw-ui-container #userloginForm input#wpCreateaccount {
        border: 1px solid #EB9B24;
background: #744C10;
        width: 50%;
color: #FFFFFF;
        margin: 0 auto
border: 1px solid #EB9B24;
    }
width: 50%;
margin: 0 auto
}


    .mw-ui-container #userloginForm input#wpCreateaccount.mw-ui-button-disabled {
.mw-ui-container #userloginForm input#wpCreateaccount.mw-ui-button-disabled {
        background: #47433D;
background: #47433D;
        border-color: #8D8383;
border-color: #8D8383;
        color: #AFA9A9
color: #AFA9A9
    }
}


    .mw-ui-container #userloginForm div.mw-number-text {
.mw-ui-container #userloginForm div.mw-number-text {
        color: red
color: red
    }
}


    .mw-ui-container #userloginForm #mw-createaccount-join {
.mw-ui-container #userloginForm #mw-createaccount-join {
        box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.23)
box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.23)
    }
}


    .mw-ui-container #userloginForm .mw-ui-button.mw-ui-progressive,.mw-ui-container #userloginForm .mw-ui-button.mw-ui-primary {
.mw-ui-container #userloginForm .mw-ui-button.mw-ui-progressive,
        background: #7D90B1;
.mw-ui-container #userloginForm .mw-ui-button.mw-ui-primary {
        color: #fff;
background: #7D90B1;
        border: 1px solid #B5C8E9
color: #fff;
    }
border: 1px solid #B5C8E9
}


    .mw-ui-vform input:not([type=button]):not([type=submit]):not([type=file]) {
.mw-ui-vform input:not([type=button]):not([type=submit]):not([type=file]) {
        color: #F2F2F2;
color: #F2F2F2;
        background: #111111;
background: #111111;
        border: 1px solid #65635F
border: 1px solid #65635F
    }
}


    .mw-ui-vform label {
.mw-ui-vform label {
        color: #b9b7b5
color: #b9b7b5
    }
}


    input.mw-htmlform-submit.disabled {
input.mw-htmlform-submit.disabled {
        color: #B97373;
color: #B97373;
        border: 1px dotted #B97373
border: 1px dotted #B97373
    }
}


    input[id='wpCreateaccount'][disabled=''] {
input[id='wpCreateaccount'][disabled=''] {
        color: #B97373;
color: #B97373;
        border: 1px dotted #B97373
border: 1px dotted #B97373
    }
}


    input#wpCaptchaWord {
input#wpCaptchaWord {
        background-color: red
background-color: red
    }
}


    #bodyContent div.mw-number-text h3,div.mw-createacct-benefits-list p {
#bodyContent div.mw-number-text h3,
        color: #B9B7B5
div.mw-createacct-benefits-list p {
    }
color: #B9B7B5
}


    div.ui-dialog-titlebar {
div.ui-dialog-titlebar {
        border: 1px solid #636363;
border: 1px solid #636363;
        background: #414141;
background: #414141;
        color: #BDBDBD;
color: #BDBDBD;
        border-bottom: 1px solid #909090 !important
border-bottom: 1px solid #909090 !important
    }
}


    .ui-widget-content label {
.ui-widget-content label {
        color: #B9B7B5
color: #B9B7B5
    }
}


    div.wikiEditor-toolbar-dialog {
div.wikiEditor-toolbar-dialog {
        background: #242424
background: #242424
    }
}


    div.ui-dialog-buttonpane {
div.ui-dialog-buttonpane {
        background: #242424
background: #242424
    }
}


    button.ui-state-default {
button.ui-state-default {
        border: 1px solid #636363;
border: 1px solid #636363;
        background: #41414;
background: #41414;
        color: #BDBDBD
color: #BDBDBD
    }
}


    div.editOptions {
div.editOptions {
        background-color: #262626;
background-color: #262626;
        border-color: #666666;
border-color: #666666;
        color: #b9b7b5
color: #b9b7b5
    }
}


    #pagehistory li.selected {
#pagehistory li.selected {
        background-color: #404040;
background-color: #404040;
        border: 1px solid #646464
border: 1px solid #646464
    }
}


    #pagehistory li {
#pagehistory li {
        border: none
border: none
    }
}


    .mw-plusminus-pos {
.mw-plusminus-pos {
        color: #239B20
color: #239B20
    }
}


    .mw-plusminus-neg {
.mw-plusminus-neg {
        color: #D33D3D
color: #D33D3D
    }
}


    .messagebox {
.messagebox {
        border: 1px solid #AAA;
border: 1px solid #AAA;
        background-color: #f9f9f9;
background-color: #f9f9f9;
        width: 80%;
width: 80%;
        margin: 0 auto 1em auto;
margin: 0 auto 1em auto;
        padding: .2em;
padding: .2em;
        text-align: justify
text-align: justify
    }
}


    td.diff-otitle,td.diff-ntitle {
td.diff-otitle,
        background-color: #525252;
td.diff-ntitle {
        color: #A2A2A2
background-color: #525252;
    }
color: #A2A2A2
}


    table.diff {
table.diff {
        background-color: #BCBCBC;
background-color: #BCBCBC;
        color: black
color: black
    }
}


    td.diff-context {
td.diff-context {
        background: none repeat scroll 0 0 #E2E2E2;
background: none repeat scroll 0 0 #E2E2E2;
        color: black
color: black
    }
}


    td.diff-deletedline {
td.diff-deletedline {
        color: black
color: black
    }
}


    td.diff-addedline {
td.diff-addedline {
        color: black
color: black
    }
}


    .diffchange {
.diffchange {
        color: red
color: red
    }
}


    abbr.unpatrolled {
abbr.unpatrolled {
        display: none
display: none
    }
}


    table.gallery {
table.gallery {
        background-color: #3A3A3A !important;
background-color: #3A3A3A !important;
        border: 1px solid #525252 !important
border: 1px solid #525252 !important
    }
}


    table.gallery td {
table.gallery td {
        background-color: #3A3A3A !important;
background-color: #3A3A3A !important;
        border: 2px solid #3A3A3A !important
border: 2px solid #3A3A3A !important
    }
}


    div.gallerybox div.thumb {
div.gallerybox div.thumb {
        border: 1px solid #525252 !important
border: 1px solid #525252 !important
    }
}


    #bodyContent a[href^="steam://"],.link-steam {
#bodyContent a[href^="steam://"],
        background: url(/w/skins/Vector/images-valve/steam_icon.png?67e63) center right no-repeat;
.link-steam {
        padding-right: 18px
background: url(/w/skins/Vector/images-valve/steam_icon.png?67e63) center right no-repeat;
    }
padding-right: 18px
}


    #bodyContent a[href^="steam://"]:link,.link-steam:link {
#bodyContent a[href^="steam://"]:link,
        color: #86BF39
.link-steam:link {
    }
color: #86BF39
}


    a[class="mw-userlink"][title="User:Al Farnsworth"],a[class="mw-userlink"][title="User:Alfred"],a[class="mw-userlink"][title="User:BrynMoslow"],a[class="mw-userlink"][title="User:Coreyp"],a[class="mw-userlink"][title="User:David Speyrer"],a[class="mw-userlink"][title="User:DougWood"],a[class="mw-userlink"][title="User:EricS"],a[class="mw-userlink"][title="User:Erik Johnson"],a[class="mw-userlink"][title="User:Gabe Newell"],a[class="mw-userlink"][title="User:GregC"],a[class="mw-userlink"][title="User:GregCoomer"],a[class="mw-userlink"][title="User:Gvengel"],a[class="mw-userlink"][title="User:Ido"],a[class="mw-userlink"][title="User:JasonRuymen"],a[class="mw-userlink"][title="User:Jay Stelly"],a[class="mw-userlink"][title="User:JeffLane"],a[class="mw-userlink"][title="User:JeffLaneBot"],a[class="mw-userlink"][title="User:JoeLudwig"],a[class="mw-userlink"][title="User:Johnc"],a[class="mw-userlink"][title="User:Jsutton"],a[class="mw-userlink"][title="User:Karlw"],a[class="mw-userlink"][title="User:KenBanks"],a[class="mw-userlink"][title="User:Lombardi"],a[class="mw-userlink"][title="User:Martino"],a[class="mw-userlink"][title="User:Matt Boone"],a[class="mw-userlink"][title="User:Matt Wood"],a[class="mw-userlink"][title="User:Mdurand"],a[class="mw-userlink"][title="User:MikeBooth"],a[class="mw-userlink"][title="User:Mikeblas"],a[class="mw-userlink"][title="User:MikeDussault"],a[class="mw-userlink"][title="User:Robin Walker"],a[class="mw-userlink"][title="User:Steve Bond"],a[class="mw-userlink"][title="User:SteveB"],a[class="mw-userlink"][title="User:Tomqbui"],a[class="mw-userlink"][title="User:VDCBot"],a[class="mw-userlink"][title="User:Yahnbernier"],a[class="mw-userlink"][title="User:YasserMalaika"] {
a[class="mw-userlink"][title="User:Al Farnsworth"],
        background-color: #3C3C3C !important;
a[class="mw-userlink"][title="User:Alfred"],
        color: #ACACAC;
a[class="mw-userlink"][title="User:BrynMoslow"],
        margin: 0 2px 0 2px;
a[class="mw-userlink"][title="User:Coreyp"],
        padding: 0 3px 0 2px
a[class="mw-userlink"][title="User:David Speyrer"],
    }
a[class="mw-userlink"][title="User:DougWood"],
a[class="mw-userlink"][title="User:EricS"],
a[class="mw-userlink"][title="User:Erik Johnson"],
a[class="mw-userlink"][title="User:Gabe Newell"],
a[class="mw-userlink"][title="User:GregC"],
a[class="mw-userlink"][title="User:GregCoomer"],
a[class="mw-userlink"][title="User:Gvengel"],
a[class="mw-userlink"][title="User:Ido"],
a[class="mw-userlink"][title="User:JasonRuymen"],
a[class="mw-userlink"][title="User:Jay Stelly"],
a[class="mw-userlink"][title="User:JeffLane"],
a[class="mw-userlink"][title="User:JeffLaneBot"],
a[class="mw-userlink"][title="User:JoeLudwig"],
a[class="mw-userlink"][title="User:Johnc"],
a[class="mw-userlink"][title="User:Jsutton"],
a[class="mw-userlink"][title="User:Karlw"],
a[class="mw-userlink"][title="User:KenBanks"],
a[class="mw-userlink"][title="User:Lombardi"],
a[class="mw-userlink"][title="User:Martino"],
a[class="mw-userlink"][title="User:Matt Boone"],
a[class="mw-userlink"][title="User:Matt Wood"],
a[class="mw-userlink"][title="User:Mdurand"],
a[class="mw-userlink"][title="User:MikeBooth"],
a[class="mw-userlink"][title="User:Mikeblas"],
a[class="mw-userlink"][title="User:MikeDussault"],
a[class="mw-userlink"][title="User:Robin Walker"],
a[class="mw-userlink"][title="User:Steve Bond"],
a[class="mw-userlink"][title="User:SteveB"],
a[class="mw-userlink"][title="User:Tomqbui"],
a[class="mw-userlink"][title="User:VDCBot"],
a[class="mw-userlink"][title="User:Yahnbernier"],
a[class="mw-userlink"][title="User:YasserMalaika"] {
background-color: #3C3C3C !important;
color: #ACACAC;
margin: 0 2px 0 2px;
padding: 0 3px 0 2px
}
}
}


@media screen and (min-width: 982px) {
@media screen and (min-width:982px) {
    .mw-body {
.mw-body {
        margin-left:11em;
margin-left: 11em;
        padding: 1.25em 1.5em 1.5em 1.5em
padding: 1.25em 1.5em 1.5em 1.5em
    }
}


    #footer {
#footer {
        margin-left: 11em;
margin-left: 11em;
        padding: 1.25em
padding: 1.25em
    }
}


    #mw-panel {
#mw-panel {
        padding-left: 0.5em
padding-left: 0.5em
    }
}


    #p-search {
#p-search {
        margin-right: 1em
margin-right: 1em
    }
}


    #left-navigation {
#left-navigation {
        margin-left: 11em
margin-left: 11em
    }
}


    #p-personal {
#p-personal {
        right: 1em
right: 1em
    }
}


    #mw-head-base {
#mw-head-base {
        margin-left: 11em
margin-left: 11em
    }
}
}
}


@media print {
@media print {
    .toc,body {
        padding: 10px;
        font-family: 'Linux Libertine','Georgia','Times',serif
    }


    .printfooter,#footer,.thumb,table,ol,dl,ul,h3,h4,h5,h6 {
.toc,
        font-family: sans-serif
body {
    }
padding: 10px;
font-family: 'Linux Libertine', 'Georgia', 'Times', serif
}
 
.printfooter,
#footer,
.thumb,
table,
ol,
dl,
ul,
h3,
h4,
h5,
h6 {
font-family: sans-serif
}


    img {
img {
        font-family: 'Linux Libertine','Georgia','Times',serif
font-family: 'Linux Libertine', 'Georgia', 'Times', serif
    }
}


    a {
a {
        border-bottom: 1px solid #aaa
border-bottom: 1px solid #aaa
    }
}


    .firstHeading {
.firstHeading {
        font-size: 25pt;
font-size: 25pt;
        line-height: 28pt;
line-height: 28pt;
        margin-bottom: 20px;
margin-bottom: 20px;
        padding-bottom: 5px
padding-bottom: 5px
    }
}


    .firstHeading,h2 {
.firstHeading,
        overflow: hidden;
h2 {
        border-bottom: 2px solid #000000
overflow: hidden;
    }
border-bottom: 2px solid #000000
}


    h3,h4,h5,h6 {
h3,
        margin: 30px 0 0
h4,
    }
h5,
h6 {
margin: 30px 0 0
}


    h2,h3,h4,h5,h6 {
h2,
        padding: 0;
h3,
        position: relative
h4,
    }
h5,
h6 {
padding: 0;
position: relative
}


    h2 {
h2 {
        font-size: 18pt;
font-size: 18pt;
        line-height: 24pt;
line-height: 24pt;
        margin-bottom: 0.25em
margin-bottom: 0.25em
    }
}


    h3 {
h3 {
        font-size: 13pt;
font-size: 13pt;
        line-height: 20pt
line-height: 20pt
    }
}


    h4,h5,h6 {
h4,
        font-size: 10pt;
h5,
        line-height: 15pt
h6 {
    }
font-size: 10pt;
line-height: 15pt
}


    p {
p {
        font-size: 10pt;
font-size: 10pt;
        line-height: 16pt;
line-height: 16pt;
        margin-top: 5px;
margin-top: 5px;
        text-align: justify
text-align: justify
    }
}


    p:before {
p:before {
        content: '';
content: '';
        display: block;
display: block;
        overflow: hidden;
overflow: hidden;
        width: 120pt
width: 120pt
    }
}


    blockquote {
blockquote {
        border-left: 2px solid #000000;
border-left: 2px solid #000000;
        padding-left: 20px
padding-left: 20px
    }
}


    ol,ul {
ol,
        margin: 10px 0 0 1.6em;
ul {
        padding: 0
margin: 10px 0 0 1.6em;
    }
padding: 0
}


    ol li,ul li {
ol li,
        padding: 2px 0;
ul li {
        font-size: 10pt
padding: 2px 0;
    }
font-size: 10pt
}


    table ol li,table ul li {
table ol li,
        font-size: inherit
table ul li {
    }
font-size: inherit
}


    .toc {
.toc {
        page-break-before: avoid;
page-break-before: avoid;
        page-break-after: avoid;
page-break-after: avoid;
        background: none;
background: none;
        border: 0;
border: 0;
        display: table
display: table
    }
}


    .toc a {
.toc a {
        border: 0;
border: 0;
        font-weight: normal
font-weight: normal
    }
}


    .toc > ul > li {
.toc>ul>li {
        margin-bottom: 4px;
margin-bottom: 4px;
        font-weight: bold
font-weight: bold
    }
}


    .toc ul {
.toc ul {
        margin: 0;
margin: 0;
        list-style: none
list-style: none
    }
}


    .toc ul ul {
.toc ul ul {
        padding-left: 30px
padding-left: 30px
    }
}


    .toc li.toclevel-1 > a {
.toc li.toclevel-1>a {
        font-weight: bold;
font-weight: bold;
        font-size: 10pt
font-size: 10pt
    }
}


    .toc .tocnumber {
.toc .tocnumber {
        display: none
display: none
    }
}


    .printfooter {
.printfooter {
        margin-top: 10px;
margin-top: 10px;
        border-top: 3px solid #000000;
border-top: 3px solid #000000;
        padding-top: 10px;
padding-top: 10px;
        font-size: 10pt;
font-size: 10pt;
        clear: both
clear: both
    }
}


    #footer {
#footer {
        margin-top: 12px;
margin-top: 12px;
        border-top: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
        padding-top: 5px
padding-top: 5px
    }
}


    #footer-info {
#footer-info {
        margin: 0;
margin: 0;
        padding: 0
padding: 0
    }
}


    #footer-info li {
#footer-info li {
        color: #999;
color: #999;
        list-style: none;
list-style: none;
        display: block;
display: block;
        padding-bottom: 10px;
padding-bottom: 10px;
        font-size: 10pt
font-size: 10pt
    }
}


    #footer-info li a {
#footer-info li a {
        color: #999 !important
color: #999 !important
    }
}


    #footer-info-lastmod {
#footer-info-lastmod {
        color: #000000;
color: #000000;
        font-size: 12pt;
font-size: 12pt;
        font-weight: bold
font-weight: bold
    }
}
}
}

Revision as of 21:37, 17 May 2023

div.vectorTabs ul li#ca-history {
   visibility: hidden;
}

@media print {
	.noprint,
	.catlinks,
	.magnify,
	.mw-cite-backlink,
	.mw-jump,
	.mw-editsection,
	.mw-editsection-like,
	.mw-hidden-catlinks,
	.mw-indicators,
	.mw-redirectedfrom,
	.patrollink,
	.usermessage,
	#column-one,
	#footer-places,
	#jump-to-nav,
	#mw-navigation,
	#siteNotice,
	#f-poweredbyico,
	#f-copyrightico,
	li#about,
	li#disclaimer,
	li#mobileview,
	li#privacy {
		display: none
	}

	body {
		background: #fff;
		color: #000;
		margin: 0;
		padding: 0
	}

	a {
		background: none !important;
		padding: 0 !important
	}

	a,
	a.external,
	a.new,
	a.stub {
		color: #000 !important;
		text-decoration: none !important;
		color: inherit !important;
		text-decoration: inherit !important
	}

	.mw-parser-output a.external.text:after,
	.mw-parser-output a.external.autonumber:after {
		content: ' (' attr(href) ')';
		word-break: break-all;
		word-wrap: break-word
	}

	.mw-parser-output a.external.text[href^='//']:after,
	.mw-parser-output a.external.autonumber[href^='//']:after {
		content: ' (https:' attr(href) ')'
	}

	dt {
		font-weight: bold
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: bold;
		page-break-after: avoid;
		page-break-before: avoid
	}

	p {
		margin: 1em 0;
		line-height: 1.2;
		orphans: 3;
		widows: 3
	}

	img,
	figure,
	.wikitable,
	.thumb {
		page-break-inside: avoid
	}

	img {
		border: 0;
		vertical-align: middle
	}

	pre,
	.mw-code {
		background: #fff;
		color: #000;
		border: 1pt dashed #000;
		padding: 1em 0;
		font-size: 8pt;
		white-space: pre-wrap;
		word-wrap: break-word
	}

	sup,
	sub {
		line-height: 1
	}

	ul {
		list-style-type: square
	}

	#globalWrapper {
		width: 100% !important;
		min-width: 0 !important
	}

	.mw-body {
		background: #fff;
		color: #000;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		direction: ltr
	}

	#column-content {
		margin: 0 !important
	}

	#column-content .mw-body {
		padding: 1em;
		margin: 0 !important
	}

	.toc {
		background-color: #f9f9f9;
		border: 1pt solid #aaa;
		padding: 5px;
		display: table
	}

	.tocnumber,
	.toctext {
		display: table-cell
	}

	.tocnumber {
		padding-left: 0;
		padding-right: 0.5em
	}

	.mw-content-ltr .tocnumber {
		padding-left: 0;
		padding-right: 0.5em
	}

	.mw-content-rtl .tocnumber {
		padding-left: 0.5em;
		padding-right: 0
	}

	table.floatright,
	div.floatright,
	div.tright {
		float: right;
		clear: right;
		position: relative
	}

	table.floatleft,
	div.floatleft,
	div.tleft {
		float: left;
		clear: left;
		position: relative
	}

	div.tleft {
		margin: 0.5em 1.4em 1.3em 0
	}

	div.tright {
		margin: 0.5em 0 1.3em 1.4em
	}

	table.floatright,
	div.floatright {
		margin: 0 0 0.5em 0.5em;
		border: 0
	}

	table.floatleft,
	div.floatleft {
		margin: 0 0.5em 0.5em 0;
		border: 0
	}

	div.floatleft p,
	div.floatright p {
		font-style: italic
	}

	.center {
		text-align: center
	}

	div.thumb {
		background-color: transparent;
		width: auto
	}

	div.thumb a {
		border-bottom: 0
	}

	div.thumbinner {
		background-color: #fff;
		border: 0;
		border-radius: 2px;
		padding: 5px;
		font-size: 10pt;
		color: #666;
		text-align: center;
		overflow: hidden;
		min-width: 100px
	}

	html .thumbcaption {
		text-align: left;
		line-height: 1.4;
		padding: 3px
	}

	img.thumbborder {
		border: 1pt solid #ddd
	}

	table.wikitable,
	.mw_metadata {
		background: #fff;
		margin: 1em 0;
		border: 1pt solid #aaa;
		border-collapse: collapse;
		font-size: 10pt
	}

	table.wikitable>caption,
	.mw_metadata caption {
		padding: 5px;
		font-size: 10pt
	}

	table.wikitable>tr>th,
	table.wikitable>tr>td,
	table.wikitable>*>tr>th,
	table.wikitable>*>tr>td,
	.mw_metadata th,
	.mw_metadata td {
		background: #fff !important;
		color: #000 !important;
		border: 1pt solid #aaa;
		padding: 0.4em 0.6em
	}

	table.wikitable>tr>th,
	table.wikitable>*>tr>th,
	.mw_metadata th {
		text-align: center
	}

	table.listing,
	table.listing td {
		border: 1pt solid #000;
		border-collapse: collapse
	}

	.catlinks ul {
		display: inline;
		padding: 0;
		list-style: none none
	}

	.catlinks li {
		display: inline-block;
		line-height: 1.15;
		margin: 0.1em 0;
		border-left: 1pt solid #aaa;
		padding: 0 0.4em
	}

	.catlinks li:first-child {
		border-left: 0;
		padding-left: 0.2em
	}

	.printfooter {
		padding: 1em 0
	}

	#footer {
		background: #fff;
		color: #000;
		margin-top: 1em;
		border-top: 1pt solid #aaa;
		padding-top: 5px;
		direction: ltr
	}
}

@media screen {
	.mw-content-ltr {
		direction: ltr
	}

	.mw-content-rtl {
		direction: rtl
	}

	.sitedir-ltr textarea,
	.sitedir-ltr input {
		direction: ltr
	}

	.sitedir-rtl textarea,
	.sitedir-rtl input {
		direction: rtl
	}

	.mw-userlink {
		unicode-bidi: embed
	}

	mark {
		background-color: #ff0;
		color: #000
	}

	wbr {
		display: inline-block
	}

	input[type='submit'],
	input[type='button'],
	input[type='reset'],
	input[type='file'] {
		direction: ltr
	}

	textarea[dir='ltr'],
	input[dir='ltr'] {
		direction: ltr
	}

	textarea[dir='rtl'],
	input[dir='rtl'] {
		direction: rtl
	}

	abbr[title],
	.explain[title] {
		border-bottom: 1px dotted;
		cursor: help
	}

	@supports (text-decoration:underline dotted) {

		abbr[title],
		.explain[title] {
			border-bottom: 0;
			text-decoration: underline dotted
		}
	}

	span.comment {
		font-style: italic;
		unicode-bidi: -moz-isolate;
		unicode-bidi: isolate
	}

	#editform,
	#toolbar,
	#wpTextbox1 {
		clear: both
	}

	#toolbar {
		height: 22px
	}

	.mw-underline-always a {
		text-decoration: underline
	}

	.mw-underline-never a {
		text-decoration: none
	}

	li span.deleted,
	span.history-deleted {
		text-decoration: line-through;
		color: #72777d;
		font-style: italic
	}

	.not-patrolled {
		background-color: #ffa
	}

	.unpatrolled {
		font-weight: bold;
		color: #d33
	}

	div.patrollink {
		font-size: 75%;
		text-align: right
	}

	td.mw-label {
		text-align: right;
		vertical-align: middle
	}

	td.mw-input {
		text-align: left
	}

	td.mw-submit {
		text-align: left;
		white-space: nowrap
	}

	.mw-input-with-label {
		white-space: nowrap;
		display: inline-block
	}

	.mw-content-ltr .thumbcaption {
		text-align: left
	}

	.mw-content-ltr .magnify {
		float: right
	}

	.mw-content-rtl .thumbcaption {
		text-align: right
	}

	.mw-content-rtl .magnify {
		float: left
	}

	#catlinks {
		text-align: left
	}

	.catlinks ul {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
		vertical-align: middle
	}

	.catlinks li {
		display: inline-block;
		line-height: 1.25em;
		border-left: 1px solid #a2a9b1;
		margin: 0.125em 0;
		padding: 0 0.5em;
		zoom: 1;
		display: inline
	}

	.catlinks li:first-child {
		padding-left: 0.25em;
		border-left: 0
	}

	.catlinks li a.mw-redirect {
		font-style: italic
	}

	.mw-hidden-cats-hidden {
		display: none
	}

	.catlinks-allhidden {
		display: none
	}

	p.mw-protect-editreasons,
	p.mw-filedelete-editreasons,
	p.mw-delete-editreasons {
		font-size: 90%;
		text-align: right
	}

	.autocomment {
		color: #72777d
	}

	.newpage,
	.minoredit,
	.botedit {
		font-weight: bold
	}

	div.mw-warning-with-logexcerpt {
		padding: 3px;
		margin-bottom: 3px;
		border: 2px solid #2a4b8d;
		clear: both
	}

	div.mw-warning-with-logexcerpt ul li {
		font-size: 90%
	}

	span.mw-revdelundel-link,
	strong.mw-revdelundel-link {
		font-size: 90%
	}

	span.mw-revdelundel-hidden,
	input.mw-revdelundel-hidden {
		visibility: hidden
	}

	td.mw-revdel-checkbox,
	th.mw-revdel-checkbox {
		padding-right: 10px;
		text-align: center
	}

	a.new {
		color: #ba0000
	}

	.plainlinks a.external {
		background: none !important;
		padding: 0 !important
	}

	.rtl a.external.free,
	.rtl a.external.autonumber {
		direction: ltr;
		unicode-bidi: embed
	}

	table.wikitable {
		background-color: #f8f9fa;
		color: #222;
		margin: 1em 0;
		border: 1px solid #a2a9b1;
		border-collapse: collapse
	}

	table.wikitable>tr>th,
	table.wikitable>tr>td,
	table.wikitable>*>tr>th,
	table.wikitable>*>tr>td {
		border: 1px solid #a2a9b1;
		padding: 0.2em 0.4em
	}

	table.wikitable>tr>th,
	table.wikitable>*>tr>th {
		background-color: #eaecf0;
		text-align: center
	}

	table.wikitable>caption {
		font-weight: bold
	}

	.error,
	.warning,
	.success {
		font-size: larger
	}

	.error {
		color: #d33
	}

	.warning {
		color: #705000
	}

	.success {
		color: #009000
	}

	.errorbox,
	.warningbox,
	.successbox {
		border: 1px solid;
		padding: 0.5em 1em;
		margin-bottom: 1em;
		display: inline-block;
		zoom: 1;
		*display: inline
	}

	.errorbox h2,
	.warningbox h2,
	.successbox h2 {
		font-size: 1em;
		color: inherit;
		font-weight: bold;
		display: inline;
		margin: 0 0.5em 0 0;
		border: 0
	}

	.errorbox {
		color: #d33;
		border-color: #fac5c5;
		background-color: #fae3e3
	}

	.warningbox {
		color: #705000;
		border-color: #fde29b;
		background-color: #fdf1d1
	}

	.successbox {
		color: #008000;
		border-color: #b7fdb5;
		background-color: #e1fddf
	}

	.mw-infobox {
		border: 2px solid #ff7f00;
		margin: 0.5em;
		clear: left;
		overflow: hidden
	}

	.mw-infobox-left {
		margin: 7px;
		float: left;
		width: 35px
	}

	.mw-infobox-right {
		margin: 0.5em 0.5em 0.5em 49px
	}

	.previewnote {
		color: #d33;
		margin-bottom: 1em
	}

	.previewnote p {
		text-indent: 3em;
		margin: 0.8em 0
	}

	.visualClear {
		clear: both
	}

	.mw-datatable {
		border-collapse: collapse
	}

	.mw-datatable,
	.mw-datatable td,
	.mw-datatable th {
		border: 1px solid #a2a9b1;
		padding: 0 0.15em 0 0.15em
	}

	.mw-datatable th {
		background-color: #ddf
	}

	.mw-datatable td {
		background-color: #fff
	}

	.mw-datatable tr:hover td {
		background-color: #eaf3ff
	}

	.mw-content-ltr ul,
	.mw-content-rtl .mw-content-ltr ul {
		margin: 0.3em 0 0 1.6em;
		padding: 0
	}

	.mw-content-rtl ul,
	.mw-content-ltr .mw-content-rtl ul {
		margin: 0.3em 1.6em 0 0;
		padding: 0
	}

	.mw-content-ltr ol,
	.mw-content-rtl .mw-content-ltr ol {
		margin: 0.3em 0 0 3.2em;
		padding: 0
	}

	.mw-content-rtl ol,
	.mw-content-ltr .mw-content-rtl ol {
		margin: 0.3em 3.2em 0 0;
		padding: 0
	}

	.mw-content-ltr dd,
	.mw-content-rtl .mw-content-ltr dd {
		margin-left: 1.6em;
		margin-right: 0
	}

	.mw-content-rtl dd,
	.mw-content-ltr .mw-content-rtl dd {
		margin-right: 1.6em;
		margin-left: 0
	}

	.mw-ajax-loader {
		background-image: url(/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
		background-position: center center;
		background-repeat: no-repeat;
		padding: 16px;
		position: relative;
		top: -16px
	}

	.mw-small-spinner {
		padding: 10px !important;
		margin-right: 0.6em;
		background-image: url(/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
		background-position: center center;
		background-repeat: no-repeat
	}

	h1:lang(anp),
	h1:lang(as),
	h1:lang(bh),
	h1:lang(bho),
	h1:lang(bn),
	h1:lang(gu),
	h1:lang(hi),
	h1:lang(kn),
	h1:lang(ks),
	h1:lang(ml),
	h1:lang(mr),
	h1:lang(my),
	h1:lang(mai),
	h1:lang(ne),
	h1:lang(new),
	h1:lang(or),
	h1:lang(pa),
	h1:lang(pi),
	h1:lang(sa),
	h1:lang(ta),
	h1:lang(te) {
		line-height: 1.6em !important
	}

	h2:lang(anp),
	h3:lang(anp),
	h4:lang(anp),
	h5:lang(anp),
	h6:lang(anp),
	h2:lang(as),
	h3:lang(as),
	h4:lang(as),
	h5:lang(as),
	h6:lang(as),
	h2:lang(bho),
	h3:lang(bho),
	h4:lang(bho),
	h5:lang(bho),
	h6:lang(bho),
	h2:lang(bh),
	h3:lang(bh),
	h4:lang(bh),
	h5:lang(bh),
	h6:lang(bh),
	h2:lang(bn),
	h3:lang(bn),
	h4:lang(bn),
	h5:lang(bn),
	h6:lang(bn),
	h2:lang(gu),
	h3:lang(gu),
	h4:lang(gu),
	h5:lang(gu),
	h6:lang(gu),
	h2:lang(hi),
	h3:lang(hi),
	h4:lang(hi),
	h5:lang(hi),
	h6:lang(hi),
	h2:lang(kn),
	h3:lang(kn),
	h4:lang(kn),
	h5:lang(kn),
	h6:lang(kn),
	h2:lang(ks),
	h3:lang(ks),
	h4:lang(ks),
	h5:lang(ks),
	h6:lang(ks),
	h2:lang(ml),
	h3:lang(ml),
	h4:lang(ml),
	h5:lang(ml),
	h6:lang(ml),
	h2:lang(mr),
	h3:lang(mr),
	h4:lang(mr),
	h5:lang(mr),
	h6:lang(mr),
	h2:lang(my),
	h3:lang(my),
	h4:lang(my),
	h5:lang(my),
	h6:lang(my),
	h2:lang(mai),
	h3:lang(mai),
	h4:lang(mai),
	h5:lang(mai),
	h6:lang(mai),
	h2:lang(ne),
	h3:lang(ne),
	h4:lang(ne),
	h5:lang(ne),
	h6:lang(ne),
	h2:lang(new),
	h3:lang(new),
	h4:lang(new),
	h5:lang(new),
	h6:lang(new),
	h2:lang(or),
	h3:lang(or),
	h4:lang(or),
	h5:lang(or),
	h6:lang(or),
	h2:lang(pa),
	h3:lang(pa),
	h4:lang(pa),
	h5:lang(pa),
	h6:lang(pa),
	h2:lang(pi),
	h3:lang(pi),
	h4:lang(pi),
	h5:lang(pi),
	h6:lang(pi),
	h2:lang(sa),
	h3:lang(sa),
	h4:lang(sa),
	h5:lang(sa),
	h6:lang(sa),
	h2:lang(ta),
	h3:lang(ta),
	h4:lang(ta),
	h5:lang(ta),
	h6:lang(ta),
	h2:lang(te),
	h3:lang(te),
	h4:lang(te),
	h5:lang(te),
	h6:lang(te) {
		line-height: 1.2em
	}

	ol:lang(azb) li,
	ol:lang(bcc) li,
	ol:lang(bgn) li,
	ol:lang(bqi) li,
	ol:lang(fa) li,
	ol:lang(glk) li,
	ol:lang(kk-arab) li,
	ol:lang(lrc) li,
	ol:lang(luz) li,
	ol:lang(mzn) li {
		list-style-type: -moz-persian;
		list-style-type: persian
	}

	ol:lang(ckb) li,
	ol:lang(sdh) li {
		list-style-type: -moz-arabic-indic;
		list-style-type: arabic-indic
	}

	ol:lang(hi) li,
	ol:lang(mai) li,
	ol:lang(mr) li,
	ol:lang(ne) li {
		list-style-type: -moz-devanagari;
		list-style-type: devanagari
	}

	ol:lang(as) li,
	ol:lang(bn) li {
		list-style-type: -moz-bengali;
		list-style-type: bengali
	}

	ol:lang(or) li {
		list-style-type: -moz-oriya;
		list-style-type: oriya
	}

	.toc ul {
		margin: 0.3em 0
	}

	.mw-content-ltr .toc ul,
	.mw-content-rtl .mw-content-ltr .toc ul {
		text-align: left
	}

	.mw-content-rtl .toc ul,
	.mw-content-ltr .mw-content-rtl .toc ul {
		text-align: right
	}

	.mw-content-ltr .toc ul ul,
	.mw-content-rtl .mw-content-ltr .toc ul ul {
		margin: 0 0 0 2em
	}

	.mw-content-rtl .toc ul ul,
	.mw-content-ltr .mw-content-rtl .toc ul ul {
		margin: 0 2em 0 0
	}

	.toc .toctitle {
		direction: ltr
	}

	#mw-clearyourcache,
	#mw-sitecsspreview,
	#mw-sitejspreview,
	#mw-usercsspreview,
	#mw-userjspreview {
		direction: ltr;
		unicode-bidi: embed
	}

	#mw-revision-info,
	#mw-revision-info-current,
	#mw-revision-nav {
		direction: ltr
	}

	div.tright,
	div.floatright,
	table.floatright {
		clear: right;
		float: right
	}

	div.tleft,
	div.floatleft,
	table.floatleft {
		float: left;
		clear: left
	}

	div.floatright,
	table.floatright,
	div.floatleft,
	table.floatleft {
		position: relative
	}

	#mw-credits a {
		unicode-bidi: embed
	}

	.mw-jump,
	#jump-to-nav {
		overflow: hidden;
		height: 0;
		zoom: 1
	}

	.printfooter {
		display: none
	}

	.xdebug-error {
		position: absolute;
		z-index: 99
	}

	.mw-editsection,
	#jump-to-nav {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.mw-editsection,
	.mw-editsection-like {
		font-size: small;
		font-weight: normal;
		margin-left: 1em;
		vertical-align: baseline;
		line-height: 1em
	}

	.mw-content-ltr .mw-editsection,
	.mw-content-rtl .mw-content-ltr .mw-editsection {
		margin-left: 1em
	}

	.mw-content-rtl .mw-editsection,
	.mw-content-ltr .mw-content-rtl .mw-editsection {
		margin-right: 1em
	}

	sup,
	sub {
		line-height: 1
	}
}

.mw-headline-anchor {
	display: none
}

@media screen {
	a {
		text-decoration: none;
		color: #0645ad;
		background: none
	}

	a:not([href]) {
		cursor: pointer
	}

	a:visited {
		color: #0b0080
	}

	a:active {
		color: #faa700
	}

	a:hover,
	a:focus {
		text-decoration: underline
	}

	a:lang(ar),
	a:lang(kk-arab),
	a:lang(mzn),
	a:lang(ps),
	a:lang(ur) {
		text-decoration: none
	}

	a.stub {
		color: #723
	}

	a.new,
	#p-personal a.new {
		color: #ba0000
	}

	a.mw-selflink {
		color: inherit;
		font-weight: bold;
		text-decoration: inherit
	}

	a.mw-selflink:hover {
		cursor: inherit;
		text-decoration: inherit
	}

	a.mw-selflink:active,
	a.mw-selflink:visited {
		color: inherit
	}

	a.new:visited,
	#p-personal a.new:visited {
		color: #a55858
	}

	.mw-parser-output a.extiw,
	.mw-parser-output a.extiw:active {
		color: #36b
	}

	.mw-parser-output a.extiw:visited {
		color: #636
	}

	.mw-parser-output a.extiw:active {
		color: #b63
	}

	.mw-parser-output a.external {
		color: #36b
	}

	.mw-parser-output a.external:visited {
		color: #636
	}

	.mw-parser-output a.external:active {
		color: #b63
	}

	.mw-parser-output a.external.free {
		word-wrap: break-word
	}

	img {
		border: 0;
		vertical-align: middle
	}

	hr {
		height: 1px;
		color: #a2a9b1;
		background-color: #a2a9b1;
		border: 0;
		margin: 0.2em 0
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #000;
		background: none;
		font-weight: normal;
		margin: 0;
		overflow: hidden;
		padding-top: 0.5em;
		padding-bottom: 0.17em;
		border-bottom: 1px solid #a2a9b1
	}

	h1 {
		font-size: 188%
	}

	h2 {
		font-size: 150%
	}

	h3,
	h4,
	h5,
	h6 {
		border-bottom: 0;
		font-weight: bold
	}

	h3 {
		font-size: 128%
	}

	h4 {
		font-size: 116%
	}

	h5 {
		font-size: 108%
	}

	h6 {
		font-size: 100%
	}

	h1,
	h2 {
		margin-bottom: 0.6em
	}

	h3,
	h4,
	h5 {
		margin-bottom: 0.3em
	}

	p {
		margin: 0.4em 0 0.5em 0
	}

	p img {
		margin: 0
	}

	ul {
		list-style-type: square;
		margin: 0.3em 0 0 1.6em;
		padding: 0
	}

	ol {
		margin: 0.3em 0 0 3.2em;
		padding: 0;
		list-style-image: none
	}

	li {
		margin-bottom: 0.1em
	}

	dt {
		font-weight: bold;
		margin-bottom: 0.1em
	}

	dl {
		margin-top: 0.2em;
		margin-bottom: 0.5em
	}

	dd {
		margin-left: 1.6em;
		margin-bottom: 0.1em
	}

	pre,
	code,
	tt,
	kbd,
	samp,
	.mw-code {
		font-family: monospace, monospace
	}

	code {
		color: #000;
		background-color: #f8f9fa;
		border: 1px solid #eaecf0;
		border-radius: 2px;
		padding: 1px 4px
	}

	pre,
	.mw-code {
		color: #000;
		background-color: #f8f9fa;
		border: 1px solid #eaecf0;
		padding: 1em;
		white-space: pre-wrap
	}

	table {
		font-size: 100%
	}

	fieldset {
		border: 1px solid #2a4b8d;
		margin: 1em 0 1em 0;
		padding: 0 1em 1em
	}

	fieldset.nested {
		margin: 0 0 0.5em 0;
		padding: 0 0.5em 0.5em
	}

	legend {
		padding: 0.5em;
		font-size: 95%
	}

	form {
		border: 0;
		margin: 0
	}

	textarea {
		width: 100%;
		padding: 0.1em;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.center {
		width: 100%;
		text-align: center
	}

	*.center * {
		margin-left: auto;
		margin-right: auto
	}

	.small {
		font-size: 94%
	}

	table.small {
		font-size: 100%
	}

	.toc,
	.mw-warning,
	.toccolours {
		border: 1px solid #a2a9b1;
		background-color: #f8f9fa;
		padding: 5px;
		font-size: 95%
	}

	.toc {
		display: inline-block;
		display: table;
		zoom: 1;
		*display: inline;
		padding: 7px
	}

	table.toc {
		border-collapse: collapse
	}

	table.toc td {
		padding: 0
	}

	.toc h2 {
		display: inline;
		border: 0;
		padding: 0;
		font-size: 100%;
		font-weight: bold
	}

	.toc .toctitle {
		text-align: center
	}

	.toc ul {
		list-style-type: none;
		list-style-image: none;
		margin-left: 0;
		padding: 0;
		text-align: left
	}

	.toc ul ul {
		margin: 0 0 0 2em
	}

	.tocnumber,
	.toctext {
		display: table-cell;
		text-decoration: inherit
	}

	.tocnumber {
		padding-left: 0;
		padding-right: 0.5em;
		color: #222
	}

	.mw-content-ltr .tocnumber {
		padding-left: 0;
		padding-right: 0.5em
	}

	.mw-content-rtl .tocnumber {
		padding-left: 0.5em;
		padding-right: 0
	}

	.mw-warning {
		margin-left: 50px;
		margin-right: 50px;
		text-align: center
	}

	div.floatright,
	table.floatright {
		margin: 0 0 0.5em 0.5em
	}

	div.floatright p {
		font-style: italic
	}

	div.floatleft,
	table.floatleft {
		margin: 0 0.5em 0.5em 0
	}

	div.floatleft p {
		font-style: italic
	}

	div.thumb {
		margin-bottom: 0.5em;
		width: auto;
		background-color: transparent
	}

	div.thumbinner {
		border: 1px solid #c8ccd1;
		padding: 3px;
		background-color: #f8f9fa;
		font-size: 94%;
		text-align: center;
		overflow: hidden
	}

	html .thumbimage {
		background-color: #fff;
		border: 1px solid #c8ccd1
	}

	html .thumbcaption {
		border: 0;
		line-height: 1.4em;
		padding: 3px;
		font-size: 94%;
		text-align: left
	}

	div.magnify {
		float: right;
		margin-left: 3px
	}

	div.magnify a {
		display: block;
		text-indent: 15px;
		white-space: nowrap;
		overflow: hidden;
		width: 15px;
		height: 11px;
		background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E");
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	img.thumbborder {
		border: 1px solid #eaecf0
	}

	.mw-content-ltr .thumbcaption {
		text-align: left
	}

	.mw-content-ltr .magnify {
		float: right;
		margin-left: 3px;
		margin-right: 0
	}

	.mw-content-ltr div.magnify a {
		background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E")
	}

	.mw-content-rtl .thumbcaption {
		text-align: right
	}

	.mw-content-rtl .magnify {
		float: left;
		margin-left: 0;
		margin-right: 3px
	}

	.mw-content-rtl div.magnify a {
		background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?a9fb3);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M9.491 1.865h-10.99v7.919h10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M12.499 6.868h-5.943v4.904h5.943z%22/%3E %3C/g%3E %3C/svg%3E")
	}

	div.tright {
		margin: 0.5em 0 1.3em 1.4em
	}

	div.tleft {
		margin: 0.5em 1.4em 1.3em 0
	}

	body.mw-hide-empty-elt .mw-empty-elt {
		display: none
	}

	.catlinks {
		border: 1px solid #a2a9b1;
		background-color: #f8f9fa;
		padding: 5px;
		margin-top: 1em;
		clear: both
	}

	textarea {
		border: 1px solid #c8ccd1
	}

	.editOptions {
		background-color: #eaecf0;
		color: #222;
		border: 1px solid #c8ccd1;
		border-top: 0;
		padding: 1em 1em 1.5em 1em;
		margin-bottom: 2em
	}

	.usermessage {
		background-color: #ffce7b;
		border: 1px solid #ffa500;
		color: #000;
		font-weight: bold;
		margin: 2em 0 1em;
		padding: 0.5em 1em;
		vertical-align: middle
	}

	#siteNotice {
		position: relative;
		text-align: center;
		margin: 0
	}

	#localNotice {
		margin-bottom: 0.9em
	}

	.firstHeading {
		margin-bottom: 0.1em;
		line-height: 1.2em;
		padding-bottom: 0
	}

	#siteSub {
		display: none
	}

	#jump-to-nav {
		margin-top: -1.4em;
		margin-bottom: 1.4em
	}

	#contentSub,
	#contentSub2 {
		font-size: 84%;
		line-height: 1.2em;
		margin: 0 0 1.4em 1em;
		color: #54595d;
		width: auto
	}

	span.subpages {
		display: block
	}
}

.mw-wiki-logo {
	background-image: url(/w/skins/Vector/images-valve/logo.png?8adb5)
}

@media screen {
	.page-Main_Page h1.firstHeading {
		display: none
	}

	html {
		font-size: 100%
	}

	html,
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: sans-serif
	}

	body {
		background-image: url(/w/skins/Vector/images-valve/content_bg.png?57bf2);
		background-position: 0 60px;
		background-repeat: repeat-x;
		background-color: #000000
	}

	.mw-body,
	.parsoid-body {
		padding: 16px 1em 0.5em 1em;
		background-color: #262626;
		color: #b9b7b5;
		direction: ltr
	}

	.mw-body {
		margin-left: 10em;
		border: 1px solid #525252;
		border-right-width: 0;
		margin-top: 3em;
		margin-bottom: 0.1em;
		line-height: 1.5em
	}

	.mw-body h1,
	.mw-body-content h1,
	.mw-body-content h2 {
		font-family: sans-serif;
		line-height: 1.2em;
		margin-bottom: 0.25em;
		padding: 0;
		border-bottom: 1px solid #65635f
	}

	.mw-body h1:lang(ja),
	.mw-body-content h1:lang(ja),
	.mw-body-content h2:lang(ja),
	.mw-body h1:lang(he),
	.mw-body-content h1:lang(he),
	.mw-body-content h2:lang(he),
	.mw-body h1:lang(ko),
	.mw-body-content h1:lang(ko),
	.mw-body-content h2:lang(ko) {
		font-family: sans-serif
	}

	.mw-body h1,
	.mw-body-content h1 {
		font-size: 1.6em;
		color: white
	}

	.mw-body .firstHeading {
		overflow: visible;
		padding-top: .6em
	}

	.mw-body .mw-indicators {
		float: right;
		line-height: 1.5em;
		font-size: 0.8em;
		position: relative;
		z-index: 1
	}

	.mw-body .mw-indicator {
		display: inline-block;
		zoom: 1;
		*display: inline
	}

	.mw-body-content {
		position: relative;
		line-height: 1.5em;
		font-size: 0.8em;
		z-index: 0
	}

	.mw-body-content p {
		line-height: inherit;
		margin: 0.4em 0 0.5em 0
	}

	.mw-body-content p img {
		margin: 0
	}

	.mw-body-content h1,
	.mw-body-content h2,
	.mw-body-content h3,
	.mw-body-content h4,
	.mw-body-content h5,
	.mw-body-content h6 {
		font-family: sans-serif;
		color: white;
		background: none;
		font-weight: normal;
		margin: 0;
		padding-top: .6em;
		padding-bottom: .17em;
		width: auto
	}

	.mw-body-content h1,
	.mw-body-content h2 {
		border-bottom: 1px solid #65635f
	}

	.mw-body-content h2 {
		line-height: 1.0em;
		margin: 0 0 0.6em 0;
		padding-top: 1em;
		padding-bottom: 3px;
		font-size: 1.5em;
		margin-top: 1em
	}

	.mw-body-content .mw-body-content h1 {
		margin-top: 1em
	}

	.mw-body-content h1#firstHeading {
		font-size: 1.6em;
		margin-top: 0.0;
		padding-bottom: 0.0em;
		line-height: 1.2em
	}

	.mw-body-content h3,
	.mw-body-content h4,
	.mw-body-content h5,
	.mw-body-content h6 {
		line-height: 1.1em;
		margin-bottom: 0.3em;
		padding-top: .6em;
		padding-bottom: .17em;
		font-weight: bold
	}

	.mw-body-content h3 {
		font-size: 132%
	}

	.mw-body-content h3,
	.mw-body-content h4 {
		font-weight: bold
	}

	.mw-body-content h4 {
		font-size: 116%
	}

	.mw-body-content h4,
	.mw-body-content h5,
	.mw-body-content h6 {
		font-size: 100%
	}

	.mw-body-content .toc h2 {
		font-size: 100%;
		font-family: sans-serif
	}

	.mw-body-content .firstHeading {
		overflow: visible;
		border-bottom: 1px solid #65635f
	}

	.mw-body-content h2.mw-specialpagesgroup {
		margin-bottom: 14px
	}

	div.emptyPortlet {
		display: none
	}

	input,
	select {
		background-color: #202020;
		color: #B9B7B5;
		border: 1px solid #666666
	}

	hr {
		background-color: #65635F;
		border: 0 none;
		color: #65635F;
		height: 1px;
		margin: 0.2em 0
	}

	pre,
	.mw-code {
		padding: 1em;
		border-left: 6px solid #666666 !important;
		background-color: #D8D7D6;
		line-height: 1.1em;
		font-size: 100%;
		overflow: auto;
		font-family: monospace, sans-serif
	}

	pre a:link,
	pre a:visited {
		color: #2F6582
	}

	pre.de1 {
		border: none !important
	}

	pre a:link,
	pre a:visited {
		color: #2F6582
	}

	code {
		background: none;
		border: none;
		color: #b9b7b5;
		font-size: 100%;
		font-family: monospace, sans-serif
	}

	ul {
		line-height: 1.5em;
		list-style-type: square;
		margin: .3em 0 0 1.5em;
		padding: 0;
		list-style-image: url(/w/skins/Vector/images-valve/bullet-icon.png?9e565)
	}

	ol {
		line-height: 1.5em;
		margin: .3em 0 0 3.2em;
		padding: 0;
		list-style-image: none
	}

	li {
		margin-bottom: .1em
	}

	dt {
		font-weight: bold;
		margin-bottom: .1em
	}

	dl {
		margin-top: .2em;
		margin-bottom: .5em
	}

	dd {
		line-height: 1.5em;
		margin-left: 2em;
		margin-bottom: .1em
	}

	a:link {
		text-decoration: none;
		color: #8BB9E0
	}

	a {
		text-decoration: none;
		color: #8BB9E0;
		background: none
	}

	a:visited {
		color: #5081D1;
		text-decoration: none
	}

	a:active {
		color: #ffa500
	}

	a:hover {
		text-decoration: underline
	}

	a.stub {
		color: #772233
	}

	a.new {
		color: #D64B4B !important
	}

	a.new:visited {
		color: #C72E2E !important
	}

	#siteNotice {
		font-size: 0.8em
	}

	#p-personal {
		position: absolute;
		top: 0.33em;
		right: 0;
		padding: 0em 1em 0 1em;
		text-align: right;
		border: none;
		z-index: 100
	}

	#p-personal h3 {
		display: none
	}

	#p-personal ul {
		list-style-type: none;
		list-style-image: none;
		margin: 0
	}

	#p-personal li a.new,
	#p-personal a.new:visited {
		color: #E3BBBB
	}

	#p-personal li {
		line-height: 1.2em;
		float: left;
		margin-left: 1em;
		margin-top: 0.2em;
		margin-bottom: .2em;
		color: #2f6fab;
		font-size: 0.75em;
		white-space: nowrap
	}

	#p-personal li a {
		text-decoration: none;
		color: white;
		padding-bottom: .2em;
		background: none
	}

	#p-personal li a:hover {
		background-color: gray;
		padding-bottom: .2em;
		text-decoration: none
	}

	#p-personal li.active a:hover {
		background-color: transparent
	}

	#p-personal body {
		border: none
	}

	#pt-userpage,
	#pt-anonuserpage {
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(/w/skins/Vector/images/user-icon.png?13155);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213.836%22 viewBox=%220 0 12 13.836%22%3E %3Cpath fill=%22%2372777d%22 d=%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375 c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405 c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719 c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22/%3E %3Cpath fill=%22%2372777d%22 d=%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155 c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22/%3E %3C/svg%3E");
		padding-left: 15px !important
	}

	#pt-anonuserpage {
		color: #707070
	}

	#p-search {
		float: left;
		margin-right: 0.5em;
		margin-left: 0.5em
	}

	#p-search h3 {
		display: block;
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;
		overflow: hidden
	}

	#p-search form,
	#p-search input {
		margin: 0.4em 0 0;
		background-color: #202020
	}

	#simpleSearch {
		background-color: #202020;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAKUlEQVQI113JsQkAMADDsOBb8v+JcZfSoYNB4LQlCVGm+LUNJ+b6vaA7X0AnW5WhiBIAAAAASUVORK5CYII=);
		background-image: url(/w/skins/Vector/images/search-fade.png?89087);
		background-position: top left;
		background-repeat: repeat-x;
		color: #F2F2F2;
		display: block;
		width: 12.6em;
		width: 20vw;
		min-width: 5em;
		max-width: 20em;
		padding-right: 1.4em;
		height: 1.3em;
		margin-top: 0.65em;
		position: relative;
		min-height: 1px;
		border: 1px solid #666666;
		border-radius: 2px;
		-webkit-transition: border-color 250ms;
		-moz-transition: border-color 250ms;
		transition: border-color 250ms
	}

	#simpleSearch:hover {
		border-color: #72777d
	}

	#simpleSearch input {
		background-color: transparent;
		color: #F2F2F2;
		margin: 0;
		padding: 0;
		border: 0
	}

	#simpleSearch #searchInput {
		width: 100%;
		padding: 0.2em 0 0.2em 0.2em;
		font-size: 13px;
		direction: ltr;
		-webkit-appearance: textfield
	}

	#simpleSearch #searchInput:focus {
		outline: 0
	}

	#simpleSearch #searchInput::-webkit-input-placeholder {
		color: #F2F2F2;
		opacity: 0.4
	}

	#simpleSearch #searchInput:-ms-input-placeholder {
		color: #F2F2F2;
		opacity: 0.4
	}

	#simpleSearch #searchInput::-moz-placeholder {
		color: #F2F2F2;
		opacity: 0.4
	}

	#simpleSearch #searchInput:-moz-placeholder {
		color: #F2F2F2;
		opacity: 0.4
	}

	#simpleSearch #searchInput::placeholder {
		color: #F2F2F2;
		opacity: 0.4
	}

	#simpleSearch #searchInput::-webkit-search-decoration,
	#simpleSearch #searchInput::-webkit-search-cancel-button,
	#simpleSearch #searchInput::-webkit-search-results-button,
	#simpleSearch #searchInput::-webkit-search-results-decoration {
		-webkit-appearance: textfield
	}

	#simpleSearch #searchButton,
	#simpleSearch #mw-searchButton {
		position: absolute;
		top: 0;
		right: 0;
		width: 1.65em;
		height: 100%;
		cursor: pointer;
		text-indent: -99999px;
		line-height: 1;
		direction: ltr;
		white-space: nowrap;
		overflow: hidden
	}

	#simpleSearch #searchButton {
		background-image: url(/w/skins/Vector/images/search-ltr.png?39f97);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%2354595d%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat
	}

	#simpleSearch #mw-searchButton {
		z-index: 1
	}

	input#powerSearchText {
		color: #F2F2F2
	}

	div.vectorTabs h3 {
		display: none
	}

	div.vectorTabs {
		float: left;
		height: 2.5em;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
		background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 1px
	}

	div.vectorTabs ul {
		float: left;
		height: 100%;
		list-style-type: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
		background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
		background-position: right bottom;
		background-repeat: no-repeat
	}

	div.vectorTabs ul li {
		float: left;
		line-height: 1.125em;
		display: inline-block;
		height: 100%;
		margin: 0;
		padding: 0;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAARklEQVQY0+2NwQmAAAzE0ttFdADF/RczPlp9OIOPcBACx3nsAX4+CAHjRSgDFTQ6HoJEDDbtjMV0vYXTPc5Q1V/6fi7rdgO7QiS9eARs4gAAAABJRU5ErkJggg==);
		background-image: url(/w/skins/Vector/images/tab-normal-fade.png?ef135);
		background-position: bottom left;
		background-repeat: repeat-x;
		white-space: nowrap
	}

	div.vectorTabs ul>li {
		display: block
	}

	div.vectorTabs li {}

	div.vectorTabs li.new a,
	div.vectorTabs li.new a:visited {
		color: #688ba8
	}

	div.vectorTabs li.selected {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPklEQVQY0+2NsQ2EABDDjGcC/f6LnSk4UTPAF5YSRVb4XafAnyWwevKMhR3IZCRl4ExCtr3dAwlpXXidD/83hs4pOTT4hFwAAAAASUVORK5CYII=);
		background-image: url(/w/skins/Vector/images/tab-current-fade.png?d8cc2)
	}

	div.vectorTabs li.selected a,
	div.vectorTabs li.selected a:visited {
		color: #b0aeac;
		text-decoration: none
	}

	div.vectorTabs li.icon a {
		background-position: bottom right;
		background-repeat: no-repeat
	}

	div.vectorTabs li a {
		display: inline-block;
		height: 1.9em;
		padding-left: 0.625em;
		padding-right: 0.625em;
		color: #688ba8;
		cursor: pointer;
		font-size: 0.8em
	}

	div.vectorTabs li>a {
		display: block
	}

	div.vectorTabs span {
		display: inline-block;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
		background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
		background-position: bottom right;
		background-repeat: no-repeat;
		height: 100%
	}

	div.vectorTabs span a {
		display: inline-block;
		padding-top: 1.25em
	}

	div.vectorTabs span>a {
		float: left;
		display: block
	}

	div.vectorMenu {
		direction: ltr;
		float: left;
		cursor: pointer;
		position: relative;
		line-height: 1.125em
	}

	div#mw-head div.vectorMenu h3 {
		float: left;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
		background-image: url(/w/skins/Vector/images/tab-break.png?3c163);
		background-repeat: no-repeat;
		background-position: bottom right;
		font-size: 1em;
		height: 2.5em;
		padding-right: 0.5em;
		margin-right: -1px
	}

	div.vectorMenu h3 span {
		position: relative;
		display: block;
		font-size: 0.8em;
		padding-left: 0.625em;
		padding-top: 1.25em;
		padding-right: 16px;
		font-weight: normal;
		color: #444
	}

	div.vectorMenu h3 span:after {
		content: '';
		position: absolute;
		top: 1.25em;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(/w/skins/Vector/images/arrow-down.png?42edd);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Cpath d=%22M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5%22 fill=%22%23222%22/%3E %3C/svg%3E");
		background-position: 100% 50%;
		background-repeat: no-repeat;
		opacity: 0.85
	}

	div.vectorMenu h3:hover span,
	div.vectorMenu h3:focus span {
		color: #b9b7b5
	}

	div.vectorMenu h3:hover span:after,
	div.vectorMenu h3:focus span:after {
		opacity: 1
	}

	div.vectorMenu .vectorMenuCheckbox:checked+h3 span:after {
		transform: scaleY(-1)
	}

	div.vectorMenu .vectorMenuCheckbox:focus+h3 {
		outline: dotted 1px;
		outline: auto -webkit-focus-ring-color
	}

	div.vectorMenu div.menu {
		min-width: 100%;
		position: absolute;
		top: 2.5em;
		left: -1px;
		background-color: #262626;
		border: 1px solid #a2a9b1;
		border-top-width: 0;
		clear: both;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
		text-align: left;
		display: none;
		z-index: 2
	}

	div.vectorMenu:hover div.menu {
		display: block
	}

	div.vectorMenu .vectorMenuCheckbox:checked~div.menu {
		display: block
	}

	div.vectorMenu ul {
		background-color: #323539;
		border: solid 1px #52575d;
		list-style-type: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
		text-align: left
	}

	div.vectorMenu ul,
	x:-moz-any-link {
		min-width: 5em
	}

	div.vectorMenu ul,
	x:-moz-any-link,
	x:default {
		min-width: 0
	}

	div.vectorMenu li {
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 1em
	}

	div.vectorMenu li a {
		display: inline-block;
		padding: 0.625em;
		white-space: nowrap;
		color: #688ba8;
		cursor: pointer;
		font-size: 0.8em
	}

	div.vectorMenu li>a {
		display: block
	}

	div.vectorMenu li.selected a,
	div.vectorMenu li.selected a:visited {
		color: #222;
		text-decoration: none
	}

	.vectorMenuCheckbox {
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		display: none
	}

	:not(:checked)>.vectorMenuCheckbox {
		display: block
	}

	* html div.vectorMenu div.menu {
		display: block;
		position: static;
		border: 0
	}

	* html div#mw-head div.vectorMenu h3 {
		display: none
	}

	* html div.vectorMenu li {
		float: left;
		line-height: 1.125em;
		border-right: 1px solid #a7d7f9
	}

	* html div.vectorMenu li a {
		padding-top: 1.25em
	}

	@-webkit-keyframes rotate {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			transform: rotate(0deg)
		}

		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}

	@-moz-keyframes rotate {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			transform: rotate(0deg)
		}

		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}

	@keyframes rotate {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			transform: rotate(0deg)
		}

		to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}

	.vectorTabs #ca-unwatch.icon a,
	.vectorTabs #ca-watch.icon a {
		margin: 0;
		padding: 0;
		display: block;
		width: 28px;
		padding-top: 3.1em;
		_margin-top: -0.8em;
		height: 0;
		overflow: hidden;
		background-position: 5px 60%;
		background-repeat: no-repeat
	}

	.vectorTabs #ca-unwatch.icon a {
		background-image: url(/w/skins/Vector/images/unwatch-icon.png?fccbe);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
	}

	.vectorTabs #ca-watch.icon a {
		background-image: url(/w/skins/Vector/images/watch-icon.png?e1b42);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%237cb5d1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
	}

	.vectorTabs #ca-unwatch.icon a:hover,
	.vectorTabs #ca-unwatch.icon a:focus {
		background-image: url(/w/skins/Vector/images/unwatch-icon-hl.png?c4723);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cdefs%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23c2edff%22/%3E %3Cstop offset=%22.5%22 stop-color=%22%2368bdff%22/%3E %3Cstop offset=%221%22 stop-color=%22%23fff%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22 x1=%2213.47%22 x2=%224.596%22 y1=%2214.363%22 y2=%223.397%22 xlink:href=%22%23a%22 gradientUnits=%22userSpaceOnUse%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23b%29%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
	}

	.vectorTabs #ca-watch.icon a:hover,
	.vectorTabs #ca-watch.icon a:focus {
		background-image: url(/w/skins/Vector/images/watch-icon-hl.png?f4c7e);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8b250%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E")
	}

	.vectorTabs #ca-unwatch.icon a.loading,
	.vectorTabs #ca-watch.icon a.loading {
		background-image: url(/w/skins/Vector/images/watch-icon-loading.png?5cb92);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23c8ccd1%22 stroke-width=%22.99992%22 d=%22M8.103 1.146l2.175 4.408 4.864.707-3.52 3.431.831 4.845-4.351-2.287-4.351 2.287.831-4.845-3.52-3.431 4.864-.707z%22/%3E %3C/svg%3E");
		-webkit-animation: rotate 700ms infinite linear;
		-moz-animation: rotate 700ms infinite linear;
		animation: rotate 700ms infinite linear;
		outline: 0;
		cursor: default;
		pointer-events: none;
		background-position: 50% 60%;
		-webkit-transform-origin: 50% 57%;
		transform-origin: 50% 57%
	}

	.vectorTabs #ca-unwatch.icon a span,
	.vectorTabs #ca-watch.icon a span {
		display: none
	}

	#mw-navigation h2 {
		position: absolute;
		top: -9999px
	}

	#mw-page-base {
		height: 60px;
		background-position: bottom left;
		background-image: url(/w/skins/Vector/images/page-fade.png?1d168);
		background-color: #000000;
		background-image: -webkit-linear-gradient(top, #262626 50%, #000000 100%);
		background-image: -moz-linear-gradient(top, #262626 50%, #000000 100%);
		background-image: linear-gradient(#262626 50%, #000000 100%);
		background-color: #262626;
		background-image: url(/w/skins/Vector/images-valve/globalheader_bg.jpg?94456);
		background-repeat: repeat-x;
		background-position: center top
	}

	#mw-head-base {
		margin-top: -60px;
		margin-left: 10em;
		height: 60px
	}

	#mw-head {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%
	}

	#mw-head h3 {
		margin: 0;
		padding: 0
	}

	#left-navigation {
		float: left;
		position: absolute;
		margin-left: 10em;
		margin-top: 69px;
		margin-bottom: -69px
	}

	#right-navigation {
		float: right;
		margin-top: 69px
	}

	#p-logo {
		position: absolute;
		top: -58px;
		left: 21px;
		width: 372px;
		height: 35px
	}

	#p-logo a {
		display: block;
		width: 372px;
		height: 35px;
		background-repeat: no-repeat;
		background-position: center center;
		text-decoration: none
	}

	#mw-panel {
		font-size: inherit;
		position: absolute;
		top: 70px;
		width: 10em;
		left: 0
	}

	#mw-panel .portal {
		margin: 0 0.6em 0 0.7em;
		padding: 0.25em 0;
		padding-bottom: 1em;
		direction: ltr;
		background: none
	}

	#mw-panel .portal h3 {
		font-size: 0.75em;
		color: #B0AEAC;
		font-weight: bold;
		margin: 0.5em 0 0 0.66666667em;
		padding: 0.25em 0;
		cursor: default;
		border: 0
	}

	#mw-panel .portal .body {
		margin-left: 0.5em;
		padding-top: 0.1em;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAIAAACDjNFvAAAAEUlEQVQY02O0tbFkGAWDGwAAJrMAtKJnEP8AAAAASUVORK5CYII=);
		background-image: url(/w/skins/Vector/images/portal-break.png?ce83c);
		background-repeat: no-repeat
	}

	#mw-panel .portal .body ul {
		list-style: none none;
		margin: 0;
		padding: 0.3em 0 0 0
	}

	#mw-panel .portal .body li {
		line-height: 1.125em;
		margin: 0;
		padding: 0.25em 0;
		font-size: 0.75em;
		word-wrap: break-word
	}

	#mw-panel .portal .body li a {
		color: #688ba8
	}

	#mw-panel .portal .body li a:visited {
		color: #688ba8
	}

	#mw-panel #p-logo+.portal {
		background-image: none;
		margin-top: 1em
	}

	#mw-panel #p-logo+.portal h3 {
		display: none
	}

	#mw-panel #p-logo+.portal .body {
		background-image: none;
		margin-left: 0.5em
	}

	#footer {
		margin-left: 10em;
		margin-top: 0;
		padding: 0.75em;
		direction: ltr
	}

	#footer ul {
		list-style-type: none;
		list-style-image: none;
		margin: 0;
		padding: 0
	}

	#footer ul li {
		color: #707070;
		margin: 0;
		padding: 0;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 0.7em
	}

	#footer #footer-icons {
		float: right
	}

	#footer #footer-icons li {
		float: left;
		margin-left: 0.5em;
		line-height: 2em;
		text-align: right
	}

	#footer #footer-info li {
		line-height: 1.4em
	}

	#footer #footer-places li {
		float: left;
		margin-right: 1em;
		line-height: 2em
	}

	.mw-parser-output .external {
		background-position: center right;
		background-repeat: no-repeat;
		background-image: url(/w/skins/Vector/images/external-link-ltr-icon.png?325de);
		background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
		padding-right: 13px
	}

	.mw-parser-output a.external {
		color: #8BB9E0
	}

	.mw-parser-output a.external:visited {
		color: #5081D1
	}

	table {
		font-size: 100%;
		background-color: #262626
	}

	.TablePager {
		color: #B9B7B5
	}

	.TablePager tr:hover td,
	.TablePager th {
		background-color: #525252
	}

	.TablePager td {
		background-color: #262626
	}

	.TablePager,
	.TablePager td,
	.TablePager th {
		border: 1px solid #646464
	}

	.wikitable {
		color: #B9B7B5
	}

	table.wikitable>tr>th,
	table.wikitable>*>tr>th,
	table.wikitable>tr>td,
	table.wikitable>*>tr>td {
		background-color: #262626;
		border: 1px #525252 solid;
		color: #B9B7B5
	}

	table.standard-table {
		margin: 1em 1em 1em 0;
		background: #3A3A3A;
		border: 1px #525252 solid;
		border-collapse: collapse
	}

	table.standard-table th,
	table.standard-table td {
		border: 1px #525252 solid;
		padding: 0.2em
	}

	table.standard-table th {
		background: #949494;
		color: black;
		text-align: center
	}

	table.standard-table caption {
		margin-left: inherit;
		margin-right: inherit;
		font-weight: bold
	}

	fieldset table {
		background: none
	}

	fieldset#mw-searchoptions,
	fieldset#mw-searchoptions h4 {
		color: #B9B7B5
	}

	fieldset {
		border: 1px solid #2f6fab;
		margin: 1em 0 1em 0;
		padding: 0 1em 1em;
		line-height: 1.5em
	}

	fieldset.nested {
		margin: 0 0 0.5em 0;
		padding: 0 0.5em 0.5em
	}

	legend {
		padding: .5em;
		font-size: 95%
	}

	form {
		border: none;
		margin: 0
	}

	textarea {
		background-color: #3A3A3A;
		color: #D8D7D6;
		border: 2px solid #525252;
		width: 100%;
		padding: .1em
	}

	select {
		vertical-align: top
	}

	#toc,
	.toc,
	.mw-warning {
		border: 1px solid #525252;
		background-color: #3A3A3A;
		padding: 8px 8px 5px 8px;
		font-size: 95%
	}

	#toc h2,
	.toc h2 {
		display: inline;
		border: none;
		padding: 0;
		font-size: 100%;
		font-weight: bold
	}

	#toc #toctitle,
	.toc #toctitle,
	#toc .toctitle,
	.toc .toctitle {
		text-align: center
	}

	#toc ul,
	.toc ul {
		list-style-type: none;
		list-style-image: none;
		margin-left: 0;
		padding-left: 0;
		text-align: left
	}

	#toc ul ul,
	.toc ul ul {
		margin: 0 0 0 2em
	}

	#toc .toctoggle,
	.toc .toctoggle {
		font-size: 94%
	}

	.toccolours {
		border: 1px solid #aaa;
		background-color: #f9f9f9;
		padding: 5px;
		font-size: 95%
	}

	div#content .toc h2 {
		border: none;
		font-weight: bold
	}

	div .toc {
		padding: 15px
	}

	ul#filetoc {
		background-color: #525252 !important
	}

	#toc a,
	.tocnumber {
		color: #8BB9E0
	}

	div.floatright,
	table.floatright {
		clear: right;
		float: right;
		position: relative;
		margin: 0 0 .5em .5em
	}

	div.floatright p {
		font-style: italic
	}

	div.floatleft,
	table.floatleft {
		float: left;
		clear: left;
		position: relative;
		margin: 0 .5em .5em 0;
		border: 0
	}

	div.floatleft p {
		font-style: italic
	}

	div.thumb {
		margin-bottom: .5em;
		border-style: solid;
		border-color: #262626;
		width: auto;
		background-color: transparent
	}

	div.thumbinner {
		border: 1px solid #525252;
		padding: 3px !important;
		background-color: #353535;
		font-size: 94%;
		text-align: center;
		overflow: hidden
	}

	html .thumbimage {
		border: 1px solid #525252;
		background-color: #353535
	}

	html .thumbcaption {
		border: none;
		text-align: left;
		line-height: 1.4em;
		padding: 3px !important;
		font-size: 94%
	}

	div.magnify {
		float: right;
		border: none !important;
		background: none !important
	}

	div.magnify a,
	div.magnify img {
		display: block;
		border: none !important;
		background: none !important
	}

	div.tright {
		clear: right;
		float: right;
		border-width: .5em 0 .8em 1.4em
	}

	div.tleft {
		float: left;
		clear: left;
		margin-top: 0;
		margin-right: .5em;
		border-width: .5em 1.4em .8em 0
	}

	img.thumbborder {
		border: 1px solid #dddddd
	}

	.hiddenStructure {
		display: none
	}

	#mw-panel #p-logo a {
		background-image: url(/w/skins/Vector/images-valve/logo.png?8adb5) !important
	}

	.mw-warning {
		margin-left: 50px;
		margin-right: 50px;
		text-align: center
	}

	.usermessage {
		background-color: #273458;
		border: 2px solid #3393ea;
		color: white;
		font-weight: bold;
		margin: 2em 0 1em;
		padding: .5em 1em;
		vertical-align: middle
	}

	#siteNotice {
		text-align: center;
		font-size: 0.8em;
		margin: 0
	}

	#siteNotice div,
	#siteNotice p {
		margin: 0;
		padding: 0;
		margin-bottom: 0.9em
	}

	.catlinks {
		border: 1px solid #525252;
		background-color: #3A3A3A;
		padding: 5px;
		margin-top: 1em;
		clear: both;
		height: 19px
	}

	.catlinks a a:visited {
		line-height: 1.5em;
		list-style-image: none;
		list-style-position: inside;
		list-style-type: none;
		text-align: left
	}

	.capsule {
		background-color: #E0E0E0;
		width: 100%
	}

	.capcontent {
		margin: 0 15px;
		background-color: #E0E0E0
	}

	code.ent {
		color: #006B6B;
		font-style: bold
	}

	#userlogin,
	#userloginForm {
		border: solid 1px #cccccc;
		padding: 1.2em;
		margin: .5em;
		float: left
	}

	#userlogin {
		min-width: 20em;
		max-width: 90%;
		width: 40em
	}

	.mw-ui-container #userloginForm {
		margin-right: 50px
	}

	.mw-ui-container #userloginForm .mw-ui-vform {
		width: 415px
	}

	.mw-ui-container #userloginForm input {
		color: #F2F2F2;
		border-color: #65635F;
		background-color: #111111;
		width: 85%;
		margin-left: 2em
	}

	.mw-ui-container #userloginForm input[type='checkbox'] {
		width: 13px
	}

	.mw-ui-container #userloginForm label {
		color: #D6D6D6;
		width: 90%;
		margin-left: 2em
	}

	.mw-ui-container #userloginForm label#agree_tac_label,
	.mw-ui-container #userloginForm label#is_valid_label {
		color: #D6D6D6;
		width: 100%;
		margin-left: 0em
	}

	.mw-ui-container #userloginForm input#agree_tac,
	.mw-ui-container #userloginForm input#is_valid {
		margin: 0
	}

	.mw-ui-container #userloginForm input#wpCaptchaWord {
		color: black;
		background-color: lightgray
	}

	.mw-ui-container #userloginForm label[for='wpCaptchaWord'] {
		color: #EFE3A0;
		font-size: 100%
	}

	.mw-ui-container #userloginForm input#wpUsername,
	.mw-ui-container #userloginForm input#wpLoginAttempt,
	.mw-ui-container #userloginForm input#wpCreateaccount {
		background: #744C10;
		color: #FFFFFF;
		border: 1px solid #EB9B24;
		width: 50%;
		margin: 0 auto
	}

	.mw-ui-container #userloginForm input#wpCreateaccount.mw-ui-button-disabled {
		background: #47433D;
		border-color: #8D8383;
		color: #AFA9A9
	}

	.mw-ui-container #userloginForm div.mw-number-text {
		color: red
	}

	.mw-ui-container #userloginForm #mw-createaccount-join {
		box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.23)
	}

	.mw-ui-container #userloginForm .mw-ui-button.mw-ui-progressive,
	.mw-ui-container #userloginForm .mw-ui-button.mw-ui-primary {
		background: #7D90B1;
		color: #fff;
		border: 1px solid #B5C8E9
	}

	.mw-ui-vform input:not([type=button]):not([type=submit]):not([type=file]) {
		color: #F2F2F2;
		background: #111111;
		border: 1px solid #65635F
	}

	.mw-ui-vform label {
		color: #b9b7b5
	}

	input.mw-htmlform-submit.disabled {
		color: #B97373;
		border: 1px dotted #B97373
	}

	input[id='wpCreateaccount'][disabled=''] {
		color: #B97373;
		border: 1px dotted #B97373
	}

	input#wpCaptchaWord {
		background-color: red
	}

	#bodyContent div.mw-number-text h3,
	div.mw-createacct-benefits-list p {
		color: #B9B7B5
	}

	div.ui-dialog-titlebar {
		border: 1px solid #636363;
		background: #414141;
		color: #BDBDBD;
		border-bottom: 1px solid #909090 !important
	}

	.ui-widget-content label {
		color: #B9B7B5
	}

	div.wikiEditor-toolbar-dialog {
		background: #242424
	}

	div.ui-dialog-buttonpane {
		background: #242424
	}

	button.ui-state-default {
		border: 1px solid #636363;
		background: #41414;
		color: #BDBDBD
	}

	div.editOptions {
		background-color: #262626;
		border-color: #666666;
		color: #b9b7b5
	}

	#pagehistory li.selected {
		background-color: #404040;
		border: 1px solid #646464
	}

	#pagehistory li {
		border: none
	}

	.mw-plusminus-pos {
		color: #239B20
	}

	.mw-plusminus-neg {
		color: #D33D3D
	}

	.messagebox {
		border: 1px solid #AAA;
		background-color: #f9f9f9;
		width: 80%;
		margin: 0 auto 1em auto;
		padding: .2em;
		text-align: justify
	}

	td.diff-otitle,
	td.diff-ntitle {
		background-color: #525252;
		color: #A2A2A2
	}

	table.diff {
		background-color: #BCBCBC;
		color: black
	}

	td.diff-context {
		background: none repeat scroll 0 0 #E2E2E2;
		color: black
	}

	td.diff-deletedline {
		color: black
	}

	td.diff-addedline {
		color: black
	}

	.diffchange {
		color: red
	}

	abbr.unpatrolled {
		display: none
	}

	table.gallery {
		background-color: #3A3A3A !important;
		border: 1px solid #525252 !important
	}

	table.gallery td {
		background-color: #3A3A3A !important;
		border: 2px solid #3A3A3A !important
	}

	div.gallerybox div.thumb {
		border: 1px solid #525252 !important
	}

	#bodyContent a[href^="steam://"],
	.link-steam {
		background: url(/w/skins/Vector/images-valve/steam_icon.png?67e63) center right no-repeat;
		padding-right: 18px
	}

	#bodyContent a[href^="steam://"]:link,
	.link-steam:link {
		color: #86BF39
	}

	a[class="mw-userlink"][title="User:Al Farnsworth"],
	a[class="mw-userlink"][title="User:Alfred"],
	a[class="mw-userlink"][title="User:BrynMoslow"],
	a[class="mw-userlink"][title="User:Coreyp"],
	a[class="mw-userlink"][title="User:David Speyrer"],
	a[class="mw-userlink"][title="User:DougWood"],
	a[class="mw-userlink"][title="User:EricS"],
	a[class="mw-userlink"][title="User:Erik Johnson"],
	a[class="mw-userlink"][title="User:Gabe Newell"],
	a[class="mw-userlink"][title="User:GregC"],
	a[class="mw-userlink"][title="User:GregCoomer"],
	a[class="mw-userlink"][title="User:Gvengel"],
	a[class="mw-userlink"][title="User:Ido"],
	a[class="mw-userlink"][title="User:JasonRuymen"],
	a[class="mw-userlink"][title="User:Jay Stelly"],
	a[class="mw-userlink"][title="User:JeffLane"],
	a[class="mw-userlink"][title="User:JeffLaneBot"],
	a[class="mw-userlink"][title="User:JoeLudwig"],
	a[class="mw-userlink"][title="User:Johnc"],
	a[class="mw-userlink"][title="User:Jsutton"],
	a[class="mw-userlink"][title="User:Karlw"],
	a[class="mw-userlink"][title="User:KenBanks"],
	a[class="mw-userlink"][title="User:Lombardi"],
	a[class="mw-userlink"][title="User:Martino"],
	a[class="mw-userlink"][title="User:Matt Boone"],
	a[class="mw-userlink"][title="User:Matt Wood"],
	a[class="mw-userlink"][title="User:Mdurand"],
	a[class="mw-userlink"][title="User:MikeBooth"],
	a[class="mw-userlink"][title="User:Mikeblas"],
	a[class="mw-userlink"][title="User:MikeDussault"],
	a[class="mw-userlink"][title="User:Robin Walker"],
	a[class="mw-userlink"][title="User:Steve Bond"],
	a[class="mw-userlink"][title="User:SteveB"],
	a[class="mw-userlink"][title="User:Tomqbui"],
	a[class="mw-userlink"][title="User:VDCBot"],
	a[class="mw-userlink"][title="User:Yahnbernier"],
	a[class="mw-userlink"][title="User:YasserMalaika"] {
		background-color: #3C3C3C !important;
		color: #ACACAC;
		margin: 0 2px 0 2px;
		padding: 0 3px 0 2px
	}
}

@media screen and (min-width:982px) {
	.mw-body {
		margin-left: 11em;
		padding: 1.25em 1.5em 1.5em 1.5em
	}

	#footer {
		margin-left: 11em;
		padding: 1.25em
	}

	#mw-panel {
		padding-left: 0.5em
	}

	#p-search {
		margin-right: 1em
	}

	#left-navigation {
		margin-left: 11em
	}

	#p-personal {
		right: 1em
	}

	#mw-head-base {
		margin-left: 11em
	}
}

@media print {

	.toc,
	body {
		padding: 10px;
		font-family: 'Linux Libertine', 'Georgia', 'Times', serif
	}

	.printfooter,
	#footer,
	.thumb,
	table,
	ol,
	dl,
	ul,
	h3,
	h4,
	h5,
	h6 {
		font-family: sans-serif
	}

	img {
		font-family: 'Linux Libertine', 'Georgia', 'Times', serif
	}

	a {
		border-bottom: 1px solid #aaa
	}

	.firstHeading {
		font-size: 25pt;
		line-height: 28pt;
		margin-bottom: 20px;
		padding-bottom: 5px
	}

	.firstHeading,
	h2 {
		overflow: hidden;
		border-bottom: 2px solid #000000
	}

	h3,
	h4,
	h5,
	h6 {
		margin: 30px 0 0
	}

	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 0;
		position: relative
	}

	h2 {
		font-size: 18pt;
		line-height: 24pt;
		margin-bottom: 0.25em
	}

	h3 {
		font-size: 13pt;
		line-height: 20pt
	}

	h4,
	h5,
	h6 {
		font-size: 10pt;
		line-height: 15pt
	}

	p {
		font-size: 10pt;
		line-height: 16pt;
		margin-top: 5px;
		text-align: justify
	}

	p:before {
		content: '';
		display: block;
		overflow: hidden;
		width: 120pt
	}

	blockquote {
		border-left: 2px solid #000000;
		padding-left: 20px
	}

	ol,
	ul {
		margin: 10px 0 0 1.6em;
		padding: 0
	}

	ol li,
	ul li {
		padding: 2px 0;
		font-size: 10pt
	}

	table ol li,
	table ul li {
		font-size: inherit
	}

	.toc {
		page-break-before: avoid;
		page-break-after: avoid;
		background: none;
		border: 0;
		display: table
	}

	.toc a {
		border: 0;
		font-weight: normal
	}

	.toc>ul>li {
		margin-bottom: 4px;
		font-weight: bold
	}

	.toc ul {
		margin: 0;
		list-style: none
	}

	.toc ul ul {
		padding-left: 30px
	}

	.toc li.toclevel-1>a {
		font-weight: bold;
		font-size: 10pt
	}

	.toc .tocnumber {
		display: none
	}

	.printfooter {
		margin-top: 10px;
		border-top: 3px solid #000000;
		padding-top: 10px;
		font-size: 10pt;
		clear: both
	}

	#footer {
		margin-top: 12px;
		border-top: 1px solid #eeeeee;
		padding-top: 5px
	}

	#footer-info {
		margin: 0;
		padding: 0
	}

	#footer-info li {
		color: #999;
		list-style: none;
		display: block;
		padding-bottom: 10px;
		font-size: 10pt
	}

	#footer-info li a {
		color: #999 !important
	}

	#footer-info-lastmod {
		color: #000000;
		font-size: 12pt;
		font-weight: bold
	}
}