.border_grey_3 a,
.border_grey_3 div {
    background: transparent url('./../img/border/blue_grey_3.gif') no-repeat;
}

.col_border {
  border-color: #3b98ae; 
}
.col_border_bottom {
  border-bottom: 1px solid #3b98ae; 
}

#top #logo {
  background: transparent url('./../img/logo_blue.jpg') no-repeat;
}

.border_blue_2 a,
.border_blue_2 div {
  background: transparent url('./../img/border/blue_blue_2.gif') no-repeat;
}
.border_grey_2 a,
.border_grey_2 div {
  background: transparent url('./../img/border/blue_grey_2.gif') no-repeat;
}
.magneta .avatar img {
  border-color: #3b98ae;
}

.background {
  background: #3ab6d5 url('./../img/box_blue_background.gif') repeat-x 16px 16px;
  color: #45423c;
}
.background_plain {
  background: #3ab6d5 none;
  color: #45423c;
}

.light_corners h1 {
  margin: 30px 0 30px 250px;
  font-size: 16pt;
  font-weight: bold;
  color: #45daff;
}

.button_big a {
  background-image: url('./../img/icon/icon_big_blue.gif');
  background-repeat:  no-repeat;
}
.button_small a {
  background-image: url('./../img/icon/icon_small_blue.gif');
  background-repeat:  no-repeat;
}

/* =CONTENT= */

/* LIST TRUE & FALSE */

.list_truefalse {
  display: block;
  color: #9e9788;
  text-decoration: none;
  margin: 10px;
  padding: 10px;
  width: 262px !important;  /* FF, Opera, Safari */
  width: 282px; /* IE */
  height: 85px !important;  /* FF, Opera, Safari */
  height: 105px; /* IE */
  background: transparent url('./../img/list_truefalse_background.gif') no-repeat;
  background-position: 0 0;
}
.list_truefalse:hover {
  text-decoration: none;
  background-position: 0 -105px;
}

/* TRUE FALSE VIEW */

.truefalse_first .text .button_small {
  float: right;
  /*margin-right: 70px !important;
  margin-right: 40px;*/
  margin-top: 36px !important;
  margin-top: 0;
}
.truefalse_first .percent_big_background a {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 10px;
  float: left;
}
.truefalse_first .percent_big_background a:hover {
  color: #fff;
  text-decoration: none;
}
