body
{
  padding: 0px 4px 5px 24px;
  margin: 0;
  color: #243138;
  font-family: ‚l‚r ‚oƒSƒVƒbƒN, MS UI Gothic;
  font-size: 10pt;

  background-color: #fcfcfc;
  background-image: url(portal_assets/pedantic.png);
  background-position: 2px 20px;
  background-repeat: no-repeat;
}

a:link img, a:visited img
{
  border-style: none;
}

a:hover
{
  background-color: #DAEDFF;
}

a:link
{
  color: #5A43D4;
}

a:visited
{
  color: #7e60ce;
}

table, td, th
{
  border-color: #1a1a1a;
  border-width: 2px;
}

/* Body. */

.bodydiv
{
  background-color: transparent;

  border-left: solid 1px #41B9C4;
  border-right: solid 1px #c0c0c0;

  padding-left: 3px;
  padding-right: 3px;
}

/* Navigation. */

.navdiv
{
  background-color: transparent;
}

ul.navitemlist
{
  font-size: 10pt;

  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 5px;

  height: 16px;
  overflow: hidden;
}

ul.navitemlist li
{
  padding: 0px;
  display: inline;

  margin: 0;
  text-align: center;
}

ul.navitemlist li a,
ul.navitemlist li.navitemsel a
{
  width: auto;
  text-decoration: none;
  padding: 2px 24px 3px 24px;

  margin: 0px 6px 0px 0px;
  float: left;
  line-height: 11px;
}

ul.navitemlist li a:link,
ul.navitemlist li a:visited
{
  color: #5A43D4;
  background-color: #ECF5FA;

  border-top: solid 1px #41B9C4;
  border-left: solid 1px #41B9C4;
  border-right: solid 1px #41B9C4;
  text-decoration: none;
}

ul.navitemlist li a:hover,
ul.navitemlist li a:active
{
  color: #E34444;
  background-color: #C0E0FF;

  border-top: solid 1px #41B9C4;
  border-left: solid 1px #41B9C4;
  border-right: solid 1px #41B9C4;
  text-decoration: none;
}

ul.navitemlist li.navitemsel a:link,
ul.navitemlist li.navitemsel a:visited,
ul.navitemlist li.navitemsel a:hover,
ul.navitemlist li.navitemsel a:active
{
  background-color: #77C3E7;
  color: #4000E2;

  border-top: solid 1px #41B9C4;
  border-left: solid 1px #41B9C4;
  border-right: solid 1px #41B9C4;
}

/* Intermediate divisions. */

.title_space
{
  height: 94px;

  background-color: #ECF5FA;
  background-image: url(portal_assets/title_back.png);
  background-repeat: no-repeat;

  font-size: 10pt;

  border-bottom: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;

  margin: 0px 0px 3px 0px;
}

.headdiv
{
  background-color: #ECF5FA;

  border-top: solid 1px #41B9C4;
  border-bottom: solid 1px #41B9C4;

  padding: 2px 5px 1px 5px;
  font-size: 10pt;
}

.centerdiv
{
  background-color: transparent;
}

.centertab
{
  height: 500px;
}

.centerleftcell
{
  width: 200px;
  vertical-align: top;

  /*border-right: dashed 1px #41B9C4;*/
}

.centerrightcell
{
  vertical-align: top;
  width: 100%;

  border-left: solid 1px #41B9C4;
}

.centerrightpaddingcell
{
  vertical-align: top;
  width: 170px;

  border-left: solid 1px #e0e0e0;
}

div.centerleft
{
  background-color: transparent;

  width: 200px;

  padding: 3px;
}

div.centerright
{
  background-color: transparent;

  padding: 5px 5px 0px 5px;
}

div.centerrightpadding
{
  background-color: transparent;

  width: 170px;

  padding: 3px;
}

div.footdiv
{
  background-color: #ECF5FA;

  border-top: solid 1px #41B9C4;
  border-bottom: solid 1px #41B9C4;

  padding: 2px 5px 1px 5px;
  font-size: 10pt;
  text-align: right;
}

.ground_space
{
  height: 94px;

  background-color: #ECF5FA;
  background-image: url(portal_assets/ground_back.png);
  background-repeat: no-repeat;

  font-size: 10pt;

  border-top: solid 1px #41B9C4;

  padding: 5px;
}

/* Menu */

div.menusection
{
  background-color: #ECF5FA;

  border: solid 1px #41B9C4;

  margin-bottom: 6px;
}

div.menusectiontitle
{
  background-color: #C0E0FF;

  border-bottom: dashed 1px #41B9C4;

  text-align: left;
  font-size: 10pt;
  color: #4000E2;

  padding: 2px 2px 2px 5px;
}

ul.menusectionitemlist
{
  font-size: 10pt;

  list-style-type: none;

  margin: 0px;
  padding: 0px;
  display: inline;
}

ul.menusectionitemlist li
{
  list-style-type: none;

  margin: 0px;
  padding: 0px;
  display: inline;
}

ul.menusectionitemlist li a
{
  display: block;
  padding: 1px 0px 0px 5px;
  text-decoration: none;
  color: #5A43D4;
  position: relative;
}

ul.menusectionitemlist li a:visited
{
  color: #5A43D4;
}

ul.menusectionitemlist li a:hover
{
  color: #E34444;
  background-color: #C0E0FF;
}

ul.menusectionitemlist li.menusectionitemsel a:link,
ul.menusectionitemlist li.menusectionitemsel a:visited
{
  background-color: #ADDFFF;

  color: #C83C3C;
}

ul.menusectionitemlist li.menusectionitem a
{
}

/* PR */

div.adsection
{
  background-color: #f9f9f9;

  border: solid 1px #d0d0d0;

  text-align: center;

  margin-bottom: 6px;
  padding-bottom: 2px;
}

div.adsectiontitle
{
  background-color: #e8e8e8;

  border-bottom: dashed 1px #d0d0d0;

  text-align: left;
  font-size: 8pt;

  padding: 2px 0px 0px 5px;
  margin-bottom: 2px;
}

/* Boxes. */

div.adbox
{
  background-color: #f9f9f9;

  border: solid 1px #d0d0d0;

  text-align: center;

  margin-bottom: 6px;
  padding-bottom: 2px;
}

div.adboxtitle
{
  background-color: #e8e8e8;

  border-bottom: dashed 1px #d0d0d0;

  text-align: left;
  font-size: 8pt;

  padding: 2px 0px 0px 5px;
  margin-bottom: 2px;
}

div.stdbox
{
  background-color: #ECF5FA;

  border: solid 1px #41B9C4;

  margin-bottom: 6px;
}

div.stdboxtitle
{
  background-color: #DAEDFF;

  border-bottom: dashed 1px #41B9C4;

  text-align: left;
  font-size: 10pt;
  color: #4000E2;

  padding: 2px 2px 2px 5px;
}

/* Contents. */

.item
{
  background-color: #f9f9f9;
  border: solid 1px #f0f0f0;

  font-size: 10.5pt;

  padding: 5px;
  margin-bottom: 5px;
}

.itemtitle
{
  background-color: #bfd0ea;
  padding: 2px 0px 1px 5px;
  color: #005b9c;

  font-size: 22pt;
  font-weight: bold;
  margin-bottom: 10px;

  border-left: solid 4px #005b9c;
  border-right: none;
  border-top: solid 1px #005b9c;
  border-bottom: dashed 1px #005b9c;
}

.title
{
  background-color: #bfd0ea;
  padding: 2px 0px 1px 5px;
  color: #005b9c;
}

h3.title
{
  background-color: #bfd0ea;
  padding: 2px 0px 1px 5px;
  color: #005b9c;
  border-left: none 1px #005b9c;
  border-right: none 1px #005b9c;
  border-top: none 1px #005b9c;
  border-bottom: none 1px #005b9c;
}

h2.title
{
  background-color: #bfd0ea;
  padding: 2px 0px 1px 5px;
  color: #005b9c;
  border-left: solid 4px #005b9c;
  border-right: none 1px #005b9c;
  border-top: none 1px #005b9c;
  border-bottom: dashed 1px #005b9c;
}

.bloc
{
  background-color: #dcdcfa;
  border: solid 1px #a1bbe4;
  padding: 0px 5px 5px 5px;
  margin: 2px 0px 2px 0px;
}

.warning
{
  border-left: solid 5px #a1bbe4;
  border-right: solid 1px #a1bbe4;
  border-top: solid 1px #a1bbe4;
  border-bottom: solid 1px #a1bbe4;
  padding: 5px;
}

.toc
{
  background-color: #c0d6ff;
  border: solid 1px #a1bbe4;
  padding: 5px
}

.news #title
{
  background-color: #bfd0ea;
  padding-left: 5px;
  color: #005b9c;
}

.bannerdiv
{
  background-color: #f9f9f9;
  border-top: dashed 1px #41B9C4;
  border-bottom: dashed 1px #41B9C4;
  border-left: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  padding: 3px;
}

