﻿.viewbtnDelete, .editbtnDelete
{
    background-image: url('images/table/table_row_delete.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 8pt;
    background-color: #e7ecf0;
    border: 1px solid #ccc;
    border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    margin-right: 3px;
}

.viewbtnSave, .editbtnSave
{
    background-image: url('images/table/table_save.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e7ecf0;
    border: 1px solid #ccc;
    border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    margin-right: 3px;
}

.viewbtnReset, .editbtnReset
{
    background-image: url('images/table/table_refresh.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e7ecf0;
    border: 1px solid #ccc;
    border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    margin-right: 3px;
}

.applyFilter
{
    margin: 0px 3px 0px 0px !important;
    background-image: url('images/table/table_save.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 4px;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    border: 0px solid #ccc;
}

.viewButtons, editButtons
{
    padding-top: 10px;
}
.viewAudit, editAudit
{
    padding-top: 10px;
}

a.editTopLinkAdd, a.editTopLinkBack, a.viewTopLinkAdd, a.viewTopLinkBack, a.listTopLinkAdd
{
    text-decoration: none;
    color: #333333;
}
a.editTopLinkAdd:link, a.editTopLinkBack:link, a.viewTopLinkAdd:link, a.viewTopLinkBack:link, a.listTopLinkAdd:link 
{
    color: #333333;
}
a.editTopLinkAdd:visited, a.editTopLinkBack:visited, a.viewTopLinkAdd:visited, a.viewTopLinkBack:visited, a.listTopLinkAdd:visited
{
    color: #333333;
}
a.editTopLinkAdd:active, a.editTopLinkBack:active, a.viewTopLinkAdd:active, a.viewTopLinkBack:active, a.listTopLinkAdd:active
{
    color: #333333;
}
a.editTopLinkAdd:hover, a.editTopLinkBack:hover, a.viewTopLinkAdd:hover, a.viewTopLinkBack:hover, a.listTopLinkAdd:hover
{
    color: #333333;
}

.viewTopLinks, editTopLinks
{
    margin-bottom:8px;
}

.listTopLinks
{
    margin-bottom:8px;
}

.viewTopLinkAdd, .viewTopLinkBack, .editTopLinkAdd, .editTopLinkBack, .listTopLinkAdd
{
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 8pt;
    background-color: #e7ecf0;
    padding-right: 8px;
    border-bottom: #969696 1px solid;
    border-left: #ededed 1px solid;
    padding-bottom: 4px;
    border-right: #969696 1px solid;
    border-color: #ededed #CCCCCC #CCCCCC #ededed;
    margin-left: 3px;
}

.viewTopLinkAdd, .editTopLinkAdd
{
    background-image: url('images/table/table_row_insert.png');
}

.viewTopLinkBack, .editTopLinkBack
{
    background-image: url('images/arrow/arrow_left.png');
}

.listTopLinkAdd
{
    background-image: url('images/table/table_row_insert.png');
}

.filterFieldSet legend
{
    background-image: url('images/control/control_equalizer.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    background-color: #e7ecf0;
    padding-left: 25px;
    border-bottom: #969696 1px solid;
    border-left: #ededed 1px solid;
    padding-bottom: 4px;
    margin: 4px 0px 8px -12px;
    padding-right: 15px;
    font-size: 1em;
    border-top: #ededed 1px solid;
    font-weight: bold;
    border-right: #969696 1px solid;
    padding-top: 4px;
    _margin-top: 0px;
    border-color: #ededed #CCCCCC #CCCCCC #ededed;
    width: 97%;
}

.editDiv
{
    
}

.editDivLeft
{
    float: left; width: 50%;
}

.editDivRight
{
    float: right; width: 49%;
}

.editTable
{
    border-collapse: collapse;
}

.editHead
{
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align: left;
    vertical-align: top;
    padding-left: 12px;
    padding-right: 12px;
    padding-top:4px;
}

.editHead label
{
    font-size: 11px !important;
    line-height: 24px;
}

.editBody
{
    border-bottom: 0px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align:left;
    vertical-align:top;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    white-space:nowrap;
    font-size: 11px !important;
    line-height: 24px
}

.editBody hr
{
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #e3e3e3;
}

.editHead.Separator
{
    padding: 0px;
    border-top: 2px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align: left;
    vertical-align: middle;
    border-top-style: solid;
    font-weight: bold;
}

.editBody.Separator
{
    border-top: 2px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align:left;
    vertical-align:top;
    border-top-style: solid;
}

.viewDiv
{
    
}

.viewDivLeft
{
   float: left; width: 50% 
}

.viewDivRight
{
    float: right; width: 49%
}

.viewTable
{
    border-collapse: collapse;
}

.viewHead
{
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align: left;
    vertical-align: top;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
}

.viewHead label
{
    font-size: 11px !important;
    line-height: 24px;
}

.viewBody
{
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-color: #E7ECF0;
    text-align:left;
    vertical-align:top;
    padding-left: 7px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 4px;
    width:250px;
    font-size: 11px !important;
    line-height: 24px;
}

.viewBody input[type="checkbox"] 
{
    padding: 0px;
    margin: 0px;
    padding-top: 3px;
    margin-left: -1px;
}

.viewHead.Separator
{
    padding: 0px;
    border-top: 6px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align: left;
    vertical-align: middle;
    border-top-style: solid;
    font-weight: bold;
}

.viewBody.Separator
{
    border-top: 6px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align:left;
    vertical-align:top;
    border-top-style: solid;
}

.viewBody hr
{
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #e3e3e3;
}

.editBody input[type="text"], .editBody input[type="datetime"], .editBody input[type="number"]
{
    padding: 3px;
    border: 1px solid #D5DFE5;
    width: 230px;
}

.editBody textarea
{
    width: 230px;
    padding: 3px;
    border: 1px solid #D5DFE5;
}

.editBody select
{
    width: 238px;
    margin-left: 0px;
    padding: 2px;
    border: 1px solid #D5DFE5;
}

.filterDivLeft
{
    float: left; width: 50%;
}

.filterDivRight
{
    float: right; width: 49%;
}

.filterTable
{
    border-collapse: collapse;
}

/*screenbuttons*/
.screenbuttons li
{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    list-style-type: none;
    /* ie 6 & 7*/
    zoom: 1;
    *display:inline;
}

li.screenbutton a, li.screenbutton a:hover, li.screenbutton a:visited
{
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 2px;
    text-decoration: none;
    font-size: 11px;
}

li.screenbutton.list a
{
    background-image: url('images/table_16.png');
}

li.screenbutton.create a
{
    background-image: url('images/new_16.png');
}

li.screenbutton.view a
{
    background-image: url('images/view_16.png');
}

li.screenbutton.edit a
{
    background-image: url('images/edit_16.png');
}

li.screenbutton.expand a
{
    background-image: url('images/expand_16.png');
}

li.screenbutton.collapse a
{
    background-image: url('images/collapse_16.png');
}

.resultmessage
{
    background-repeat: no-repeat;
    background-position: 4px top;
    padding-left: 25px;
    margin-bottom: 6px;
}

.resultmessage .text
{
    font-weight: bold;
}

.resultmessage.success
{
	background-image: url('images/success.png');
}

.resultmessage.fail
{
	background-image: url('images/fail.png');
}

.resultmessage.info
{
	background-image: url('images/info.png');
}