body {
  height: 100%;
  background-color: #76B6F4;
  background-image: url(images/bg_gradient.gif);
  background-repeat: repeat-x;
}

p {
  text-indent: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.MyList li {
  margin-left: -16px;
}

input.blur {
  color: #909090;
}

.Text {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
}

.Error {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FF3333;
}

.TextBold {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: bold;
}

.TextSmall {
  font-family: "Times New Roman", Times, serif;
  font-size: 7pt;
  font-weight: normal;
}

.LevelTitle {
  font-family: "Tahoma", sans serif;
  font-size: 7pt;
  font-weight: normal;
  padding-bottom: 3px;
}

.Fixed
{
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.Footer {
  font-family: "Tahoma", sans serif;
  font-size: 7pt;
  color: #333333;
  font-weight: normal;
}

.Title1 {
  font-family: "Comic Sans MS", sans serif;
  font-size: 16pt;
  font-weight: bold;
  color: #993300;
  text-align: center;
}

.Title2 {
  font-family: "Tahoma", sans serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.Title3 {
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
}

.IframeAnswer {
  position: relative;
  top: 0px;
  width: 300px;
  left: 100px;
  height: 230px;
  background-color: #FFFFE0;  /* Info yellow */
  overflow: auto;
}

.Query {
  cursor: pointer;
}

.Query:hover {
  color: #D12F2F;
  text-decoration: underline;
}

.Answer {
  position: relative;
  top: 30px;
  width: 300px;
  left: 120px;
  padding: 10px;
  display: none;
  border: 1px solid #000000;
  background-color: #FFFFE0;  /* Info yellow */
}

.LostInfo{
  position: relative;
  width: 400px;
  left: 120px;
  padding: 10px;
  border: 1px solid #000000;
  background-color: #FFFFE0;  /* Info yellow */
}

.LevelDesc {
  position: fixed;
  left: 250px;
  top: 100px;
  width: 350px;
  height: auto;
  z-index: 5;
  display: none;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  white-space: normal;
}

.LevDescription:hover .DescNoScript {
  display: inline;
}

.Alert
{
  position: absolute;
  display: none;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  z-index: 4;
  background: #FFDD00;
  border: 1px solid #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: bold;
}

.HistoryType {
  font-size: 8pt;
  color: #555555;
}

#QuestionImg:hover .NoScriptHover {
  display: inline;
}

.TranspFrame {
  position: relative;
  z-index: 2;
  padding: 10px;
  margin: 10px;
  overflow: hidden;
  border: solid 1px;
}

.TranspFrame .transparency
{
  opacity:0.6;
  filter: alpha(opacity=50);
  -moz-opacity: 0.6;
  background-color:#FFFFFF;
  width:1000px;
  height:5000px;
  position:absolute;
  top:0px;
  left:0px;
  z-index: -1;
}

.TranspFrameInner {
  position: relative;
  z-index: 3;
}

.ZoomClass {
  position: absolute;
  z-index: 3;
}

.ZoomClass img {
  width: 100%;
  height: 100%;
}

.HotSpots {
  display: none;
  position: absolute;
  z-index: 4;
  border: 2px solid #FF5500;
  background-image: url(images/transp.png);
}

.SkinSect {
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
  background: #DDDDDD;
}

#SkinRef {
  padding: 1px;
  border-spacing: 0px;
}

#SkinRef td {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 3px;
  vertical-align: top;
}

a:hover {
  color: #D12F2F;
  text-decoration: underline;
}

a {
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
  color: #0065CC;
  text-decoration: none;
}

.TopMenu {
  border: 1px solid #000000;
  padding: 1px;
}

.TopMenuSel {
  background: #888888;
  color: #47FF47;
  border-color: #000000;
}

.TopMenuUnSel {
  background: #EEEEEE;
  color: #000000;
  border-color: #000000;
}

.TopMenu td {
  font-family: "Tahoma", sans serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  width: 70px;
  border: 1px solid #000000;
  cursor: pointer;
}

.MenuItem {
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
  width: 100%;
}

.Input {
  width: 200px;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

#NoScript {
  position: absolute;
  z-index:5;
  top: 120px;
  left: 120px;
  height: 14px;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  font-weight: normal;
  padding: 8px;
  background-color: #FFFFE0;  /* Info yellow */
  border: 1px solid #000000;
}

.NoScriptInfo {
  width: 28px;
}

.NoScriptWarning {
  width: 55px;
}

#NoScript:hover {
  width: 130px;
  height: auto;
  overflow: auto;
}

#Mail_PopUp {
  position: absolute;
  top: -240px;
  left: -110px;
  width: 280px;
  display: none;
  background-color: #FFFFE0;  /* Info yellow */
  border: 2px solid #000000;
  z-index: 6;
  padding: 12px;
  font-size: 13px;
  overflow: auto;
}

#Menu {
   position: absolute;
  z-index: 1;
  left: 5px;
  top: 190px;
  width: 148px;
  height: 256px;
  padding-bottom: 10px;
  background-image: url(images/menu_bg.png);
  background-repeat: no-repeat;
  display: block;
}

#Google {
   position: absolute;
   z-index: 1;
   left: 0px;
   top: 500px;
}

#navigation {
  margin:4px;
  padding:0px;
  text-indent:0px;
  width:138px;
}

#navigation div.head {
  cursor: pointer;
  background-image: url(images/menu_h_c.png);
  color: #FFFFFF;
  display: block;
  font-family: "Tahoma", sans serif;
  font-size: 9pt;
  font-weight:bold;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  text-indent: 30px;
  text-decoration: none;
  height: 18px;
}

#navigation div.head:hover {
  color: #FF7766;
}

#navigation div.selected {
  background-image: url(images/menu_h_o.png);
}

#navigation a.current {
  border: 1px solid;
  border-color: #BBBBDD;
}

#navigation ul {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

#navigation li {
  list-style: none outside none;
  display: inline;
}

#navigation div {
  display: inline;
}

#navigation li li a {
  padding: 1px;
  color: #FFFFFF;
  display: block;
  font-family: "Tahoma", sans serif;
  font-size: 8pt;
  font-weight: bold;
  text-indent: 10px;
  text-decoration: none;
  white-space: nowrap;
}

#navigation li li a:hover {
  color: #FF7766;
}

.LevelTab {
  margin-right: 8px;
  margin-left: 8px;
  border-style: none none none groove;
  border-width: 2px;
  border-color: #555555;
  white-space: nowrap;
}

.LevelTabR {
  border-style: none groove none groove;
  border-width: 2px;
  border-color: #555555;
  white-space: nowrap;
}

.LevelTabHdr {
/*             top right bottom left */
  border-style: groove none groove groove;
  border-width: 2px;
  border-color: #555555;
  white-space: nowrap;
  background-color: #F9E981;
}

.LevelTabHdrR {
  border-style: groove groove groove groove;
  border-width: 2px;
  border-color: #555555;
  white-space: nowrap;
  background-color: #F9E981;
}
.LevelTabEnd {
/*             top right bottom left */
  border-style: groove none groove groove;
  border-width: 2px;
  border-color: #555555;
  white-space: nowrap;
}

.LevelTabEndR {
  border-style: groove groove groove groove;
  border-width: 2px;
  border-color: #555555;
  white-space: nowrap;
}

/* Level_Id page */
.LevId_td {
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 3px;
}

/* Reg_Info page */
.RegInfo_td {
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 3px;
}

.RegInfo_img {
  text-align: center;
  vertical-align: middle;
  padding:5px;
  white-space: nowrap;
  border: 1px dotted #555555;
}

