/* BODY */
body.main {
    background:no-repeat;
    background-image: url(../images/tausta_orange.jpg);
    background-color: white;
    margin: 5% 10%;
}

/* HTML, ALWAYS SHOW SCROLLBAR */
html {
    overflow: scroll;
}

/* ANCHOR, LINK (HOVER & VISITED) */
a {
    color: #240F00;
    text-decoration: none;
}

/* DIVISION/SECTION, aka CONTENT BOX */
div.content {
    margin: 0px 10% 0px 10%;
    padding: 10px 10px 10px 10px;
    background: no-repeat;
    background-color: white;
    background-position: left;
    border: solid 1px black;
    font-size: small;
    overflow: auto;
}

div.footer {
    /*margin: -1% 5% 0% 70%;*/
    margin-right:10%;
    margin-top:1%;
    font-size: small;
}

div.content_banner {
    background-position: left;
    background:no-repeat;
    height:130px;
    background-image: url(../../share.png);
    background-color:white;
    margin: 0px 10% 0px 10%;
    border: solid 1px black;
    font-size: small;
}

table.banner {
    height:100%;
    width:100%;
}


/* PARAGRAPH, MENU TEXT */
p.menutext {
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    font-family: "Courier New", Courier, monospace;
}

/* TABLE FILELIST - START */
table.filelist {
    margin: 2% 0 2% 0;
    color: #240F00;
    text-align: left;
    width: 96%;
    border-collapse: collapse;
}

table.filelist th {
    height: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #CCE6FF;
    background-image: url(../images/orange_header.gif);
    /*color: #7777FF;*/
}

table.filelist td {
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    cursor:pointer;
    height: 15px;
}

table.filelist td.buttons {
    width:15%;
    text-align:right;

}

table.filelist td:hover {
    background-color: #FFF1D6;
}

/* TABLE FILELIST - END */

/* ERROR */
.error {
    color: #FF6633;
    font-weight: bold;
    font-style: italic;
}

/* ERROR RED */
.error_red {
    color: #990000;
    font-weight: bold;
    font-style: italic;
}

form {
    display:inline;
    margin: 0% 0.3% 0% 0.3%;
}



