﻿/*  Css Style for Stocks US */
/*  Use only Arial, Helvetica, Times New Roman/Times, Veranda    */
body      {margin: 6px 8px 6px 8px; font-family : Veranda; }
table     { border-collapse:collapse; }
td        {font-family: Veranda;}
tr        {font-family: Veranda;}
a         {text-decoration:   none;  font-family:  Veranda;  color:  midnightblue;}
a:visited {text-decoration: none;  }
a:active  {text-decoration: none; }
a:hover   {text-decoration: underline; }
/*        Web Colors        
 * Dark:  Navy / #255788;            Teal / #006060)  DollarGreen / #1F8821
 * Light  Lavander / #ccffff         Aqua / #33cccc
 * Alt    WhiteSmoke / #e0ffff            / #f2fff2
 * set var(--SsClrTheme)
 * *** Always Change SsAccess.asps login dialog also... 
 */

.TopTbl     {color: #1F8821;}
.MNav       {background-color:#1F8821; } 
.MNav ul    {list-style:none; margin:0; padding:0; text-align:center; background-color:#1F8821; } 
.MNav li    {display:inline; color:White; }
.MNav a     {font-size: 11pt; color: White; margin: 0 12px 0 12px; }
.MNav a:hover   { color: yellow;} /* font-weight: bold;  */

/* Stocks Selection Lbl,Txt,Btn */  
.SLbl1      { font-size:8pt; height:10px; text-align:right; }
.STxt1      { font-size:8pt; height:10px; }
.SBtn1      { font-size:8pt; border-style: none;  }
.SDdl1      { font-size:1.2em; height:16px; border-style: none; margin:0px;  }
.SDdl1z      { font-size:8pt;  height:16px;  vertical-align:top; }
.CheckSmall input {width:15px; height:15px;}

.SusTbl1       {border:#1F8821 1px solid; }

.formButton  {border:# #cccccc outset; cursor: default;
              font-weight : bold; font-size: 11px; font-family: Arial;
              background-color:#1F8821; color:#1F8821; }
.Stockbtn    {background-color:#1F8821; color: White; height: 20px; }
.Stockbtn1   {background-color:#1F8821; color: White;  border: none; font-size: 8pt;  }
.Stockbtn2   {background-color:#1F8821; color: White;  height: 20px;  }
.Stocktr     {background-color:#1F8821; color: White; font-weight:  bold;}
.Stocktr a   {background-color:#1F8821; color: White; }
.Stocktr a:hover {text-decoration: underline; }
.Stockddl    {background-color: #f0fff0; color: Black; font-size:smaller; font-weight:bold; }
.Stocklbl1   {font-size: smaller; }
.Stocklbl1r  {font-size: smaller; text-align: right; }
.StockBdr1   {border:#1F8821 1px solid;  }
.StockBgDark  {background-color:#1F8821; color: White; } 
.StockBgLight { background-color: #f0fff0; color: Black; } 
/* */

/*** Gv - New GridView Css */ 
.Gv         {font-size: 8pt; border-color:#1F8821;border-Style:solid; Border-Width:1px; }
.Gv a       {font-size: 8pt; text-align: Left;  }
.GvHdr      {background-color:#1F8821; color: White;  font-weight: bold; }
.GvHdr a    {background-color:#1F8821; color: White;  font-weight: bold; }
.GvRow      {background-color: White;   color : black; }
.GvAlt      {background-color: #f8fff8; color: black; }
.GvSel      {background-color: #009999; color: #CCFF99; font-weight:  bold; }
.GvFtr      {background-color:#1F8821;  color:  White; }
.GvPgr      {background-color: #C0C0FF; color: #003399; text-align: Left; font-size: 8pt;}


/* Ford GridView 1 
.FGrid1     {font-size: 8pt;  padding: 1 1 1 1;     
             border-Color:#1F8821; border-Style: solid; Border-Width: 1px; }
.FGrid1 a   {font-size: 8pt; }
.FGrid1Hdr  {background-color:#1F8821;  Color:#1F8821;  font-weight: bold;}
.FGrid1Row  {background-color:#1F8821;  Color: black; }
.FGrid1Alt  {background-color: #CCFFFF; }
.FGrid1Sel  {background-color: #009999;  Color:  #CCFF99; }
.FGrid1Ftr  {background-color:#1F8821;  Color:  White; }
.FGrid1Pgr  {background-color: #C0C0FF;  Color: #003399;  text-align: left; }
*/

/* **  SGrid1 - Old GridView Css  **** Save it */
.SGrid1     {font-size: 8pt;  padding:  1px 1px 1px 1px;     
             border-Color:#1F8821; border-Style: solid; Border-Width: 1px; }
.SGrid1 a   {font-size: 8pt; }

/* Save old style
		<style type="text/css"> <!--
td        {font-family: Times;  }
tr        {font-family: Times;  }
a         {text-decoration: none; font-family : Times; }
a:visited {text-decoration: none; font-family : Times; }
a:active  {text-decoration: none; font-family : Times; }
a:hover   {background-color: LightGray; color: DarkBlue; text-decoration: underline; }
body      {font: Times; }

*/