/* CSS Document */
#header {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: rgb(240,240,240);
  background-image: url(../../img/logo-pages.gif);
  background-repeat: repeat-x;
  background-position: -340px 0px;
}

#header .logo {
  position: relative;
  width: 660px;
  height: 100%;
  background-image: url(../../img/logo.gif);
}

#header h1 {
  position: absolute;
  font-size: 72px;
  width: 660px;
  text-align: center;
  color: #4524CF;
  z-index: 0;
  margin: 0;
  margin-top: 30px;
}

#header .right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#header .right h2 {
  margin-top: 70px;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 670px;
  text-align: right;
  font-size: 16px;
  color: #1623CF;
  font-weight: bold;
  font-style: normal;
  font-family: Arial Narrow;
  font-size: 14pt;
}

#header .links {
  margin-top: 10px;
  margin-left: 670px;
  margin-right: 15px;
  
  height: 25px;
  font-size: 9pt;
  font-weight: bold;
  padding-left: 2px;
  position: relative;
  
  background-color: #151A88;
  background-image: url(../../img/gradient25.gif);
  background-position: 0 0px;
  padding-left: 4px;
  padding-right: 4px;
  height: 25px;
}

#header .links .leftEnd {
  background-color: transparent;
  background-image: url(../../img/gradient25left.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
  float: left;
  width: 10px;
  height: 25px;
  margin-left: -10px;
}

#header .links .rightEnd {
  background-color: transparent;
  background-image: url(../../img/gradient25right.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
  float: right;
  width: 10px;
  height: 25px;
  margin-right: -10px;
}

#header .links a, #header .horizontal a, #header .horizontal .logged {
  line-height: 15px;
  display: block;
  float: left;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
	text-decoration: none;
	background-color: #151A88;
	background-image: url(../../img/gradient25.gif);
	background-position: 0 0px;
}

#header .links a:hover, #header .horizontal a:hover, #header .horizontal a#active {
  background-color: #2A32E1;
  background-position: 0 -25px;
}

#header .links p {
  float: right;
  line-height: 15px;
  padding: 5px;
  padding-left: 12px;
  padding-right: 10px;
  margin: 0;
  color: #FFFFFF;
}

#header .horizontal {
  margin: 0;
  background-color: #151A88;
  background-image: url(../../img/gradient25.gif);
  background-position: 0 0px;
  height: 25px;
  font-size: 9pt;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#header .horizontal select {
  float: left;
  margin: 2px;
  margin-right: 8px;
}

#header .horizontal .login {
  float: right;
}

.reset {
  height: 0px;
  width: 100%;
  float: none;
  clear: both;
}

div.main_message {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #F3F3F3;
  border: 1px solid rgb(206,206,206);
}

div.main_error {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: rgb(255,160,160);
  border: 1px solid red;
}

a.icon {
  float: left;
  display: block;
  border: none;
  width: 16px;
  text-decoration: none;
  font-size: 10px;
  text-align: right;
  padding-right: 2px;
  padding-top: 5px;
  margin: 1px;
  color: blue;
}

.icon div {
  margin: 0;
  color: blue;
}
