﻿/* Master Page definitions */
body 
{
    font-family: Arial;
    font-size: 10pt;
    vertical-align: top;
}

.textPageHeader
{
    font-size: 24pt; 
    color: #491979; 
    font-weight: bold;
}

.textPageSubHeader
{
    font-size: 16pt; 
    color: #EC870E; 
    font-weight: bold;
}

.navigationTableDataCell
{
    width: 160;
    background-color: #f9f8fb;
}

.navigationTreeStyle
{
    color: #ec870e;
}

.masterPageContentArea
{
    vertical-align: top;
    text-align: left;
}

.masterPageFooter
{
    font-weight: normal; 
    font-size: 8pt; 
    color: gray;
    background-color: #f9f8fb;
    text-align:right;
}

/*Content Page Table Definitions */
.contentTableTopLeftCorner
{
    background-position: right bottom; 
    background-image: url(/images/topLeftCorner.gif); 
    width: 12px; 
    background-repeat: no-repeat; 
    height: 25px;
}

.contentTableTopGradientHeaderCell
{
    background-position: left bottom; 
    font-weight: bold; 
    font-size: 10pt; 
    background-image: url(/images/headerGradiant.gif); 
    color: #ef9932; 
    background-repeat: repeat-y; 
    background-color: #c0afd0; 
    font-variant: normal; 
    padding-right: 0px; 
    border-top: dimgray 1px solid; 
    margin-top: 1px; 
    padding-left: 0px; 
    margin-bottom: 1px; 
    padding-bottom: 0px; 
    padding-top: 0px; 
    border-bottom: dimgray 1px solid; 
    border-left-width: 1px; 
    border-left-color: #a3a3a3; 
    border-right-width: 1px; 
    border-right-color: #a3a3a3; 
    height: 25px;
}

.contentTableTopRightCorner
{
    background-position: left bottom; 
    background-image: url(/images/topRightCorner.gif); 
    width: 12px; 
    background-repeat: no-repeat; 
    height: 25px;
}

.contentTableLeftSide
{
    background-position: right top; 
    background-image: url(/images/verticalEdgeLineLeft.gif); 
    width: 12px; 
    background-repeat: repeat-y; 
    height: 18px;
}

.contentTableBottomLeftCorner
{
    background-position: right top; 
    background-image: url(/images/bottomLeftCorner.gif); 
    width: 12px; 
    background-repeat: no-repeat; 
    height: 10px
}

.contentTableBottomRightCorner
{
    background-position: left top; 
    background-image: url(/images/bottomRightCorner.gif); 
    width: 12px; 
    background-repeat: no-repeat; 
    height: 10px
}

.contentTableRightSide
{
    background-position: left top; 
    background-image: url(/images/verticalEdgeLineRight.gif); 
    width: 12px; 
    background-repeat: repeat-y; 
    height: 18px;
}

.contentTableBottomFooterCell
{
    background-position: left top; 
    background-attachment: scroll; 
    background-image: url(/images/bottomEdgeLine.gif); 
    background-repeat: repeat-x; 
    height: 10px
}

.salesTableContentRow
{
	VERTICAL-ALIGN: top; 
	TEXT-ALIGN: left
}