/*********************** USER VIEW ****************/
/*general*/


h4 {
    
}

h5 {
    margin-bottom: 0;
    padding-bottom: 0; 
    font-weight: bold;
    text-transform: titlecase;
    
}

.download-label {
    background-color:#64B126;
    border:1px solid #4E9416;
    color:white;
    font-size:10px;
    padding:2px 6px;
    right:8px;
    text-decoration:none;
    text-shadow:0 0 1px #315D0D;
    /* CSS3 Rounded Corners */
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.download-label a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.butt {
    margin-top: 5px;
    margin-bottom: 10px;
}

.butt a {
    text-decoration: none;
    
}

#folders {
    margin: 0;
    padding: 0;
}

#folders a {
    font-size: 18px;
}


.foldlink {
     margin-bottom: 6px;
}
.foldlink a {
    
}

.fold {
    text-transform: titlecase;
}
          
.lister {
    width: auto;   
    border-top: 0px solid silver;
    border-bottom: 0px solid silver;
    padding: 5px 0px 20px 0px;
  overflow-y:auto;
  overflow-x:hidden;
}

.lister a {
    color: silver;    
}

.lister img{
    border: 0px solid silver;
}

.lister td {
font-size: 12px;
}

#vidlist {
    width:100%;
    height: 550px;
    overflow-y:auto;
    overflow-x:auto;
    padding-left: 10px;
    padding-right: 10px;
}

td.flist {
    padding-left: 20px; 
    padding-right: 20px; 
 }
 
 hr.view {
     width: 90%;
     border-color: silver;
 }
 
 
 /*user delete page*/
 
 
 #viewdel {
     margin-left: 250px;
 }
#form1 {
    position: relative;   
    margin-left: 0px !important; /*firefox*/ 
    margin-left: auto;
    text-align: left;
    width: 100%;
    height: auto;
    background-color: transparent;
    z-index: 40;
    border: none;
    clear:both;
}




table.scrollable1 {
border-collapse: collapse;
width: 100%;
margin: 0px;
padding: 0px; 
table-layout: fixed;
overflow-y:auto;
  overflow-x:hidden;
}
table.scrollable1 th {
  padding:5px;
  font-size: 10px;
  position: relative;
}

table.scrollable1 tbody {
  overflow-y:auto;
}

table.scrollable1 tr {
  padding: 0px;
  margin:0px;
}

table.scrollable1 td {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.back {
    margin-top: 10px;
   margin-left: 50px;
}

 
.webby {
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
}



body#clarea #weblist {
    position: relative;
    width: auto;
    height: 570px;
    background-color: transparent;
    z-index: 40;
    left: 10px;
    right: 10px;
    text-align: center;    
     overflow-y:auto;
    clear:both;
    padding: 0px;
    margin: 0px;
}

table.webscroll.wbform tr {
    height: 20px;
}

table.webscroll.wbform td {
    width: auto;
}

/*____________________________________*/

/*admin buttons*/

.adbutt-label {
    background-color:#33ccff;
    border:2px solid #0066cc;
    color:#000000;
    font-size:14px;
    font-weight: bold;
    padding:5px 10px;
    text-decoration:none;
    text-shadow: 0 0 1px #ffffff;
    /* CSS3 Rounded Corners */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.adbutt-label a {
    text-decoration: none;
}

.adbutt {
    margin-top: 5px;
    margin-bottom: 10px;  
    height: 25px;
    padding: 5px 15px;
}

.adbutt a {
    text-decoration: none;
}

input[type=submit] {
    padding:5px 15px; 
    font-weight: bold;
    font-size: 14px;
    cursor:pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}

.notice {
    font-size: 14px;
}

a#pickfiles { 
z-index : 99999;  
}