﻿body
{  
  font:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:13px;
  background-color:#FFF;
  color:#003871;
  text-decoration:none;
  
  width:99%;
  height:97%;
}

.noscript, noscript
{
  position:absolute;
  /*background-color:#FFF;
  border:solid;*/
  z-index:3;
  width:94%;
  height:80%;
  left:3%;
  top:6%;
  
  text-align:center;
  vertical-align:top;
  font-size:26px;
}

#PageContainer
{
  width:85%;
  margin-left:auto;
  margin-right:auto;
  
  min-width: 990px;
  max-width:1200px;

  /*width:expression(document.getElementById("PageContainer").clientWidth < 992 ? "990px" : "85%" );}*/
	/*width:expression(document.body.clientWidth < 990? "990px": "auto" );*/
}

#tblIndexSections td
{
  padding-right:35px;
}

#pdfZone a
{
  color:#FFF;
  text-decoration:none;
}

#pdfZone a:hover
{
  color:#FBFEE7;
  text-decoration:underline;
}

.pdfContainer
{
  padding:10px 50px 10px 10px;
  margin:10px 50px 10px 0px;
  background:url(../images/BgGrad3.jpg) repeat-x #cfdbe3;
}

.mnuActive
{
  text-decoration:underline;
  color:#143041;
}

.mnuHover
{
  text-decoration:underline;
  color:#1A3D51;
}

.cornerImage
{
  position:absolute;
  z-index:88;
}

#topHypershellLogo
{
  position:absolute;
  margin:6px;
}

#topMenu
{  
  -moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
  
  background-color:#3B6B89;
  background:url(../images/mainMenu/bg.jpg) repeat-x top #3B6B89;
  color:#FFF;
  
  height:42px;
  margin-bottom:5px;
}

#topMenu ol
{
  padding-top:10px;
  
  text-align:center;
  padding-left:0px;
  padding-right:0px;
  margin-left:130px;
  margin-right:0px;
}

#topMenu li
{
  display:inline;
  font-size:18px;
  padding-left:10px;
  padding-right:10px;
  
  cursor:pointer;
  height:42px;
  background:url(../images/mainMenu/separator.png) no-repeat center left;
}

#mnuLang:hover
{
  cursor:default;
}

#topHypershellLogo:hover
{
  cursor:pointer;
}

.hidden
{
  visibility:hidden;
  position:absolute;
  display:none;
}

