/* 
<pre> */

body #article, body #bodyContent {text-align:left;}

pre {
  background-color: #555555;
  padding: 10px;
}

a.new {
  color: #BB0011 !important;
}

div.maintoc table {
        width: 100%;
}

div.maintoc td {
        width: 50%;
}
div.maintoc dt {
        font-size: 102%;
        font-weight: bold;
}

div.languages {
        border:1px solid #AAAAAA;
        padding: 5px 10px 5px 10px;
        margin-bottom: 15px;
}

div.navigator {
        border:1px solid #AAAAAA;
        padding: 5px;
        margin-top: -16px;
        margin-bottom: 10px;
        text-align: center;
}

.usermessage { 
    color:black;
    background-color: #cd5600; 
    border: 0px solid white; 
    font-weight: bold; 
    margin: 0em 0em 1em 0em; 
    padding: 0.5em 1em; 
    vertical-align: middle; 
} 

.usermessage a {
   color:  white;
}

div.thumb {
   background-color: #555;
}

.tableNormal {
  background-color: #333333;
  border: 1px #aaa solid;
  margin-top:1em;
  padding-left:1em;
  padding-right:1em;
  padding-bottom:1em;
}

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

.columnThird {
  width: 33.3%;
  float: left;
}

.clearBoth {
  clear: both;
}

div.bsod {
  border:1px solid #aaa;
  padding:1px;
  background:#333;
  text-align:center;
  margin-bottom:10px;
}

span.hotkey {
  color: #000;
}

.literal {
  color: #eeeeee;
  white-space:nowrap;
  font-style: italic;
}

.NiceTip {
  margin:5px;
  padding:5px;
  border:1px solid #ddd;
  background: #555; 
  color: #999;
}

span.hotkeybg {
  padding-left: 3px;
  color: #fff;
  background-color: #555;
}

span.hotkeybg img {
  bottom: -2px;
}
div.refbox {
 background-color: #333;
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {background-color: #333;color:#fff;}
td.diff-otitle,td.diff-ntitle {text-align: center;}
td.diff-marker {text-align: right;font-size:18px;font-weight:bold;padding:3px;text-align:center;}
.rtl td.diff-marker {text-align: left;}
table.diff td.diff-lineno {padding-left:15px;font-weight: bold;}

td.diff-addedline {background: #cfc;font-size: smaller;}
td.diff-deletedline {background: #ffa;font-size: smaller;}

table.diff {border: none;width: 98%;border-spacing: 4px;    
    /* Fixed layout is required to ensure that cells containing long URLs
       don't widen in Safari, Internet Explorer, or iCab */
    table-layout: fixed;}
table.diff td {    padding: 0;}
table.diff col.diff-marker {width: 2%;}
table.diff col.diff-content {width: 48%;}
table.diff td div {
    /* Force-wrap very long lines such as URLs or page-widening char strings.
       CSS 3 draft..., but Gecko doesn't support it yet:
       https://bugzilla.mozilla.org/show_bug.cgi?id=99457 */
    word-wrap: break-word;
    
    /* As fallback, scrollbars will be added for very wide cells
       instead of text overflowing or widening */
    overflow: auto;
    
    /* The above rule breaks on very old versions of Mozilla due
       to a bug which collapses the table cells to a single line.
       
       In Mozilla 1.1 and below with JavaScript enabled, the rule
       will be overridden with this by diff.js; wide cell contents
       then spill horizontally without widening the rest of the
       table: */
    /* overflow: visible; */
}


/*Diff in this file*/
td.diff-context div, td.diff-addedline div, td.diff-deletedline div{font-size:12px;padding:5px}
td.diff-context div {background: #666;color:#bbb;}
td.diff-addedline div{background-color: #caFFc1;color: black;}
td.diff-deletedline div{background-color: #f9ffbb;color: black;}

.diffchange {font-weight:bold;text-decoration:none;/*background-color: #FFCDF3;*/}
del.diffchange{text-decoration:line-through;color: red;}
ins.diffchange{color: red;}

.autocomment { color:  grey; }
#pagehistory span.user {margin-left: 1.4em;margin-right: 0.4em;}
#pagehistory span.minor {font-weight: bold;}
#pagehistory li.selected {background-color: #292929; border:1px dashed #aaaaaa;}

/* </pre> 
*/