

.cube83x83{
    padding-left:1px;
    background-image: url(/contents/Images/Cube.83x83.png); 
    background-repeat: no-repeat;
    background-size: 15px 16px;
}

.refresh64x64{
    padding-left:1px;
    background-image: url(/Images/refresh.64x64.png); 
    background-repeat: no-repeat;
    background-size: 15px 16px;
}

.workbench128x128{
    padding-left:1px;
    background-image: url(/contents/Images/workbench.128x128.png); 
    background-repeat: no-repeat;
    background-size: 15px 16px;
}

.MagicWand60x60{
    padding-left:1px;
    background-image: url(/contents/Images/MagicWand.60x60.png); 
    background-repeat: no-repeat;
    background-size: 15px 16px;
}
.help{
    padding-left:1px;
    background-image: url(/Images/help.96x96.png); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.export{
    padding-left:1px;
    background-image: url(/Images/Export.48x48.png); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.import{
    padding-left:1px;
    background-image: url(/Images/import.48x48.png); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.history{
    padding-left:1px;
    background-image: url(/Images/history.96x96.png); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.configure{
    padding-left:1px;
    background-image: url(/Images/configure.96x96.png); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.nomenclature{
    padding-left:1px;
    background-image: url(/Images/nomenclature.132x132.png); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.tools{
    /*padding-left:5px;*/
    background-position: 5px center;
    background-image: url(/Images/BubbleGray.170x120.png);
    background-repeat: no-repeat;
    background-size: 16px 12px;
}

.popUpMenu{
    background-position: 5px center;
    background-image: url(/Images/popUpMenu.216x216.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.Lamp{
    background-position: 5px center;
    background-image: url(/Images/Lamp.96x96.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.home{
    background-position: 5px center;
    background-image: url(/Images/Home.Green.96x96.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.Stats{
    background-position: 5px center;
    background-image: url(/Images/Stats.96x96.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.EMail64x60{
    background-position: 5px center;
    background-image: url(/Images/email.64x60.2.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.Star96x96{
    background-position: 5px center;
    background-image: url(/Images/Star.96x96.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.cubeOYG192x192{
    background-position: 5px center;
    background-image: url(/Images/Cube.OYG.192x192.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.Notes144x150{
    /*padding-left:5px;*/
    background-position: 9px center;
    background-image: url(/Images/notes.144x150.png); 
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.BubbleGreen{
    /*padding-left:5px;*/
    background-position: 10px center;
    background-image: url(/Images/BubbleGreen.170x120.png); 
    background-repeat: no-repeat;
    background-size: 12px 10px;
}

.RightArrowGold{
    /*padding-left:5px;*/
    background-position: 1px center;
    background-image: url(/Images/RightArrow.Gold.124x96.png); 
    background-repeat: no-repeat;
    background-size: 12px 10px;
}

.LeftArrowGold{
    /*padding-left:5px;*/
    background-position: 1px center;
    background-image: url(/Images/LeftArrow.Gold.124x96.png); 
    background-repeat: no-repeat;
    background-size: 12px 10px;
}
.TopArrowGold{
    /*padding-left:5px;*/
    background-position: center center;
    background-image: url(/Images/TopArrow.Gold.74x96.png); 
    background-repeat: no-repeat;
    background-size: 18px 15px;
}

.Error144x144{
    padding-left:1px;
    background-position: 0px center;
    background-image: url(/Images/Error.144x144.png); 
    background-repeat: no-repeat;
    background-size: 13px 13px;
    opacity: 0.5;
}
.Error144x144:hover{
    opacity: 1;
}

.TakeNote{
    padding-left:1px;
    background-position: 0px center;
    background-image: url(/Images/TakeNote.126x126.png); 
    background-repeat: no-repeat;
    background-size: 13px 13px;
    opacity: 1;
}

.TakeNote:hover{
    opacity: 1;
}

.Error96x88{
    padding-left:1px;
    background-position: 0px center;
    background-image: url(/Images/Error.96x88.png); 
    background-repeat: no-repeat;
    background-size: 13px 13px;
    opacity: 0.8;
}
.Error96x88:hover{
    opacity: 1;
}


.DialogHelp{
    float:left;
    background-color:transparent;
    position:absolute;
    right:9px;
    top:2px;
    padding: 0px 3px 0px 3px;
    border:solid 1px transparent;
    margin-right:15px;
    color:#aaa;
    width:20px; height:20px;
    content:'?'!important;
    opacity:0.75;	
    font-size: 1.1rem!important;	
    font-weight: bold;
}

.DialogHelp:hover{
    border:solid 1px #DDD;
    color:#eee;
    opacity:1;	
}
