﻿/*
Colors used:

    main blue = #5D8093
    main tan = #B79764
    
    selected sort by header = #5D8093
    header (not sorted by) = #6B92A5

    red (errors, notifications) = #D95D5D
*/

a.gridColumnHeader:link
{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 1em;
}

a.gridColumnHeader:visited
{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 1em;
}

a.gridColumnHeader:active
{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 1em;
}

a.gridColumnHeader:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 1em;
}

a.gridData:link
{
	text-decoration: underline;
	color: #5D8093;
	font-size: 1em;
}

a.gridData:visited
{
	text-decoration: underline;
	color: #5D8093;
	font-size: 1em;
}

a.gridData:active
{
	text-decoration: underline;
	color: #5D8093;
	font-size: 1em;
}

a.gridData:hover
{
	text-decoration: underline;
	color: #5D8093;
	font-size: 1em;
}

.divControlPanel
{
    padding: 10px;        
    background-color: #DDCBAF;
    font-size: 0.9em;
    overflow: auto;
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #B79764;
    margin-bottom: 15px;
}

.divLightControlPanel
{
    padding: 10px;        
    background-color: #EFE5D7;
    font-size: 0.9em;
    overflow: hidden;
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #B79764;
    margin-bottom: 15px;
}

.divFilterSet
{
    padding-right: 35px;    
    float: left;
    width: auto;
}

.divFilterErrors
{
    padding-right: 35px;    
    float: left; 
    width: auto;
    color: #D95D5D;
    font-weight: bold;
}

.divBtnFilter
{
    vertical-align: bottom; 
    text-align: right; 
    width: 100%;
    clear: both;
}

.grid th, .grid td
{
    padding: 3px;
}

.grid
{
    width: 100%;
    font-size: 0.9em;
}

.grid th
{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #6B92A5;
    font-weight: bold;
}

.grid .thSorted
{
    background-color: #5D8093;    
}

.grid td
{
    border: 1px solid #FFFFFF;
}

.grid ul
{
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

.gridHeader
{
}

.gridAlternatingRow
{
    /*background-color: #EAE2D5;*/
    background-color: #EFE5D7;    
    
}

.gridRow
{
    /*background-color: #E2D5C0;*/
    background-color: #DDCBAF;
}

.gridEmptyRow
{
    color: #D95D5D;
    font-weight: normal;
}

.gridEmptyRow td
{
    padding-left: 25px;
}

.imgGridCalendar
{
    margin-left: 2px; 
    cursor: pointer; 
    display: inline;
}

.txtGridDateFilter
{
    width: 70px;    
}

.gridRow
{
    vertical-align: top;    
}

.gridAlternatingRow
{
    vertical-align: top;    
}

.txtGridQuantity
{
    width: 50px;    
}

.pnlGridFooterControls
{
    padding: 10px;    
    background-color: #DDCBAF;
    font-size: 0.9em;
    overflow: inherit; /* was Auto */    
    border-top: 1px solid #B79764;    
    margin-top: 15px;
}

.divUpdateStatusControls
{
    clear: both; 
    vertical-align: bottom; 
    text-align: right; 
    width: 100%;       
}