/*
 UWiKiCMS is a lightweight web content management system.
 Copyright (C) 2005, 2006, 2007, 2009, 2013, 2015, 2016 Christian Mauduit <ufoot@ufoot.org>

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2 of
 the License, or (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public
 License along with this program; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 MA  02110-1301  USA
*/

body {
    font-size: medium;
    color: #ffffff;
    background-color: #0f0f0f;
    background-image: url('../../images/ufoot/blacktweed-pattern.png');
    background-repeat: repeat;
}
/* see .default for default text color */
a { 
    text-decoration: underline; 
    color: #ffff7f; 
}
a:active { 
    text-decoration: underline; 
    color: #ffff7f; 
}
a:visited { 
    text-decoration: underline; 
    color: #ffffbf; 
}
a:hover { 
    text-decoration: underline; 
    color: #ffff7f;
    font-weight: bold;
}
.box a { 
    text-decoration: underline; 
    color: #ffff7f; 
}
.box a:active { 
    text-decoration: underline; 
    color: #ffff7f;
}
.box a:visited { 
    text-decoration: underline; 
    color: #ffffbf; 
}
.box a:hover { 
    text-decoration: underline; 
    color: #ffff7f; 
    font-weight: bold;
}
.image a { 
    text-decoration: underline; 
    color: #ffff7f; 
}
.image a:active { 
    text-decoration: underline; 
    color: #ffff7f; 
}
.image a:visited { 
    text-decoration: underline; 
    color: #ffffbf; 
}
.image a:hover { 
    text-decoration: underline; 
    color: #ffff7f; 
    font-weight: bold;
}
.default {  
    color: #dfdfdf;
    margin-bottom: 1em;
}
.status0 { 
    color: #dfdfdf;
    background-color: #1f1f1f;
    border-width: 2px;		
    border-style: solid;
    border-color: #5f5f5f;
    margin-bottom: 1em;
}
.status1 { 
    color: #dfdfdf;
    background-color: #1f1f1f;
    border-width: 2px;		
    border-style: dashed;
    border-color: #bfbfbf;
    margin-bottom: 1em;
}
.status2 { 
    color: #dfdfdf;
    background-color: #1f1f1f;
    border-width: 4px;		
    border-style: dashed;
    border-color: #ffffbf;
    margin-bottom: 1em;
}
.status3 { 
    color: #dfdfdf;
    background-color: #1f1f1f;
    border-width: 8px;		
    border-style: dashed;
    border-color: #ffff7f;
    margin-bottom: 1em;
}
.box {
    font-size: small;
    color: #ffffff; 
    background-color: #3f3f3f;
}
.image { 
    font-size: small;
    color: #ffffff;
    background-color: #7f7f7f;
}
.default input { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffff;
}
.status0 input { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffbf;
}
.status1 input { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.status2 input { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.status3 input { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.box input { 
    font-size: small;
    color: #000000; 
    background-color: #ffffbf;
}
.default textarea { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffff;
}
.status0 textarea { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffbf;
}
.status1 textarea { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.status2 textarea { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.status3 textarea { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.box textarea { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffbf;
}
.default select { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffff;
}
.status0 select { 
    font-size: medium;
    color: #000000; 
    background-color: #ffffbf;
}
.status1 select { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.status2 select { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.status3 select { 
    font-size: medium;
    color: #000000; 
    background-color: #ffff7f;
}
.box select { 
    font-size: small;
    color: #000000; 
    background-color: #ffffbf;
}
/* Buggy MSIE (Internet Explorer) can't inherit colors in IMG tag */
.msiehackbox { 
    border-color: #ffff7f; 
}
a:visited .msiehackbox { 
    border-color: #ffffbf; 
}
a:hover .msiehackbox { 
    border-color: #ffff7f; 
}
.msiehackimage { 
    border-color: #ffff7f; 
}
a:visited .msiehackimage { 
    border-color: #ffffbf; 
}
a:hover .msiehackimage { 
    border-color: #ffff7f; 
}
img { 
    border-style: solid;
    border-width: 2px;
    margin: 1px;
    vertical-align: middle;
} 
img:hover { 
    border-width: 3px;
    margin: 1px;
}
input {  
    border-width: 2px;
    margin: 1px;
}
input:hover {
    border-width: 3px;
    margin: 1px;
}
input.button { 
    border-style: outset; 
} 
input.edit { 
    border-style: inset; 
} 
textarea {  
    border-width: 2px;
    margin: 1px;
}
textarea:hover {
    border-width: 3px;
    margin: 1px;
}
select {  
    border-width: 3px;
    margin: 1px;
}
select:hover {
    /* Dynamic border-width doesn't work on Mozilla for select... */
    border-width: 3px;
    margin: 1px;
}
h1 { 
    font-variant: small-caps;
}
h2 { 
    font-variant: small-caps;
}
h3 { 
    font-variant: small-caps;
}
h4 { 
    font-variant: small-caps;
}
h5 { 
    font-variant: small-caps;
}
h6 { 
    font-variant: small-caps;
}
.box {
    border-width: 2px;		
    border-style: solid;
    border-color: #bfbfbf;
    padding: 2px;
}
.image {
    border-width: 2px;		
    border-style: solid;
    border-color: #bfbfbf;
    padding: 2px;
    margin: 2px;
    text-align: center;
}
.odd { 
    float: left;
    width: 240px;
} 
.even { 
    float: right;
    width: 240px;
}
.menu { 
    font-variant: small-caps;
}
.admin { 
}
.system { 
    font-style: italic;
}
.textmode { 
    display: none;
}
