/***** SUBMIT *******/
.buttonSubmit {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/accept.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonSubmit:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonSubmit:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** SUBMIT *******/
.buttonCancel {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/cancel.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonCancel:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonCancel:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** REFRESH *******/
.buttonRefresh {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/refresh.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonRefresh:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonRefresh:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** PREVIEW *******/
.buttonPreview {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/application_go.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonPreview:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonPreview:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** ADD *******/
.buttonAdd {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/table_add.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonAdd:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonAdd:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** SHOW LIST ******/
.buttonList {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/application_view_list.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonList:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonList:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** EDIT *******/
.buttonEdit {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/table_edit.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonEdit:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonEdit:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** DELETE *******/
.buttonDelete {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/table_delete.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonDelete:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonDelete:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** ADD PICTURE *******/
.buttonAddPic {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/picture_add.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonAddPic:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonAddPic:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** EDIT PICTURE *******/
.buttonEditPic {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/picture_edit.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonEditPic:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonEditPic:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** DELETE PICTURE *******/
.buttonDelPic {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/picture_delete.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonDelPic:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonDelPic:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** PROFILE *******/
.buttonProfile {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/user.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonProfile:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonProfile:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** PROFILE EDIT *******/
.buttonProfileEdit {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/user_edit.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonProfileEdit:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonProfileEdit:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** PROFILE EDIT *******/
.buttonPassEdit {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/key.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonPassEdit:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonPassEdit:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** ORDERS *******/
.buttonOrders {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/table.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonOrders:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonOrders:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** ORDER *******/
.buttonOrder {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/cart_go.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonOrder:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonOrder:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** PRICE LIST *******/
.buttonPriceList {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/calculator.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonPriceList:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonPriceList:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}

/***** BUTTON BACK *******/
.buttonBack {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/back.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonBack:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonBack:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}


/***** BUTTON PDF *******/
.buttonPDF {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/page_pdf.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonPDF:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonPDF:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}
/***** MENI *******/
.linkMeni {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 20px 5px 5px 5px; /* Links */
}
.linkMeni:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.linkMeni:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}
/***** SUBMIT *******/
.buttonLayoutView {
	color: #000000;
    margin:0 1px 0 0;
    background-color:#d2f6a7;
    background-image: url(../images/icons/layout_content.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;	
    border:1px solid #dedede;
    border-top:1px solid #bef77a;
    border-left:1px solid #bef77a;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 10px 6px 28px; /* Links */
}
.buttonLayoutView:hover {
    background-color:#a5ed51;
    border:1px solid #68bc06;
    color:#000000;
}
.buttonLayoutView:active {
	background-color:#68bc06;
    border:1px solid #000099;
    color:#fff;
}
