/*
 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: #000000;
    background-image: url('../../images/ufo/etoiles_ufo.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
/* see .default for default text color */
a { 
    text-decoration: underline; 
    color: #4fbcd0;
    background-color: transparent;
}
a:active { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
a:visited { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
a:hover { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.status0 a { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status0 a:active { 
    text-decoration: underline; 
    color: #4fbcd0;
    background-color: transparent;
}
.status0 a:visited { 
    text-decoration: underline; 
    color: #4fbcd0;
    background-color: transparent;
}
.status0 a:hover { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.status1 a { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status1 a:active { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status1 a:visited { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status1 a:hover { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.status2 a { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status2 a:active { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status2 a:visited { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status2 a:hover { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.status3 a { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status3 a:active { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status3 a:visited { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.status3 a:hover { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.box a { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.box a:active { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.box a:visited { 
    text-decoration: underline; 
    color: #db982f; 
    background-color: transparent;
}
.box a:hover { 
    text-decoration: underline; 
    color: #4fbcd0; 
    background-color: transparent;
}
.image a { 
    text-decoration: underline; 
    color: #ffffff; 
    background-color: transparent;
}
.image a:active { 
    text-decoration: underline; 
    color: #ffffff; 
    background-color: transparent;
}
.image a:visited { 
    text-decoration: underline; 
    color: #ffffff; 
    background-color: transparent;
}
.image a:hover { 
    text-decoration: underline; 
    color: #cccc33; 
    background-color: transparent;
}
.default {  
    color: #ffffff;
    background-color: transparent;
    margin-bottom: 1em;
}
.status0 { 
    color: #ffffff;
    background-color: #123354;
    border-width: 1px;		
    border-style: solid;
    border-color: #000000;
    margin-bottom: 1em;
}
.status1 { 
    color: #ffffff;
    background-color: #123354;
    border-width: 4px;		
    border-style: solid;
    border-color: #db982f;
    margin-bottom: 1em;
}
.status2 { 
    color: #ffffff;
    background-color: #123354;
    border-width: 4px;		
    border-style: dotted;
    border-color: #db982f;
    margin-bottom: 1em;
}
.status3 { 
    color: #ffffff;
    background-color: #123354;
    border-width: 4px;		
    border-style: dashed;
    border-color: #db982f;
    margin-bottom: 1em;
}
.box {
    font-size: small; 
    color: #ffffff; 
    background-color: #7f2b11;
}
.image { 
    font-size: small;
    color: #ffffff;
    background-color: #091a2a;
}
.default input { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status0 input { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status1 input { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status2 input { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status3 input { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.box input { 
    font-size: small;
    color: #7f2b11; 
    background-color: #ffffff;
}
.default textarea { 
    font-size: large;
    color: #091a2a; 
    background-color: #ffffff;
}
.status0 textarea { 
    font-size: large;
    color: #091a2a; 
    background-color: #ffffff;
}
.status1 textarea { 
    font-size: large;
    color: #091a2a; 
    background-color: #ffffff;
}
.status2 textarea { 
    font-size: large;
    color: #091a2a; 
    background-color: #ffffff;
}
.status3 textarea { 
    font-size: large;
    color: #091a2a; 
    background-color: #ffffff;
}
.box textarea { 
    font-size: medium;
    color: #7f2b11; 
    background-color: #ffffff;
}
.default select { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status0 select { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status1 select { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status2 select { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.status3 select { 
    font-size: medium;
    color: #091a2a; 
    background-color: #ffffff;
}
.box select { 
    font-size: small;
    color: #7f2b11; 
    background-color: #ffffff;
}
/* Buggy MSIE (Internet Explorer) can't inherit colors in IMG tag */
.msiehackbox { 
    border-color: #db982f;
}
a:hover .msiehackbox { 
    border-color: #4fbcd0; 
}
.msiehackimage { 
    border-color: #4fbcd0; 
}
a:hover .msiehackimage { 
    border-color: #db982f; 
}
img { 
    border-style: solid;
    border-width: 1px;
    margin: 2px;
} 
input { 
    margin: 1px;
}
input.button { 
    border-style: outset; 
} 
input.edit { 
    border-style: inset; 
} 
.box {
    border-width: 1px;		
    border-style: solid;
    border-color: #000000;
    padding: 2px;
}
.image {
    border-width: 1px;		
    border-style: solid;
    border-color: #000000;
    padding: 2px;
    margin: 8px;
    text-align: center;
}
.odd { 
    float: left;
    width: 240px;
} 
.even { 
    float: right;
    width: 240px;
}
.menu { 
    font-weight: bold;
}
.admin { 

}
.system { 
    font-style: italic;
}
.textmode { 
    display: none;
}

