﻿.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#FFFFFF; 
    position:absolute; 
    width:130px; 
    height:50px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
}
.modalBackground
{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalDialogPopup
{
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-family: Tahoma;
    font-size: 12px;
    padding: 3px;
}

html,body
{
    font-family:Tahoma;
    margin:0;
    padding:0;
    height:100%;
    /*background:#65605d;*/
    background:#000000;
}
a
{
    text-decoration:none;   
}

.topbanner
{
    width:100%;
    height:86px;
    background:url(../images/M2_Home_02.jpg) top no-repeat;
}
.leftbackground
{
    /*background:url(../images/M2_Home_01.jpg) right repeat-y;*/
    width:97px;
}
.rightbackground
{
    /*background:url(../images/M2_Home_03.jpg) left repeat-y;*/
    width:97px;
}
.centerbackground
{
    background:#fff;
    width:830px    
}
.footer
{
    background:url(../images/M2_Home_20.jpg) left no-repeat #5b0536;
    width:100%;
    height:52px;
}

/*==========================Menu Top=========================*/
.menutop
{
    width:100%;
    height:30px;
    line-height:30px;    
}
.left_menutop
{
    background:url(../images/M2_Home_06.jpg) left no-repeat;
    width:12px;
}
.center_menutop
{
    background:url(../images/M2_Home_07.jpg) repeat-x;
    width:514px;
}
.right_menutop
{
    background:url(../images/M2_Home_07.jpg) repeat-x;
    width:288px;
}

/*==========================Menu Left=========================*/
.menuleft
{
    width:175px;
    border-right:2px solid #ccc;
}
.item_menuleft
{
    background:url(../images/M2_Home_16.jpg) right no-repeat;
    height:30px;
    line-height:30px;
    border:0;  
    width:175px;
    color:#ac6e91;
    margin:1px 0;
    cursor:pointer;
    font-family:Times New Roman;
    font-style:italic;
    font-size:16px;
}
.item_menuleft_select
{
    background:url(../images/M2_Home_16.jpg) no-repeat;
    height:23px;
    line-height:23px;
    border:0;  
    width:175px;
    color:#ac6e91;
    margin:1px 0;
    cursor:pointer;
    font-family:Times New Roman;
    font-style:italic;
    font-weight:bold;
}
/*============================btnMore============================*/
.btnMore
{
    background:url(../images/M2_2_03.jpg) no-repeat;
    width:58px;
    height:16px;
    border:0;
    color:#fff;
    font-weight:bold    
}
/*============================btnAdd============================*/
.btnAdd
{
    background:url(../images/btnAdd.jpg) no-repeat;
    width:118px;
    height:33px;
    border:0;    
    padding-left:25px;
    color:#000;
    font-weight:bold    
}
/*============================btnEdit============================*/
.btnEdit
{
    background:url(../images/btnEdit.jpg) no-repeat;
    width:118px;
    height:33px;
    border:0;    
    padding-left:20px;    
    color:#000;
    font-weight:bold    
}
/*============================btnSave============================*/
.btnSave
{
    background:url(../images/btnSave.jpg) no-repeat;
    width:118px;
    height:33px;
    border:0;    
    padding-left:20px;    
    color:#000;
    font-weight:bold    
}
/*============================btnCancel============================*/
.btnCancel
{
    background:url(../images/btnCancel.jpg) no-repeat;
    width:118px;
    height:33px;
    border:0;    
    padding-left:20px;    
    color:#000;
    font-weight:bold    
}
/*============================btnLoginAdmin============================*/
.btnLoginAdmin
{
    background:url(../images/btnLoginAdmin.jpg) no-repeat;
    width:118px;
    height:33px;
    border:0;    
    color:#000;
    font-weight:bold    
}
/*============================btnUpload============================*/
.btnUpload
{
    background:url(../images/btnUpload.jpg) no-repeat;
    width:83px;
    height:28px;
    border:0;    
    color:#000;
    font-weight:bold    
}
/*============================btnSend============================*/
.btnSend
{
    background:url(../images/btnSend.jpg) no-repeat;
    width:83px;
    height:28px;
    border:0;    
    color:#000;
    font-weight:bold;
    padding-right:15px;
}

.gridadmin
{
    font-size:11px;
    margin:10px 0;    
}
