/* 
    Document   : fileitin
    Created on : 29 Jan, 2010, 6:50:42 PM
    Author     : subwiz
    Description:
        FileIt.in Stylesheet
*/

#logo{
    font-size: xx-large;
    text-decoration: none;
    color: black;
}
.home-msg {
    font-family: sans-serif;
}
.big-msg {
    font-size: xx-large;
}
.background-msg{
    background: LawnGreen;
    width: 600px;
    text-align: center;
    font-size: small;
}
.background-msg a{
    text-decoration: none;
    color: maroon;
}
.small-msg {
    font-size: small;
}
.info{
    font-size: small;
    color: gray;
}
a.info{
    font-size: small;
    color: gray;
    text-decoration: underline;
}
table.tbl-layout{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
}
.obj-centered{
    display: block; /*Needed for <img>, not for <table>*/
    margin-left: auto;
    margin-right: auto;
}
.menu-text{
    font-size: small;
    color: gray;
}
.view-post-menu{
    font-size: small;
    background: gainsboro;
}
.view-post-menu a{
    text-decoration: none;
    color: maroon;
}
.pagination-menu{
    color: maroon;
    width: 800px;
    border-bottom: inset;
}
.pagination-menu a{
    color: purple;
    text-decoration: none;
}
.messages{
    font-weight: normal;
    color: green;
}
.errors{
    font-weight: normal;
    color: red;
}
.dashed-border{
    width: auto;
    border-style: dashed;
    border-width: thin;
}
.small-text{
    font-size: small;
    color: gray;
}
.footer-text {
    font-size: small;
}
.footer-text a {
    font-size: small;
}
.bookmarklet{
    border: dotted;
    border-spacing: 5pt;
    color: purple;
    text-decoration: none;
}
.user-menu {
    font-size: small;
    color: maroon;
}
.user-menu a {
    color: maroon;
}
/* Wiki <pre>*/
pre {
    width: 600px;
    overflow: auto;
    border-width: 1pt;
    border-style: dashed;
    border-color: gray;
}
.private{
    color: red;
    font-style: italic;
}
