﻿
/* Buttons
-----------------------------------------------------------------------------*/
.btn_savenew
{
    background: url(../../Images/btns/btn_save_new.png) no-repeat 0 0;
    height: 32px;
    width: 75px;
    float: right;   
    border: none !important;
}
.btn_cancelnew
{
    background: url(../../Images/btns/btn_cancel_new.png) no-repeat 0 0;
    height: 32px;
    width: 91px;
    float: left;
    border: none !important;
}
.btn_editnew
{
    background: url(../../Images/btns/btn_edit_new.png) no-repeat 0 0;
    height: 32px;
    width: 75px;
    float: right;
    margin-bottom: 3px;
    border: none !important;
}
.btn_delnew
{
    background: url(../../Images/btns/btn_delete.jpg) no-repeat 0 0;
    height: 26px;
    width: 81px;
    border: none !important;
}
.btn_popcontinue
{
    background: url(../../Images/btns/btn_continue.jpg) no-repeat 0 0;
    height: 26px;
    width: 93px;
    border: none !important;
    cursor:pointer;
}
.btn_popupload
{
    background: url(../../Images/btns/btn_upload.jpg) no-repeat 0 0;
    height: 26px;
    width: 82px;
    border: none !important;
    cursor:pointer;
}


/* Table cell
-----------------------------------------------------------------------------*/

.trbodyDhp
{
    font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	padding-bottom: 5pt;	
    text-decoration: none;
}

.tdGridSpacing
{
    text-align: center;
    padding-bottom: 7px;
    padding-top:7px;
}

.NewHeaderStyle
{
    color: #A92528;
}