/* ================================
    CSS STYLES FOR IBM Store Systems UG
    v.1 11/27/2002
   ================================
*/   

BODY
{
}

/* Used in IBM as page headings*/
.HomeHead
{
    background-color: #006EA7;
    color: white;
    font-family: Arial, Geneva;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    text-indent: 12px;
}

/* Used in IBM*/
.ContentHead
{
    color:Black;
    font-family: Verdana, Arial, Geneva;
    font-size: 15px;
    font-weight: bold;
    height: 20px
}

/* Used in IBM for most body copy*/
.RegularText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 9px
}
/* Used in IBM for most white body copy*/
.RegularWhiteText
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 9px
}

/* Used in IBM as emphasis copy (RegisterDetails on register.aspx) */
.EmphasisText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 13px
}

/* Used in IBM as sub heading (ex.register page)*/
.SubContentHead
{
	background-color: #006EA7;
	color: white;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
}



/* Used in IBM as emphasis copy (RegisterDetails on register.aspx) */
.EventHeadBkdg
{
	color: white;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color:#006EA7;
	padding:2px;
	font-weight:normal;
	right: 1px;
}

.EventHead
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 13pt;
    font-weight:bold
}
/* */
.MenuItems
{
    color: white;
    font-family: Verdana, Arial, Geneva;
    font-size: 11px;
    font-weight: bold;
}

.MenuItems:Link, A.MenuItems:visited
{
	color: white;
    font-family: Verdana, Arial, Geneva;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

	

A.MostPopularItemText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}

.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px
}

.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
}

/* text style for the links */
A.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #dddddd;
    font-size: 11px;
}  

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: goldenrod;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* GENERAL */

/* 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    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.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;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: underline;
    color: Blue;
}

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 {
    height:1pt;
    text-align:left
}
.MenuItemsNew {
	color: #006EA7;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}
.SubContentHeadNew {
	background-color: #006EA7;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
	border: #006EA7;
	line-height: 16px;
	padding: 2px;
	text-indent: 2px;
}
.MenuItemsHeader {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.RegularTextCopy {

    color: #006EA7;
    font-family: Verdana, Arial;
    font-size: 9px
}
.EventHeadCopy {

    color: #006EA7;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 13pt;
    font-weight:bold
}
.EventHeadCopy2 {
	color: #006EA7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	font-weight:bold;
	text-indent: 3px;
}
