.w150px{ width:150px; }
.w200px{ width:200px; }
.w250px{ width:250px; }
.w100p{ width:100%; }
.w50p{width:50%;}
.w60p{width:60%;}
.w80p{width:80%;} 

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top24 { margin-top:24px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom20 { margin-bottom:20px; }
.bottom24 { margin-bottom:24px; }
.bottom30 { margin-bottom:30px; }

.fs16px{ font-size: 16px; }

.pt10{padding-top:10px;}
.p10{padding:10px;}

.red{color:red!important;}
.red:hover{color:#8B000!important;}

.blue{color:blue;}

.yellow{color:yellow;}

.error{
    border:2px solid red;
}
.dn{
    display:none;
}
.fl{
    float: left;
}

.fr{
    float:right;
}

.bold{
    font-weight: bold;
}

.navbar-inverse{
    background:#6b6b6b!important;
}

.title{
    font-weight: bold;
    font-size: 20px;
}

.thum{
    cursor:pointer;
    border-radius: 3px;
}

.thum:hover{
    border: 1px solid silver!important;
}