﻿/* Data Web Control Styles */

.ReportDataWebControlStyle
{
    font-size: 11px;
    line-height: 18px;
    background-color:white;
    width: 517px;
    color: #444444;    
}

.ReportDataWebControlStyle td
{
    border-bottom: white 1px solid;
}

.ReportDataListWebControlStyle
{
    font-size: 8pt;
    line-height: 18px;
    background-color:white;
}

.ReportDataListWebControlStyle td
{
    border-bottom: none;
}

.ReportHeaderStyle
{
    background-color: white;
    color: #ff6600;
    font-weight: normal;
    text-align:left;
    height: 25px;
}

.ReportHeaderStyle a:visited
{
    color: #ff6600;
    text-align:left;
    text-decoration:none;
    font-weight: normal;
}

.ReportHeaderStyle a
{
    color: #ff6600;
    text-align:left;
    text-decoration:none;    
    font-weight: normal;
}

.ReportHeaderStyle a:hover
{
    color: #ff6600;
    text-align:left;
    text-decoration:underline;
    font-weight: normal;
}

.ReportHeaderStyle th
{
    border-bottom: #DDD 1px solid;     
}

.ReportFooterStyle
{
    height: 30px;
    background-color: white;
    font-weight:bold;
}

.ReportFooterStyle td
{
    border-bottom:  #DDD 1px solid;
    border-top: #DDD 1px solid;
}

.ReportAlternatingRowStyle
{
    background-color: white;
    color:#444444;
}

.ReportRowStyle
{
    background-color: white;
    color:#444444;
}

.ReportSelectedRowStyle
{
    background-color: white;
    color: black;
}

.ReportPagerRowStyle
{
    text-align: right;
}

.ReportPagerRowStyle td
{
    border-bottom: none;
}

.ReportGridViewEditRow td input
{
    font-family:Verdana;
    font-size:8pt;
}

.ReportGridViewEditRow td select
{
    font-family:Verdana;
    font-size:8pt;
}

.ReportDetailsViewEditRow td input
{
    font-family:Verdana;
    font-size:8pt;
    width:250px;
}

.ReportDetailsViewEditRow td select
{
    font-family:Verdana;
    font-size:8pt;
    width:256px;
}

.ReportDetailsViewEditRow td textarea
{
    font-family:Verdana;
    font-size:8pt;
    width:250px;
}

.ReportCommandRowStyle td
{
    border-bottom: none;
}
#Header
{
    background-image: url(../../EmailHeaders/DailySalesRegister.gif); 
    background-repeat:no-repeat; 
    height:55px;
}

.PageBreak
{
    page-break-after: always;
    
}
