﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #666633;
    color: White;
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #DDE1E1;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 14px;
}

.RowStyle
{
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 14px;
}

.SelectedRowStyle
{
    background-color: #00FF99;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 14px;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #666633;
    text-align: left;
    font-weight: bold;
    color: White;
}


/* Misc Styles */

.ExpensivePriceEmphasis
{
    font-weight: bold;
    font-style: italic;
}

.LowUnitsInStockEmphasis
{
    color: Red;
}

.AffordablePriceEmphasis
{
    background-color: Yellow;
}

.ProductPropertyLabel
{
    font-weight: bold;
    text-align: right;
}

.ProductPropertyValue
{
    padding-right: 35px;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.FloatLeft
{
    float: left;
    width: 33%;
    padding-right: 10px;
}
