* {
     padding:0;
     margin:0;
}

body {
     color: #333;
     font: 14px Sans-Serif;
     padding: 25px;
     background: #eee;

}

h1 {
     text-align: center;
     padding: 14px 0 0px 0;
     font-size: 22px;
     letter-spacing: 2px;
     color: #800000;
     font-weight: 900;
     text-shadow:
         -1px -1px 0 #FFFFFF,
         1px -1px 0 #FFFFFF,
         -1px 1px 0 #FFFFFF,
         1px 1px 0 #FFFFFF,
         2px 2px 4px #555555;
     margin: 0;
}

.foldersteps {
     color: #800000;
     font-size: 15px;
     text-align: center;
     padding: 30px 0px 30px 0px;
     z-index: 1;
     text-shadow: 0px 0px 6px #ffffff;
}

footer {
     font-size: 8px;
}

#container {
     box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
     position: relative;
     background: white;
}

.topright {
     position: absolute;
     left: 75%;
     top: 10px;
     z-index: 2;
     opacity: 0.75;
}

.topleft {
     position: absolute;
     left: 10%;
     top: 10px;
     z-index: 1;
     opacity: 0.75;
}


table {
     background-color: #F3F3F3;
     border-collapse: collapse;
     xwidth: 100%;
     margin: 15px 0;
     border: 1px;
     border-style: solid;
}

th {
     background-color: #800000;
     color: #FFF;
     cursor: pointer;
     padding: 15px 15px;
}

th small {
     font-size: 9px;
}

td, th {
     text-align: left;
}

a {
     text-decoration: none;
}

.editlink {
     text-decoration: none;
     font-size: 10px;
     font-weight: bold;
}

.filecol {
     padding-left: 18px;
     text-indent: -18px;
     }

.datecol {
     font-size: 12px;
     text-align: center;
     }

.sizecol {
     font-size: 14px;
     text-align: right;
     }

.colright {
     text-align: right;
     padding-left: 0px;
     padding-right: 0px;
     }

.colleft {
     text-align: left;
     text-indent: -25px;
     padding-left: 0px;
     padding-right: 0px;
     }

.colcenter {
     text-align: center;
     padding-left: 0px;
     padding-right: 0px;
     width: 120px;
     }

.loginfooter {
     text-size: 12px;
     }

.spaced {
     letter-spacing: 2px;
     text-shadow: 2px 2px 5px #000000;
     }

td a {
     color: #663300;
     display: block;
     padding: 12px 20px;
}

th a {
     padding-left: 15px;
}

td:first-of-type a {
     padding-left: 15px;
}

th:first-of-type {
     padding-left: 15px;
     padding-top: 5px;
     padding-bottom: 5px;
     font: 12px Sans-Serif;
     text-shadow: 2px 2px 4px #000000;
}

th:not(:first-of-type) {
     padding-left: 25px;
     padding-top: 5px;
     padding-bottom: 5px;
     font: 12px Sans-Serif;
     font-weight: normal;
     text-shadow: 2px 2px 4px #000000;
}

td:not(:first-of-type) a {
     background-image: none !important;
     padding-top: 1px;
     padding-bottom: 1px;
     font-weight: normal;
}

tr:nth-of-type(odd) {
     background-color: #E6E6E6;
}

tr:hover td {
     background-color:#CACACA;
}

tr:hover td a {
     color: #000;
}










.modalDialog {
     position: fixed;
     font-family: Arial, Helvetica, sans-serif;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     background: rgba(0, 0, 25, 0.8);
     font-weight: bold;
     display: none;
}

.modalDialog > div {
     width: 80%;
     position: relative;
     margin: 10% auto;
     padding: 20px;
     border-radius: 10px;
     background: #ffffff;
     box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.8);
}


.modalLabel {
     margin: 20px 0px 0px 0px;
     font-size: 120%;
     font-weight: lighter;
     }

.modalLabel2 {
     margin: 20px 0px 0px 0px;
     font-size: 122%;
     font-weight: bold;
     }

.modalTextbox {
     font-size: 125%;
     height: 35px;
     }

.modalButton {
     margin: 20px 20px 20px 0px;
     width: 125px;
     height: 40px;
     font-size: 125%;
     }







