/* ================================
    CSS STYLES FOR MyPORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: darkslateblue;
}

/* 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-weight: normal;
	font-size: 35px;
	color: silver;
	font-family: Tahoma;
}

/* background/border colors for the selected tab */
.TabBg
{
	border-left-color: black;
	border-bottom-color: black;
	color: navy;
	border-top-color: black;
	background-color: gold;
	border-right-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: black;
	border-bottom-color: black;
	color: navy;
	border-top-color: black;
	background-color: gray;
	border-right-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 15px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 13px;
	color: navy;
	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-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
A.SiteLink:link
{
	color: black;
	text-decoration: none;
}

A.SiteLink:visited
{
	color: black;
	text-decoration: none;
}

A.SiteLink:active
{
	color: black;
	text-decoration: none;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: purple;
}



/* 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, 'Alba Super' , 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 rendering QuickLinks */
.Quicklinks
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 12px
}
/* 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-image: url(..Data/hdr_poll3.png);*/
	background-repeat: no-repeat;
}
.ProductCategorySelectedItemBg
{
	background-color: purple;
}

.ProductCategoryItemBg
{
	background-color: lemonchiffon;
}

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: 14px;
    text-decoration: underline;
}

A.ProductListModelNameLink:hover, A.ProductListModelNameLink:active
{
    color: darkred;
    font-family: Verdana, Arial;
    font-size: 14px;
    text-decoration: underline;
}

.ProductListUnitPrice
{
	font-size: 12px;
	color: maroon;
	font-family: Verdana, Arial;
}

.ProductSaleItem
{
    color: green;
    font-family: Verdana, Arial;
    font-size: 12px
}

A.AddToCartText:link, A.AddToCartText:visited
{
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}

A.AddToCartText:hover, A.AddToCartText:active
{
    color: black;
    font-weight:bold;
    font-family: Verdana, Arial;
    font-size: 14px;
    text-decoration: underline;
}

/* Product Detail and Review pages */
.ProductDetailHeadBg
{
	background-color: darkslateblue;
}

.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;
}

/* Misc Store style settings */
.SmallLabel
{
	font-size: 12px;
}
.QuantityInStock
{
	font-size: 10pt;
	color: black;
}
.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    
}
.CartList
{
	border-right: olive 1px solid;
	border-top: olive 1px solid;
	border-left: olive 1px solid;
	border-bottom: olive 1px solid;
}
.CartList td
{
	border-color:Olive;	
}
.CartListHead
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	border-left: dimgray 1px solid;
	color: black;
	line-height: 20pt;
	border-bottom: dimgray;
	font-family: Verdana, Arial;
	background-color: lemonchiffon;
}

.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
{
	line-height: 10pt;
	background-color: #f1c67b;
}

.ContentHead
{
	border-right: olive 1px solid;
	border-top: olive 1px solid;
	font-weight: bold;
	font-size: 20px;
	border-left: olive 1px solid;
	color: olive;
	border-bottom: olive 1px solid;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: lemonchiffon;
}
/*******************************************************/
/* END IBS PORTAL STORE CSS SETTINGS  */
/*******************************************************/
