﻿.prodlinks A:link{color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none}
.prodlinks A:visited{color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none}
.prodlinks A:hover{color:#336699; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none}
.prodlinks A:active{color:#336699; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none}
.whitelinks A:link{color:white}
.whitelinks A:visited{color:white}
.whitelinks A:hover{color:white}
.whitelinks A:active{color:white}
.shopcart {color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.shopcart A:link{color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.shopcart A:visited{color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.shopcart A:hover{color:teal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.shopcart A:active{color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.drips {color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.drips A:link{color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.drips A:visited{color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.drips A:hover{color:teal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.drips A:active{color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.orderreview1 {color:teal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
.orderreview2 {color:black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt;}

.ResultsTableHeader { COLOR: white; BACKGROUND-COLOR: teal; border-style: ridge; }

.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 13em; /* 13 orig This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
    font-family: Batang; font-size: xx-small;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em; /* 6 */
    top: 100%;
    left: 0;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.SimpleEntertainmentMenu li /* all list items */
{
    width: 6em;
    background: #bbbbbb; /* eeeeee */
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
    background: Black;
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
    color: Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
    border: solid 1px #00ff00 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    border: solid 1px #ff0000 !important;
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    border: solid 1px #0000ff !important;
}

.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 3em;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    background:#7795BD;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 9em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 8.9em;
    top: -1em;
    z-index: 400;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    background:#7795BD url(bg_nav.gif) repeat-x;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: black;
    padding: 4px 2px 4px 8px;
    border:1px solid #648ABD;
    border-bottom: 0;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#7795BD;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    left: 9.5em;
    top: 0;
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 45em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}

.DRIPMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 0;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.DRIPMenu ul
{
    background:#7795BD;
}

/* Top tier */
.DRIPMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 170px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.DRIPMenu ul.AspNet-Menu ul
{
    width: 10.5em;	/* was 10.5em */
    left: 165px;	/* was 8.9em */
    top: -1em;
    z-index: 400;
}

.DRIPMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.DRIPMenu ul.AspNet-Menu li
{
    background:#7795BD url(bg_nav.gif) repeat-x;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.DRIPMenu ul.AspNet-Menu li a,
.DRIPMenu ul.AspNet-Menu li span
{
    color: black;
    padding: 4px 2px 4px 8px;
    border:1px solid #648ABD;
    border-bottom: 0;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.DRIPMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.DRIPMenu ul.AspNet-Menu li:hover, 
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#7795BD;
}

.DRIPMenu ul.AspNet-Menu li:hover a, 
.DRIPMenu ul.AspNet-Menu li:hover span, 
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.DRIPMenu ul.AspNet-Menu li:hover li:hover a, 
.DRIPMenu ul.AspNet-Menu li:hover li:hover span, 
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.DRIPMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.DRIPMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.DRIPMenu ul.AspNet-Menu li:hover ul a, 
.DRIPMenu ul.AspNet-Menu li:hover ul span, 
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.DRIPMenu ul.AspNet-Menu li:hover li:hover ul a, 
.DRIPMenu ul.AspNet-Menu li:hover li:hover ul span, 
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.DRIPMenu ul.AspNet-Menu li a:hover,
.DRIPMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.DRIPMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.DRIPMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    left: 9.5em;
    top: 0;
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 45em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.DRIPMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}

.PrettyGridView .AspNet-GridView
{
    width: 100%;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #00FFFF;
    background: #284775;
    font-weight: normal;
    padding: 2px;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #F7F6F3;
    background: #5D7B9D;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 2px;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: right;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}


table#sample {    background-color:#FFFFFF;    border: solid #000 0px;    width: 670px;  }
table#sample td {    padding: 0px;    border: solid #000 1px; }
.data {    color: #000000;    text-align: right;    background-color: #CCCCCC; }
.toprow {    font-style: normal;    text-align: center;    background-color: #FFFFCC; }
.leftcol {    font-weight: bold;    text-align: left;    width: 150px;    background-color: #CCCCCC; }
.caption {    background-color:#8080ff; color:white; border-style:ridge; border-width:0px; border-color:black; }
.jonleftcol2 { background-color:#8080ff; color:white; border-style:none; border-width:0px; border-color:black; width: 120px; text-align:left;}
.jonleftcol3 { background-color:#808080; color:white; border-style:none; border-width:0px; border-color:black; text-align:left;}
.jonrightcol2 { font-size:10pt; background-color:#409040; color:white; border-style:solid; border-width:0px; text-align:left; }
.jonleftcol { background-color:#808080; color:white; border-style:none; border-width:0px; border-color:black; width: 120px; text-align:left;}
.jonrightcol { font-size:10pt; background-color:#808080; color:white; border-style:solid; border-width:0px; text-align:left; }
.jonleftcol_nowidth { background-color:#808080; color:white; border-style:none; border-width:0px; border-color:black; text-align:left;}
.jonleftrightcol_nowidth { background-color:#808080; color:white; border-style:none; border-width:0px; border-color:black; text-align:right;}
.jonrightcol_nowidth { font-size:10pt; background-color:#808080; color:white; border-style:solid; border-width:0px; text-align:left; }
.jonrightrightcol_nowidth { font-size:10pt; background-color:#808080; color:white; border-style:solid; border-width:0px; text-align:right; }
.col1 {    text-align: left;    width: 120px;    background-color: #808080; color:White; }
.col2 {    text-align: left;    width: 220px;    background-color: #808080; color:White; }
.col3 {    text-align: left;    width: 140px;    background-color: #808080; color:White; }
.col4 {    text-align: left;    width: 190px;    background-color: #808080; color:White; }
.col4 A:link{color:white}
.col4 A:visited{color:white}
.col4 A:hover{color:white}
.col4 A:active{color:white}
.article1 { text-align: center; font-size:12pt; color:Black; font-family:Arial }
.headercountry1 { text-align: left; font-size:15pt; color:Navy; font-family:Arial; font-weight:bold }
.headercountry1 A:link{color:Navy;}
.headercountry1 A:visited{color:Navy;}
.headercountry1 A:hover{color:Navy;}
.headercountry1 A:active{color:Navy;}
.headercountry2 { text-align: left; font-size:12pt; color:Blue; font-family:Arial;}
.headercountry2 A:link{color:Navy;}
.headercountry2 A:visited{color:Navy;}
.headercountry2 A:hover{color:Navy;}
.headercountry2 A:active{color:Navy;}
.headercountry3 { text-align: left; font-size:10pt; color:Black; font-family:Arial; font-weight:bolder}
.headercountry4 { text-align: center; font-size:9pt; color:Black; font-family:Arial; font-style:italic}
.disclaimercol1 { text-align: left; font-size:9pt; color:Black; font-family:Arial; font-style:italic}
.disclaimercol2 { text-align: left; font-size:8pt; color:Black; font-family:Arial; font-style:normal}
.redpercent { text-align: left; color:Red; font-family:Arial; }
.greenpercent { text-align: left; color:Green; font-family:Arial; }
.redpercentsmall { color:Red;}
.greenpercentsmall { color:Green;}
.table1 { BACKGROUND-COLOR: White; border-style: ridge; }

  TABLE.DISCLAIMERTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color: White;
     width:670px;
     border-style:ridge;
     border-color:black;
     border-width:0px;
  }

.jenrow 
	{
	 font-family:arial;
     font-size:12pt;
     background-color:#8080ff;
     color:white;
     width:670px;
     border-style:solid;
     border-color:black;
     border-width:10px;
     text-align:center;
	}

  CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:ridge;
     border-width:2px;
     border-color:black;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#808080;
     width:670px;
     border-style:ridge;
     border-color:black;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
     text-align:left;
  }
  
  TR.JENTABLE
  { 
     font-family:arial;
     font-size:12pt;
     background-color:#8080ff;
     color:white;
     width:670px;
     border-style:ridge;
     border-color:black;
     border-width:2px;
     text-align:center;
  }



  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:left;
  }



















#EntertainmentMessage
{
    padding-top: 0em;
    padding-bottom: 5em;
    background-color: Maroon;
    clear: both;
}