﻿/*In a piece of spectacular patheticness
 *Firefox ignores this CSS file unless
 *it's name is in all lower-case characters
 *any upper-case characters screw up firefox completely
 *and it totally ignores the contents of the file
 *with no error message
 */
 
 /* WR 28 December 2008 */
 
   
 /*html {
  *background-color: #ff0505
  )*/
 
    body {
    background-image: url(graphics/cluaran.png);
    background-color: #ffffff;
    margin-bottom: 0; 
    margin-left: 0; 
    margin-top: 0; 
    margin-right: 0
}
 
  CharacterButtons {
    color: purple;
    background-color: #d8da3d }


h1 {
    color: Black;
    background-color: Transparent;
    border-style: none;
    font-size: medium;
    font-weight: normal;
    border-width: 0;
    text-align: center }

h2 {
    color: Black;
    background-color: Transparent;
    border-style: none;
    font-size: medium;
    font-weight: normal;
    border-width: 0;
    float: none; 
}

h3 {
    color: Black;
    background-color: Transparent;
    border-style: none;
    font-size: medium;
    font-weight: normal;
    border-width: 0 }

input.daft {
    color: purple;
    background-color: #d8da3d }

input.CharacterButtons {
    color: Blue;
    text-decoration: Underline;
    background-color: Transparent;
    border-style: none;
    font-size: inherit;
    border-width: 0 }

div.OptionGroup{
  border-right: 2px solid white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #EFF3FB; 
    border-left-color: white; 
    border-left-width: 2px; 
    position: relative; 
    /*float: left; */
    /*width: 90%;*/
    border-left-style: solid; 
    vertical-align: middle;
  top: 0px;
  left: 0px;
}

div.OptionGroupSpacer{
  /*border-right: 3px solid transparent;*/
  /*border-top: 2px solid transparent;*/
  /*border-bottom: 2px solid transparrent;*/
  background-color: Transparent; 
    /*border-left-color: transparent; */
    /*border-left-width: 3px; */
    position: relative; 
    float: left; 
    /*border-left-style: solid; */
    vertical-align: middle;
  top: 0px;
  left: 0px;
  min-width: 5px;
  width: 5px;
  visibility:hidden; /*This combined with a character stuck within the div is a very dirty fix to get things ro work in both Firefox and IE6*/
}
/*without the above very dirty fix, Firefox makes the width of the dif zero regardless of what it's set to*/
  
  div.FloatNone{
  clear: both
  }
  
  td.headword{
  text-align: left;
  vertical-align:top
  }
  
  td.editlinks{
  text-align: left;
  vertical-align:top
  }