/* ================================
    CSS STYLES FOR Respect Inc.,PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color:none;
}

/* background color for the content part of the pages */
Body
{
   // background-color:#FFFFFF;
      background-attachment: fixed;
	background-image: url(images/puzzlpplTrans4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#FFE6FF
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:#000066;
    border-color: #000066;
    text-decoration:none;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color:#000066;
    border-color:#000066;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#FFFFFF;
    font-weight:Bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:normal
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration: none;
    color:#FFFFFF	;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:active  {
    text-decoration:none;
    color:#FFFFFF;
}

A.OtherTabs:hover   
{
	font-weight: normal;
    text-decoration:none;
    color:#bdbdce;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight:normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #FFD499;
}

A.SiteLink:visited  {
    text-decoration:none;
    color:FFD499;
}

A.SiteLink:active   {
    text-decoration:none;
    color:#FFFFFF;
}

A.SiteLink:hover    {
    text-decoration:none;
    color:#FFFFFF;
}

/* style for separator between site links */
.Accent
{
    color:#958BC3;
    font-weight:bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion- Message Details*/    
.Message    {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-size: 14px;
    background-color: #014864;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color:#Ce0728;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight:Bold;
    color: #Ce0728;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#990033;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, sans-serif;
    font-size:  11px;
    font-weight:Normal;
    color:#990033;
}

/* text style used for most text rendered by modules */
.Normal
{   
    font-family: Arial,Verdana, , sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;  
    color:#2A3052;  
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#041864;
}

.NormalRed
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#ce0728
}

.NormalBold
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#041864
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#041864;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #041864;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #041864;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#041864;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #041864;
}

H2  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #041864;
}

H3  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #041864;
}

H4  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #041864;
}

H5, DT  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #041864;
}

H6  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #041864;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    color: #041864;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #041864;
}

A:link  {
    text-decoration:    none;
    color:#041864;
}

A:visited   {
    text-decoration:    none;
    color: #041864;
}

A:active    {
    text-decoration: underline;
    color: #041864;
}

A:hover {
    text-decoration:    underline;
    color: #041864;
}

A.red:link  {
    text-decoration:    none;
    color:##FF0000;
}

SMALL   {
    font-size:  10px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: 041864;
    height:1pt;
    text-align:left
}
/* Append this CSS code to your "portal.css" (default) file
/*	this will provide the initial style for the sub tabs.
/*	Feel free to modify this to match your site style.
/* ******************************************************
/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg {
    background-color:#bdbdce;
    border-color:#bdbdce;
}

/* background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
    background-color:#bdbdce;
    border-color:#bdbdce;
    margin-top: 0px;    
}

/* text style for the selected sub tab */
.SelectedSubTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color:#CE0728;
    font-weight:normal;
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #2A3052;
    text-decoration:none;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:none;
    color:#2A3052;
}

A.OtherSubTabs:visited {
    text-decoration:none;
    color:#2A3052;
}

A.OtherSubTabs:active  {
    text-decoration:none;
    color:#2A3052;
}

A.OtherSubTabs:hover   
{
	font-weight:normal;
    text-decoration:underline;
    color:#CEO728;
}

/* end of SUB tab section
/* *****************************************************

/*******************************************************/
/* IBS PORTAL STORE CSS SETTINGS  */
/*******************************************************/

/* Product Category module */
.ProductCategorySelectedItemBg
{
    background-color: 993366;
}

.ProductCategoryItemBg
{
    background-color: 993366;
}

A.ProductCategoryUnselectedLink:link, A.ProductCategoryUnselectedLink:visited
{
    color:FFFFFF;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}

A.ProductCategoryUnselectedLink:active, A.ProductCategoryUnselectedLink:hover
{
    color: FFD499;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration:Bold;
}

A.ProductCategorySelectedLink:link, A.ProductCategorySelectedLink:visited
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}

A.ProductCategorySelectedLink:active, A.ProductCategorySelectedLink:hover
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration:Bold;
}

/* Product List Module */
A.ProductListModelNameLink:link, A.ProductListModelNameLink:visited
{
    color: FFFFFF;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

A.ProductListModelNameLink:hover, A.ProductListModelNameLink:active
{
    color:FFD499;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

A.hotlink:visited   {
    text-decoration:    none;
    color: ##FF0000;
}

A.hotlink:active    {
    text-decoration: underline;
    color: ##FF0000;
}

A.hotlink:hover {
    text-decoration:    underline;
    color: ##FF0000;
}

.ProductListUnitPrice
{
    color: 2E5E3D;
    font-family: Verdana, Arial;
    font-size: 10px
}

.ProductSaleItem
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px
}

A.AddToCartText:link, A.AddToCartText:visited
{
    color: 2E5E3D;
    font-weight:bold;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}

A.AddToCartText:hover, A.AddToCartText:active
{
    color: FFD499;
    font-weight:bold;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline;
}

/* Product Detail and Review pages */
.ProductDetailHeadBg
{
    background-color: 993366;
}

.ProductDetailTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

.ProductDetailUnitPrice
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
}

.ProductDetailSalePrice
{
    color: Red;
    font-weight:bold;
    font-family: Verdana, Arial;
    font-size: 15px;
}

.ProductDetailModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
}

A.ProductDetailLinks:link, A.ProductDetailLinks:visited
{
    color: 2E5E3D;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

A.ProductDetailLinks:hover, A.ProductDetailLinks:active
{
    color: darkorange;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

/* Misc Store style settings */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/*******************************************************/
/* END IBS PORTAL STORE CSS SETTINGS  */
/*******************************************************/

