 /* CSS placed here will affect users of the Monobook skin <pre><nowiki>*/
 
 #shortcut {
    display:inline; position:absolute; z-index:1; border:0px; background:none; right:12px; top:4.0em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0em; font-size:90%; text-transform:none; white-space:normal;
 }

 /* sitenotice formatting pasted in from Wikipedia */
#siteNotice {
    margin-top: 5px;
    margin-bottom: -.5em;
    text-align: center;
    background-color: transparent;
}

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
    position: absolute; 
    z-index: 100; 
    top: 10px;
    display: block !important;
}


 
 /* something, uh, less "brown" */
 .usermessage    { border:1px solid #99B3FF; background-color:#E0E8FF; }
 
 /* talk pages */
 #content {
     background: #F8FCFF; /* a light blue */
 }
 
 #content div.thumb {
     border-color: #F8FCFF;
 }
 
 .ns-0 * #content {
     background: white;
 }
 
 #mytabs li {
     background: #F8FCFF;
 }
 
 .ns-0 * #mytabs li {
     background: white;
 }
 
 #mytabs li a {
     background-color: #F8FCFF;
 }
 
 .ns-0 * #mytabs li a {
     background-color: white;
 }
 
 #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
     background-color: #F8FCFF;
 }
 
 .ns-0 * #p-cactions li a {
     background-color: #fbfbfb;
 }
 
 .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
     background-color: white;
 }
 
 .ns-0 * #content div.thumb {
     border-color: white;
 }
 
 /* Cache test */
/* </nowiki></pre> */