﻿body, div, td, input, select, textarea
{
    font-family: Arial;
    font-size: 12px;
}
a, a:visited, a:link
{
    color: gray;
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
    color: #000000;
}
.footerLinks a, .menuLinks a, .footerLinks a:visited
{
    font-weight: bold;
    color: #ff0000;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.menuLinks a, .menuLinks a:link, .menuLinks a:visited
{
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.menuLinks a:hover, .menuLinks a:active
{
    color: #ff0000;
    text-decoration: none;
}
.fieldLabel
{
    text-align: right;
    font-weight: bold;
}
.errorMessage
{
    color: #ff0000;
}
.successMessage
{
    color: Green;
}
.footer
{
    font-size: 11px;
}
.contentTitle
{
    color: #4b4b4b;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: -2px;
}
.requiredField
{
    font-weight: bold;
    color: #ff0000;
}
.itemTitle
{
    background-color: #cccccc;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}
.itemDates
{
    text-align: center;
    font-size: 11px;
    font-style: italic;
}
.itemDescription
{
    text-align: center;
    font-size: 11px;
}
.garmentTitle
{
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.gridHeader, .gridHeader a, .gridHeader a:visited, .gridHeader a:link
{
    background-image: url('/images/gridHeaderBG.gif');
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: Gray;
    text-decoration: none;
    border: 0px;
}
.gridHeader a:hover, .gridHeader a:active
{
    color: #000000;
}
.gridAlternatingItem
{
    background-color: #eeeeee;
}
.detailTitle
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
#headlineContainer, #headlineContainer a:link, #headlineContainer a:visited
{
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}
#headlineContainer a:hover, #headlineContainer a:active
{
	color: #eeeeee;	
}