.moduleTitleBar {
        width: 100%;
        background-color: #CCC;
        border-bottom: 1px dashed #999;
}


.tab, .selectedTab {
    background-color: #EEEEEE;
    margin-right: 5px;
    padding: 5px;
    color: #000000;
    border: 1px solid #999999;
    border-bottom: 0px;
    text-align: center;
    width: 115px;
    float: left;
    cursor: pointer;
}
.tab .big, .tab .selectedTab {
    width: 130px;
}
.selectedTab {
    background-color: #CCCCCC;    
}

/*______________________________________*/
.videoIconAddFT{
     margin: -20px 0px 0px 65px;


}
.videoIconAddFT img{
    width: 15px;
    height: 15px;
	display:block;
	

