/*---------------------------------------------------------
  FILE     : WEBTHEME.CSS        
  COPYRIGHT: 2001 to 2006 Reedholm Instruments, Co.
  AUTHOR(s): Jonathan Reedholm
  VERSION  : 1.16
  DATE     : 5/27/2003
 --------------------------------------------------------*/

/*----------------------------------------------------------
  REVISION HISTORY: 
    1.00 JSR 2/7/2001 SPR 2/1/2000-01
         Added header & comments
 .......................................................... 
    1.01 JSR 2/28/2001 SPR 2/1/2000-01
         Added style for banner data
 .......................................................... 
    1.02 JSR 3/2/2001 SPR 2/1/2000-01
         Added classes for menu LI, UL, A tags.
 .......................................................... 
    1.03 JSR 5/31/2001 SPR 2/1/2000-01
         Added classes for debug message area.
 .......................................................... 
    1.04 JSR 6/18/2001 SPR 2/1/2000-01
         Modified debug message area classes for separate
         browser window.
 .......................................................... 
    1.05 JSR 9/18/2001 SPR 2/1/2000-01
         Added class for hookup data iframes.
 .......................................................... 
    1.06 JSR 1/18/2002 SPR 2/1/2000-01
         Restored old version with comments, added two 
         known changes by Sarmad.
 .......................................................... 
    1.07 SSA 1/22/2002 SPR 2/1/2000-01
	 Change INPUT.PinCell width from 2.5em to 6em.
 .......................................................... 
    1.08 JSR 3/25/2002 SPR 2/1/2000-01
	 Modified theme, eliminating the background area
	 used with buttons.  Also, changed border of buttons,
	 background of headers, and border of headers.
	 Also took out padding in input cell--which was 
	 causing problem when dragging mouse in cell.  Not
	 sure why it was put in first place.
 ..........................................................
    1.09 JND 3/28/2002 SPR 2/1/2000-01 				 
         Added a TEXTAREA theme, just before the INPUT
         theme.
 ..........................................................
    1.10 JSR 4/7/2002 SPR 2/1/2000-01 				 
         Added Simulate theme.
 ..........................................................
    1.11 JSR 4/21/2002 SPR 2/1/2000-01 				 
         Change Simulate theme color and made bold the
         text for Online, offline, and simulate.  Colors
         show up better that way.
         Add label colors for listview radio buttons.
 ..........................................................
    1.12 GJP 4/22/2002 SPR 2/1/2000-01 				 
         Created a class just for result table.
         RItheme-result-tables
 ..........................................................
    1.13 GJP 8/27/2002 SPR 2/1/2000-01 				 
         Created a class Acquire status
         RItheme-AcquireStatus-tables
         Added SPAN.Integer, .Real, LongString, SingleChar
 ..........................................................
    1.14 GJP 9/16/2002 SPR 2/1/2000-01 				 
         Added Frozen label.
 ..........................................................
    1.15 JND 9/24/2002 SPR 2/1/2000-01 				 
         Added text-decoration:none to all types of links
         to prevent underlining in the menu.
 ..........................................................
    1.16 JSR 5/27/2003  				 
         Variation made from Intranet application theme
         for web site.
 ..........................................................
    1.17 JRsr 1/16/09  				 
         Indented h5 to match text.
 --------------------------------------------------------*/

/*----------------------------------------------------------
  WARNING: Don't edit this file using CSS Editor, it will 
           strip all the comments and some of the settings! 
           Use the Text editor.
 ---------------------------------------------------------*/

/*----------------------------------------------------------
  NOTES:
    This is main theme file for web site.  
 ...........................................................  
    For some reason, the font inheritance is not working
    like it is supposed to with some tags, including 
    INPUT and BUTTON.  Also, I'm unable to change the 
    browser fonts, such as tips and message-boxes--even
    though we are supposed to be able to.
    Thus, for now, I've hard coded the font size and font
    family for such tags.
 ---------------------------------------------------------*/
.RItheme
{
   /* JSR: Need to add font-family of all fonts, including
      foreign fonts.
   */   
    FONT-FAMILY: "System","Arial", "MingLiU",  
                 "Tahoma", "Times New Roman", "Symbol";
    font:menu;
    BACKGROUND-COLOR: Lightgrey; 
}
BODY
{
 /*----------------------------------------------------------
    The BODY tag was setup for the default font, colors, etc.
    It also sets the positioning so that positioning can be
    done with every page.
    By default, the body is hidden--see comment in NOTES.
 ---------------------------------------------------------*/
    FONT-FAMILY: "System", "Arial", "MingLiU",  
                 "Tahoma", "Times New Roman", "Symbol";
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    POSITION: absolute;
    TOP: 0px;
    Font:Menu;
    BACKGROUND-COLOR: white;
    Cursor:default;
}
P
{
  width:90%;
  margin-left:15px;
  margin:8px;
}
H1
{
/* header used for top of notes pages */
    vertical-align:middle;
    Text-Align : center;
    Font-size:larger;
    Font-weight:bold;
    background-color: white;
    border:None; 
    padding-bottom:2px;
    padding-top:10px;
    margin-bottom:5px;
    COLOR: black;
    Cursor:default;
}
H1.latest
{
/* Used for latest heading */
    vertical-align:middle;
    Text-Align : center;
    Font-size:larger;
    Font-weight:bold;
    background-color: white;
    border:none; 
    padding-bottom:2px;
    margin-bottom:0px;
    padding-top:3px;
    COLOR: black;
    Cursor:default;
}
H2
{
/* header used for each sub-item of notes pages */
    Text-Align : Left;
    Vertical-Align:Middle;
    Font-size:8pt;
    Font-weight:bold;
    background-color: white;
    border:inset 1px activecaption; 
    Padding-left:3px;
    margin-left:5px;
    Padding-bottom: 2px;
    margin-top:15px;
    margin-bottom:2px;
    COLOR: black;
    Cursor:default;
    width:91%;
}
H3
{
/* Used for main page list headers and when all items shown */
    Vertical-Align:Middle;
    Text-Align : Left;
    Font-size:10pt;
    Font-weight:bold;
    background-color: white;
    border:none; 
    Padding-left:3px;
    Padding-bottom: 2px; 
    Margin-bottom:0;
    COLOR: black;
    Cursor:default;
}
H5
{
    /* used in company info pages */   
    Text-Align: Left;
    Font-size:8pt;
    Font-weight:bold;
    COLOR: black;
    Margin-left:10px;
    background-color:white;
    Text-decoration:underline;
    Cursor:default;
}
A.std:link
{
    color: blue;
    background-color: white;
    text-decoration: none;
}
A.std:visited
{
    color: blue;
    background-color: white;
    text-decoration: none;
}
A.std:hover
{
  cursor:hand;
  text-decoration: underline;
}
A.std:focus
{
  cursor:hand;
  text-decoration: underline;
}
A.ltop:link
{
    color: black;
    background-color: white;
    text-decoration: none;
}
A.ltop:visited
{
    color: black;
    background-color: white;
    text-decoration: none;
}
A.ltop:hover
{
  cursor:hand;
  text-decoration: underline;
}
A.ltop:focus
{
  cursor:hand;
  text-decoration: underline;
}
A.menu:link
{
  color: white;
  background-color:purple;
  text-decoration: none;
  font-size: 10pt;
  Font-Weight: Bold;
  Font-Style: small-caps;
  margin:0;
  border:0;
  padding:0;
  cursor:hand;
}
A.menu:visited
{
  color: White;
  background-color:purple;
  text-decoration: none;
  font-size: 10pt;
  Font-Weight: Bold;
  Font-Style: small-caps;
  margin:0;
  border:0;
  padding:0;
  cursor:hand;
}
A.menu:active
{
  cursor:hand;
}
A.menu:hover
{
  cursor:hand;
  text-decoration: underline;
}
A.menu:focus
{
  cursor:hand;
  text-decoration: underline;
}

A.latest:link
{
  font:bold;
  color: yellow;
  background-color: red;
  text-decoration: none;
}
A.latest:visited
{
  color: yellow;
  background-color: red;
  text-decoration: none;
}
A.latest:focus
{
  cursor:hand;
  text-decoration: underline;
}
A.latest:hover
{
  cursor:hand;
  text-decoration: underline;
}

OPTION
{
  background-color: white;
  Font:8pt;
  FONT-family:"Arial";
  Cursor: hand;
}
SELECT
{
  background-color:white;
  Font:8pt;
  FONT-family:"Arial";
  Cursor:hand;
}
UL
{
 margin-top:0px;
 padding-top:0px;
 list-style: square outside none;  
}

INPUT
{
    FONT:menu;
    Vertical-align:middle;
    COLOR: windowtext;
    BACKGROUND-COLOR: white;
    Padding-left:0.2em;
    Margin:0;
}

.RItheme-result-tables TFOOT
{
  Border-Spacing:22 pt;
}

.RItheme-result-tables
{
 /*----------------------------------------------------------
    Used w/ training classes, hotels, etc.
 ---------------------------------------------------------*/
  Border-Style:solid;
  Border-Width:2;
  FONT-Size: 8 pt;
  Text-Align: Center;
  table-layout: auto;
  margin-left:20px;
  margin-top:10px;
  margin-right:5px;
}

.RItheme-result-tables TR
{
 /*----------------------------------------------------------
    This class is used when tables are used to group
    input boxes and labels together. For test result table.
    Uses the standard theme for tables.
 ---------------------------------------------------------*/
  Border-Style:solid;
  Border-Width:1;
  FONT-Size: 8pt;
  Text-Align: Center;
}

.RItheme-result-tables TD
{
 /*----------------------------------------------------------
    This class is used when tables are used to group
    input boxes and labels together. For test result table.
    Uses the standard theme for tables.
 ---------------------------------------------------------*/
  Border-Style:solid;
  Border-Width:1;
  FONT-Size: 8pt;
  Text-Align: Center;
  padding-left:1em;
  padding-right:1em;
  padding-top:3px;
  padding-bottom:3px;
}

.RItheme-result-tables THEAD,
.RItheme-result-tables LABEL
{
  Font-Weight:Bold;
  COLOR:windowtext;
  background-color: white;
}

.RItheme-result-tables SPAN
{
  COLOR:activecaption;
  background-color: white;
}

BR
{
 /*----------------------------------------------------------
    The BR tag was modified so that it can be used and still
    handle floating items.  
 ---------------------------------------------------------*/
   CLEAR; 
}
.copy
{
    font-size: 7pt;
    border-top: solid 1px black;
    COLOR: white;
    BACKGROUND-COLOR: black;
    margin: 0;
    padding: 0;
    width:760px;
}
.main-tables
{
 /*----------------------------------------------------------
    Used with latest postings
 ---------------------------------------------------------*/
  Border: none;
  font: menu;
  font-size: 8pt;
  Font-Weight: Bold;
  text-align: left;
  padding: 0;
  margin: 0;
  
}
.mainbig-tables-col
{
  border: none;  
  padding: 2px;
  margin:0px;
  font-size: 8pt;
  width:25%;
  background-color: White;
}
DIV.txtbdy
{
  border: none;  
  padding: 0;
  margin:0;
  width:760px;
  background-color: White;
}
