    
    
/*DOCUMENTS*/
#files_pane{
  margin-top:10px;
  margin-left:20px;
  margin-bottom:30px;
  float:left;
  width: 650px;
  border: 1px solid #333;
  height: auto;
  background-color: #F7FDFB;  
}
#files_pane a:link, a:visited{
  text-decoration: none;
  color: #333;
}

#files_pane_text{
  float:left;
  margin:0px;  
  height: auto;
}


#file_list_table{
  font-size: 10pt;
  margin: 0px;
}


#file_list_t1{
  font-weight: bold;
  width:400px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#file_list_t2{
  font-weight: bold;
  width:150px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#file_list_t3{
  font-weight: bold;
  width:150px;
  border-bottom: 1px solid #ccc;  
}

#file_list_item_t1{  
  width:400px;  
}

#file_list_item_t2{
  width:150px;  
}

#file_list_item_t3{
  width:150px;  
}

#no_files{    
  padding-top:60px;
  padding-bottom:60px;
  padding-left:180px;
}

#add_folder_container, #add_file_container{
  float: left;
  width: 650px;  
  margin-left: 20px;  
  border: 1px solid #333;  
  background-color: #F8F7FD;
  margin-top:10px;
  margin-bottom:10px;
  height:auto;
}

#add_folder, #add_file{
  float: left;
  margin: 10px;
}

/*MY_ACCOUNT*/

#myaccount_pane{
  margin-left:20px;
  margin-top:10px;
  float:left;
  width: 555px;
  border: 1px solid #333;
  height: auto;
  background-color: #F7FDFB;  
  margin-bottom: 30px;
}
#myaccount_pane_text{
  float:left;
  margin:5px;  
  height: auto;
}
#myaccount_table{
  width: 520px;  
  font-size: 10pt;
}

.input_1{
  width: 300px;
  height: 20px;
}

.input_2{
  width: 150px;
  height: 20px;
}
.textarea_1{
  width: 300px;
  height: 80px;
}

