﻿body {
  background-image:url("../../images/back.gif");
  background-repeat:repeat-x;
  background-position:top center;
  background-color:#686868;
  font:11px arial, verdana, georgia;
  color:#000000;
  padding:0px;
  margin:0px;
  border:0px;
}

h2 {
  color:#ad1414;
  font-size:13px;
  font-weight:bold;
  font-style:italic;
  margin:5px;
  border-bottom:1px solid #ad1414;
}

p {
  padding:0px;
  padding-bottom:5px;
}

img,
a {
  padding:0px;
  margin:0px;
  border:0px;
}
a {
  color:#ad1414;
  text-decoration:none;
}
a:hover,
a:active {
  color:#505050;
}
a.web {
  text-decoration:underline;
}
h2 > a {
  color:#505050;
  text-decoration:none;
}
h2 > a:hover,
h2 > a:active {
  color:#ad1414;
}

textarea, input {
  width:200px;
  /*background:transparent;*/
  border:1px solid #000000;
  color:#000000;
}
textarea {
  width:420px;
}
input.button {
  width:auto;
  background-color:#e6e6e6;
}

.empty {
  background-color:#ad1414;
}

.footnote {
  font-size:9px;
  color:#ad1414;
}

#menu a {
  color:#ffffff;
  text-decoration:none;
}
#menu a:hover,
#menu a:active,
#menu .active a {
  color:#505050;
}

#foot a {
  color:#505050;
  text-decoration:none;
}

#main {
  width:100%;
  height:100%;
  background-color:#ffffff;
  position:relative;
  margin:0 auto;
  overflow:hidden;
  text-align:center;
}

#title {
  width:0px;
  height:20px;
  background-color:#000000;
  vertical-align:middle;
  position:absolute;
  left:10px;
  top:10px;
  padding-top:5px;
  z-index:4;
}
#titleContent {
  color:#ffffff;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  text-transform:uppercase;
  white-space:nowrap;
  padding-left:5px;
  display:block;
  overflow:hidden;
}
#title img {
  position:absolute;
  top:0px;
  right:-25px;
}

#content {
  width:65%;
  max-height:65%;
  background-color:#e6e6e6;
  position:absolute;
  left:170px;
  top:35px;
  padding:10px;
  border:1px solid #d0d0d0;
  overflow:auto;
  z-index:5;
  filter:alpha(opacity=80);
  opacity:0.8;

  font-size:12px;
  text-align:justify;
  vertical-align:middle;
}
#content ul {
  padding-top:5px;
}
#content ul.list li {
  padding:5px;
}
#content td, th {
  padding-right:10px;
  vertical-align:top;
}
#content span {
  font-size:10;
}

#logoDiv {
  position:absolute;
  left:50%;
  top:50%;
  margin:-225px 0 0 -235px;
  padding:0;
  border:0;
  z-index:3;
}

#logoIndos {
  position:absolute;
  left:0px;
  bottom:0px;
  margin:10px;
  z-index:4;
}
#slogan {
  font-size:18px;
  font-weight:bold;
  color:#b7bcc4;
  margin-left:10px;
}

#bar {
  width:0px;
  height:4px;
  background-color:#ad1414;
  position:relative;
  top:95px;
  margin:0 auto;
}

#menu {
  width:60%;
  background-color:#000000;
  color:#ffffff;
  position:relative;
  top:95px;
  margin:auto;
}
#menu ul {
  list-style-type:none;
  text-transform:uppercase;
  margin:0px;
  padding:10px;
}
#menu table,
#menu table tr,
#menu table tr td,
#menu table tr th {
  text-align:left;
  vertical-align:top;
  margin:0px;
  padding:0px;
  border:0px;
}
div.vr {
  width:2px;
  height:50px;
  background-color:#ffffff;
  margin:10px;
}

#langMenu {
  position:absolute;
  top:10px;
  right:10px;
}

#foot {
  width:200px;
  height:90px;
  text-align:center;
  font-weight:bold;
  color:#505050;
  position:relative;
  top:105px;
  margin:auto;
}


#alert {
  background-color:#e2e2e2; /* 226-226-226 */
  border:3px double #000000;
  width:325px;
  height:100px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-125px;
  margin-top:-50px;
  overflow:hidden;
  z-index:99;
}
#alert > img {
  position:absolute;
  top:12px;
  left:12px;
}
#alertOk {
  width:100px;
  position:absolute;
  left:50%;
  margin-left:-50px;
  bottom:10px;
}
#alertContent {
  margin:20px;
  margin-left:75px;
  text-align:center;
  vertical-align:middle;
}


#overlay {
  position:fixed;
  z-index:98;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
}
#hideSelect {
  z-index:97;
  position:fixed;
  top:0;
  left:0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  height:100%;
  width:100%;
}


/** Innovar 2010 **/
#innovarDiv {
  position:absolute;
  top:0px;
  right:0px;
  margin:0px;
  padding:0px;
  z-index:4;
}
/*******************/

