#profile table{ 
width:100%;
border-collapse: collapse; 
border: 1px solid black;
margin-bottom:10px;
}
#profile td{ 
border: 1px solid black;
padding: 5px;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}
#profile .description{
vertical-align:top; 
width:60%; 

}
#profile p{
 background-color:#E8F0F4;
 margin:0px;
 padding:5px;

}
#profile .info{  
vertical-align:top; 
width:40%; 

}
#profile .fuser{ 

 height:100%; 
 overflow:auto; 
}
#profile table .name{ 
text-align:center; 
font-weight:bold ;
font-size:1.4em;
color: #2C485C;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}


#lv_list table{ 
width:100%;
border-collapse: collapse; 
border: 1px solid black;
}
#lv_list  caption
{
  margin-bottom:5px;
  font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
  font-size:0.9em;
  color: #555555;
  font-weight:bold;
}
#lv_list  th 
{
   height: 30px;
   border: 1px solid black;
}
#lv_list  td 
{
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   padding: 5px;
   
}
#lv_list .title{
   font-size:1.2em;
   width:60%;
   paddind-left:20px;
   font-size:1.2em;
}
#lv_list .views{
   width:10%;
   text-align: center;
}
#lv_list .votes{
   width:10%;
    text-align: center;
}
#lv_list .score{
   width:10%;
    text-align: center;
}
#lv_list .status{
   width:10%;
    text-align: center;
}
#lv_list .page{
    text-align:right;
    padding-right:2%;
    padding-top:2px;
	margin-bottom:10px;
}

