body{
    font-family: verdana;
    font-size: 12px;
}
.main{
    width: 750px;
    min-height: 600px;
    border: 1px solid #ccc;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/js/PIE.htc);
}
.get-links{
    border: 1px solid #ccc;
    background: #ccc;
    margin: 0 auto;
    font-weight: bold;
    padding: 2px 10px;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/js/PIE.htc);
}
.menu{
    position: relative;
    padding-left: 5px;
    height: 20px;
    background: rgb(204,204,204); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(252,255,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(252,255,244,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(252,255,244,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(204,204,204,1) 0%,rgba(252,255,244,1) 100%); /* W3C */+
    behavior: url(/js/PIE.htc);
}
    .menu a{
        text-decoration: none;
    }
    .menu a:hover{
        text-decoration: underline;
    }
.logo{
    border-bottom: 1px solid #ccc;
}
.links{
    height: 20px;
    width: 550px;
    border: 1px solid  #ccc;
}
.links-ext{
    height: 100px;
    width: 550px;
    border: 1px solid  #ccc;
}
.info-block{
    border-top: 1px solid #ccc;
    background: url("/img/info.png") no-repeat;
    padding: 5px;
    min-height: 80px;
}
.wpart td{
    font-size: 12px;
}
.pagination{
    display: none;
}
.extended-options td,
.extended-options input{
    font-size: 10px;
}
#options{
    text-decoration: none;
    color: #000;
    font-size: 10px;
}
.extended{
    border: 1px solid #ccc;
    margin-top: 5;
}
.for_tooltip{
    display: none;
}
.review-box,
#review{
    min-width: 150px;
    max-width: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    border: 1px solid green;
    padding: 5px;
    background: white;
    z-index: 99999;
}
.user-file-list tr{
    border: 1px solid #ccc;
}
.user-file-list tr:first-child{
    background: #ccc;
}
.user-file-list tr:hover{
    background: #cccccc;
}