@charset "utf-8";
/* Tag Clouds */
/* Styling for current tags : Manisha */
table.tagcloud{

}
.star {    
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-weight: bold;
    font-size: .625em; /* font size */    
}

.lastminute {    
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-weight: bold;
    font-size:.75em; /* font size */    
}

.deals {    
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-weight: bold;
    font-size:1.125em; /* font size */    
}

.hotelstyles {       
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-weight: bold;
    font-size: 1.75em; /* font size */    
}

.usertags {    
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-weight: bold;
    font-size: 1.375em; /* font size */    
}

/* setting for tags */
.default{
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-size: .75em; /* font size */    
}
.tenplus{
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-size:.875em; /* font size */    
}
.twentyplus{
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-size: 1.125em; /* font size */    
}
.thirtyplus{
    color: #FFFFFF; /* text color */
    font-family: Arial; /* font name */
    font-size: 1.5em; /* font size */    
}
 /* The text being displayed under the Tags headig */
.ClearTags {
    color: #0099FF; /* text color */
    font-family: Arial; /* font name */
    font-weight: bold;
    font-size: 9px; /* font size */    
    text-align: left;
    margin-left: 0px;
    vertical-align: top;
    text-decoration: none ;    
}

div.hide {
display:none;
width:0px;
}
