﻿.documentfolder .icon_files, .documentfolder .icon_calendar
{
    top: -3px;
    position: relative;
    height: 25px;
    width: 25px;
}

.documentfolder .icon_files
{
    background: url(images/files.png) no-repeat;
}
.documentfolder .icon_calendar
{
    background: url(/_images/icon_calendar.png) no-repeat;
}

.documentfolder .addIcon
{
    width: 27px;
    height: 22px;
    background: url(images/add.png) no-repeat;
    cursor: pointer default;
}

.documentfolder.addFilesIcon
{
    width: 27px;
    height: 22px;
    background: url(images/addfiles.png) no-repeat;
    cursor: pointer default;
}

.documentfolder.deleteFilesIcon
{
    width: 27px;
    height: 22px;
    background: url(images/deletefiles.png) no-repeat;
    cursor: pointer default;
}

.documentfolder .submitIcon
{
    width: 30px;
    height: 20px;
    background: url(images/submit.png) no-repeat;
    cursor: pointer default;
}

.backIcon
{
    background: url(images/back.png) no-repeat;
}

.saveIcon
{
    width: 27px;
    height: 22px;
    background: url(images/save20.png) no-repeat;
    cursor: pointer default;
}

.AddLink
{
    padding-left: 30px;
    position: relative !important;
    vertical-align: middle;
    color: Black !important;
}

.AddLink:Hover
{
    color: #1da500 !important;
}

.DocumentsLink
{
    position: relative !important;
    vertical-align: middle;
    color: Black !important;
}

.DocumentsLink:Hover
{
    color: #1da500 !important;
}

.block_line_top_Right
{
    background-image: url(/_images/docs_block_line_top_right.png) !important;
}
.block_line_top_Left
{
    background-image: url(/_images/docs_block_line_top_left.png) !important;
}
.block_line_bottom_Right
{
    background-image: url(/_images/docs_block_line_bottom_right.png) !important;
}
.block_line_bottom_Left
{
    background-image: url(/_images/docs_block_line_bottom_left.png) !important;
}
.block_line_top
{
    background-image: url(/_images/docs_block_line_top.png) !important;
}
.block_line_bottom
{
    background-image: url(/_images/docs_block_line_bottom.png) !important;
}
.block_line_Right
{
    background-image: url(/_images/docs_block_line_right.png) !important;
}
.block_line_Left
{
    background-image: url(/_images/docs_block_line_left.png) !important;
}
.bodytext
{
    background-image: url(/_images/docs_block_line_bottom.png) !important;
}

.deleteIcon
{
    width: 27px;
    height: 22px;
    background: url(images/icon_delete.png) no-repeat;
    cursor: pointer default;
}

.editIcon
{
    width: 27px;
    height: 22px;
    background: url(images/icon_edit.png) no-repeat;
    cursor: pointer default;
}

.SubHeader
{
    color: #506f81;
    font-size: 12px;
}

.Header
{
    color: #506f81;
    font-size: 18px;
}

.LinkButtonSpacer
{
    background: none;
}
