.zagreentip {
color: green;
position: relative;
}

.zagreentip span {
  display:none;
}
.zagreentip:hover span {
  top: -68px;
  left: 0px;
  z-index: 25;
  position: absolute;
  display: block;
  background: #B0DF90;
  font-size:12px;
  font-weight: normal;
  border: 2px solid green;
  } 

.trhidden
{
  visibility:hidden;
  display:none;
  font-weight: normal;
}

.tdlink
{
  font-size:12px;
  font-weight: normal;
  color:#0000ff;
  cursor:pointer;
  cursor:hand;
}
.tdnolink
{
  font-size:12px;
  font-weight: normal;
  color:#000000;
  cursor:default;
}
.tdgraylink
{
  font-size:12px;
  font-weight: normal;
  color:#cccccc;
  cursor:default;
}
.tdwhitelink
{
  font-size:12px;
  font-weight: normal;
  color:white;
  cursor:default;
}
.tdsmall
{
  font-size:10px;
  font-weight: normal;
}

table.contesttbl
{
  text-align: center;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  background-color: #fafafa;
  border: 1px #80A0ED solid;
  border-spacing: 0px;
}

.hdrHd
{
  background-color: #9AC6ED;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: white;
  vertical-align: bottom;
}
.oddHd
{
  background-color: #DDDDDD;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}

.evenHd
{
  background-color: #EEEEEE;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}
.oddHdNormal
{
  background-color: #F6F6F6;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: black;
}

.evenHdNormal
{
  background-color: #EEEEEE;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-weight:normal;
  font-size: 10pt;
  color: black;
}

.subtotalHd
{
  background-color: white;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
}

.noPadHd
{
  padding: 0px !important;
}

.oddHdUnbold
{
  background-color: #DDDDDD;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: black;
}
.evenHdUnbold
{
  background-color: #EEEEEE;
  padding: 3px;
  font-family: Arial,sans-serif;
  font-size: 10pt;
  color: black;
}
.unbold
{
  font-weight: normal !important;
}
.msgTd
{
  background-color: #B0DF90;
}

.contestHdLg
{
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 24px;
  height: 29px;
  color: white;
}
.contestHdSm
{
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 16px;
  height: 29px;
  color: white;
}
.contestHdTiny
{
  font-family: Arial,sans-serif;
  font-weight: normal;
  font-size: 12px;
  height: 22px;
  color: white;
}
.contestHdTinyBlue
{
  font-family: Arial,sans-serif;
  font-weight: normal;
  font-size: 12px;
  height: 22px;
  color: blue;
}

.contestBigtext
{
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 24px;
  height: 29px;
}
.contestMedtext
{
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 18px;
  height: 22px;
}


