/* ================================
    CSS STYLES FOR MyPORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-position: 0% 3px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: indigo;
}

/* background color for the content part of the pages */
Body {
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-size: 35px;
	color: yellow;
	font-family: Arial;
}

/* background/border colors for the selected tab */
.TabBg {
	border-right: navy 1px inset;
	border-top: navy 1px inset;
	border-left: navy 1px inset;
	border-bottom: navy 1px inset;
	background-color: lemonchiffon;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: goldenrod;
	border-right-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: bold;
	font-size: 15px;
	color: darkblue;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 13px;
	color: darkslateblue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent {
	font-weight: bold;
	color: yellow;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for category titles */
.CategoryHead {
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 20px;
	color: black;
	padding-top: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight: normal;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, 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: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

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: dimgrey;
    height:1pt;
    text-align:left
}
/*******************************************************/
/* STORE CSS SETTINGS  */
/*******************************************************/

/* Product Category -category control of the store module */
.ProductCategoryHeaderBg
{
	background-repeat: no-repeat;
}
.ProductCategorySelectedItemBg
{
	background-color: purple;
}

.ProductCategoryItemBg
{
    background-color: gainsboro;
}

A.ProductCategoryUnselectedLink:link, A.ProductCategoryUnselectedLink:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}

A.ProductCategoryUnselectedLink:active, A.ProductCategoryUnselectedLink:hover
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline;
}

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: underline;
}

/* Product List Module */
A.ProductListModelNameLink:link, A.ProductListModelNameLink:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

A.ProductListModelNameLink:hover, A.ProductListModelNameLink:active
{
    color: darkred;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: underline;
}

.ProductListUnitPrice
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.ProductSaleItem
{
    color: green;
    font-family: Verdana, Arial;
    font-size: 12px
}

A.AddToCartText:link, A.AddToCartText:visited
{
    color: black;
    font-weight:bold;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
}

A.AddToCartText:hover, A.AddToCartText:active
{
    color: black;
    font-weight:bold;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline;
}

/* Product Detail and Review pages */
.ProductDetailHeadBg
{
	background-color: purple;
}

.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: green;
    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: black;
    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;
}

/* Member Detail and Review pages */
.MemberDetailHeadBg
{
	background-color: indigo;
}

.MemberDetailTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #cccc99;
	font-family: Helvetica, sans-serif, Verdana;
}

.MemberDetailStreetAddress
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.MemberDetailCityStateZip
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.MemberDetailMemberPhone
{
	font-size: 12px;
	color: #808080;
	font-family: Verdana, Arial;
}

.MemberDetailCompanyURL
{
	font-size: 12px;
	color: blue;
	font-family: Tahoma;
}

A.MemberDetailLinks:link, A.MemberDetailLinks:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 14px;
    text-decoration: underline;
}

A.MemberDetailLinks:hover, A.MemberDetailLinks:active
{
	font-size: 12px;
	color: blue;
	font-family: Verdana, Arial;
}

/* Member List Module */
A.MemberListMemberNameLink:link, A.MemberListMemberNameLink:visited
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-family: Verdana, Arial;
}

A.MemberListMemberNameLink:hover, A.MemberListMemberNameLink:active
{
    color: darkred;
    font-family: Verdana, Arial;
    font-size: 15px;
    text-decoration: underline;
}

.MemberListStreetAddress
{
	font-size: 12px;
	color: gray;
	font-family: Verdana, Arial;
}

.MemberListCityStateZip
{
	font-size: 12pt;
	color: gray;
	font-family: Verdana, Arial;
}

/* Shopping Cart */

.CartListHead
{
    background-color: #dddca3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}

.ContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}
/*******************************************************/
/* END IBS PORTAL STORE CSS SETTINGS  */
/*******************************************************/

