/* ================================
    CSS STYLES FOR GS Order PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #000099;
}

/* background color for the content part of the pages */
.Body
{
    background-color: white;
}
.GridBG
{
	background-color:lightsteelblue;
}
.HighlightBg
{
	background-color:Yellow;	
}
.HighlightPBg
{
	background-color:#ff0099;
}
.HighlightNone
{
	background-color:Transparent;
}

/* 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:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: yellow;
    border-color: Gray;
    line-height:24px;
    background-image: url(images/SelectedTab.bmp);
    text-align: center;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: cornflowerblue;
    border-color: darkblue;
    /* border-style:ridge;
    border-width:thick; */
    background-image: url(images/OtherTab2.bmp);
    line-height:24px;
    text-align: center;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#000099;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    /* light gray */
    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;
}

.SiteLinkY
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
A.SiteLinkY:link
{
	text-decoration:    none;
    color:yellow;
}
A.SiteLinkY:visited
{
	text-decoration:    none;
    color:yellow;
}
A.SiteLinkY:active
{
	text-decoration:    none;
    color:yellow;
}
A.SiteLinkY:hover
{
	text-decoration:    underline;
    color:#eeeeee;
}
/* style for separator between site links */
.Accent
{
    color: yellow;
    font-weight: bold;
}



/* 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: black;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    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: black;
}

/* 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: 10px;
    font-weight: normal;
    line-height: 11px;  
    color:Black;  
}
/* text style used for warning messages */
.Warning
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;  
    color:Red;  
}
.WarningSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;  
    color:Red;  
}
/* text style for the order header grid */
.OrderHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;  
    color:black;
    background-color:lightsteelblue;
}
.OrderHeaderBold
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;  
    color:black;
    background-color:lightsteelblue;
}
/* text style used for better price on po grid */
.OnContract
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;  
    color: Red; 
}

/* text style used for alternating grids */
.AlternatingItem
{
	font-weight: normal;
	font-size: 10px;
	color: navy;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F0F8FF;
}

/* txt style used for editing grid rows */
.EditItemStyle
{
	font-weight: normal;
	font-size: 10px;
	width: 40px;
	color: #000099;
	line-height: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffff00;
}

/* text style used for selected rows in a grid */
.SelectedItem
{
	font-weight: normal;
	font-size: 10px;
	color: #000099;
	line-height: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #ffff00;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for Item Details Description Labels */
.DetailHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Navy;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style for most drop down list boxes */
.NormalList
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	color:Navy;
}

/* 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: bold;
    color: Blue;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {
    text-decoration:    underline;
    color: #ff0099;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #ff0099;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ff0099;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: darkred;
    
}

.CommandButtonB1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: royalblue;
}
A.CommandButtonB1:active
{
	color:royalblue;
}
A.CommandButtonB1:link
{
	color:royalblue;
}
A.CommandButtonB1:visited
{
	color:royalblue;
}
A.CommandButtonB1:hover
{
	text-decoration:	underline;
	color:cadetblue;
}    
.CommandButtonB	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Blue;
}
A.CommandButtonB:link 
{
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonB:visited 
{
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonB:active
{
	text-decoration:	underline;
	color:	Blue
}
A.CommandButtonB:hover
{
	text-decoration:	underline;
	color:Navy
}

.CommandButtonDisabled
{
	border-right: gainsboro thin ridge;
	padding-right: 10px;
	border-top: gainsboro thin ridge;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/BlankButton_02-disabled.gif);
	margin-bottom: 1px;
    margin-top: 1px;
	border-left: gainsboro thin ridge;
	color: white;
	line-height: 24px;
	border-bottom: gainsboro thin ridge;
	font-family: Verdana, Helvetica, sans-serif;
	height: 24px;
	text-align: center;
}
A.CommandButtonDisabled:active
{
	color:White;
}
A.CommandButtonDisabled:link
{
	color:White;
}
A.CommandButtonDisabled:visited
{
	color:White;
}
A.CommandButtonDisabled:hover
{
	color:White;
}
.CommandButtonY1
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color:Yellow;
    background-image: url(images/BlankButton_02-over.gif);
    border-style:ridge;
    border-color:Yellow;
    border-width:thin;
	margin-bottom: 1px;
    margin-top: 1px;
    padding-left:10px;
    padding-right:10px;
    line-height:24px;
    text-align:center;
    color: royalblue;
    height:24px;
}
A.CommandButtonY1:active
{
	color:royalblue;	
}
A.CommandButtonY1:link
{
	color:royalblue;	
}
A.CommandButtonY1:visited
{
	color:royalblue;	
}
A.CommandButtonY1:hover
{
	text-decoration:	underline;
	color:#000099;	
}
.CommandButtonP1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color:lightpink;
    background-image: url(images/BlankButton_02.gif);
    border-style:ridge;
    border-color:#ff0099;
    border-width:thin;
	margin-bottom: 1px;
    margin-top: 1px;
    padding-left:10px;
    padding-right:10px;
    line-height:24px;
    text-align:center;
    color: White;
    height:24px;
}
A.CommandButtonP1:active
{
	color:White;
}
A.CommandButtonP1:link
{
	color:White;
}
A.CommandButtonP1:visited
{
	color:White;
}
A.CommandButtonP1:hover
{
	text-decoration:	underline;
	border-style:ridge;
	border-width: thin;
	border-color:Yellow; 
    background-image: url(images/BlankButton_02-over.gif);
	color:	#000099;
}    
.CommandButtonP2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0099;
}
A.CommandButtonP2:active
{
	color:#ff0099;
}
A.CommandButtonP2:link
{
	color:#ff0099;
}
A.CommandButtonP2:visited
{
	color:#ff0099;
}
A.CommandButtonP2:hover
{
	text-decoration:	underline;
	color:darkred;
}    
/* 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: black;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: black;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

A:link  {
    text-decoration:    none;
    font-weight:bold;
    color:  #ff0099;
}

A:visited   {
    text-decoration:    none;
    font-weight:bold;
    color:  #ff0099;
}

A:active    {
    text-decoration:    none;
    font-weight:bold;
    color:  #ff0099;
}

A:hover {
    text-decoration:    underline;
    font-weight:bold;
    color:  darkred;
}

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
}

