﻿a
{
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #808080;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
    text-decoration: none;
}

h1
{
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

h2
{
}

h3
{
}

h4
{
}

h5
{
    margin-bottom: 4px;
}

h6
{
}

ul
{
    padding-left: 20px;
}

hr
{
    border-style: none;
    border-width: 0px;
    height: 1px;
    background-color: #808080;
    color: #666666;
}

.contentLeft
{
    width: 522px;
    overflow: hidden;
    padding-right: 0px;
}

.contentRight
{
    width: 503px;
    margin-left: 214px;
}

.contentWide
{
    width: 723px;
    
}

.contentHeaderLeft
{
    width: 100%;
    min-height: 54px;
    overflow: hidden;
    margin-right: 4px;
    margin-left: 2px;
}

.contentHeaderWide
{
    width: 100%;
    height: 54px;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px;
}

/* 1.5 Page formatting: Page content common parameters */
.StandardTextFrame
{
    padding: 5px 10px 9px 10px;
    text-align: left;
}

.Selected
{
    font-weight: bold;
    background-color: #FFAA2B;
}

/* 2.2.1 Text formatting: Special headers */
.header1
{
    font-size: 16px;
    color: #000000;
}

.proText
{
    font-size: 11px;
    color: #000000;
}
.proTextItalic
{
    font-style:italic;
    font-size: 11px;
    color: #000000;
}

.proItemNo
{
    font-size: 10px;
    color: #000000;
    font-weight: bolder;
}

.proStockText
{
    font-size: 11px;
    color: #000000;
}

.proItemPrice
{
    font-size: 11px;
    color: #000000;
    /*font-weight: bold;*/
}

.proItemListPrice
{
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    font-style: italic;
}

.headerMenuBar
{
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    left: 13px;
    position: relative;
    top: 1px;
}

.headerSmall
{
    font-size: 11px;
    color: #999999;
    font-weight: bold;
}

.errorMessage
{
    color: #FF0000;
}

/* 4.0 ASP.NET elements */
table.standard td
{
    padding-left: 4px;
    padding-top: 1px;
}

table.standard th, .GridViewHeader
{
    background-image: url(Images/gridHeader.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 23px;
    vertical-align: bottom;
    padding-bottom: 4px;
    padding-left: 4px;
}

table.standard
{
    width: 100%;
}

.AlternatingRowStyle
{
    background-color: #F7F6F2;
}
