.clear{
    clear:both;
}
#imgExpandCollapseButton{
    float:left;
}
#divNoteContainer{
    position:fixed;
    right:0;
    bottom:60px;
    width:15%;
    height:20%;
    border:1px solid #000000;
    background-color: white;
    font-family: Verdana, Geneva, ms sans serif;
}
#imgHelpPersonalNotes{
    float:right;
}
#divHelpPersonalNotesPopup{
    right:0;
    max-width: 500px;
    padding:10px;
    font-size:10px;
}
#divHeaderText{
    margin-top:3px;
    float:right;
    color:red;
    font-size:10px;
}
#ddlNoteType{
    font-size:18px;
}
#divNotes{
    width:100%;
    height:100%;
    background-color:white;
}
.tmcNoteTabMenuItem{
    float:left;
    width:32%;
    height:20px;
    text-align:center;
    border:1px solid #000000;
    background-color:grey;
}
.tmcNoteTabContent{
    display:none;
    width:100%;
    height:100%;
}
.tmcNoteTextArea{
    width:100%;
    height:100%;
    overflow-y:scroll;
}

/* Settings */
#txtSetting_Width{
    width:50px;
}
#txtSetting_Height{
    width:50px;
}
