
html,body{
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;    
}

.fileList {
    color: #451fd1;
    font-size: 20px;
    font-weight: normal;
}

.fileList:hover {
    cursor: pointer;
}

.dirpath {
    font-size:18px;
    font-weight:bold;
    text-align: center;
    color:#004fb7;
    text-decoration: underline;
}

#login {
    border: 1px solid #cecece;
    width: 300px;

    display: block;
    position: relative;
    left: 50%;
    margin-left: -150px;
    background: #f9f9f9;  
} 

#login span{
    float: left;
    background: #2b4a8d;
    width: 290px;
    padding: 3px 5px 3px 5px;
    color: #fff;
    font-weight: bold;
       
}

#login input.text {
    width: 292px;
    border: 0;
    border-bottom: 1px solid #cecece;
    padding: 2px 4px 2px 4px;
    background-color: #fff !important;
    color: #777; 
     
}

#login input.submit {
    background: #2b4a8d;
    color: #fff;
    padding: 3px 10px 3px 10px;
    border: 0;  
}

#login br {
    clear: both;     
}

#login p {
    font-size: 10px;
    color: #666;
    padding: 6px;
    margin: 0;   
}

#login a {
    color: #cecece;
    font-weight: bold; 
    text-decoration: none;  
}

#login-help {
    width: 300px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -164px;
    border: 4px solid #cecece;
    background-color: #fff;
    padding: 10px;
    color: #444; 
    z-index: 1002;   
}

#login-help a.close {
    float: right;   
}

.curtain {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url( 'images/transparent-block.png' );
    display: none; 
    z-index: 1001;  
}

#container {
    width: 1000px;
    position:relative;
    margin-left: -450px;
    left: 50%;
    background: #fff; 
    min-height: 100%;
    border: 1px solid #cecece;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 60px;  
}

.containers {
    width: 900px;
    position:relative;
    margin-left: -450px;
    left: 50%;
    background: #fff; 
    min-height: 100%;
    border: 1px solid #cecece;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 60px;  
}

#content {
    padding: 20px;   
}

h3 {
    border-bottom: 1px solid #cecece; 
    padding-bottom: 4px;  
}

ul.files, ul.users {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 860px;
}

ul.files {
    display:none;   
}
ul.files li, ul.users li {
    margin: 0; 
    clear: both;
    border: 1px solid transparent;
    width: 852px;
    padding: 4px;
    cursor: pointer;
    height: 16px;
    border-bottom: 1px solid #e5e5e5;
    
}

ul.files li:hover, ul.users li:hover {
    border: 1px solid #b8d6fb;
    background-color: #eff5fd; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    -moz-border-radius: 4px; 
}

ul.files li .icon {
    float: left; 
    margin-right: 6px;  
}

ul.files li .name {
    width: 500px;
    display: block;
    float: left;   
}

ul.files li .date {
    width: 100px;
    margin-left: 30px; 
    float: left;
    display: block;
}

ul.files li .icons {
   width: 100px;
   text-align: right;
   float: right;
   display: block;
   margin-left: 80px;   
}

ul.users li .username {
    float: left;
    display: block;
    width: 100px;   
}

ul.users li .name {
    float: left;
    display: block;
    width: 250px;   
}

ul.users li .strata {
    float: left;
    display: block;
    width: 50px;   
}

ul.users li .unit {
    float: left;
    display: block;
    width: 50px;   
}

ul.users li .bpay {
    float: left;
    display: block;
    width: 80px;   
}

ul.users li.heading {
    font-weight: bold;   
}

ul.users li.heading:hover {
    border: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;  
    background: 0;   
}

ul.users li .icons {
    display: block;
    float: right;
    width: 100px;
    text-align: right;   
}

#nav {
    border: 1px solid #cecece;
    height: 27px;
    border-bottom: 4px solid #cecece;         
}


#nav ul {
    margin: 0;
    padding: 0;
    width: 100%;

}

#nav ul li {
    display: inline;
    float: left; 
}



#nav ul li a, #nav ul li.user {
    display: block; 
    padding: 6px 20px 6px 20px;
    border-right: 1px solid #cecece;
    border-bottom: 4px solid #cecece;
    text-decoration: none;
    color: #395f90;
    font-weight: bold;
}

#nav ul li.user {
    color: #a5a5a5;   
}

#nav ul li.last {
    float: right;
    border-right: 0;
    border-left: 1px solid #cecece;   
}

#nav ul li a:hover {
    border-bottom: 4px solid #395f90;   
}

#form {
   border: 1px solid #cecece;
   padding: 20px; 
}

#form span {
    width: 140px;
    float: left;
    font-weight: bold;
    line-height: 26px;   
}

#form .text {
    width: 150px; 
    float: none;
    font-weight: normal;  
}

#form br {
    clear: both;   
}

.error {
    color: #ff4444;
    line-height: 24px;
    font-weight: bold;   
}

.success {
    color: #45c600;
    line-height: 24px;
    font-weight: bold;   
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 4px 0 4px 0;   
}

.pagination a {
    color: #2f3597;
    text-decoration: none;

    margin-left: 2px;
    margin-right: 2px;   
}

a img {
    border: 0;   
}

#downloads {
    float:right;
    width: 380px;   
}

#downloads h3 {
    font-size: 14px;
    margin-bottom: 0;   
}

#downloads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;   
}

#downloads li a {
    text-decoration: none;       
}

#downloads li a:hover {
    color: #6666ff;   
}

#payments ul {
    list-style-type: none;
    margin: 0;
    padding: 0;   
}


#payments li .holder { clear: both; display: block; }
#payments li { border: 1px solid #cecece; height: 30px; padding: 4px; background: #f5f5f5; margin-bottom: 2px;}
#payments li span{  display: block; float: left;}
#payments li .date { width: 70px; }
#payments li .cardno { width: 120px; }
#payments li .amount { width: 70px; }
#payments li .comment { width: 200px; padding: 0 20px 0 20px; }
#payments li .ref { width: 140px; }
#payments li .status { float: right; width: 200px; font-weight: bold;}

#payments li.heading {
    font-weight: bold; 
    height: 15px; 
    background:#2b4a8d;
    color: #fff; 
}


#payments li.paymenterror, span.paymenterror { background: #ffefef; border: 1px solid #ff9999; }
.paymenterror .status { color: #ff0000;  }

#payments li.approved, span.approved { background: #f0ffe2; border: 1px solid #00a000; }
.approved .status { color: #00a000; }

#payments li.pending, span.pending { background: #edf6ff; border: 1px solid #004fb7; }
.pending .status { color: #004fb7;  }

.message { display: block; padding: 6px 20px 6px 20px; font-weight: bold; margin-bottom: 10px; }

#footer-menu {
    width: 900px;
    text-align: center;   
    bottom: 0;
    display: block;
    position: relative;
    margin-top: -50px;
    left: 50%;
    margin-left: -450px;
    padding-bottom: 10px;

    
}

#footer-menu li {
    display: inline;
    border-left: 1px solid #cecece;   
}

#footer-menu li.first {
    border: 0;   
}

#footer-menu li a {
    padding: 2px 10px 2px 10px;   
}