html, body, table {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 100.1%;
  
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  font-family: Arial, sans-serif;
  
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.overlay {
  background: #ffffff;
  z-index: 400;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
}

/* Flash */
/*#flash {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
  #flash_place {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }*/
  
#flash_place {
  position: fixed;
  /*left: 0;
  top: 0;
  right: 0;
  bottom: 0;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
  
/* /Flash */


/* Moz */
#page {
  /*position: relative;
  width: 100%;    
  height: auto;
  min-height: 100%;*/
  
  /*position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  min-height: 100%;

  z-index: 1000;*/
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;

  /*position: relative;*/
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}

#header-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  /*background: #888888;*/
}
#content {
  /*padding-top: 50px;
  padding-bottom: 38px;*/
}
  #content .block {
    padding-left: 10%;
    /*padding-top: 17%;*/
    padding-top: 60px;

    padding-bottom: 30px;
    padding-right: 30px;
    width: 40%;
  }
    #content .block .brand {
      width: 163px;
      height: 90px;
      margin-bottom: -16px;
      background: no-repeat 0 0;
      position: relative;
      z-index: 150;

      /*background-image: url(/resources/i/fp-brand-dark.gif);*/
    }
    #content .block .text-block {
      color: white;
      /*background: black;*/
      /*background: url(/resources/i/fp-nav-bk-dark-full.png) no-repeat 0 0;*/
      padding: 25px 20px 40px 10px;
      zoom: 1;

      font-size: 0.8em;
    }
      #content .block .text-block a {
        color: white;
      }
      #content .block .text-block h1 {
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
      }
        #content .block .text-block h1 a {
          text-decoration: none;
        }
      #content .block .text-block p {
        margin-top: 0;
        font-size: 0.85em;
      }
      #content .block .text-block .sign {
        width: 115px;
        height: 33px;
        background: no-repeat 0 0;
        margin-top: 21px;
      }
      #content .block .text-block .entry {
      }
        #content .block .text-block .entry h2 {
				  font-size: 0.95em;
				  font-weight: normal;
				  text-transform: uppercase;
				  padding: 0;
				  margin: 0;
				  margin-top: 5px;
				  margin-bottom: 9px;
        }
        #content .block .text-block .entry .date {
	        font-size: 0.8em;
	        padding: 1px;
	        color: white;
	        background: #555051;
	        margin-right: 4px;
        }
        #content .block .text-block .entry .brief {
          font-size: 0.85em;
        }
      

#footer-bar {
  /*position: absolute;
  left: 0;
  bottom: 0;*/
  width: 100%;
  height: 38px;
  overflow: hidden;
}

#footer-bar {
  font-size: 0.7em;
  color: white;
}
  #footer-bar .inner {
    padding: 12px 0 12px;
  }
  #footer-bar .developed-by {
    text-decoration: none;
    margin-right: 12px;
  }
    #footer-bar a.developed-by:hover u {
      text-decoration: none;
    }


#header-bar .inner,
#footer-bar .inner {
  padding-left: 10%;

  height: 100%;
}
#header-bar.hover .inner,
#footer-bar.hover .inner {
  /*background: url(/resources/i/fp-nav-bk-dark-full.png) repeat-x 0 0;*/
}

#header-bar .inner {
  position: relative;
  z-index: 2000;
}


#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
  #header ul li {
    float: left;
    margin: 0;
    margin-right: 16px;
    padding: 0;
    padding-top: 14px;
    padding-bottom: 16px;
  }
    #header ul li a {
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      font-size: 0.9em;
    }
      #header ul li a:hover {
        text-decoration: underline;
      }


/* @group Popup form */

.popup-form {
  position: absolute;
  display: none;
  width: 280px;
  background: #000000;
  color: white;
  padding: 15px;
  z-index: 2000;
  font-size: 1em;
  margin-bottom: 20px;
}
  .popup-form .popup-inner {
    display: block;
    background: #000000;
    color: white;
    width: auto;
  }
    .popup-form form {
      margin: 0;
    }

.popup-pointer {
  height: 7px;
  background: url(/resources/i/pointer.gif) no-repeat center top;
}

/* @end Popup form */

/* @group HtmlBox */

.htmlbox-overlay {
  background: black;
  z-index: 3000;
}

.htmlbox {
  background: white;
  z-index: 3001;
}

.htmlbox h1 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: normal;
  margin: 10px;
  color: #273337;
}

.htmlbox .htmlbox-code {
  padding: 0;
  font-size: 0.8em;
  margin: 10px;
  margin-top: 0px;
  color: #474647;
  text-align: center;
}

.htmlbox .htmlbox-buttons {
  padding-bottom: 15px;
}

/* @end HtmlBox */


#header .auth-block {
  float: left;
  padding: 15px 0 0 150px;

  font-size: 0.85em;
}
  #header .auth-block a {
    text-decoration: none;
    text-transform: uppercase;
    
    padding-left: 27px;
    background: no-repeat left center;
  }
    #header .auth-block a span {
      border-bottom: 1px dashed #000000;
      line-height: 1.3em;
    }
  #header .auth-block .logged-in {
    font-size: 0.9em;
    margin-right: 16px;
  }
    #header .auth-block .logged-in a {
      color: #000000;
      border: none;
      text-decoration: underline;
      text-transform: none;
      padding: 0;
      background: none !important;
    }


#login-form {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
  #login-form label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.95em;
    color: #ffffff;
    text-transform: uppercase;
  }
  #login-form input.text {
    width: 121px;
    margin-right: 9px;
  }



/* Light page */

.light-page {
	background: #ffffff;
}
.light-page #header-bar ul li a,
.light-page #footer-bar,
.light-page #footer-bar a u {
  color: #000000;
}
.light-page a,
.light-page #content .block .text-block,
.light-page #content .block .text-block a {
  color: #303030;
}
.light-page #header-bar.hover,
.light-page #footer-bar.hover,
.light-page #content .block .text-block {
	background: url(/resources/i/fp-nav-bk-light-full.png) repeat-x 0 0;
}
.light-page #content .brand {
	background-image: url(/resources/i/fp-brand-light.gif);
}
.light-page #content .block .text-block h1,
.light-page #content .block .text-block h1 a {
	color: #1c1617;
}
.light-page #content .block .text-block .sign {
	background-image: url(/resources/i/fp-sign-light.png);
}
.light-page #content .block .text-block .entry .date {
  background: #555051;
}

.light-page #header .auth-block a {
	color: #000000;
	background-image: url(/resources/i/auth-key-on-white.gif);
}
  .light-page #header .auth-block a span {
    border-color: #000000;
  }


.light-page .popup-pointer {
  background-image: url(/resources/i/pointer-white.gif);
}

.light-page .popup-form,
.light-page .popup-form .popup-inner {
	background-color: #F3F3F3;
	color: #000000;
}

.light-page #login-form label {
	color: #000000;
}

.light-page #header .auth-block .logged-in a {
	color: #000000 !important;
}



/* Dark page */

.dark-page {
  background: #000000;
}
.dark-page #header-bar ul li a,
.dark-page #footer-bar,
.dark-page #footer-bar a u {
  color: #ffffff;
}
.dark-page a,
.dark-page #content .block .text-block,
.dark-page #content .block .text-block a {
  color: #d2d2d2;
}
.dark-page #header-bar.hover,
.dark-page #footer-bar.hover,
.dark-page #content .block .text-block {
  background: url(/resources/i/fp-nav-bk-dark-full.png) repeat-x 0 0;
}
.dark-page #content .brand {
  background-image: url(/resources/i/fp-brand-dark.gif);
}
.dark-page #content .block .text-block h1,
.dark-page #content .block .text-block h1 a {
  color: #ffffff;
}
.dark-page #content .block .text-block .sign {
  background-image: url(/resources/i/fp-sign-dark.png);
}
.dark-page #content .block .text-block .entry .date {
	background: #1C1617;
}

.dark-page #header .auth-block a {
	color: #ffffff;
  background-image: url(/resources/i/auth-key-on-black.gif);
}
  .dark-page #header .auth-block a span {
    border-color: #ffffff;
  }

.dark-page .overlay {
  background: #000000;
}

.dark-page #header .auth-block .logged-in {
	color: #ffffff;
}
	.dark-page #header .auth-block .logged-in a {
	  color: #ffffff !important;
	}
