/* Filename : Layout.css
 * Redered form : Layout.sass
 * Version : 1.0.0 (2008-11-10) YYYY-MM-DD
 * Author : Novelys
 * Author's Uri : www.novelys.com
 * Description : Css file define interface, div bloc and layout structure */
/* Summary by anchor (ALT+F for search in file) :
 * 1)  _ConstantValues
 * 2)  _GenColorConstantValues
 * 3)  _GenSizeConstantValues
 * 4)  _FontColorConstantValues
 * 5)  _GeneralHtmlTags
 * 6)  _LayoutContainers
 * 7)  _LogoHeader
 * 8)  _Content
 * 9)  _Footer
 * XX) _ClearFix
 * XX) _WorkingClass */
/* _GeneralHtmlTags */
html {
  height: 100%; }

body {
  font-family: 'trebuchet ms', 'times', 'arial';
  font-size: 1.0em;
  background-image: url(/images/BgPage.jpg);
  background-repeat: repeat-x;
  background-color: #010930;
  background-position: top left;
  height: 100%; }

#GlobContainter, #LogoHeader, #Content, #Footer {
  position: relative;
  display: block; }

#LogoHeader, #Content, #Footer {
  width: 100%; }

#GlobContainter {
  float: left!important;
  float: center;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  height: 100%; }

#LogoHeader {
  height: 96px;
  margin-top: 30px; }

#Content {
  min-height: 458px;
  margin-top: 60px; }

#Footer {
  min-height: 30px;
  margin-top: 30px; }

#LogoHeader a.LogoLink {
  position: relative;
  display: block;
  margin: auto;
  height: 96px;
  width: 479px;
  background-image: url(/images/BigLogo.png);
  background-repeat: no-repeat; }

#Content .LeftColon, #Content .RightColon {
  display: block;
  position: relative;
  width: 435px;
  min-height: 458px; }
#Content .LeftColon {
  float: left;
  margin-left: 20px;
  background-image: url(/images/RightColBg.png);
  background-repeat: no-repeat; }
#Content .RightColon {
  float: right;
  margin-right: 20px;
  background-image: url(/images/LeftColBg.png);
  background-repeat: no-repeat; }

#Content .Presentation {
  min-height: 100px; }
#Content .FormTitle {
  min-height: 80px; }
#Content .Presentation, #Content .FormTitle {
  display: block;
  position: relative;
  width: 395px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #e4e8f6; }
  #Content .Presentation .Title, #Content .FormTitle .Title {
    font-size: 30px;
    line-height: 40px; }
  #Content .Presentation .Description, #Content .FormTitle .Description {
    display: block;
    font-size: 15px;
    line-height: 16px; }
  #Content .Presentation .Blue, #Content .FormTitle .Blue {
    color: #8ab7ff; }
#Content .Caracteristic {
  display: block;
  position: relative;
  width: 415px;
  padding-right: 20px;
  padding-top: 5px;
  margin-left: -10px;
  color: #e4e8f6;
  margin-top: 8px;
  background-repeat: no-repeat;
  min-height: 65px; }
  #Content .Caracteristic .SubTitle {
    font-size: 20px;
    line-height: 25px;
    padding-left: 75px; }
  #Content .Caracteristic .SubDescription {
    padding-left: 75px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #bdd4fb; }
#Content .StarFlash1 {
  background-image: url(/images/StarFlash1.png); }
#Content .StarFlash2 {
  background-image: url(/images/StarFlash2.png); }
#Content .StarFlash3 {
  background-image: url(/images/StarFlash3.png); }
#Content .LaunchButton {
  display: block;
  position: relative;
  width: 395px;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  margin-top: 50px; }
  #Content .LaunchButton a.Button {
    float: right;
    top: 0px;
    position: relative;
    display: block;
    width: 137px;
    height: 35px;
    background: transparent;
    background-image: url(/images/LaunchButton.png);
    background-repeat: no-repeat; }
#Content .LoginForm {
  display: block;
  position: relative;
  width: 395px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100px; }
  #Content .LoginForm fieldset {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px; }
    #Content .LoginForm fieldset input.Field {
      width: 382px;
      padding: 6px;
      border: none; }
    #Content .LoginForm fieldset label.Title {
      font-size: 16px;
      line-height: 16px;
      color: #8ab7ff;
      padding-bottom: 4px;
      display: block; }
    #Content .LoginForm fieldset label.Help {
      font-size: 11px;
      line-height: 11px;
      color: #becded;
      padding-bottom: 4px;
      display: block; }
    #Content .LoginForm fieldset label.Float {
      font-size: 12px;
      line-height: 12px;
      color: #becded;
      padding-bottom: 4px; }
    #Content .LoginForm fieldset input.Button {
      display: block;
      position: relative;
      float: right;
      font-size: 0px;
      margin: 0px;
      padding: 0px;
      height: 31px;
      width: 80px;
      background: transparent;
      background-image: url(/images/SendButton.png);
      background-repeat: no-repeat;
      border: none; }
#Content ul.LinksList {
  display: block;
  position: relative;
  width: 395px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100px; }
  #Content ul.LinksList li a {
    font-size: 12px;
    color: #90dc26; }

#Footer .Copyright {
  font-size: 11px;
  line-height: 11px;
  padding-left: 40px;
  color: #e4e8f6; }
  #Footer .Copyright a {
    text-decoration: none;
    color: #8ab7ff; }
  #Footer .Copyright a:hover {
    text-decoration: underline; }

/* _ClearFix */
html[xmlns] .ClearFix {
  display: block; }

* html .ClearFix {
  height: 1%; }

.ClearFix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.ClearFix {
  display: block; }

/* _WorkingClass */
.HideMe {
  display: none; }

.Set8Opacity {
  opacity: 0.8; }

.Set5Opacity {
  opacity: 0.5; }

.SetRedBg {
  background-color: red; }

.SetYellowBg {
  background-color: yellow; }

.SetBlueBg {
  background-color: blue; }

.Set800Height {
  height: 800px; }
