body .background {
  display: none;
}

body{
 		background-color:  #ffffff;
  	}

body.inFacebook{
    background-color :  #ffffff;
  }

#header{
  background : #ffffff;
}
#footer {
  background : #ffffff;
}

ul#history span.pseudo
,#header .wrap span p.title
,header div h2,
.header-text .title{
  color: #6e6d6d;
}

header div h2 span
,#header .wrap span p.subtitle
,#main div#left .desc h3,
.header-text .subtitle{
  color: #6e6d6d;
}

#submit_login
,#submit_message {
  background-color: #00DC00;
}
#container #widgets ul#tabs li{
  background-color: #003349;
  border: 1px solid #003349;
  color: #ffffff;
}

/*.tabContainer ul li span*/
.tabContent .title{
    color: #00DC00;
}

#chat .tabTitle,
#main div#right ul#tabs li.active,
#container #widgets ul#tabs li.active {
  color: #003349;
  background-color: #00DC00;
  border: 1px solid #00DC00;
}

#container #widgets ul#tabs li:hover:not(.active):before,
#main div#right ul#tabs li:hover:not(.active):before{
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 12.5%;
  width: 75%;
  border: 1px solid transparent;
  border-bottom-color:#00DC00;
}
/*
#container #widgets ul#tabs li {
  border-left-color: #00DC00;
}
*/
.instantShare a.facebook,
.instantShare a.twitter,
.instantShare > a.facebook:hover,
.instantShare > a.twitter:hover{
  background-color:  #00DC00;
}


#footer .wrap span p.credits {
  color:#6e6d6d;
}
#footer .wrap span p.credits a{
  color:#6e6d6d;
}

.form_container input[type="submit"]{
  background-color: #00DC00;
}
/* signin.php */
/*
.signin .signin-content .signin-form label {
  color:#6e6d6d;
}
*/
.signin .signin-content .signin-form input.type-submit {
  background-color: #00DC00;
  color: #003349;
}
