﻿/* ================================
    CSS STYLES FOR THE PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* MM removed header bg)*/
/* MM Changed font-family from VHS  to AHVS *//*
.HeadBg
{
    background-color: #FFFFFF;
} */

/* background color for the content part of the pages */
/*Body
{
    background-color: #FFFFFF;
} */
/*
Body
{
    background: url( 'images/body_bg.gif' ) repeat left top;
}*\
/*
bodyClass
{
    background-color: White;
}
*\
    
/* PAGE BANNER */
/* 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: Arial,Helvetica,Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:White;
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color: #cccccc; /*border-color: #008A3F;*/
}
.mainTable
{
	
	background-color:white;
}

/* background/border colors for the unselected tabs */
/* MM changed baground color */
.OtherTabsBg {
    background-color: #CCCCCC;
    color: white;
    font-size: 11px;

}
.mainContentPanel
{
width:510px;
}
.MiddleEffects
{
background-image: url('images/page_shadow_left.gif'); 
background-repeat: repeat-y;
background-position:right;
background-color:white;
visibility:visible;
width:auto;
}
.widthFive
{
	width:5px;
}
.RightPane
{
	background-image: url('../images/page_shadow_right.gif');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.RightPaneSml
{
	background-image: url('../images/page_shadow_right.gif');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	width:5px;
}
.LeftPane
{
	padding: 0px;
	margin: 0px;
	background-image: url('../images/page_shadow_left.gif');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
.LeftPaneSml
{
	background-image:url('../images/page_shadow_left.gif');
	background-repeat:repeat-y;
	background-position:left;
	background-color: #FFFFFF;
	width:5px;
}
/* text style for the selected tab */
.SelectedTab {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    background-color: #CCCCCC;
    color:#272727;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    color:white;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
/* MM changed font-color */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#272727;
}
/* MM changed font-color */
A.OtherTabs:visited {
    text-decoration:    none;
    color:#272727;
}
/*MM changed font color */
A.OtherTabs:active  {
    text-decoration:    none;
    color:#008A3F;
}
/* MM removed underline from Hover, and changed text color*/
A.OtherTabs:hover   
{
    color:#008A3F;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial,Helvetica,Verdana,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  
/* MM  removed underline*/  {
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial,Helvetica,Verdana,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: Arial,Helvetica,Verdana,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #008A3F;
}



/* GENERAL */
/* style for module titles */
.Head   {
    /*font-family: Verdana, Helvetica, sans-serif;*/
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  14px;
    line-height: 20px;
    font-weight:    bold;
    color:#008A3F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for Lean Quote buttons to accomodate Korean text */
.NormalButton-Kor
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;   
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial,Helvetica,Verdana,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: Maroon;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Maroon;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Maroon;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: Red;
}
    

/* GENERIC */
H1  {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #008A3F;
}

H4  {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #008A3F;
}

H5, DT  {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #008A3F;
}

H6  {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #008A3F;
}

TFOOT, THEAD    {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  12px;
    color: #008A3F;
}

TH  {
    vertical-align: baseline;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size:  12px;
    font-weight:    bold;
    background-color: #008A3F;
    /*border-color:#006020;*/
    color: white;
}

/*EXTRA*/
TD /*Just like Normal to avoid creatind div class= tag every time...*/
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}



A:link  {
    text-decoration:    none;
    color:  #008A3F;
}

A:visited   {
    text-decoration:    none;
    color:  #008A3F;
}

A:active    {
    text-decoration:    none;
    color:  #008A3F;
}
/* MM removed underline */
A:hover {
    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:  Gray;
    height:1pt;
    text-align:left;
    /*visibility: hidden; to be consistent with littelfuse.com*/  
}



/*lf.css definitions*/
div#ind_sol {margin-top:20px;margin-right:1px;padding-top:20px;border-top:1px solid #999;}

div#ind_sol table tr td {vertical-align:top;}
div#ind_sol table tr td a {font-size:10px;color:#444;text-decoration:none;margin:0;padding:0;}
div#ind_sol table tr td a:hover {color:#008A3F;}
div#ind_sol table tr td a.icon img {margin:2px 0 0 2px;}
div#ind_sol table tr td a.icon {display:block;width:64px;height:64px;border:1px solid #999;}
div#ind_sol table tr td a.icon:hover {border-color:#444;}

h1,h2,h3,h4,h5,h6 {color:#008A3F;font-weight:bold;line-height:100%;margin:0;}

/* MM Definitions */
