﻿
/*เมนูย่อย และ LinkButton แบบมี Icon
----------------------------------------------------------*/
.button_panel
{
    padding: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.button_icon
{
    border: 0px none #FFFFFF;
    padding: 5px 5px 5px 18px;
    display: inline;
    font-weight: bold;
    font-size:12px;
    color: #333333;
    text-decoration: none;
    margin-right: 5px;
}

.img_preview
{
    background: url('../Image/Icons/preview.png') no-repeat left center;
}
.img_map
{
    background: url('../Image/Icons/map.png') no-repeat left center;
}
.img_addtag
{
    background: url('../Image/Icons/tag_add.png') no-repeat left center;  
}
.img_addtolist
{
    background: url('../Image/Icons/list_add.png') no-repeat left center;  
}
.img_share
{
    background: url('../Image/Icons/share.png') no-repeat left center;  
}
.img_suggest
{
    background: url('../Image/Icons/suggest.png') no-repeat left center;  
}
.img_back
{
    background: url('../Image/Icons/arrow_large_left.png') no-repeat left center;  
}
.img_calendar
{
    background: url('../Image/Icons/calendar_day_left.png') no-repeat left center;  
}
.img_delete
{
    background: url('../Image/Icons/Delete.png') no-repeat left center;  
}
.img_load
{
    background: url('../Image/Icons/Load.png') no-repeat left center;  
}
.img_email
{
    background: url('../Image/Icons/E-mail.png') no-repeat left center;  
}
.img_save
{
    background: url('../Image/Icons/Save.png') no-repeat left center;  
}
.img_selectall
{
    background: url('../Image/Icons/selectall.png') no-repeat left center;  
}
.img_deselectall
{
    background: url('../Image/Icons/deselectall.png') no-repeat left center;  
}
.img_option
{
    background: url('../Image/Icons/deselectall.png') no-repeat left center;  
}
.img_request
{
    background: url('../Image/Icons/request.png') no-repeat left center;  
}
.img_search
{
    background: url('../Image/Icons/search.png') no-repeat left center;  
}
.img_edit
{
    background: url('../Image/Icons/edit.png') no-repeat left center;  
}
.img_folder
{
    background: url('../Image/Icons/folder_classic.png') no-repeat left center;  
}
.img_folder_add
{
    background: url('../Image/Icons/folder_classic_add.png') no-repeat left center;  
}
.img_folder_opened
{
    background: url('../Image/Icons/folder_classic_opened_stuffed.png') no-repeat left center;  
}
.img_print
{
    background: url('../Image/Icons/print.png') no-repeat left center;  
}

/*Disabled*/
.aspNetDisabled.button_icon
{
    color: #CCCCCC !important;
}
.aspNetDisabled.button_icon.img_preview
{
    background: url('../Image/IconsDisabled/preview.png') no-repeat left center;
}
.aspNetDisabled.button_icon.img_map
{
    background: url('../Image/IconsDisabled/map.png') no-repeat left center;
}
.aspNetDisabled.button_icon.img_addtag
{
    background: url('../Image/IconsDisabled/tag_add.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_addtolist
{
    background: url('../Image/IconsDisabled/list_add.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_share
{
    background: url('../Image/IconsDisabled/share.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_suggest
{
    background: url('../Image/IconsDisabled/suggest.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_back
{
    background: url('../Image/IconsDisabled/arrow_large_left.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_calendar
{
    background: url('../Image/IconsDisabled/calendar_day_left.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_delete
{
    background: url('../Image/IconsDisabled/Delete.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_load
{
    background: url('../Image/IconsDisabled/Load.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_save
{
    background: url('../Image/IconsDisabled/Save.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_selectall
{
    background: url('../Image/IconsDisabled/selectall.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_deselectall
{
    background: url('../Image/IconsDisabled/deselectall.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_option
{
    background: url('../Image/IconsDisabled/deselectall.png') no-repeat left center;  
}
.aspNetDisabled.button_icon.img_request
{
    background: url('../Image/IconsDisabled/request.png') no-repeat left center;  
}
