/*
  flatcms : A simple CMS for Django
  (C)2010 - Apidev - http://www.apidev.fr
  This is distributed under GNU LGPL license, see license.txt
*/

.download {
    color: green;
    
}

.errorlist li {
    text-decoration: underline;
    color: red;
    font-weight: bold;
    
}

#copyright, #copyright a {
    color: #ccc;
    
}

tr {
    text-align: left;
    font-size: 0.9em;
    
}

#homelink a img {
    border: none;
    vertical-align: middle;
    margin-right: 10px;
    
}

#footer p {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    
}

#footer {
    font-size: 0.7em;
    background: #eee;
    border: solid thin #ccc;
    padding: 5px 5px 5px 5px;
    
}

.downloadbox {
    border: solid thin #ccc;
    padding: 0 10px 0 10px;
    
}

.selitem {
    font-weight: bold;
    background: #ddd;
    
}

.stepbanneritem, .step {
    border: solid thin #ccc;
    padding: 2px 2px 2px 2px;
    margin-right: 10px;
    
}

.stepbannernum {
    padding: 1px 1px 1px 1px;
    margin-right: 5px;
    
}

.stepbanner {
    font-size: 0.8em;
    padding: 5px 0 20px 0;
    margin: 10px 100px;
    
}

#rightcol {
    width: 22%;
    
}

#banner img {
    width: 1080px;
    height: 300px;
    
}

#maincol {
    padding: 0 80px 0 80px;
    width: 63%;
    
}

* {
    font-family: Tahoma;
    
}

#logo {
    height: 30%;
    width: 30%;
    
}

#banner {
    color: white;
    padding: 10px 10px 10px 10px;
    
}

.62info {
    width: 100%;
    border: solid thin green;
    color: green;
    background: #ddd;
    
}


