/* sft_sky.css >> Style Sheet for "Sky" Storefront Theme */

body {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

td {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

.pageBgColor {
   background-color: #FFFFFF;
   }

.pageFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

.catNavBgColor {
   background-color: #f1f2ed;
   }

.catNavFontColor {
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   }

.catNavLinkColor {
   color: #FFFFFF;
   font-size: 10pt;
   text-decoration: underline;
   font-weight: bold;
   }

.featureBgColor {
   background-color: #DCDCDC;
   }

.featureFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: bold;
   }

.specialBgColor {
   background-color: #3333CC;
   }

.specialFontColor {
   color: #FFFFFF;
   font-size: 12pt; 
   font-weight: bold;
   }

.specialBorderColor {
   background-color: #3333CC; 
   }
 
.ruleColor {
   color: #666699;
   }

.tableHeaderBgColor {
   background-color: #9999FF;
   }

.tableHeaderFontColor {
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   }

.tableDataBgColor {
   background-color: #FFFFFF;
   }

.tableDataAltColor {
   background-color: #CCCCCC;
   }

.tableDataFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

/* experimenting with CSS-controlled images */

.pageBannerImg {
   background-image: url(/images/sft_sky_banner.gif);
   background-repeat: repeat;
   }

.pageBannerCurveImg {
   background-image: url(/images/sft_sky_bannerCurve.gif);
   background-repeat: no-repeat;
   }
   
.aboutButImg {
   background-image: url(/images/sft_sky_aboutButton.gif);
   background-repeat: no-repeat;
   }

.policyButImg {
   background-image: url(/images/sft_sky_policyButton.gif);
   background-repeat: no-repeat;
   }

.auctionButImg {
   background-image: url(/images/sft_sky_auctionButton.gif);
   background-repeat: no-repeat;
   }

.trackButImg {
   background-image: url(/images/sft_sky_trackButton.gif);
   background-repeat: no-repeat;
   }
   
.catNavTopImg {
   background-image: url(/images/sft_sky_catTop.gif);
   background-repeat: no-repeat;
   }

.catNavBotImg {
   background-image: url(/images/sft_sky_catBot.gif);
   background-repeat: no-repeat;
   }

.goButImg {
   background-image: url(/images/sft_citrus_goButton.gif);
   background-repeat: no-repeat;
   }

.buyButImg {
   background-image: url(/images/sft_allThemes_buyButton.gif);
   background-repeat: no-repeat;
   }





