﻿/*===========================================*/

/* Styles for Jigsaw Online Store*/


/*===========================================*/

.PortalStore_DataGrid_Header {
	background-color: white;
	color:red;
	font-family:Arial;
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
	border: none;
}





.PortalStore_NormalTextBox 
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    color:#333333;
}


.PortalStore_BasicBorder
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}


/*===========================================*/

/* Removed LinkButton styles */


/*===========================================*/


.PortalStore_NormalHelpText 
{
	color:Green;
	font-size:9pt;
	font-family:Verdana;
	text-align:left;
}

.PortalStore_NormalWarning
{
	font-family:Verdana;
	color:  #ff9900;
	font-size: 10pt;
	font-weight: bold;
}

.PortalStore_NormalText, .PortalStore_Normal, .PortalStore_PriceLabel, .PortalStore_Price_Regular
{
	color: #333333;
	font-size: 9pt;
	font-family:Verdana
}
.PortalStore_SubHeading
{
	color: #3366cc;
	font-size: 10pt;
	font-weight:bold;
	font-family:Verdana
}
.PortalStore_Heading
{
	color: #3366cc;
	font-size: 12pt;
	font-weight:bold;
	font-family: Verdana
}


/*	Portal Store Price Formatting */
/*  Price Label is used to set the label formatting (list price, price, on sale, save, etc) */
/*  Discounted is the discounted list price if there is a sale on */
/*  SalePrice is the on sale price formatting */
/*  DiscountPercent and SavingsAmount are the savings from retail to on sale price formatting */


/* Price Table Formatting */

TABLE.PortalStore_Price_Table
{
	border: none;
}

.PortalStore_Price_Discounted
{
	color: Navy;
	font-family: Verdana;
	text-decoration:line-through;
	font-size: 9pt;
	font-weight:normal;
}

.PortalStore_Price_SalePrice
{
	font-size: 9pt;
	font-family: Verdana;
	color: darkgreen;
}

.PortalStore_Price_DiscountPercent
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
	color: darkgreen;
}

.PortalStore_Price_SavingsAmount
{
	color: firebrick;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:bold;
}

.PortalStore_SunkenTable {
  border: gainsboro 4px inset;
}

.PortalStore_TabMenu {
z-index:1000;
}

.PortalStore_TabMenu_UnSelectedStyle {
	border:1px solid #000000;
	color: #000080;
	background-color: #CCCCCC;
	font-family:Verdana;
	font-size:9pt;
	padding: 5px;
	white-space:nowrap;
	margin: 0px;
}

.PortalStore_TabMenu_SelectedStyle {
border-left:1px solid #000000;
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid white;
color: #000080; 
padding: 5px;
margin: 0px;
white-space:nowrap;
background-color: #FFFFFF; 
font-family:Verdana; 
z-index:1000;
font-size:9pt
}

.PortalStore_TabMenu_DetailDiv {
border-left:1px solid #000000;
border-right:1px solid #000000; 
border-bottom:1px solid #000000; 
margin: 0px;
width:100px;
}

.PortalStore_TabMenu_TabDiv {
border-bottom:1px solid #000000; 
margin: 0px;
z-index:0;
width:100%;
}

.PortalStore_TabMenu_HoverStyle {
color: #FFFFFF; 
border: 1px solid #000000; 
padding: 5px;
margin: 0px;
white-space:nowrap;
background-color: #808080; 
font-family:Verdana; 
font-size:9pt
}
