#myContents {
    width: 510px;
    border: none;
    background: none;
    font-family: Verdana, Arial ! important;
}

#myContents .ui-tabs-nav a {
    width: 94px;
}

#latestContents {
    width: 660px;
    font-family: Verdana, Arial ! important;
    border: none;
    background: none;
}

#wrap .ui-tabs-nav {
    border-bottom: none;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

#latestContents .ui-tabs-nav a{
    width: 134px;
}

#wrap .ui-tabs-panel {
    background: #FCFDFD;
    border: 1px solid #4297D7;
}

.content {
    background-color: #F5F8F9;
    border: 2px solid #C5DBEC;
    float: right;
    height: 200px;
    margin: 7px;
    padding: 5px;
    width: 125px;
    overflow: hidden;
    font-size: 14px;
}

.content textarea {
    height: 100px;
}

.smsMessageTextArea {
    overflow: auto;
    background: #fff;
    border: 1px solid #d1e8fb;
    text-align: right !important;
    margin: 0 auto;
    width: 100%
}

.tag {
    overflow: hidden;
}
.uploader{
    height: 40px;
}
.download,.title,.rate {
    height: 20px;
}
.download,.title,.uploader,.rate {
    text-align: right;
    overflow: hidden;
    line-height: 20px;
}

img.thumbnail {
    border: none;
}

div.thumbnail {
    overflow: hidden;
    height: 100px;
    text-align: center;
}

.addToFavorite {
    background: url(/static/images/add-to-favorite.png) no-repeat 0 0;
}

.removeForomFavorite {
    background: url(/static/images/removeForomFavorite.png) no-repeat 0 0;
}

.icon {
    width: 30px ! important;
    height: 30px ! important;
}

.ui-tabs .ui-tabs-nav li {
    float: right;
}

.displayTableCaption {
    width: 100%;
}

.contentOptionsTable {
    width: 30%;
}