/* Intégro Learning - Frontend styles  v3.00 */

/* basic elements */
body {
  font: 10pt/16pt Arial, Helvetica, Sans-Serif;
  color: #555753;
  background: #fcfcfc url(_images/back01.jpg) no-repeat fixed 8px 8px;
  margin: 0px; }

p {
  font: 10pt/16pt Arial, Helvetica, Sans-Serif;
  margin-top: 0px;
  text-align: justify; }

p.left {
  text-align: left !important; }

dt {
  font-weight: bolder;
  font-size: 16px; }

/* headings */
#pageHead h1 {
  background: transparent url(_images/lgoInt01.png) no-repeat top left;
  margin-left: 48px;
  margin-top: 110px;
  width: 350px;
  height: 110px; }

#pageHead h1 span {
  display:none; }

/* links */
a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #0058AF; }

a:hover, a:active {
  text-decoration: underline;
  color: #003366; }

#pnlNav {
  background: transparent url(_images/bckMenu01.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 694px;
  margin-top: 82px;
  padding: 0px;
  padding-top: 20px;
  width: 206px;
  height: 436px; }

#pnlNav ul {
  margin: 0px;
  margin-top: 60px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase; }
#pnlNav li {
  list-style-type: none;
  display: block;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 5px !important; }
#pnlNav li a {
  display: block; }
#pnlNav li a:link, #pnlNav li a:visited {
  background: transparent;
  filter: alpha (opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #0058AF; }
#pnlNav li a:hover, #pnlNav li a:active, #pnlNav li a:focus {
  background: #efefef;
  filter: alpha (opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  color: #E69111;
  font-weight: bolder; }


/* main content */
#pnlContent {
  background: url(_images/bckPnl02.png) no-repeat top left;
  padding: 20px 0px 0px 0px;
  padding-top: 20px;
  margin-left: 46px;
  margin-top: -16px;
  width: 500px;
  height: 310px;
  filter: alpha (opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  float: left;
  color: black;
  z-index: 5; }

#pnlContentFull {
  background: #DDDDDD;
  padding: 20px 0px 0px 0px;
  padding-top: 20px;
  margin-left: 46px;
  margin-top: -16px;
  width: 640px;
  filter: alpha (opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  float: left;
  color: black;
  z-index: 5; }

#btnClose {
  position: absolute;
  right: 82px;
  top: 4px;
  font-size: 12px;
  color: red;
  width: 20px;
  height: 20px; }

#btnClose span {
  display: none; }

#btnClose a {
  color: red;
  text-decoration: none; }
  
a.readmore {
  font-style: italic; }

#ctContent {
  margin: 0px 20px 14px 20px;
  height: 268px;
  overflow-y: auto; }

#ctContentFull {
  margin: 0px 20px 14px 20px; }

#pnlContent p, #pnlContentFull p {
  font: 10pt/16pt Arial, Helvetica, Sans-Serif;
  text-align: justify; }

/* photos */
#pnlPhotos {
  width: 600px;
  position: absolute;
  top: 100px;
  left: 90px;
  z-index: 2; }

#pnlPhotos .container {
  width: 135px;
  height: 143px;
  float: right;
  padding: 4px 6px 2px 6px; }

#pnlPhotos .photo {
  height: 143px; }

/* footings */
#pageFoot {
  position: absolute;
  top: 548px;
  left: 0px;
  width: 900px;
  height: 50px;
  text-align: center; }

#pageFoot #txtTagline {
  background: transparent url(_images/tagline01.png) no-repeat top center;
  width: 752px;
  height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

#pageFoot #txtTagline span {
  display: none; }

 /* multiusable classes */
 .shaded, tr.shaded td {
   background: #DFDFDE;
  filter: alpha (opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85; }