* {
   margin: 0;
   padding: 0;
}

img, table, td {
    border-width: 0;
}

ul, ol {
    margin-left: 1.25em;
}

img {
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    empty-cells: show;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #FFFFFF url('../images/master/bgDark.png') repeat scroll left top;
    color: #4E4E4E;
	font-family: Calibri,Arial,sans-serif;
	font-size: 80%;
}

table.window {
    width: 100%;
    height: 100%;

}
table.internal {
    border-collapse: separate;
    empty-cells: show;

}

td.marginLeft {
    width:50%;
    height:100%;
    background: transparent url('../images/master/bgMarginLeft.png') repeat-y scroll right top;
}

td.marginRight {
    width: 50%;
    height: 100%;
    background: transparent url('../images/master/bgMarginRight.png') repeat-y scroll left top;
}

td.marginCenter {
    height: 100%;
    background-color: #FFFFFF;
}

table.marginCenter {
    height: 100%;
}

table.headerUpper {
    width: 100%;
    border-bottom: 2px solid #D0AB7B;
    margin-top: 0.5em;
}

table.headerLower {
    width: 100%;
    margin-bottom: 0.5em;
}

.headerCellTop {
    padding: 0 7px 3px;
}

.headerCellBottom {
    padding: 3px 7px 0;
}

.headerCellSep {
    border-left: 2px solid #D0AB7B;
}

div.noscript {
    margin-bottom: 0.5em;
    text-align: center;
    white-space: nowrap;
}

table.footerUpper {
    width: 100%;
    margin: 0.5em 0;
    border-top: 2px solid #D0AB7B;
    border-bottom: 2px solid #D0AB7B;
}

div.footerLower {
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
}

td.footerItem {
    padding: 3px;
    vertical-align: middle;
    text-align: center;
}

.headerLink {
    text-decoration: none;
    font-weight: bold;
	color: #4E4E4E;
}

.highlight {
    font-weight: bold;
    color: #00539F;
}

.invHighlight {
    background-color: #00539F;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
}

.invHighlightDisabled {
    background-color: #BFD4E7;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
}

.warn {
    color: red;
}












td.tdGreyLabel{
	text-decoration:none;
	color: #4E4E4E;
	font-weight: bold;
}

td.txtGray
{
	color: #4E4E4E;
}

td.cellHeader
{
	color: #FFFFFF;
	font-size: 18px;
}

td.flyer a
{
	color: #00539F;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
.dataRow{
	vertical-align:middle; background-color:white;
}
.dataRowAlt{
	vertical-align:middle; background-color:white;
}
.tableBorders{
	border: solid;
	border-color: #4E4E4E; 
	border-width: 2px;
}

td.tdProductSearch{
	border-bottom: solid;
	border-bottom-color: #4E4E4E; 
	border-bottom-width: 2px;
	border-right: solid; 
	border-right-color: #4E4E4E; 
	border-right-width: 2px;	
}

table.tblProductSearch{
	border-top: solid;
	border-top-color: #4E4E4E; 
	border-top-width: 2px;
	border-left: solid; 
	border-left-color: #4E4E4E; 
	border-left-width: 2px;
}

td.tdSeries{
}

td.tdSeriesHide{
	display:none;
}
