.btnNewWindow
{
    background: url("../Images/icons/newPage.png");
    width:25px;
    height:25px;
	border: 0px;
	cursor: pointer;
}

.btn_login{
    background: url("../Images/icons/logoff.png");
    width:25px;
    height:25px;
	border: 0px;
	cursor: pointer;
}
.btn_home{
    margin-top:1px;
    width:25px;
    height:25px;
	border: 0px;
	cursor: pointer;
}
.overlayBto 
{   
    font-size:12px;
    padding:0.3em 0.5em;
    line-height: 1;
    cursor:pointer;
    color:#FD7d00;
    background-color:#ffffff;  
    border:solid 1px #666666;
    height:25px;
}

.delete{
	background: url("../Images/icons/delete.png");
	width: 25px;
	height: 25px;
	border: 0px;
	cursor:pointer;
}

.edit
{
    background: url("../Images/icons/edit.png");
	width: 25px;
	height: 25px;
	border: 0px;
	cursor:pointer;
}

.detail
{
    background: url("../Images/icons/detail.png");
	width: 25px;
	height: 25px;
	border: 0px;
	cursor:pointer;
}
.detail_small
{
    background: url("../Images/icons/detail_small.png");
	width: 19px;
	height: 19px;
	border: 0px;
	cursor:pointer;
}

.update{
	background: url("../Images/icons/refresh.png");
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.lnk_comands
{
    height:20px;
}
.save {
	background: url("../Images/icons/save.png");
	width: 25px;
	height: 25px;
	border: 0;
	cursor:pointer;
}

.add {
	background: url("../Images/icons/add.png");
	width: 25px;
	height: 25px;
	border: 0;
	cursor:pointer;
}