﻿/* CANCEL, CANCEL SMALL, CONTINUE, SAVE, DONE */
.cancelButtonMain a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/cancelButton.jpg") 0 0 no-repeat;
    text-decoration: none;

} 
.cancelButtonMain a:hover
{
    background-position: -116px 0;
}
.cancelButtonSM a
{
    display: block;
    width: 79px;
    height: 20px;
    background: url("../commonButtons/cancelButtonSM.png") 0 0 no-repeat;
    text-decoration: none;
    float:left;
} 
.cancelButtonSm a:hover
{
    background-position: -79px 0;
}
.continueButton a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/continue.jpg") 0 0 no-repeat;
    text-decoration: none;
    float:left;
} 
.continueButton a:hover
{
    background-position: -116px 0;
}
.saveButton a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/saveButton.jpg") 0 0 no-repeat;
    text-decoration: none;

} 
.saveButton a:hover
{
    background-position: -116px 0;
}
.saveButtonSm a
{
    display: block;
    width:79px;
    height: 20px;
    background: url("../commonButtons/saveButtonSm.png") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.saveButtonSm a:hover
{
    background-position: -79px 0;
}
.doneButton a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/doneButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float:left;
} 
.doneButton a:hover
{
    background-position: -116px 0;
}


/* DELETE/ADD CONTACT, DELETE USER, DELETE DEPARTMENT, EDIT, CLOSE, BACK */
.deleteContactButton a
{
    display: block;
    width: 79px;
    height: 20px;
    background: url("../images3/deleteContactButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: right;
} 
.deleteContactButton a:hover
{
    background-position: -79px 0;
}
.addContactButton a
{
    display: block;
    width: 148px;
    height: 20px;
    background: url("../commonButtons/addNewContact.gif") 0 0 no-repeat;
    text-decoration: none;
    float: right;
} 
.addContactButton a:hover
{
    background-position: -148px 0;
}
.deleteUserButton a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/deleteUser.jpg") 0 0 no-repeat;
    text-decoration: none;

} 
.deleteUserButton a:hover
{
    background-position: -116px 0;
}
.deleteDeptButton a
{
    display: block;
    width: 157px;
    height: 32px;
    background: url("../commonButtons/deleteDeptButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.deleteDeptButton a:hover
{
    background-position: -157px 0;
}
.editButton a{
    display: block;
    width: 79px;
    height: 20px;
    background: url("../images3/editContactButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: right;
} 
.editButton a:hover
{
    background-position: -79px 0;
}
.closeButton a{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/closeButton.jpg") 0 0 no-repeat;
    text-decoration: none;
} 
.closeButton a:hover
{
    background-position: -116px 0;
}
.closeButtonSM a{
    display: block;
    width: 79px;
    height: 20px;
    background: url("../commonButtons/closeButtonSM.gif") 0 0 no-repeat;
    text-decoration: none;
} 
.closeButtonSM a:hover
{
    background-position: -79px 0;
}
.back2Button a{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/back2Button.jpg") 0 0 no-repeat;
    text-decoration: none;
} 
.back2Button a:hover
{
    background-position: -116px 0;
}


/* SEND DOCUMENT AND EMAIL */
#sendDoc a
{
    display: block;
    width: 111px;
    height: 25px;
    background: url("../images3/sendDocButton.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0 1em 0em 0em;
    float: left;
} 
#sendDoc a:hover{
    background-position: -111px 0;
}
#sendEmail a{
    display: block;
    width: 111px;
    height: 25px;
    background: url("../images3/sendEmailButton.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0 0 0em -0.5em;
    float: left;
    
} 
#sendEmail a:hover{
    background-position: -111px 0;
}
#addFile a{
    display: block;
    width: 79px;
    height: 20px;
    background: url("../commonButtons/addFileButton.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0 0 0em -0.5em;
    float: left;
    
} 
#addFile a:hover{
    background-position: -79px 0;
}


/* DETAILS PAGE */
#showRetHist a
{
    display: block;
    width: 162px;
    height: 24px;
    background: url("../images3/detailsPage/showRetHistButton.gif") 0 0 no-repeat;
    text-decoration: none;
    margin-top:0.3em;
} 
#showRetHist a:hover
{
    background-position: -162px 0;
}
#extRet a
{
    display: block;
    width: 162px;
    height: 24px;
    background: url("../images3/detailsPage/extRetPeriod.gif") 0 0 no-repeat;
    text-decoration: none;
} 
#extRet a:hover
{
    background-position: -162px 0;
}


/* DOCUMENT */
#nextYlButton a
{
    display: block;
    width: 105px;
    height: 52px;
    background: url("../images3/sendDocument/nextButton.png") 0 0 no-repeat;
    text-decoration: none;
    float:right;
} 
#nextYlButton a:hover
{
    background-position: -105px 0;
}
#cancelYlButton a
{
    display: block;
    width: 105px;
    height: 52px;
    background: url("../images3/sendDocument/cancelButton.png") 0 0 no-repeat;
    text-decoration: none;
    float:right;
} 
#cancelYlButton a:hover
{
    background-position: -105px 0;
}
#submitYlButton a
{
    display: block;
    width: 105px;
    height: 52px;
    background: url("../images3/sendDocument/submitButton.png") 0 0 no-repeat;
    text-decoration: none;
    float:right;
} 
#submitYlButton a:hover
{
    background-position: -105px 0;
}
#doneYlButton a
{
    display: block;
    width: 105px;
    height: 52px;
    background: url("../images3/sendDocument/doneButton.png") 0 0 no-repeat;
    text-decoration: none;
    float:right;
} 
#doneYlButton a:hover
{
    background-position: -105px 0;
}
#addFileYlButton a
{
    display: block;
    width: 76px;
    height: 16px;
    background: url("../images3/sendDocument/addFile.png") 0 0 no-repeat;
    text-decoration: none;
} 
#addFileYlButton a:hover
{
    background-position: -76px 0;
}
.infoButton a
{
    display: block;
    width: 21px;
    height: 22px;
    background: url("../images3/sendDocument/infoButton.png") 0 0 no-repeat;
    text-decoration: none;
} 
.infoButton a:hover
{
    background-position: -21px 0;
}
.removeButton a
{
    display: block;
    width: 21px;
    height: 22px;
    background: url("../images3/sendDocument/xButton.png") 0 0 no-repeat;
    text-decoration: none;
} 
.removeButton a:hover
{
    background-position: -21px 0;
}


/* EMAIL */
.toButton a{
    display: block;
    width: 56px;
    height: 20px;
    background: url("../images3/emailProcess/toButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.toButton a:hover{
    background-position: -56px 0;
}
.ccButton a{
    display: block;
    width: 56px;
    height: 20px;
    background: url("../images3/emailProcess/ccButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.ccButton a:hover{
    background-position: -56px 0;
}
.sendButton a{
    display: block;
    width: 56px;
    height: 46px;
    background: url("../images3/emailProcess/sendButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.sendButton a:hover{
    background-position: -56px 0;
}
.bccButton a{
    display: block;
    width: 56px;
    height: 20px;
    background: url("../images3/emailProcess/bccButton.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.bccButton a:hover{
    background-position: -56px 0;
}
.copyButton a{
    display: block;
    width: 218px;
    height: 32px;
    background: url("../commonButtons/copyButton.png") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
.copyButton a:hover{
    background-position: -218px 0;
}


/* ADD CREDIT CARD */

.addCard a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/addCard.jpg") 0 0 no-repeat;
    text-decoration: none;
    float:left;
    margin-left:1em;
} 
.addCard a:hover
{
    background-position: -116px 0;
}

/* REPORTS PAGE */

.viewReport a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/viewReport.jpg") 0 0 no-repeat;
    text-decoration: none;
} 
.viewReport a:hover
{
    background-position: -116px 0;
}

/* ACTIVATE, IMPORT,SHARE */
.activateBtn a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/activateButton.png") 0 0 no-repeat;
    text-decoration: none;
    float:left;
} 
.activateBtn a:hover
{
    background-position: -116px 0;
}

.importBtn a
{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/importButton.png") 0 0 no-repeat;
    text-decoration: none;
    float:left;
} 
.importBtn a:hover
{
    background-position: -116px 0;
}
.shareFileButton a{
    display: block;
    width: 116px;
    height: 32px;
    background: url("../commonButtons/shareFileButton.jpg") 0 0 no-repeat;
    text-decoration: none;
} 
.shareFileButton a:hover
{
    background-position: -116px 0;
}
.shareYellow a{
    display: block;
    width: 76px;
    height: 24px;
    background: url("../commonButtons/shareBtn.png") 0 0 no-repeat;
    text-decoration: none;
} 
.shareYellow a:hover
{
    background-position: -76px 0;
}


/* ADD NEW TAG */
.addNewTag a
{
    display: block;
    width: 91px;
    height: 16px;
    background: url("../commonButtons/newTagButton.gif") 0 0 no-repeat;
    text-decoration: none;
    float:left;
    background-position: -91px 0;
    margin-top:1em;
} 
.addNewTag a:hover
{
    background-position: -182px 0;
}
.addTag a
{
    display: block;
    width: 91px;
    height: 16px;
    background: url("../commonButtons/addNewTag.gif") 0 0 no-repeat;
    text-decoration: none;
    float:left;
} 
.addTag a:hover
{
    background-position: -91px 0;
    
}

/* QUICKVIEW */
.qvEmailBtn a
{
    display: block;
    width: 197px;
    height: 53px;
    background: url("../commonButtons/qvEmailBtn.png") 0 0 no-repeat;
    text-decoration: none;
} 
.qvEmailBtn a:hover
{
    background-position: -197px 0;
}
.qvMailBtn a
{
    display: block;
    width: 197px;
    height: 53px;
    background: url("../commonButtons/qvMailBtn.png") 0 0 no-repeat;
    text-decoration: none;
} 
.qvMailBtn a:hover
{
    background-position: -197px 0;
}
.qvUploadBtn a
{
    display: block;
    width: 197px;
    height: 53px;
    background: url("../commonButtons/qvUploadBtn.png") 0 0 no-repeat;
    text-decoration: none;
} 
.qvUploadBtn a:hover
{
    background-position: -197px 0;
}

.testDocBtn a
{
    display: block;
    width: 205px;
    height: 64px;
    background: url("../commonButtons/testDocButton.jpg") 0 0 no-repeat;
    text-decoration: none;
} 
.testDocBtn a:hover
{
    background-position: -205px 0;
}

/* NEW BILLING ACCOUNT */

.bilAccntBtn a
{
    display: block;
    width: 140px;
    height: 57px;
    background: url("../commonButtons/billAccnt.png") 0 0 no-repeat;
    text-decoration: none;
} 
.bilAccntBtn a:hover
{
    background-position: -140px 0;
}

.newCCBtn a
{
    display: block;
    width: 140px;
    height: 57px;
    background: url("../commonButtons/newCC.png") 0 0 no-repeat;
    text-decoration: none;
} 
.newCCBtn a:hover
{
    background-position: -140px 0;
}


/* FILE VIEW RIGHT PANE ROLLOVERS */

.det a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.det a:hover {
background: url("../commonButtons/detBg.gif") no-repeat; 
}

.mlb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.mlb a:hover {
background: url("../commonButtons/mailBg.gif") no-repeat; 
}

.emlb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}

.emlb a:hover {
background: url("../commonButtons/emailBg.gif") no-repeat; 
}

.rnb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.rnb a:hover {
background: url("../commonButtons/renameBg.gif") no-repeat; 
}

.movbg a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.movbg a:hover {
background: url("../commonButtons/moveBg.gif") no-repeat; 
}

.mlb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.mlb a:hover {
background: url("../commonButtons/mailBg.gif") no-repeat; 
}

.ret a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.ret a:hover {
background: url("../commonButtons/retBg.gif") no-repeat; 
}

.rhb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.rhb a:hover {
background: url("../commonButtons/rhbBg.gif") no-repeat; 
}

.delb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.delb a:hover {
background: url("../commonButtons/delBg.gif") no-repeat; 
}

.rrb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.rrb a:hover {
background: url("../commonButtons/rrBg.gif") no-repeat; 
}

.shb a {
background:#f1f7fe;
width:230px;
height:21px;
display:block;
padding-top:2px;
}
.shb a:hover {
background: url("../commonButtons/shrBg.gif") no-repeat; 
}

/* Demo */
#demo a{
    display: block;
    width: 168px;
    height: 132px;
    background: url("../commonButtons/demoBtn.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
#demo a:hover{
    background-position: -168px 0;
}

/* Demo Small*/
#demoSm a{
    display: block;
    width: 90px;
    height: 55px;
    background: url("../commonButtons/demoBtnSm.png") 0 0 no-repeat;
    text-decoration: none;
   
} 
#demoSm a:hover{
    background-position: -90px 0;
}