/*
 UWiKiCMS is a lightweight web content management system.
 Copyright (C) 2005, 2006, 2007 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: large;
       color: #000000;
       background-color: #ffdfbf;
       }
iframe {
         border-style: none;
         border-width: 0px;
         }
/* see .default for default text color */
a { 
    text-decoration: underline; 
    color: #a52196; 
    background-color: transparent;
    }
a:active { 
           text-decoration: underline; 
           color: #a52196;
           background-color: transparent;
           }
a:visited { 
            text-decoration: underline; 
            color: #000000;
            background-color: transparent;
            }
a:hover { 
          text-decoration: underline; 
          color: #ff0000;
          background-color: transparent;
          }
.box a { 
         text-decoration: underline; 
         color: #ffbf7f; 
         background-color: transparent;
         }
.box a:active { 
                text-decoration: underline; 
                color: #ffbf7f; 
                background-color: transparent;
                }
.box a:visited { 
                 text-decoration: underline; 
                 color: #ffffff; 
                 background-color: transparent;
                 }
.box a:hover { 
               text-decoration: underline; 
               color: #ff0000; 
               background-color: transparent;
               }
.image a { 
         text-decoration: underline; 
         color: #ffbf7f; 
         background-color: transparent;
         }
.image a:active { 
                text-decoration: underline; 
                color: #ffbf7f; 
                background-color: transparent;
                }
.image a:visited { 
                 text-decoration: underline; 
                 color: #ffffff; 
                 background-color: transparent;
                 }
.image a:hover { 
               text-decoration: underline; 
               color: #ff0000; 
               background-color: transparent;
               }
.default {  
           color: #000000;
           background-color: transparent;
           }
.status0 { 
           color: #000000;
           background-color: #ffbf7f;
           border-width: 2px;		
           border-style: solid;
           border-color: #000000;
           margin-bottom: 1em;
           }
.status1 { 
           color: #000000;
           background-color: #ffbf7f;
           border-width: 2px;		
           border-style: dashed;
           border-color: #ff0000;
           margin-bottom: 1em;
           }
.status2 { 
           color: #000000;
           background-color: #ffbf7f;
           border-width: 2px;		
           border-style: dashed;
           border-color: #ff0000;
           margin-bottom: 1em;
           }
.status3 { 
           color: #000000;
           background-color: #ffbf7f;
           border-width: 2px;		
           border-style: dashed;
           border-color: #ff0000;
           margin-bottom: 1em;
           }
.box {
       font-size: small; 
       color: #ffffff; 
       background-color: #a52196;
       }
.image { 
         font-size: small;
         color: #ffffff;
         background-color: #a52196;
         }
.default input { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status0 input { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status1 input { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status2 input { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status3 input { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.box input { 
             color: #000000; 
             background-color: #cacaca;
             }
.default textarea { 
                    color: #000000; 
                    background-color: #cacaca;
                    }
.status0 textarea { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status1 textarea { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status2 textarea { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status3 textarea { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.box textarea { 
             color: #000000; 
             background-color: #cacaca;
             }
.default select { 
                  color: #000000; 
                  background-color: #cacaca;
                  }
.status0 select { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status1 select { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status2 select { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.status3 select { 
                 color: #000000; 
                 background-color: #cacaca;
                 }
.box select { 
             color: #000000; 
             background-color: #cacaca;
             }
/* Buggy MSIE (Internet Explorer) can't inherit colors in IMG tag */
.msiehackbox { 
               border-color: #ffbf7f; 
               }
a:hover .msiehackbox { 
                       border-color: #ff0000; 
                       }
.msiehackimage { 
                 border-color: #ffbf7f; 
                 }
a:hover .msiehackimage { 
                         border-color: #ff0000; 
                         }
img { 
      border-style: solid;
      border-width: 2px;
      margin: 1px;
      } 
.image img { 
             border: none;
             margin: 5px;             
             }
input { 
        margin: 1px;
        }
input.button { 
               border-style: outset; 
               } 
input.edit { 
             border-style: inset; 
             } 
.box {
       border-width: 2px;		
       border-style: solid;
       border-color: #cacaca;
       padding: 2px;
       }
.image {
         border-width: 2px;		
         border-style: solid;
         border-color: #cacaca;
         padding: 5px;
         margin: 10px;
         text-align: center;
       }
.odd { 
        float: left;
        width: 30%;
        } 
.even { 
         float: right;
         width: 30%;
         }
.menu { 
        font-weight: bold;
}
.admin { 

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