body
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #bfbfbf;
    background-color: black;
    display: grid;    
}


/* #region buttons */
.ButtonLarge
{
  width: 150px;
  height: 34px;
  background: url(/images/bg/btn_bg_off.png) no-repeat;
  border: none;
  font-family: Arial, Verdana;
  font-size: 19pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  vertical-align: central;
  color: white;
}

.ButtonLarge:hover
{
  width: 150px;
  height: 34px;
  background:url(/images/bg/btn_bg_on.png) no-repeat;
  border: none;
  cursor: pointer;
  font-family: Arial, Verdana;
  font-size: 21pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  vertical-align: central;
  color: white;
}

.ButtonSmall
{
  width: 98px;
  height: 28px;
  background: url(/images/bg/btn_sm_off.png) no-repeat;
  border: none;
  font-family: Arial, Verdana;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  vertical-align: central;
  color: white;
}

.ButtonSmall:hover
{
  width: 98px;
  height: 28px;
  background:url(/images/bg/btn_sm_on.png) no-repeat;
  border: none;
  cursor: pointer;
  font-family: Arial, Verdana;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  vertical-align: central;
  color: white;
}

/* #endregion buttons */

/* #region fonts */
h1
{
    /* Main Titles */
    font-family: Impact;
    font-size: 26pt;
    font-weight: normal;
    font-style: normal;
    color: #3d3d3d;
}

h2
{
    /* Smaller Titles */
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bolder;
    font-style: normal;
    color: #3d3d3d;
}

h3
{
    /* Regular Text */
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #b4b4b4;
}

h4
{
    /* Footer Text */
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: white;
    margin-top: 0px;
}

h5
{
    /* Footer Text Alternate */
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #bebebe;
}

h6
{
    /* Menu Text */
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: white;
}

h6.hover
{
    /* Menu Text */
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #e68b09;
}

h7
{
    /* Footer Text Alternate 2 */
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #3d3d3d;
    margin-top: 0px;
}

h8
{
    /* Small News Grid Text */
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #F7F7F7;
    margin-top: 0px;
}

h9
{
    /* Main Titles Alternate */
    font-family: Impact;
    font-size: 22pt;
    font-weight: normal;
    font-style: normal;
    color: #3d3d3d;
    margin:35px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:50px;
}

h10 
{
    /* No Space */
    margin-top:0px;
    margin-bottom:10px;
    margin-left:0px;
    margin-right:0px;
}

/* #endregion fonts */

.level1
{
  font-family: Verdana, Arial;
  font-size: 10pt;
  text-align: left;
  vertical-align: central;
  color: white;
}

.level2
{
  font-family: Verdana, Arial;
  font-size: 9pt;
  text-align: justify;
  vertical-align: central;
  color: white;
  background-color: #3d3d3d;
  padding: 2px 2px;
  display: inline-block;
  border-bottom: hidden;
}

.level3
{
  color: white;
}


.hoverstyle
{
  font-family: Verdana, Arial;
  font-size: 10pt;
  text-align: left;
  vertical-align: central;
  color: #e68b09;
}

a:hover 
{
  color: #e68b09;
}



table.gridview th
{
	font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bolder;
    font-style: normal;
    color: #3d3d3d;
}

table.gridview td 
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    color: #3d3d3d;
}

table.gridviewsmall th
{
	font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bolder;
    font-style: normal;
    color: #3d3d3d;
}

table.gridviewsmall td 
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #3d3d3d;
}

.defaultbox {
    width:1100px;
    height:720px;
    position:fixed;
    margin-left:-550px; /* half of width */
    margin-top:-360px;  /* half of height */
    top:50%;
    left:50%;
}